:root {
    --primary: var(--dark) !important;
    --light: #D9D9D9;
    --fancybox-zIndex: 1049 !important;
}

.navbar-brand {
    align-self: center !important;
}

.navbar-brand img {
    max-height: 34px;
    margin-right: 1rem;
}

.category-dropdown {
    position: absolute;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    width: 40px;
}

.hide {
    display: none !important;
}

.d-flex-row {
    display: flex !important;
    flex-direction: row;
}

.d-flex-column {
    display: flex !important;
    flex-direction: column;
}

.d-flex-1 {
    display: flex !important;
    flex: 1 !important;
}

.default-gap {
    gap: 0.3rem;
}

.gap-30 {
    gap: 30px;
}

.default-section {
    margin-block: 1rem;
}

.one-gap {
    gap: 1rem;
}

.justify-content-center {
    display: flex;
    justify-content: center !important;
}

.justify-content-end {
    display: flex;
    justify-content: end !important;
}

.align-items-center {
    display: flex;
    align-items: center !important;
}

.fill-available {
    width: inherit;
}

.no-padding-inline {
    padding-inline: 0 !important;
}

.bg-lightgray {
    background-color: lightgrey;
}

.unchangeable-row {
    padding: 10px;
    margin-block: 10px;
    background-color: lightgrey;
}

.clickable {
    cursor: pointer;
}

.red-hover:hover {
    color: red;
}

.thead-sticky {
    position: sticky;
    top: 62px;
    background-color: gray;
    z-index: 2;
}

.thead-gray {
    background-color: gray !important;
    z-index: 2;
}

.general-table {
    margin-top: 30px;
    text-transform: uppercase;
}

.product-list-table {
    height: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
}

.product-list-table th {
    border-bottom: 1px solid black !important;
}

.product-list-table td {
    border: 1px solid #dee2e6;
    padding: 0.25rem;
}

.product-list-table .table-image {
    /*width: 76px;*/
    width: 1px;
    white-space: nowrap;
}

.product-list-table .product_td_details_content {
    display: flex;
}

.product-list-table .product_td_details_content .left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-list-table .table-availability {
    width: 18%;
}

.product-list-table .collection-logo-image {
    width: 90%;
    max-width: 100px;
}

.product-details-short-table {

}

.product-details-short-table .left {
    vertical-align: top;
    /*border: 1px solid #dee2e6;*/
}

.product-details-short-table .left .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-details-short-table .right {
    width: 100%;
    vertical-align: top;
    padding: 0;
    /*border: 1px solid #dee2e6;*/
}

.product-details-short-table .right-side-table {
    width: 100%;
}

.product-details-short-table .right-side-table tr {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.product-details-short-table .right-side-table tr:last-child {
    /*border-bottom: none;*/
}

.product-details-short-table .right-side-table tr td:first-child {
    border-right: 1px solid #dee2e6;
}

.product-details-short-table .right-side-table .value {
    width: 74%;
}

#product-details-modal .modal-dialog {
    max-width: 38rem;
    min-width: 24rem;
}

#product-details-modal .modal-header {
    display: flex;
    background-color: lightgrey;
}

#product-details-modal .modal-header .modal-title {
    flex: 1;
    text-align: center;
}

#product-details-modal .modal-header .close {
    margin: -1rem -1rem -1rem 0 !important;
}

.w55px {
    width: 55px;
}

.btn-cart:hover {
    background: var(--primary);
}

.product-info .product-details h2 {
    margin-bottom: 0 !important;
}

.product-info .product-details .btn-cart:hover {
    background: var(--primary);
}

.product-info .product-details .price-old {
    text-decoration: unset !important;
}

.price-old {
    display: block !important;
}

