

.product_img3
{
    width:100%;
    display: block;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.product_img3 img
{
    width:100%;
    display: block;
    vertical-align: bottom;
    line-height: 0px;
}


.product_img3 .img_big
{
    width:67%;
    box-sizing: border-box;
    display: block;
    background-color: #ccc;
    float:left;
    line-height: 0;
    border-right: 3px solid #fff;
}


.product_img3 .img_small_wrapper
{
    width:33%;
    box-sizing: border-box;
    display: block;
    float:left;
}



.product_img3 .img_small
{
    height:50%;
    display: block;
    background-color: #ccc;
    vertical-align: bottom;
    line-height: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.product_img3 .img_small.small_top{
   border-bottom: 3px solid #fff;
}


.product_img3.magnific-popup-gallery a{
    margin: 0!important;
}


/*.product_img3 table,*/
/*.product_colors table*/
/*{*/
    /*border:0;*/
    /*padding:0;*/
    /*margin:0;*/
    /*border-spacing: 0;*/
/*}*/

/*.product_img3 table td,*/
/*.product_colors table td*/
/*{*/
    /*border:0;*/
    /*padding:0;*/
    /*margin:0;*/
/*}*/

/*.product_img3 table td.empty,*/
/*.product_colors table td.empty*/
/*{*/
    /*background-color: #ccc!important;*/
/*}*/

/*.product_img3 table td.normal,*/
/*.product_colors table td.normal*/
/*{*/
    /*background-color: #ffffff;*/
/*}*/

/*.product_img3 table td.big,*/
/*.product_colors table td.big*/
/*{*/
    /*width: 67%;*/
    /*position: relative;*/
/*}*/



/*.product_img3 table td.small,*/
/*.product_colors table td.small*/
/*{*/
    /*width: 33%;*/
    /*height:50%;*/
    /*position: relative;*/
    /*background-color: #ffffff;*/
/*}*/
/*.product_img3 table td.small:hover,*/
/*.product_colors table td.small:hover*/
/*{*/
    /*cursor: pointer;*/
/*}*/

/*.product_img3 table td img,*/
/*.product_colors table td img*/
/*{*/
    /*width: 100%;*/
    /*vertical-align: bottom;*/
    /*line-height: 0px;*/
    /*border:0;*/
    /*display: block;*/
/*}*/
