﻿/*
            STANDARD COLORS
            Screaming Green - rgba(151, 245, 1, 1)
            Black - #000000, rgba(0, 0, 0, 1)
            Greys - #1a1a1a, rgba(26, 26, 26, 1)

            SUPPORT COLORS - new
            Dark Green
            Hex# 006932, rgb(0, 105, 50)

            Gold
            Hex# FFC300, rgb(255, 195, 0)

            Hot Pink
            Hex# EB006E, rgb(235, 0, 110)

        */

/*RESETS*/
body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    background-color: rgb(26, 26, 26);
    background-color: #f8f9fa;
    margin-bottom: 40px;
    overflow-y: scroll;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

strong {
    font-weight: 600;
}

body.slide-active,
body.modal-open {
    overflow: hidden !important;
}

input,
select {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.75rem;
}

.container-fluid {
    max-width: 1170px;
}

.text-bright-green {
    color: rgba(150, 245, 0, 1);
}

.text-red {
    color: rgb(255, 0, 0);
}

.close {
    color: rgba(150, 245, 0, 1);
    text-shadow: none;
    opacity: 1 !important;
}

*,
*:focus,
*:active {
    outline: none;
}

.text-primary {
    color: rgba(150, 245, 0, 1) !important;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 0.25rem 0.4rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.btn-primary {
    color: #000;
    background-color: rgba(150, 245, 0, 1);
    border-color: rgba(150, 245, 0, 1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: rgb(26, 26, 26);
    background-color: rgba(150, 245, 0, 1);
    border-color: rgba(150, 245, 0, 1);
}

.btn-primary:disabled {
    color: rgb(26, 26, 26);
    background-color: rgba(150, 245, 0, 1);
    border-color: rgba(150, 245, 0, 1);
}

.btn-primary:hover {
    color: rgb(26, 26, 26);
    background-color: rgba(150, 245, 0, 0.8);
    border-color: rgba(150, 245, 0, 0.8);
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 245, 0, 0.8);
}

a.btn-dark {
    color: #fff;
}

.btn-pill {
    border-radius: 19px;
}

.btn-pill-checkout {
    background-color: rgba(150, 245, 0, 1);
    border: 2px solid black;
    color: black;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-pill-checkout:hover {
    background-color: black;
    color: rgba(150, 245, 0, 1);
}

.main-nav .btn-link,
.main-nav .btn-link:hover {
    color: rgba(150, 245, 0, 1);
}

.hr-gradient {
    border: 0;
    margin: 7px 0px;
    padding: 0px;
    border: 0;
    height: 1px;
    background: transparent;
    background-image: linear-gradient(
        to right,
        transparent,
        rgba(150, 245, 1, 1),
        transparent
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.025),
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.025)
    );
}

.hr-heading {
    position: absolute;
    z-index: 1;
    border: 0;
    margin: 14px 0px 0px 0px;
    padding: 0px;
    border: 0;
    height: 1px;
    top: 3px;
    width: 100%;
    background: transparent;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.025),
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.025)
    );
}

.scrollbar-inner {
    overflow-y: scroll;
    height: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    right: 0px;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: rgba(255, 255, 255, 0) !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.scroll-element.scroll-x {
    display: none !important;
}

.scroll-content {
    overflow: auto !important;
}
/*Main Content*/
#content {
    margin-top: 66px;
    /*Use with ribbon*/
    margin-top: 95px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #f8f9fa;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.heading-line h1,
.heading-line h2,
.heading-line h3 {
    background-color: #f8f9fa !important;
    padding: 0px 15px;
    position: relative;
    z-index: 10;
    display: inline-block;
    font-weight: 600;
}

#headFilters {
    background: #f8f9fa !important;
}

#headFilters.pin {
    position: fixed !important;
    z-index: 50;
    top: 95px;
    left: 0px;
    right: 0px;
    margin: 0px auto !important;
    padding-top: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    /*border-bottom: 1px solid #92969a !important;*/
}

#headFilters.pin .wrapper {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: auto;
}