.product-info .product-details .options {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.product-info .product-details .options .cart-button {
    min-width: 114px;
}

.product-info .product-details .cart-button .btn {
    height: 40px;
    width: 40px;
}

.product-info .product-details .cart-container {
    display: flex;
}

.cart-button .cart-container.bordered {
    padding-right: 5px;
}

.cart-button .cart-container.bordered input.modify-cart-quantity {
    border: 1px solid #8c8f92 !important;
}

.product-info .asset-download-container {
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: 2rem
}

.toggle-password {
    margin-left: -30px;
    cursor: pointer;
}

.no-text-decoration {
    text-decoration: none !important;
}

.b-0 {
    border: 0 !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

.bt-0 {
    border-top: 0 !important;
}

.bl-0 {
    border-left: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.right-20 {
    right: 20% !important;
}

.font-larger {
    font-size: larger !important;
}

.font-large {
    font-size: large !important;
}

.font-medium {
    font-size: medium !important;
}

.wishlisted {
    color: var(--danger) !important;
}

.heart-container {
    width: 20px;
    aspect-ratio: 1.11;
}

.wishlist-trigger {
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/heart-white.png');
}

.wishlist-trigger.wishlisted {
    background-image: url('/images/heart-red.png');
}

.flash-message-dismiss {
    position: absolute !important;
    font-size: large !important;
    right: 1rem !important;
}

.flash-message-dismiss:hover {
    cursor: pointer !important;
}

.p-1r {
    padding: 1rem !important;
}

header {
    margin-bottom: 20px !important;
    background-color: #fff !important;
}

.navbar .nav-item .nav-link i,
.dropdown-menu .dropdown-item i {
    margin-right: .2rem !important;
}

.navbar {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px var(--primary) !important;
}

.navbar .nav-inner.opened {
    display: flex;
    flex-direction: column;
}

.navbar .nav-inner {
    width: 100% !important;
}

@media (max-width: 1200px) {
    .navbar .nav-inner {
        max-width: 990px;
    }
}

@media (max-width: 992px) {
    .navbar .nav-inner {
        max-width: 750px;
    }
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link:active,
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: var(--light) !important;
}

.highlighted-nav-item {
    background-color: #52a9fb;
    border-radius: 8px;
}

.green-highlighted-nav-item {
    background-color: #5cb85c !important;
    color: #000 !important;
}

.green-highlighted-nav-item:hover {
    color: #16181b !important;
    background-color: #6bc762 !important;
    border: solid 1px #6bc762 !important;
}

.highlighted-nav-item .nav-link {
    color: #000 !important;
}

.navbar .nav-item.current,
.navbar .nav-item.current {
    color: #16181b !important;
    background-color: var(--light) !important;
    border-radius: 5px;
}

.dropdown-item.active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--primary) !important;
    border-radius: 5px !important;
}

.navbar .nav-item:not(.active) {
    margin: 1px !important;
}

.navbar .nav-item:not(.active):not(.highlighted-nav-item):has(.nav-link:hover),
.navbar .nav-item:not(.active):not(.highlighted-nav-item):has(.nav-link:focus),
.navbar .nav-item:not(.active):not(.highlighted-nav-item):has(.nav-link:active) {
    border: solid 1px var(--primary) !important;
    margin: 0 !important;
    border-radius: 5px !important;
    background-color: var(--light) !important;
    color: #16181b !important;
}

@media (min-width: 992px) {
    .__remove-if-mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .__remove-if-desktop {
        display: none !important;
    }

    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link:focus,
    .navbar .nav-item .nav-link:active,
    .navbar .nav-item .nav-link {
        border: 0 !important;
        margin: 0 !important;
    }

    .navbar .nav-item.active .nav-link,
    .navbar .nav-item.active .nav-link:hover,
    .navbar .nav-item.active .nav-link:focus,
    .navbar .nav-item.active .nav-link:active {
        border: 0 !important;
        margin: 1px !important;
    }

    .navbar .nav-item .nav-link {
        padding-left: 1.5rem;
    }
}

.navbar .nav-item.active .nav-link {
    background-color: var(--primary) !important;
    color: #fff !important;
    border: 0 !important;
    margin: 1px !important;
    border-radius: 5px !important;
}

.navbar .highlighted-nav-item.active .nav-link,
.navbar .highlighted-nav-item.active {
    /*background-color: yellow !important;*/
    background-color: #0051a8 !important;
}

.navbar .highlighted-nav-item:not(.active) .nav-link:hover,
.navbar .highlighted-nav-item:not(.active) .nav-link:active,
.navbar .highlighted-nav-item:not(.active) .nav-link:focus {
    background-color: #82bffb !important;
    border-radius: 8px !important;
    /*border: solid 1px transparent !important;*/
}

.tabs-panel .nav-tabs > li > a.active {
    background: var(--primary) !important;
    color: #fff !important;
}

.tabs-panel .nav-tabs > li > a.disabled {
    background: var(--light) !important;
}

.breadcrumb {
    margin-bottom: 3rem !important;
}

.shopping-wishlist-table {
    text-transform: uppercase !important;
}

.product-col .shop-classification {
    padding: 10px 0 !important;
}

.shop-classification span {
    color: #2f353b !important;
}

.shop-classification span.danger {
    color: var(--danger) !important;
}

.shop-classification span.danger span.underline {
    color: inherit !important;
    padding: 0 !important;
    text-decoration: underline !important;
}

.error h1 {
    font-size: 100px !important;
    font-weight: bolder !important;
    letter-spacing: -5px !important;
}

input.modify-cart-quantity {
    width: 4rem !important;
    font-size: larger !important;
    text-align: center !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-5 {
    width: 5% !important;
}

header.fixed-top {
    position: sticky !important;
}

header.fixed-top .header-container {

}


header.fixed-top .header-container .header-content {
    width: 1170px;
}

@media (max-width: 1200px) {
    .header-content {
        max-width: 990px;
    }
}

@media (max-width: 992px) {
    .header-content {
        max-width: 750px;
    }
}

@media (max-width: 772px) {
    .header-content {
        max-width: 562px;
    }
}

header.fixed-top .header-total-item-count {
    width: 150px;
    text-align: center;
}

.red-alert-button {
    background-color: #ed2f59;
    border: none;
    padding: 8px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.red-alert-button:hover {
    cursor: pointer !important;
}

.all-to-cart-button {
    background-color: var(--teal) !important;
}

.text-white {
    color: white;
}

.left-auto {
    left: auto !important;
}

.right-auto {
    right: auto !important;
}

.width-auto {
    width: auto !important;
}

.product-item-row {
    border: solid 1px var(--light) !important;
    border-bottom: 0 !important;
    height: 110px !important;
    padding: 0.5rem !important;
}

.product-item-row:last-child {
    border-bottom: solid 1px var(--light) !important;
}

#hover-image_display {
    background-color: #fff !important;
    border: solid 1px var(--primary) !important;
    z-index: 10000;
}

#hover-image_display img {
    width: 250px !important;
}

.h-34 {
    height: 34% !important;
}

.h-33 {
    height: 33% !important;
}

.btn-product-detail {
    margin-left: 1.5rem !important;
}

.btn-product-detail,
.btn-cart,
.btn-wishlist {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    -moz-box-shadow: 0 0 !important;
    -o-box-shadow: 0 0 !important;
    -webkit-box-shadow: 0 0 !important;
}

.btn-wishlist, .btn-cart {
    padding: 0 0.5rem !important;
}

.btn-cart .fa {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

input.modify-cart-quantity {
    outline: none !important;
    border: 0 !important;
    height: 40px;
    flex: 1;
}

header #collapseHeaderExtend {
    padding: 1rem 1rem 0 !important;
    /*border-bottom: solid 1px var(--light);*/
}

.preload-placeholder {
    border-radius: 5px !important;
    color: transparent !important;
    animation: preload ease;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-fill-mode: both;
}

@keyframes preload {
    0% {
        background-color: var(--light) !important;
    }

    50% {
        background-color: var(--gray) !important;
    }

    100% {
        background-color: var(--light) !important;
    }
}

#instructions-accordion .row.header {
    background-color: var(--light) !important;
}

