﻿/* Fancybox Popup Fixes */

.fancybox-overlay {
    z-index: 99995;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

/* Category Index */

.category-index ul {
    columns: 3;
    column-gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.category-index ul li {

}

@media (max-width: 991px) {
    .category-index ul {
        columns: 2;
    }
}

@media (max-width: 767px) {
    .category-index ul {
        columns: 1;
    }
}

/* Item Summary */

.item-summary {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    color: #000000;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.item-summary:last-child {
    margin-bottom: 0;
}

.item-summary .item-sold {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

    .item-summary .title {
        padding: 10px 20px 13px 20px;
        color: #FFFFFF;
        background-color: #000938;
    }

.item-summary .title h2 {
    margin-bottom: 0;
    font-size: var(--font-h3);
    line-height: 1.3;
}

.item-summary .content {
    padding: 1.5rem;
}

.item-summary .moreinfo {
    padding: 1.5rem;
    text-align: right;
}

.item-summary .description {

}

.item-summary .thumbnails {

}

.item-summary .thumbnails figure {

}

.item-summary .thumbnails figure figcaption {

}

.item-summary .thumbnails figure figcaption .pic-title,
.item-summary .thumbnails figure figcaption {
    display: none;
}

.item-summary .thumbnails img {

}

/* Item Details */

.item-details {

}

.item-details .title {

}

.item-details .title h1 {

}

.item-details .thumbnails {

}

.item-details .thumbnails figure {

}

.item-details .thumbnails figure figcaption {

}

.item-details .thumbnails figure figcaption .pic-title,
.item-details .thumbnails figure figcaption {
    display: none;
}

.item-details .thumbnails img {

}

.item-details .documents .document {
    padding: 10px 20px;
}

    .item-details .documents .document:nth-child(2n) {
        background-color: #F2F2F2;
    }

.item-details .documents .document .title {
    font-weight: bold;
}

.item-details .documents .document .description {

}