﻿.body {
    /*width:80%;*/
    color: #493829;
    font-family: 'Montserrat', sans-serif;
}

.four-column-layout {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
}
 img.mainimage{
     max-width:100%;
 }
.col {
    flex: 1;
    font-size: .7em;
    min-width:220px;
}
.col img {
    /*      max-height:150px!important;
    max-width: 150px!important;
*/
}

.col1 {
    max-width: 170px;
}

.col2 {
    min-width: 250px;
}

.col3-2, .col4-2 {
    padding-top: 30px;
}

.underline {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bolder;
    font-size: 1.1em;
}

.col4underline {
    width: calc(100% + 20px); /* Extend into the gap */
    margin-left: -20px; /* Pull into left gap */
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bolder;
    font-size: 1.1em;
}


.vline {
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
div#ListViewCatalogs_pdfcatalogs_0{
    display:flex;
    justify-content:center;
    width:100%;
    flex-wrap:wrap;
}
.pdfcat, .disclaimer, #addtosocial {
    margin-top: 30px;
    text-align: center;
}
.pdfcat{
    width:30%;
    min-width:85px;
}

.zoomable-thumb {
    width: 150px;
    margin: 5px;
    border-radius: 6px;
    transition: transform 0.2s;
}

.zoomable-thumb:hover {
    transform: scale(1.05);
}

.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px #fff;
}
table#DVMain {
    display:flex;
    justify-content: center;
}

.addtosocial{
    margin-top:2em;
    text-align:center;
}
.addtosocial img {
    height: 25px !important;
    padding: 2px !important;
}

.pdfcat a {
    text-decoration: none;
    color: #493829;
}

.pdfcat img {
    height: 40px;
}

.relatedlinks {
    padding-bottom: 10px;
}

.relatedlinks a {
    text-decoration: none;
    color: #493829;
    margin-bottom: 1em;
}

.related-item{
    padding-bottom:15px;
}

.redirects{
    font-size:1.2em;
}

#DVDetails table, #DVDetails td, #DVDetailsT table, #DVDetailsT td,
#DVFeatures table, #DVFeatures td, #DVFeaturesT table, #DVFeaturesT td {
    border: none !important;
    padding: 0 10px 0 0;
}

table#DVDetails, td#DVDetails, table#DVDetailsT, td#DVDetailsT,
table#DVFeatures, td#DVFeatures, table#DVFeaturesT, td#DVFeaturesT {
    border: none !important;
    padding: 0;
}

#DVDetails .detail-item,
#DVFeatures .features-item {
    display: block;
    margin-bottom: 1em;
}
#DVDetailsT .detail-item,
#DVFeaturesT .features-item {
    display: block;
    margin-bottom: 1em;
}
#DVDetails .detail-item td,
#DVFeatures .features-item td {
    border: none !important;
    padding: 0;
}

#DVDetailsT .detail-item td,
#DVFeaturesT .features-item td {
    border: none !important;
    padding: 0;
}

.features-item{
    margin-bottom:1.5em;
}

.plus-icon {
    float: right;
}
.linktoskus a {
    text-decoration:none;
    color:#493829;
}

/* DESKTOP */
@media (min-width: 1246px) {
    .col3-4 {
        display: none;
    }
}

/* TABLET & MID SIZED SCREENS */
@media (max-width: 1245px) and (min-width: 930px) {
    .col1{
        display:block!important;
    }
}

@media (max-width: 1245px) {
    .col3, .col4 {
        display: none !important;
    }

    .expandable-section {
        display: block;
    }

    .expandable-header {
        background-color: #eee;
        font-weight: bold;
        padding: 18px;
        cursor: pointer;
        margin-top: 20px;
        font-size: 1.1em;
    }

    .expandable-content {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
}

@media (min-width: 930px) {
    .mobile-layout {
        display: none;
    }
}

/* MOBILE SCREENS */
@media (max-width: 929px) {
    .mobile-layout {
        /*display: block;*/
        text-align: center;
        width: 100%;
        order: 2;
    }

    .col {
        width: 100%;
        flex: inherit;
    }
    .col1{
        display:none;
    }
    .col2 {
        order: 1;
        border-right:none;
    }

    .col3-4 {
        order: 3;
    }

    .colrsm {
        overflow-x: auto;
        overflow-y:hidden;
        white-space: nowrap;
    }

    .zoomable-thumb {
        display: inline-block;
        margin-right: 10px;
    }
}