#instructions-accordion .card-header:hover {
    cursor: pointer !important;
}

#instructions-accordion .card-body {
    padding: 0 !important;;
}

#instructions-accordion .row.header,
#instructions-accordion .card-body .row div {
    padding: 1rem !important;
}

#instructions-accordion .card-body .row:not(:last-child) {
    border-bottom: solid 1px var(--light) !important;
}

#instructions-accordion .card-body .row div:first-child {
    border-right: solid 1px var(--light) !important;
}

#instructions-accordion a {
    color: #193c72 !important;
}

table.product-list-table thead tr th:has(a),
.compare-table table thead tr td:has(a) {
    padding: 0 !important;
    height: 100% !important;
}

table.product-list-table thead tr th a,
.compare-table table thead tr td a {
    height: 100% !important;
    display: inline-block !important;
    width: 100% !important;
    vertical-align: middle !important;
    align-content: center !important;
}

.modify-cart-quantity.pending {
    background-color: lightpink !important;
}

.modify-cart-quantity.success {
    background-color: blanchedalmond !important;
}

tr.hover:hover {
    background-color: rgba(217, 217, 217, .5) !important;
    cursor: pointer !important;
}

tr.hover.alert-danger:hover {
    background-color: #f5c6cb !important;
}

#product-list {
    position: relative !important;
}

