.mod-Share-visible {
    opacity: 1;
    visibility: visible;
}
.mod-Share {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100px;
    z-index: 100;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    color: #4a4a4a;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}
.mod-Share_Items {
    display: flex;
}
.mod-Share_Item {
    flex: 1 1 auto;
    display: block;
    width: 33.33%;
    padding: 1.75rem 30px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #979797;
    color: #4a4a4a;
}
.mod-Share_ItemLogo {
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-bottom: 1.75rem;
    margin-left: auto;
}
.mod-Share_Item-linkedin .mod-Share_ItemLogo svg {
    color: #0077b5;
}
svg:not(:root) {
    overflow: hidden;
}
.mod-Share_ItemLogo svg path {
    color: currentColor;
}
.mod-Share_ItemText {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block;
    font-weight: 500;
}
.mod-Share_ItemLink {
    font-size: .75rem;
    line-height: 1.125rem;
    display: inline-block;
    padding: 11px 20px;
    font-weight: 600;
    letter-spacing: .125rem;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s, border .2s, color .2s;
    position: relative;
    z-index: 1;
    border: 0;
    box-shadow: inset 0 0 0 2px #039dd6;
    color: #4a4a4a;
    overflow: hidden;
    margin-top: 2.625rem;
    transition: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}



.active{
    background-color: skyblue;
}

.product-name{
    background-color: yellow;
}


/* Gallery */
.lightgal {
    margin-top: 150px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 20px;
}
.row3 {
    margin-top: 40px;
}



/* Media Query */
@media (min-width: 601px){
    .mod-Share_Inner {
        padding-right: 60px;
        padding-left: 60px;
    }
    .mod-Share_Inner {
        width: 100%;
    }
    }

@media (min-width: 901px){
.mod-Share {
    align-items: center;
    justify-content: center;
    display: flex;
}
.mod-Share_Inner {
    padding-right: 60px;
    padding-left: 60px;
}
.mod-Share_Inner {
    max-width: 1500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.mod-Share_Wrapper {
    box-shadow: 0 2px 44px rgb(0 0 0 / 20%);
}
.mod-Share_Item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.mod-Share_ItemText {
    font-size: 1.375rem;
    line-height: 1.875rem;
}
}

@media (min-width: 901px){
.col-md-6 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}


