﻿.product-gallery{
    padding-top:10px;
}
.product-group {
    width: 100%;
    height: 100%;
    border: solid thin white;
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    transition: all 500ms 100ms;
    overflow: hidden;
}

.product-group-inside {
    height: 100%;
    width: 100%;
}

.product-group-inside-inside {
    /* display: table-cell; */
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    /* position: absolute; */
    bottom: 10px;
    height: 100%;
    /* width: 100%; */
    opacity: 1;
    color: white !important;
    font-size: x-large;
    font-weight: 600;
    text-align: right;
    left: 0px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

    .product-group-inside-inside div {
        text-align: center;
        position: absolute;
        bottom: 0px;
        display: block;
        width: 100%;
        /* background-image: linear-gradient(to top , #000000,transparent); */
        background-color: rgba(255,255,255,.6);
        padding-bottom: 5px;
    }
    .product-group-inside-inside h2 {
        width: 100%;
        text-align: right;
        display: block;
        padding: 12px 25px 10px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold !important;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        color: #5b5b5b;
    }

    .product-group-inside-inside h3 {
        position: absolute;
        left: 80px;
        top: -7px;
        text-align: center;
        padding: 7px 10px 9px;
        font-size: 13px;
        border: solid thin #5b5b5b;
        display: inline;
        float: right;
        margin-right: 15px;
        margin-bottom: 10px;
        transition: all 500ms 50ms;
        font-weight: 400;
        margin-top: 17px;
        color: #5b5b5b;
    }
.product-group-inside-inside i{
    font-weight: 100;
    text-align: center;
    margin: 10px auto;
    color: #5b5b5b;
    display: block;
    width: 100%;
}