#product-list .product-list-loading {
    z-index: 1000 !important;
    position: absolute !important;
    background: var(--light) !important;
    opacity: 50%;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 -15px !important;
}

#tab-addresses a.btn-success,
#tab-addresses a.btn-danger {
    position: absolute !important;
    top: 0 !important;
    border-radius: 5px !important;
    padding: .3rem .6rem !important;
    margin: 0 !important;
}

#tab-addresses a.btn i {
    width: 16px !important;
}

.right-10 {
    right: 10% !important;
}

#tab-addresses .card-smart {
    height: 130px !important;
}

#tab-addresses .new-address {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    text-decoration: none !important;
}

#tab-addresses .new-address i {
    margin: auto !important;
    font-size: xx-large !important;
}

label.shipping-label {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
}

label.shipping-label:hover {
    cursor: pointer !important;
}

.cart-summary i.fa.fa-times {
    font-size: x-large !important;
    color: var(--secondary) !important;
}

.cart-summary i.fa.fa-times:hover {
    color: var(--danger) !important;
}

.cart-summary input.modify-cart-quantity {
    width: 80% !important;
}

.cart-summary tfoot tr td,
.order-table tfoot tr td {
    border: 0 !important;
}

input#own_order_number_comment {
    margin-left: 1% !important;
    flex: 0 0 100% !important;
}

.flex-fit-content {
    flex: 0 0 fit-content !important;
}

.break-word {
    word-break: break-word !important;
}

.halved-card {
    gap: 2% !important;
}

.halved-card .card {
    min-height: 49% !important;
    max-height: 49% !important;
}

.own-collection-switch-container .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    min-width: 48px;
    height: 22px;
}

.own-collection-switch-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.own-collection-switch-container label {
    margin-bottom: 0 !important;
}

.own-collection-switch-container .clicker {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: green;
    opacity: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.own-collection-switch-container .clicker:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.own-collection-switch-container input:checked + .clicker:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.btn-default-selected,
.btn-default:focus,
.btn-default:active {
    color: #fff !important;
    background-color: #5cb85c !important;
    border: solid 1px #4cae4c !important;
}

.btn-default-selected:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border: solid 1px #398439 !important;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
    color: #333 !important;
    background-color: #fff !important;
    border: solid 1px #ccc !important;
}

.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border: solid 1px #adadad !important;
}

.multi-select-for-availability-option {
    font: 12px/22px 'Roboto Condensed', sans-serif;
    color: #495057 !important;
    margin: 2px;
    border-radius: 5px;
    width: auto;
    padding-left: 10px;
    line-height: 1.3em;
}

.multi-select-for-availability-option.disabled {
    color: #909090 !important;
}

.multi-select-for-availability {
    cursor: none;
    border: 1px solid #ced4da;
}

.bs-select-all, .bs-deselect-all {
    min-width: fit-content;
}

.invoice-table-download {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    text-align: center !important;
    align-content: center !important;
}

.p-2-table td,
.p-2-table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.dotted-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px dotted #000;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 50% transparency */
    justify-content: center;
    align-items: center;
    z-index: 1031;
}

.loading-modal-text {
    text-align: center;
}

.loading-show {
    display: flex;
}

@media (min-width: 1200px) {
    .bigger-filter-option {
        flex: 0 0 14.833333%;
        max-width: 14.833333%;
    }

    .extra-filter-option {
        flex: 0 0 17.833333%;
        max-width: 17.833333%;
    }

    .smaller-filter-option {
        flex: 0 0 6.833333%;
    }
}

