.secpic-details {
    display: none;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    padding: 1rem;
    position: relative;
    z-index: 100;
    margin-top: -1.563rem;
}

body.--ps-16 .secpic-details {
    box-shadow: none;
}

.secpic-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.secpic-thumbs .secpic-thumb {
    margin: 2px;
}

.secpic-thumbs .secpic-thumb img {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1px;
    width: 48px;
    height: 48px;
    margin: 0!important;
}

.secpic-thumbs .secpic-thumb:hover img {
    border-color: #a1a1a1;
}

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

.secpic-group-name {
    font-weight: bold;
    margin-top: .3rem;
    margin-bottom: .1rem;
    font-size: 85%;
}

.secpic-group-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1000rem;
}

.secpic-group-value {
    font-size: 80%;
}

.secpic-group-value::after {
    content: ',';
}

.secpic-group-value:last-of-type::after {
    content: '';
}

.secpic-features {
    font-size: 80%;
    margin-top: .5rem;
    text-align: left;
}

.secpic-features dl {
    margin-bottom: 2px;
}

.secpic-features dl::after {
    content: '';
    display: table;
    clear: both
}

.secpic-features dt,
.secpic-features dd {
    float: left;
    width: 50%;
    padding: .3rem .5rem;
    margin: 0;
}

.secpic-features dt {
    background-color: rgba(0,0,0,0.05);
}

.secpic-features dd {
    background-color: rgba(0,0,0,0.03);
}

.secpic-extra {
    margin-top: .5rem;
    font-size: 80%;
    text-align: center;
}

.owl-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    color: #757575;
    position: absolute;
    left: 23px;
    top: 135px;
}

.owl-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    color: #757575;
    position: absolute;
    left: 226px;
    top: 135px;
}

.svg-inline--fa.fa-angle-left.fa-w-6.fa-3x, .svg-inline--fa.fa-angle-right.fa-w-6.fa-3x {
    position: relative;
    height: 46px;
    bottom: 2px;
}