#headFilters.pin hr {
    max-width: 1170px;
    width: 100%;
    margin-top: 17px;
}

#headFilters.pin .pin-margin {
    margin-right: 0px;
    margin-left: 0px;
}

#headFilters .header-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.dropdown-menu {
    color: white;
    background-color: #252525;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.dropdown-menu .close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.dropdown-menu .close:not(:disabled):not(.disabled):hover {
    color: rgba(150, 245, 0, 1);
    text-decoration: none;
    opacity: 1;
}

.filter-menu {
    width: 560px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu button {
    color: white;
    display: block;
}

.dropdown-menu a:active,
.dropdown-menu a:hover {
    color: rgba(150, 245, 0, 1);
    text-decoration: none;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color: white;
    display: block;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu .form-check-label {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-menu .form-check-label:hover {
    color: rgba(150, 245, 0, 1);
}

.dropdown-menu .form-check-input {
    top: -2px;
}

.main-nav {
    padding-top: 14px;
    padding-bottom: 13px;
    min-height: 66px;
}

.main-nav.sfw-bg-dark {
    background-color: black;
}

.main-nav .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

.main-nav .sfw-badge {
    background-color: rgba(150, 245, 0, 1);
    color: black;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    right: 14px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
}

.main-nav a:link,
.main-nav a:visited {
    color: white;
}

.main-nav .fa-bars {
    padding: 3px 5px;
    border: 1px solid white;
    border-radius: 0.2rem;
}

.main-nav .dropdown-menu {
    color: white;
    background-color: #252525;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 12px;
    text-transform: uppercase;
    min-width: 280px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.main-nav .dropdown-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

.main-nav .dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.main-nav .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-nav a:hover {
    color: rgba(150, 245, 0, 1);
}

.main-nav a:hover .fa-bars {
    border: 1px solid rgba(150, 245, 0, 1);
}

.main-nav a:hover .sfw-badge {
    color: black;
    background-color: white;
}

.main-nav .sentai-logo {
    max-height: 40px;
    margin-top: -8px;
}

.main-nav .nav-icon {
    display: inline-block;
    font-size: 1.5rem;
    padding: 3px 3px 0px 3px;
}

.nav-icon.dropdown-toggle::after {
    display: none;
}

#nav-search {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    border-color: #6c757d;
    color: white;
    padding-right: 30px;
}

#nav-search:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

#nav-clear-btn {
    position: absolute;
    z-index: 10;
    border-color: transparent;
    margin-left: -28px;
    display: none;
}

#typeAheadResults {
    position: absolute;
    top: 32px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 0px 0px 0.25rem 0.25rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#typeAheadResults li {
    cursor: pointer;
    padding: 1px 8px;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#typeAheadResults li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
}

#typeAheadResults .matchStr {
    font-weight: 700;
    color: rgba(150, 245, 0, 1);
}

#ribbon {
    position: fixed;
    z-index: 1020;
    top: 66px;
    left: 0px;
    right: 0px;
    background-color: rgba(150, 245, 0, 1);
    color: black;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#ribbon.no-shadow {
    box-shadow: none;
}

#ribbon a {
    color: black;
    text-decoration: underline;
}

.side-menus {
    position: fixed;
    z-index: 900;
    top: 95px;
    bottom: 40px;
    background-color: #252525;
    color: white;
    padding: 1.25rem;
    font-weight: 400;
}

.side-menus a:link,
.side-menus a:visited {
    color: white;
    display: block;
}

.side-menus a:active,
.side-menus a:hover {
    color: rgba(150, 245, 0, 1);
    text-decoration: none;
}

.side-menus .text-primary,
.side-menus a.text-primary:hover {
    color: rgba(150, 245, 0, 1) !important;
}

.side-menus .close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    float: none;
}

.side-menus .close:not(:disabled):not(.disabled):hover {
    color: rgba(150, 245, 0, 1);
    text-decoration: none;
    opacity: 1;
}

#nav-side-menu {
    left: 0px;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    width: 260px;
    font-size: 15px;
    pointer-events: none;
}

#nav-side-menu.active {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

#nav-link-sections {
    overflow: auto;
}