.font-size-initial {
    font-size: initial !important;
}

.news-container a:not(.breadcrumb a):not(.product-list-table a) {
    color: #007bff;
    text-decoration: underline;
}

.new-download-tooltip {
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
}

.asset-link:hover .new-download-tooltip {
    opacity: unset;
}

.news-download-file-image {
    max-height: 50px;
}

a.disabled {
    cursor: not-allowed !important;
}

.coreshop-flash-message-wrapper {
    position: fixed !important;
    top: 75px !important;
    left: 10% !important;
    right: 10% !important;
    z-index: 2000 !important;
}

.option-dropdown {
    position: relative;
    display: none;
}

.option-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    background-color: #E9E9E9;
    z-index: 1;
}

.option-dropdown-content .option-dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
}

.option-dropdown-content .option-dropdown-item:hover {
    background-color: #bdbdc0;
}

.news-search-form > ul {
    position: absolute;
    top: 35px;
}

.watchListButton, .watchListButton:hover, .watchListButton:active {
    background-color: #12E38B !important;
    border-color: #12E38B !important;
}

.news-link-button {
    width: 120px;
}

.customer-order-table tbody > tr > td {
    font-size: 12px;
}

.customer-order-table tbody > tr > td {
    font-size: 14px;
}

.table-fixed-layout {
    table-layout: fixed !important;
}

#sale_lock {
    display: flex;
    gap: 10px;
}

.text-italic {
    font-style: italic !important;
}

.width-90px {
    width: 90px;
    min-width: 90px;
}

.width-175px {
    width: 175px;
    min-width: 175px;
}

.sale-delete:hover {
    cursor: pointer !important;
}

.resize-vertical {
    resize: vertical !important;
}

.import-error {
    color: red !important;
    font-size: larger !important;
    line-height: normal !important;
    padding: .5em 1.5em 0 !important;
}

.sale-table td, .sale-table th {
    padding: 0.25rem !important;
    text-align: center;
    white-space: nowrap !important;
}

.sale-table td.comment {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
}

.text-red {
    color: red !important;
}

.locked-sale-dropdown-menu {
    width: 100% !important;
    max-height: 15rem !important;
    overflow-y: auto !important;
}

.btn:focus, .btn:active {
    box-shadow: none !important;
}

.locked-month-modal-toggle:hover {
    cursor: pointer !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.sale-details-toggle {
    color: var(--primary) !important;
    text-decoration: underline !important;
}

.sale-group-card .sale-details-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-top: 0 !important;
    border-right: .3em solid transparent !important;
    border-bottom: .3em solid !important;
    border-left: .3em solid transparent !important;
}

