/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Nov 5, 2016, 8:04:15 PM
    Author     : ismail
*/

.lightbox h2 {
    text-align: right;
    bottom: -38px;
    position: absolute;
    color: #fff;
    right: 5px;
}

.mod_images_products {
    padding: 20px 40px;
}

.mod_images_products .block_data.data_img.data_title .block_data_body {
    background: #23b6ec;
}

.block_image {
    cursor: pointer;
}

.imgs_gallery_lightbox .ins_lightbox_body i.left,
.imgs_gallery_lightbox .ins_lightbox_body i.right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

.ins_lightbox_body i.right {
    right: 0;
    left: auto !important;
}