#nav-link-sections li {
    margin-bottom: 5px;
}

#cart-side-menu {
    right: 0px;
    transform: translateX(100%);
    transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
        opacity 0.3s ease-out, transform 0.3s ease-out;
    width: 310px;
    opacity: 0;
}

#cart-side-menu .qty-field {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    min-width: 30px;
}

#cart-side-menu.active {
    transform: translateX(0);
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.5);
    opacity: 1;
}

#cart-side-menu .trash-icon {
    font-size: 16px;
    cursor: pointer;
}

#cart-side-menu .trash-icon:hover {
    color: rgba(150, 245, 0, 1);
}

#cart-side-menu .price {
    font-size: 13px;
}

#cart-side-menu .disclaimer {
    font-size: 10px;
}

#cart-items {
    overflow: auto;
    padding-right: 10px;
    padding-bottom: 40px;
}

.cart-item .media {
    max-height: 75px;
}

.cart-item h6 {
    height: 2.4em;
    overflow: hidden;
}

.cart-item .minus,
.cart-item .plus {
    font-size: 11px !important;
}

#cart-side-menu #checkout {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #252525;
    z-index: 1000;
    max-height: 100px;
}

.confirm-cart-delete {
    position: absolute;
    z-index: 10;
    top: 0px;
    bottom: 7px;
    left: 1px;
    right: 1px;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.95);
    border-top: 1px solid black;
    border: 1px solid black;
    color: white;
    border-radius: 0.25rem;
    transform: translateX(-110%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.confirm-cart-delete.active {
    transform: translateX(0);
    opacity: 1;
}

#toastContainer {
    position: fixed;
    z-index: 1050;
    bottom: 50px;
    right: 50%;
    margin-right: -125px;
    pointer-events: none;
}

#cartAddToast,
#cartUnavailableToast,
#cartFailToast {
    pointer-events: auto;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

#cartAddToast.show,
#cartUnavailableToast.show,
#cartFailToast.show {
    pointer-events: auto;
}

footer {
    background-color: black;
    padding: 15px 0px 10px 0px;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1em;
    min-height: 40px;
}

footer .nav-social {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0px 5px;
    vertical-align: bottom;
}

footer,
footer a:link,
footer a:visited {
    color: #656565;
}

footer a:link,
footer a:visited {
    text-transform: uppercase;
}

footer a:hover {
    text-transform: uppercase;
    color: rgba(150, 245, 0, 1);
}

footer .dropdown-menu a:link,
footer .dropdown-menu a:visited {
    color: white;
}

footer .dropdown-menu a:hover,
footer .dropdown-menu a:active {
    color: rgba(150, 245, 0, 1);
}

footer .dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .dropdown-toggle::after {
    display: none !important;
}

footer .ellipsis {
    font-size: 18px;
    position: absolute;
    margin-top: -6px;
}

#page-slide-right {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1040;
    background-color: #1a1a1a;
    transform: translateX(100%);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

#page-slide-right.active {
    transition-delay: 0.1s;
    transform: translateX(0%);
}

#page-slide-content {
    min-height: 100%;
}

#page-slide-right .scroll {
    background-color: #f8f9fa;
    position: absolute;
    top: 69px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-y: scroll;
}

#sfw-modal-bg {
    position: fixed;
    z-index: 10000;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

#sfw-msg {
    position: fixed;
    z-index: 10005;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    transform: translateY(200%);
    transition: transform 0.3s ease-in-out;
    color: #f8f9fa;
    border-top: 3px solid rgba(255, 255, 255, 1) !important;
    border-bottom: 3px solid rgba(255, 255, 255, 1) !important;
}

#sfw-msg .close {
    color: white !important;
    text-shadow: none;
}

#sfw-msg.active {
    transform: translateY(0%);
}

#sfw-msg .msg::before {
    font-family: "Font Awesome\ 5 Free";
    margin-right: 5px;
    font-size: 16px;
}

#sfw-msg a {
    font-weight: 700;
    color: rgba(150, 245, 0, 1);
}