.sale-group-card.collapsed .sale-details-toggle::after {
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

.fit-content {
    width: fit-content !important;
}

.loading-spinner-container {
    animation: rotate 2s infinite linear !important;
    height: max-content !important;
}

.modal-xl {
    max-width: 60% !important;
}

.modal-l {
    max-width: 40% !important;
}

@media (max-width: 1200px) {
    .modal-xl {
        max-width: 90% !important;
    }

    .modal-l {
        max-width: 70% !important;
    }
}

.import-result-error {
    height: 75% !important;
    overflow-y: auto !important;
}

.import-result-error:hover {
    background-color: rgba(0, 0, 0, .025);
}

.strong-link {
    font-weight: 600;
    text-decoration: underline !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.display-image-container picture img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    cursor: pointer !important;
    border: solid 1px #dee2e6 !important;
    border-radius: .5em !important;
}

.display-image-container picture {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.display-image-container {
    height: 18vh !important;
    padding: .5em !important;
}

.display-image-container:hover {
    cursor: pointer !important;
    background-color: #f5f5f5 !important;
    border: solid 1px #dee2e6 !important;
    padding: calc(.5em - 1px) !important;
    border-radius: .5em !important;
}

.display-image-container .delete-image {
    display: none !important;
    position: absolute !important;
    background-color: darkred !important;
    border-radius: 50% !important;
    right: -1em !important;
    top: -1em !important;
    height: 2em !important;
    width: 2em !important;
}

.display-image-container .delete-image i {
    position: absolute !important;
    color: white !important;
    font-size: 1.5em !important;
    top: .15em !important;
    left: .25em !important;
}

.display-image-container:hover .delete-image {
    display: block !important;
}

.display-image-container .delete-image:hover {
    display: block !important;
    background-color: red !important;
}

.display-image-link {
    width: 100% !important;
    height: 75% !important;
    display: flex !important;
    justify-content: center !important;
    text-decoration: none !important;
}

.display-image-row {
    row-gap: 2em !important;
}

.container {
    max-width: 1200px;
}

.main-container:has(.product-list-table):has(.modify-width),
.main-container:has(.product-list-table):has(.modify-width) > .container {
    max-width: min-content;
}

.display-image-link + a {
    font-weight: bold !important;
}

.display-image-tooltip .tooltip-inner {
    width: max-content !important;
    max-width: max-content !important;
    text-align: left !important;
}

.display-image-description-container {
    width: 100% !important;
    height: 10% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 1em !important;
}

.display-image-description-container p {
    font-weight: 600 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
    margin: 0 !important;
}

.display-image-description-container i.fa.fa-pencil {
    display: none !important;
}

.display-image-description-container:hover i.fa.fa-pencil {
    display: inline-block !important;
    cursor: pointer !important;
}

.display-image-description-container:hover p {
    text-decoration: underline !important;
}

input[type=checkbox],
input[type=checkbox] + label {
    cursor: pointer !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
}

input[type=checkbox]:disabled,
input[type=checkbox]:disabled + label {
    cursor: not-allowed !important;
}

.display-image-container form {
    bottom: .5em !important;
    left: .5em !important;
    right: .5em !important;
    z-index: 100 !important;
    display: flex !important;
    position: absolute !important;
}

.display-image-container form input {
    width: 90% !important;
}

.display-image-container form button {
    border-radius: 2px !important;
    padding: 1px !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 31px !important;
}

.category-submit {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

@media (max-width: 1361px) {
    .product-list-table th {
        font: 10px/22px 'Roboto Condensed', sans-serif;
        font-weight: 501;
        line-height: 1.5;
    }

    .product-list-table .width-90px {
        width: 70px;
        min-width: 70px;
    }
}

#_display_image_refresh {
    opacity: 0.5 !important;
    background-color: black !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2000 !important;
    display: block !important;
    text-align: center !important;
}

#_display_image_refresh h1 {
    color: white !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    margin: 50vh 0 !important;
}

.btn-default-yellow {
    border-color: #e3ce2d;
    background-color: #e3ce2d;
}

.btn-default-yellow:hover {
    border-color: #ecdf4c !important;
    background-color: #dec629 !important;
}

.btn-default-yellow:active {
    border-color: #ecdf4c !important;
    background-color: #dec629 !important;
}

.max-width-760 {
    max-width: 760px;
}

#processes-container:has(.process-progress-item) {
    background-color: rgba(0, 0, 0, .2) !important;
    z-index: 1000 !important;
}

#processes-container:not(:has(.process-progress-item)) {
    display: none !important;
}

.process-progress-item .inner {
    padding: 0 1em !important;
}

.process-progress-item .inner p {
    position: absolute !important;
    top: 1.5vh !important;
    margin: 0 !important;
    width: calc(100% - 2em) !important;
    text-align: center !important;
    text-shadow: white 1px 1px !important;
    text-transform: uppercase !important;
    overflow-x: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
    padding: 0 1em !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
}

.process-progress-item .inner:hover,
.process-progress-item:has(.process-progress-item-remove:hover) .inner {
    background-color: rgba(0, 0, 0, .5) !important;
    cursor: pointer !important;
}

.process-progress-item-remove {
    font-size: large !important;
    top: -30px !important;
    right: 0 !important;
    padding: .2em !important;
    color: white !important;
    height: 30px !important;
    letter-spacing: .2em !important;
    text-transform: uppercase !important;
    background-color: darkred !important;
    display: none;
}

.process-progress-item:hover .process-progress-item-remove {
    display: block;
    opacity: .5;
}

