﻿/*PRODOTTI*/
.og-grid li a {
    cursor: pointer;
}

.og-grid li {
    width: 50%;
    margin: 0;
    padding: 0;
    height: auto;
}

    .og-grid li > a > img {
        width: 50%;
    }

    .og-grid li:nth-child(4n) div.detailsItem,
    .og-grid li:nth-child(4n-1) div.detailsItem {
       left:initial;
       right: 50%;
    }

    .og-grid li div.detailsItem {
        position: absolute;
        width: 50%;
        padding: 25px;
        top: 0;
        left:50%;
    }

    /*.og-grid li a.right > img {*/
    .og-grid li:nth-child(4n) > a > img,
    .og-grid li:nth-child(4n-1) > a > img{
    margin: 0 0 0 50%;
    }

    .og-grid li div.detailsItem h4 {
        text-align: left;
        margin: 0;
        color: #c39a46;
    }

    .og-grid li div.detailsItem p {
        text-align: left;
        margin: 20px 0 0 0;
        font-size: 1.5em;
        color: #000000;
        font-weight: 300;
    }

.og-expander-inner {
    padding: 20px;
}

.og-expander, .og-loading {
    background-color: #8a8684;
}

.og-expander {
    margin: 0;
    z-index: 100;
}

.og-details {
    padding: 0 0 0 20px;
    width: 47%;
}

    .og-details h3 {
        font-weight: bold;
        font-size: 22px;
        padding: 0px 0 10px;
        margin: 0 0 10px 0;
        color: #FFFFFF;
    }

.og-grid li.og-expanded > a::after {
    border-bottom-color: #8a8684;
    left: 48%;
    margin: -30px 0 0 -15px;
}

.og-details p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    margin: 0 15px 0 0;
    outline: none;
}

.og-imgList {
    position: absolute;
    bottom: 0;
}

    .og-imgList img {
        width: 130px;
        height: 130px;
    }

.og-fullimg {
    width: 60%;
}

.og-details {
    width: 37%;
}

.og-grid li:nth-child(4n).og-expanded > a::after, .og-grid li:nth-child(4n-1).og-expanded > a::after {
    left: 52% !important;
}

@media (max-width: 767px) {
    .bodyContainer .barraOcra {
        position: relative !important;
    }

    .introTitle {
        width: auto !important;
    }

    .og-grid li {
        width: 100%;
    }

        .og-grid li:nth-child(odd) a > img {
            margin: 0;
        }

        .og-grid li:nth-child(even) a > img {
            margin: 0 0 0 50%;
        }

        .og-grid li div.detailsItem {
            margin: 0 !important;
            padding: 5px 10px 5px 10px !important;
        }

        .og-grid li:nth-child(odd) div.detailsItem {
            right: 0 !important;
        }

        .og-grid li:nth-child(even) div.detailsItem {
            left: 0 !important;
        }

        .og-grid li div.detailsItem p {
            margin: 10px 0 0 0;
        }
}

@media (max-width: 1599px) {
    .og-imgList img {
        width: 100px;
        height: 100px;
    }

    .og-fullimg {
        width: 63%;
    }

    .og-details {
        width: 34%;
    }
}

.hoverItemProdotto {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 100;
    background-image: url(../img/lente.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.left .hoverItemProdotto {
    left: 0;
}

.og-grid li:nth-child(4n) .hoverItemProdotto,
.og-grid li:nth-child(4n-1) .hoverItemProdotto {
    right: 0;
}
/**/

/*Social share*/
.og-socialShare{
    color:#fff;
    font-size:12px;
    font-weight:bold;
}

    .og-socialShare img {
        cursor:pointer;
    }
/**/
