.monospace {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.select2-container .select2-dropdown {
    box-shadow: 0px 8px 16px 0 rgba(53, 45, 201, 0.2);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.content.content-boxed {
    max-width: 1300px !important;
}

label.required::after {
    content: ' *';
    color: red;
}

#page-container.side-overlay-o {
    overflow: hidden;
}

.accordion-toggle {
    position: relative;
    cursor: pointer;
}

.accordion-toggle.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: bold;
    font-size: 0.85rem;
}

.accordion-toggle:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: bold;
    top: 1px;
    right: 0;
    right: -16px;
    font-size: 0.85rem;
}

.nav-main-horizontal .nav-main-submenu {
    background-color: white;
}

.modal-content {
    border-radius: 4px;
}

.nav-main-link {
    font-size: inherit;
    color: #333;
}

.table {
    color: black !important;
    margin-bottom: 0 !important;
}

.table td,
.table th {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.table td.right-dotted {
    border-right: 1px dotted #bbb;
}

.table td {
    vertical-align: middle !important;
}

.table thead th {
    font-weight: bold !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.datatable-scroll {
    overflow-x: auto;
}

.datatable-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
}

.dataTables_length {
    margin-right: 1rem;
    margin-bottom: 12px;
}

.dataTables_info {
    margin-right: 2rem;
}

.dataTables_filter {
    margin-right: 2rem;
}

.datatable-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-top: 1px solid #ebebeb;
    font-size: 13px;
}

.dataTables_paginate {
    flex-grow: 1;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    margin-left: 6px !important;
}

.content.full-width {
    max-width: 100% !important;
}

.action-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    font-weight: 600 !important;
}

.footer-gradient-overlay {
    background: #349dd8;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .content-responsive {
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links a {
    color: white !important;
}

.footer-links li {
    margin-bottom: .35rem;
}

.footer-links a.link-fx:before {
    background: white !important;
}

.nav-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    background: linear-gradient(45deg, #673AB7, #006086);
    opacity: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    outline: none !important;
    height: 45px;
    width: 45px;
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
    .glide:hover .nav-arrow {
        opacity: .9 !important;
        transition: all .3s ease-in-out;
    }
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list li {
    background: white;
    transition: all .3s;
}

.list li:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, .075) !important;
    transition: all .3s;
    transform: translateY(-4px);
}

.product-image {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    background-position: center;
    background-size: cover;
}

.clickable {
    cursor: pointer;
}

.clamp-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2em;
    height: 1.2em;
    /* fallback */
    max-height: 1.2em;
    /* fallback */
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.clamp-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2em;
    height: 2.4em;
    /* fallback */
    max-height: 2.4em;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.clamp-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;
    height: 4.5em;
    /* fallback */
    max-height: 4.5em;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* Dark Mode */
body.dark-mode {
    background-color: #18191A;
}

body.dark-mode header {
    background-color: #18191A;
}

body.dark-mode .dark-mode__reactive-white {
    color: white !important;
}

body.dark-mode .dark-mode__reactive-primary {
    color: var(--accent-color) !important;
}

body.dark-mode .dark-mode__link {
    color: var(--accent-color) !important;
}

body.dark-mode .dark-mode__svg-invert {
    filter: invert(0.87) !important;
}

body.dark-mode .shop-by-brand-tile {
    border: 1px solid #3E4042 !important;
    background: #242526 !important;
}

body.dark-mode .shop-by-brand-tile:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

body.dark-mode .shop-by-brand-tile img {
    filter: none;
}

body.dark-mode hr {
    border-top: 1px solid #3E4042 !important;
}

body.dark-mode .border-left {
    border-left: 1px solid #3E4042 !important;
}

body.dark-mode .border-top {
    border-top: 1px solid #3E4042 !important;
}

body.dark-mode .border-bottom {
    border-bottom: 1px solid #3E4042 !important;
}

body.dark-mode .border-right {
    border-right: 1px solid #3E4042 !important;
}

body.dark-mode .border {
    border: 1px solid #3E4042 !important;
}

body.dark-mode select,
body.dark-mode input,
body.dark-mode textarea {
    background: #242526 !important;
    color: white !important;
    border-color: #3E4042 !important;
}

body.dark-mode .product-list__product__image {
    background-color: #242526 !important;
    border-radius: 4px !important;
}