.process-progress-item-remove:hover {
    opacity: 1 !important;
    cursor: pointer !important;
    background-color: red !important;
    display: block;
}

progress#result-progress-bar[value],
.process-progress-item progress[value] {
    --w: 200px;
    --b: linear-gradient(#fff8, #fff0),
    repeating-linear-gradient(135deg, #0003 0 10px, #0000 0 20px),
    linear-gradient(#82bffb 0 0) 0 / calc(var(--w) * .99 - 100%) 1px,
    #82bffb;
    width: var(--w);
    background-color: lightgrey;
    border-radius: 10px;
    margin: .5em 0 0;
    border: solid 1px black;
}

progress#result-progress-bar[value="100"],
.process-progress-item progress[value="100"] {
    --w: 200px;
    --b: linear-gradient(#fff8, #fff0),
    repeating-linear-gradient(135deg, #0003 0 10px, #0000 0 20px),
    linear-gradient(lightgreen 0 0) 0 / calc(var(--w) * .99 - 100%) 1px,
    lightgreen;
    width: var(--w);
    background-color: lightgrey;
    border-radius: 10px;
    margin: .5em 0 0;
    border: solid 1px black;
}

progress#result-progress-bar.failed,
.process-progress-item progress.failed {
    --w: 200px;
    --b: linear-gradient(#fff8, #fff0),
    repeating-linear-gradient(135deg, #0003 0 10px, #0000 0 20px),
    linear-gradient(red 0 0) 0 / calc(var(--w) * .99 - 100%) 1px,
    red;
    width: var(--w);
    background-color: lightgrey;
    border-radius: 10px;
    margin: .5em 0 0;
    border: solid 1px black;
}

.process-progress-item progress[value] {
    height: 4vh;
}

progress#result-progress-bar[value] {
    height: 2vh;
}

progress#result-progress-bar[value]::-webkit-progress-bar,
.process-progress-item progress[value]::-webkit-progress-bar {
    background-color: lightgrey;
    border-radius: 10px;
}

progress#result-progress-bar[value]::-webkit-progress-value,
.process-progress-item progress[value]::-webkit-progress-value {
    border-radius: 10px;
    background: var(--b);
}

progress#result-progress-bar[value]::-moz-progress-bar,
.process-progress-item progress[value]::-moz-progress-bar {
    border-radius: 10px;
    background: var(--b);
}

progress#result-progress-bar + p {
    position: absolute;
    top: .5vh;
    text-shadow: white 1px 1px !important;
    text-align: center;
    width: 100%;
    margin: 0;
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
}

.cart-add-all-remove-all-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.watchlist-container {
    width: fit-content;
}

form[name=partner_select],
form[name=own_order_number] {
    width: 17vw !important;
}

.nav-link {
    min-width: 100px !important;
    text-align: center !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    form[name=partner_select],
    form[name=own_order_number] {
        width: 13vw !important;
    }
}

@media (max-width: 992px) {
    form[name=partner_select] {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    form[name=partner_select] #partner_select {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .nav-link {
        text-align: left !important;
    }
}

form[name=partner_select] select:hover {
    cursor: pointer !important;
}

li.nav-item:not(:last-child) {
    margin-right: 1px !important;
}

.w-col-2 {
    width: 16.666667% !important;
}

.w-col-5 {
    width: 41.666667% !important;
}

.navbar {
    user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}

.align-items-center {
    align-items: center;
}

.text-align-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.max-width-130 {
    max-width: 130px;
}

table.product-list-table thead th {
    text-align: center !important;
    vertical-align: middle !important;
}

table.product-list-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

table.product-list-table tbody td:not(.table-image) {
    background-color: lightgray !important;
}

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

table.product-list-table thead th {
    padding-top: 25px !important;
}

table.product-list-table thead th a:not(:has(br)) {
    padding-top: 12px !important;
}

table.product-list-table thead th a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.product-list-table th .shop-classification-info {
    position: absolute !important;
    top: -20px !important;
    left: calc(50% - 12px) !important;
}

.f-button:has(.fa-trash) {
    background-color: darkred !important;
}

.f-button:has(.fa-trash):hover {
    background-color: red !important;
}

.f-button:has(.fa-info-circle) {
    background-color: #0b526b !important;
}

.f-button:has(.fa-info-circle):hover {
    background-color: cornflowerblue !important;
}

#display-image-info-modal .modal-body {
    font-size: larger !important;
}

.fancybox__caption {
    font-size: larger !important;
}

#upload-modal #filesize {
    color: slategray !important;
}

#upload-modal svg {
    height: 150px !important;
}

#partner_select_partner {
    height: 38px !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

.stock-card-title {
    margin-bottom: 0 !important;
    width: 97% !important;
}

.stock-quantity {
    float: right !important;
    margin-right: 39.5% !important;
}

.ml-15pc {
    margin-left: 15% !important;
}

.stock-delete {
    position: absolute !important;
    font-size: xx-large !important;
    font-weight: 600 !important;
    color: red !important;
    top: .4em !important;
    right: .3em !important;
    text-decoration: none !important;
}

.stock-card-title a {
    font-weight: 600 !important;
}

#flashMessageModal {
    z-index: 5000 !important;
}

#flashMessageModal .close {
    position: absolute !important;
    top: .5em !important;
    right: .5em !important;
}

