/******************************************
            Scenes Styles
******************************************/
.popover-content {
    text-align: center;
}
#scenes .popover-button span {
    display: block;
    text-align: center;
    opacity:0.4;
}
#scenes .popover-button span:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    display: block;
    vertical-align: 5px;
    color: #fff600;
    font-size: 2rem;
}

#scenes .screen_scene:hover .popover-button span {
    opacity:1;
}
.thumbs_banner {
    margin: 10px auto;
    padding: 0;
    height: 62px !important;
    width: 100%; 
    position: relative;
}
.thumbs_banner .space-keeper {
    display: block;
    height: 100%; 
}
.thumbs_banner .space-keeper a.prev {
    display: none;
    width: 21px;
    text-decoration: none;
    color: #333;
}
.thumbs_banner .space-keeper a.prev:before {
    font-family: "FontAwesome";
    content: "\f053";
    position: absolute;
    top: 35%;
    padding-left: 0;
}
.thumbs_banner .space-keeper a.next {
    float: left;
    display: block;
    width: 21px;
    text-decoration: none;
    color: #333; 
}
.thumbs_banner .space-keeper a.next:before {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    top: 35%;
    padding-left: 12px; 
}
#scenes_list {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}
    .thumbs_banner .space-keeper {
        position: absolute;
    }
    .thumbs_banner .space-keeper.keeper-right {
        top:0;
        right:0;
    }
    .thumbs_banner .space-keeper.keeper-left {
        left:0;
    }
#scenes_list ul {
    list-style-type: none;
}
#scenes_list ul li a img.selected {
    border: 1px solid #b3afaf;
    padding: 1px;
}
#scenes_list li {
    float: left;
}
#scenes_list a {
    display: block;
}
#scenes a.popover-button {
    display: flex;
    position: absolute;
    text-decoration: none;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
}
#scenes .popover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #d6d4d4;
}
#scenes .product-image-container,
#scenes .product-name {
    margin-bottom: 15px;
}
#scenes div.description {
    margin-bottom: 15px;
}
#scenes .button-container {
    margin-bottom: 15px;
}
#scenes .button-container a {
    text-decoration: none;
}
#scenes .price {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    #scenes_list {
        width: 100%;
    }
    .screen_scene {
        max-height: 220px !important;
        max-width: 100% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .thumbs_banner .space-keeper.keeper-right {
        right:1px;
    }
    .thumbs_banner .space-keeper.keeper-left {
        left:1px;
    }
    .thumbs_banner .space-keeper a.next:before {
        padding: 1px 5px 0 6px;
        background: white;
        border-radius: 50%;
    }
    .thumbs_banner .space-keeper a.prev:before {
        padding: 1px 6px 0 5px;
        background: white;
        border-radius: 50%;
    }
}
@media (max-width: 991px) {
    .screen_scene {
        max-height: 174px !important;
    }
}
@media (max-width: 520px) {
    .screen_scene {
        max-height: 120px !important;
    }
    .popover-content {
        padding: 6px 10px;
        max-width: 180px;
    }
    #scenes .product-image-container, 
    #scenes .product-name,
    #scenes div.description,
    #scenes .price {
        margin-bottom: 5px;
    }
}