body.dark-mode .custom-control-label:before {
    background-color: #242526;
}

body.dark-mode .directory-box {
    background-color: #242526 !important;
    border: 1px solid #3E4042 !important;
}

body.dark-mode .footer-gradient-overlay {
    background: #242526 !important;
}

body.dark-mode .brand-mega-menu {
    background: #242526;
}

body.dark-mode .category-mega-menu {
    background: #242526;
}

body.dark-mode .cart-total-quantity {
    border: none !important;
}

body.dark-mode table.dataTable {
    color: white !important;
}

body.dark-mode table.dataTable th,
body.dark-mode table.dataTable td {
    border-top: 1px solid #3E4042;
    border-bottom: 1px solid #3E4042;
}

body.dark-mode .row-group {
    background: #242526 !important;
}

body.dark-mode .sub-navbar {
    background: #242526;
    border-top: 1px solid #3E4042;
    border-bottom: 1px solid #3E4042;
}

body.dark-mode #input-search {
    background: #3E4042 !important;
}

body.dark-mode #input-search::-webkit-input-placeholder,
body.dark-mode #input-search:-ms-input-placeholder,
body.dark-mode #input-search::placeholder {
    color: white;
}

body.dark-mode #search-results {
    background: #18191A !important;
}

body.dark-mode .search-result-list li:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .search-result-list li {
    border-bottom: 1px solid #3E4042;
}

body.dark-mode .dropdown-menu {
    background: #18191A !important;
    border: 1px solid #3E4042 !important;
}

body.dark-mode .dropdown-item {
    color: white !important;
}

body.dark-mode .dropdown-item:hover,
body.dark-mode .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

body.dark-mode table {
    color: white !important;
}

body.dark-mode table tr {
    border-bottom: 1px solid #3E4042;
}

body.dark-mode table td,
body.dark-mode table th {
    border: none;
}

body.dark-mode .datatable-footer {
    border-top: 0;
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .table-hover tbody tr:hover td {
    color: white !important;
}

body.dark-mode .table .thead-dark th {
    background-color: #3E4042 !important;
    border-color: #3E4042 !important;
}

body.dark-mode .select2-container--default .select2-selection--single,
body.dark-mode .select2-container--default .select2-selection--multiple {
    background-color: #242526 !important;
    border-color: #3E4042 !important;
}

body.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
body.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: white !important;
}

body.dark-mode .modal-content {
    background-color: #242526;
}

body.dark-mode .swal2-popup {
    background-color: #242526;
    border: 1px solid #3E4042;
}

body.dark-mode .swal2-title,
body.dark-mode .swal2-content {
    color: white !important;
}

body.dark-mode .page-item.disabled .page-link {
    background: transparent !important;
    border-color: #3E4042;
    border-width: 2px;
    color: white !important;
}

body.dark-mode .page-item.active .page-link {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: white !important;
}

body.dark-mode .page-link {
    color: var(--accent-color) !important;
    border-color: var(--accent-color);
}

body.dark-mode .page-link:focus {
    color: white !important;
    background-color: var(--accent-color);
}

body.dark-mode .blockOverlay {
    background-color: black !important;
}


body.dark-mode .dataTables_processing {
    background: #242526 !important;
    border: 1px solid #3E4042 !important;
    color: white !important;
}

body.dark-mode a.link-fx {
    color: var(--accent-color) !important;
}

/* RGB */
.rgb-shadow div {
    background: #242526 !important;
    border-top: 4px solid var(--accent-color);
    z-index: 99;
    height: 32px;
}

.rgb-shadow:after {
    content: '';
    position: absolute;
    top: -4px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 450%;
    z-index: -1;
    animation: rgb-shadow 24s linear infinite;
}

.rgb-shadow:after {
    width: 100%;
    height: 100%;
    filter: blur(32px);
    -webkit-filter: blur(32px);
    opacity: 0.9;
}

@keyframes rgb-shadow {
    0% {
        background-position: 0 0;
    }

    50.01% {
        background-position: 250% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.breadcrumb.breadcrumb-alt .breadcrumb-item+.breadcrumb-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
}

div.calendar-table table {
    color: initial !important;
}

.tooltip {
    pointer-events: none;
}

.table-condensed td,
.table-condensed th {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