#flashMessageModal div {
    background-color: transparent !important;
}

#flashMessageModal div .alert-password-request {
    background-color: white !important;
    border-radius: 20px;
}

#flashMessageModal div .alert-password-request .password-request-bg {
    background-color: #EFEFEF !important;
}

#flashMessageModal div .alert-password-request .modal-footer {
    border: none;
}

#process-status-modal .modal-header {
    padding: 0.5rem;
}

#process-status-modal .modal-header .close {
    background-color: #ed2f59;
    opacity: 1;
    color: white;
    padding: 0.5rem;
    margin: unset;
    border-radius: 5px;
}

#process-status-modal .modal-body .row,
#process-status-modal .modal-body .row .col-12 {
    height: 100% !important;
}

#result-message {
    height: 90% !important;
}

.order-table {
    margin-top: 1em !important;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
}

.current-partner {
    color: #155724 !important;
    background-color: #d4edda !important;
}

.current-partner:hover {
    background-color: #5CB672 !important;
}

.partner-item:hover {
    background-color: rgba(217, 217, 217, .5) !important;
}

#product-list-filter {

}

#product-list-filter .checkbox-item {
    /*background-color: lightgrey;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}

#product-list-filter .checkbox-item .form-group {
    margin-bottom: unset !important;
    display: flex;
}

#product-list-filter .checkbox-item .form-group .form-check {
    margin-bottom: unset !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    padding-left: unset !important;
    gap: 5px;
}

#product-list-filter .checkbox-item .form-group .form-check .form-check-label {
    font-weight: bold;
}

#product-list-filter .checkbox-item .form-group .form-check .form-check-input {
    position: unset !important;
    margin-top: unset !important;
    margin-left: unset !important;
}

.sku-search-section label, .own-order-number-section label {
    font-weight: bold;
}

.fit-content-mw {
    min-width: fit-content !important;
}

#partner_cart_deleted_items_modal {
    z-index: 4000 !important;
}

#partner_cart_price_changed_items_modal {
    z-index: 3000 !important;
}

.sale-container {
    margin: 1em -1em 2em !important;
    padding: .5em 1em !important;
    border: solid 1px #e9ecef !important;
    background-color: rgba(217, 217, 217, .3) !important;
}

.partner-report-stock-head {
    background-color: white !important;
    width: 15em !important;
    position: absolute !important;
}

.partner-report-stock-body {
    margin-left: 15em !important;
    width: revert !important;
    max-width: revert !important;
    white-space: nowrap !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.cart-refresh {
    position: absolute;
    font-weight: 600;
    border: solid 1px black;
    align-content: center;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4000;
    background-color: #fff;
    opacity: .85;
    border-radius: 5px;
    cursor: not-allowed;
}

.goToCart {
    font-size: 20px;
    padding: 0.5rem 1rem;
    color: white;
    background-color: #5cb85c !important;
    border-radius: 10px;
}

.transform-revert {
    text-transform: revert !important;
}