#sfw-msg.info {
    color: rgb(250, 250, 250);
    background-color: #23272b;
    border-top: 3px solid rgba(150, 245, 0, 1) !important;
    border-bottom: 3px solid rgba(150, 245, 0, 1) !important;
}

#sfw-msg.info .msg::before {
    font-weight: 900;
    content: "\f05a";
    color: rgb(151, 245, 1);
}

#sfw-msg.error {
    background-color: #23272b;
    border-top: 3px solid rgb(255, 0, 0) !important;
    border-bottom: 3px solid rgb(255, 0, 0) !important;
}

#sfw-msg.error .msg::before {
    font-weight: 900;
    content: "\f057";
    color: rgb(255, 0, 0);
}

#sfw-msg.warning {
    background-color: #23272b;
    border-top: 3px solid rgb(255, 195, 0) !important;
    border-bottom: 3px solid rgb(255, 195, 0) !important;
}

#sfw-msg.warning .msg::before {
    font-weight: 900;
    content: "\f06a";
    color: rgb(255, 195, 0);
}

#sfw-msg.success {
    background-color: #28a745;
    background-color: #23272b;
    border-top: 3px solid rgb(151, 245, 1) !important;
    border-bottom: 3px solid rgb(151, 245, 1) !important;
}

#sfw-msg.success .msg::before {
    font-weight: 900;
    content: "\f058";
    color: rgb(151, 245, 1);
}

.heading-line h1,
.heading-line h2 {
    background-color: white;
    padding: 0px 15px;
    position: relative;
    z-index: 10;
    display: inline-block;
    font-weight: 600;
}

@media only screen and (min-width: 1040px) {
    body.modal-open,
    body.modal-open .main-nav,
    body.modal-open #ribbon,
    body.modal-open footer,
    body.slide-active,
    body.slide-active .main-nav,
    body.slide-active #ribbon,
    body.slide-active footer {
        padding-right: 17px;
    }

    #content {
        min-height: 600px;
    }
}

.slick-left-align > .slick-list > .slick-track {
    margin-left: 0;
}

