.contentItemImage {
    display:block;
    margin-bottom:10px;
}

.contentItemImage  img {
    width:auto;
    height:150px;
    display:block;
    margin:auto;
    width:auto;
}

.contentItems p {
    margin-block-start:1em;
    margin-block-end:1em;
}

.contentItems .column {
    padding: 20px;
    box-sizing: border-box;
    text-align:center;
}

#details h6 {
    color:#2995D3;
    margin:0;
}

.dimensions strong {
    display:inline-block;
    width:128px;
}

#lightbox .primary.image {
    max-height:980px;
    /* max-width:auto; */
}
#lightbox .image {
    max-width: 80%;
}

#lightbox .zoomImg {
    background-color:white;
}

#lightbox .window .controls {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1em;
    padding: 0 24px;
    box-sizing: border-box;
}

a#addToWishlist {
    color:#5c4293;
}

.furnitureImages .slider {
    overflow: visible;
    margin: auto 20px;
}

.furnitureImages .slider>.prev {
    left: -20px;
}

.furnitureImages .slider>.next {
    right: -20px;
}

/* "FAVOURITE CONFIGURATIONS" CSS */
#favouriteConfigurations {
    text-align: right;
    padding-top: 16px;
}

#favouriteConfigurations ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 8px 0 16px;
}

#favouriteConfigurations ul li {
    padding: 4px 0px 4px 16px;
}

#favouriteConfigurations ul li a {
    display: block;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: 1px solid #dadada;
    margin:auto;
    transition: .5s;
}
#favouriteConfigurations ul li a:hover,
#favouriteConfigurations ul li a.selected {
    /* border: 4px solid #000000 */
    -webkit-box-shadow:inset 0px 0px 0px 3px rgba(211, 211, 211, .8);
    -moz-box-shadow:inset 0px 0px 0px 3px rgba(211, 211, 211, .8);
    box-shadow:inset 0px 0px 0px 3px rgba(211, 211, 211, .8);
}

#favouriteConfigurations li span {
    font-size: 0.9em;
}

#viewConfigurationModel {
    position: fixed;
    top: 0;
    z-index: 103;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
}

#viewConfigurationModel .window {
    position:relative;
    background-color:#FFFFFF;
    text-align:center;
    padding:24px;
    margin:48px;
}

#viewConfigurationModel .window .close {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #FFFFFF;
    color: #1c2542;
    padding: 12px;
    border: 0px solid;
    border-radius: 50%;
    line-height: 1em;
    font-size: 18px;
    height: 42px;
    width: 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

#viewConfigurationModel .window .close::before {
    font-family:'Font Awesome 5 Pro';
    content:'\f00d';
    font-weight:normal;
}

/* "COLOUR OPTIONS" CSS */
#favouriteConfigurationOptions #configurations {
    text-align: left;
    padding-top: 0;
}

#favouriteConfigurationOptions #configurations ul {
    justify-content: flex-start;
}

/* "ALTERNATE PRODUCTS" CSS */
#alternateProducts {
    margin-top: 20px;
}

/* #alternateProducts .altTypeContainer:hover .label {
    text-decoration:underline;
} */

#alternateProducts ul {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; */
    list-style: none;
    padding: 0;
    margin: 8px 0 16px;
}

#alternateProducts ul li a.option {
    min-height: 5rem;
    font-weight: bold;
    border: 1px solid rgba(7, 146, 133, .5);
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#alternateProducts ul li a.option:hover {
    color: #2995D3;
    border: 1px solid rgba(7, 146, 133, 1);
}

#alternateProducts ul li a.option:not(.selected):hover span {
    text-decoration:underline;
    cursor: pointer;
}

#alternateProducts ul li a.option.selected {
    border: 2px solid rgba(7, 146, 133, 1);
}

#alternateProducts .list.open .label,
#alternateProducts .list.closed .label {
    cursor: pointer;
}

#alternateProducts .list.open .label::after,
#alternateProducts .list.closed .label::after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    margin-left: 6px;
}

#alternateProducts .list.open .label::after {
    content: '\f0d8';
}

#alternateProducts .list.closed .label::after {
    content: '\f0d7';
}

#alternateProducts .list > .label > * {
    white-space: nowrap;
}