﻿.divProdGalleryFull {
    position: fixed;
    /*display: none;*/
    /*width: 0px;
    height: 0px;*/
    height:0px;
    overflow:hidden;
    z-index: 100000;
}

.divProdGalleryFullOpen {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,.5);
    padding: 15px;
    overflow:unset;
}

.divClosebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    background-color: #7c7574;
    font-size: 15px;
    color: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer
}

    .divClosebtn img {
        display: inline;
    }

    .divClosebtn:hover {
        float: right;
        border-radius: 3px;
        background-color: #afa3a0;
        font-size: 15px;
        color: #fff;
    }

@media (min-width: 901px) {
    
}
    /********** Responsive *************/


    /*medium width**********************************************/
    @media (min-width: 401px) and (max-width: 901px) {

     
    }

    /* mobile width*******************************************/
    @media (max-width: 400px) {

      
    }

    /********** End Responsive *************/