.feature-carousel,
.product-detail-slider {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.feature-carousel img {
    display: block;
    width: 100%;
}

.feature-carousel.slick-initialized,
.product-detail-slider.slick-initialized {
    opacity: 1;
}

.feature-carousel.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.feature-carousel .slick-dots {
    bottom: -15px;
}

.feature-carousel .slick-dots li {
    margin: 0px 3px;
    width: 10px;
    height: 10px;
}

.feature-carousel .slick-next,
.product-detail-slider .slick-next {
    right: 5px;
    z-index: 100;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.feature-carousel .slick-next:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.feature-carousel .slick-prev,
.product-detail-slider .slick-prev {
    left: 5px;
    z-index: 100;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.feature-carousel .slick-prev:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.product-detail-slider .slick-prev:before,
.product-detail-slider .slick-next:before {
    color: #000 !important;
}

.slick-next::before {
    font-family: "Font Awesome\ 5 Free" !important;
    font-weight: 900;
    content: "\f054" !important;
}

.slick-prev::before {
    font-family: "Font Awesome\ 5 Free" !important;
    font-weight: 900;
    content: "\f053" !important;
}

.prod-slider {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    min-height: 350px;
    max-height: 450px;
}

.prod-slider.slick-dotted {
    margin-bottom: 0px !important;
}

.prod-slider.slick-initialized {
    opacity: 1;
    min-height: initial;
    max-height: initial;
}

.prod-slider .slick-next {
    right: -5px;
    z-index: 100;
    color: #909090;
}

.prod-slider .slick-next:hover {
    color: #000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.prod-slider .slick-next::before {
    color: #202020;
}

.prod-slider .slick-prev {
    left: -5px;
    z-index: 100;
}

.prod-slider .slick-prev:hover {
    color: #000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.prod-slider .slick-prev::before {
    color: #202020;
}

.prod-slider .slick-dots {
    top: -35px;
    bottom: auto;
    text-align: right;
    padding-right: 15px;
}

.prod-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.prod-slider .slick-dots li {
    margin: 0px 2px;
    width: 12px;
}

.slick-dots li button:before {
    font-family: "Font Awesome\ 5 Free" !important;
    font-weight: 900 !important;
    content: "\f2d1" !important;
    font-size: 14px !important;
    color: #000 !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    color: rgba(150, 245, 0, 1) !important;
}
/*PRODUCT CARDS*/
.card.product.bg-light {
    overflow: hidden;
    background-color: #f3f3f3 !important;
}

.card-subtitle {
    overflow: hidden;
    height: 3.6em;
}

.card.product a:link,
.card.product a:visited {
    color: black;
}

.card.product .card.product-subtitle {
    height: 3.6em;
    height: 2.4em;
    overflow: hidden;
    font-weight: 600;
    text-transform: none;
}

.card.product .cart-btn .btn {
    border-width: 2px;
    border-color: #2c2c2c;
    background-color: #f8f9fa !important;
    color: #2c2c2c;
    font-weight: 700;
}

.card.product .cart-btn .btn:hover {
    border-color: #000;
    color: rgba(150, 245, 0, 1);
    background-color: #000;
}

@media only screen and (max-width: 400px) {
    .card.product .cart-btn .btn {
        font-size: 12px;
    }
}

.card.product .variant-overlay-bg {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
}

.card.product .variant-overlay {
    background-color: rgba(0, 0, 0, 1);
    background-color: #303030;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 25%;
    padding: 15px;
    border-radius: 0.25rem;
    color: white;
    transition: transform 0.3s ease-out;
    transform: translateY(110%);
}

.card.product .variant-overlay.active {
    transform: translateY(0%);
}

.card.product .flag-promo {
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    max-height: 50px;
    max-height: 31px;
    margin-bottom: -8px;
    z-index: 1;
    padding: 0px 5px 10px 7px;
    border-radius: 2px 2px 0 0;
    color: #000;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card.product .flag-promo:before,
.flag-promo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.card.product .flag-promo:before {
    background: #000;
    height: 70%;
    width: 110%;
    transform-origin: bottom right;
    transform: rotate(3deg);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.card.product .flag-promo:after {
    transform: rotate(-6deg);
    transform-origin: bottom left;
    height: 100%;
    width: 110%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.card.product .flag-promo-content {
    position: relative;
    z-index: 1;
    font-size: 11px;
}

.card.product .flag-promo.flag-new {
    color: #fff;
    font-weight: 700;
}

.card.product .flag-promo.flag-pre {
    color: #000;
    font-weight: 700;
}

.card.product .flag-promo.flag-sale {
    color: white;
    font-weight: 700;
}

.card.product .flag-promo.flag-backorder,
.card.product .flag-promo.flag-out-of-print {
    color: #fff;
    font-weight: 700;
}

.card.product .flag-new:after {
    background: #006932;
}

.card.product .flag-pre:after {
    background: #337ab7;
    background: #ffc300;
}

.card.product .flag-sale:after {
    background: #eb006e;
}

.card.product .flag-backorder:after,
.card.product .flag-out-of-print:after {
    background: #3a3a3a;
}

.default-video-banner:before {
    padding-top: 36.25%;
}

.alt-video-banner:before {
    padding-top: 40.25%;
}

/**FILTER HEADER*/
.dropdown-menu {
    color: white;
    background-color: #252525;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.dropdown-menu .close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.dropdown-menu .close:not(:disabled):not(.disabled):hover {
    color: rgba(151, 245, 1, 1);
    text-decoration: none;
    opacity: 1;
}

.filter-menu {
    width: 460px;
    font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu a:active,
.dropdown-menu a:hover {
    color: rgba(150, 245, 0, 1);
    text-decoration: none;
}

.dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu .form-check-label {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-menu .form-check-label:hover {
    color: rgba(151, 245, 1, 1);
}

.dropdown-menu .form-check-input {
    top: -2px;
}

.filter-group {
    background-color: rgb(250, 250, 250);
}

.grecaptcha-badge {
    display: none !important;
}

#scrollTop,
#scrollTopArrow {
    position: fixed;
    line-height: 1em;
    z-index: 10;
    bottom: 45px;
    font-size: 27px;
}

#scrollTopArrow .text-white {
    font-size: 24px;
    line-height: 20px;
}

#scrollTop a:link,
#scrollTop a:visited {
    color: rgba(150, 245, 0, 1);
}

#scrollTop a:hover {
    color: rgba(250, 250, 250, 1);
}

#jobsTable {
    width: 100%;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    color: #212529;
}

#jobsTable tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#jobsTable td,
#jobsTable th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-scroll {
    overflow-x: auto;
    overflow-y: auto;
    max-width: 100vw;
    max-height: 75vh;
}

#sort-menu a.dropdown-item {
    padding-left: 24px;
}

#sort-menu a.dropdown-item.selected {
    color: rgba(150, 245, 0, 1);
    position: relative;
}

#sort-menu a.dropdown-item.asc:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f309";
    position: absolute;
    left: 10px;
}

#sort-menu a.dropdown-item.desc:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f30c";
    position: absolute;
    left: 10px;
}

.title .card .btn-group {
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
}

.title .card .btn-group .btn {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: 1px solid rgb(76, 76, 76) !important;
}

.title .card .btn-group > .btn:last-child {
    margin-right: 0px;
}

.title .card .more-info {
    position: relative;
    display: block;
}

.title .card .title {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 38px;
    bottom: 38px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    margin: 0px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.title .card .title:hover {
    opacity: 1;
    text-decoration: none;
}

.cat-btn .btn-dark {
    color: rgba(150, 245, 0, 1);
    color: #f8f9fa;
}

.cat-btn .btn-dark.disabled {
    color: #101010;
    opacity: 0.9;
}

.space-fix {
    height: 45px;
}

.view-more-heading:hover {
    color: rgba(150, 245, 0, 1) !important;
    text-decoration: none;
}

.view-more-anchor:hover {
    text-decoration: none;
}

.theatrical-header {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 3.6em;
    line-height: 1.2em;
}

.theatrical-details {
    line-height: 1.5em;
    height: 7.5em;
}

.swym-image-thumb {
    text-align: center;
}

.swym-image-thumb img {
    width: auto;
    height: 100%;
}

.swym-button {
    display: none;
}

.custom-add-to-wishlist {
    display: inline-block!important;
    color: #ff4500;
    cursor: pointer;
}

.swym-save-list-btn {
    display: none!important;
}

@media only screen and (max-width: 1040px) {
    #scrollTopArrow {
        left: 7px;
        margin-left: auto;
        font-size: 23px;
    }
    #scrollTopArrow .text-white {
        font-size: 25px;
        line-height: 25px;
        margin-top: -1.25px;
        margin-left: -1px;
    }
}

@media only screen and (min-width: 1000px) {
    #headFilters .header-truncate {
        max-width: 450px;
    }
}

@media only screen and (max-width: 450px) {
    #content {
        margin-top: 129px;
    }

    .filter-menu {
        width: 240px;
        font-size: 13px;
        margin-right: -5% !important;
    }

    #filter-menu.menu-override {
        width: 240px;
    }

    #scrollTop {
        font-size: 24px;
    }

    .cart-items {
        padding-bottom: 80px;
    }

    .mobile-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mobile-scroll table {
        width: 1000px;
    }

    .nav-tabs {
        font-size: 13px;
    }

    .sentai-logo {
        max-height: 30px !important;
        margin-top: -4px;
    }

    #ribbon {
        top: 100px;
    }

    .side-menus {
        top: 129px;
    }

    #toastContainer {
        top: 130px;
    }

    #headFilters {
        height: 75px;
    }

    #headFilters.pin {
        top: 129px;
    }

    .space-fix {
        height: auto !important;
    }

    .dropdown-menu-center {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.product-detail-slider img {
    margin: 15px auto;
    display: block;
    max-height: 430px;
}

.modal .bg-dark {
    background-color: #000 !important;
}

.heart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    padding-left: 0;
}

#heart {
    font-size: 1.5rem;
}
