#imageNormal{
    /*outline:    #999999 dashed 1px;*/
    height:     700px;
    width:      550px;
}

#imageNormal img{
    cursor:    url("LUPA.png"), url("LUPA.png"), pointer;
}

#imageMini{
    /*outline:    #999999 dashed 1px;*/
    height:     70px;
    width:      300px;
}

#imageMini img{
    /*border:     solid #cccccc 1px;*/
    margin-left: 17px;
}

img[rel=weblogica_box_big]{
    cursor:    url("LUPA2.png"), url("LUPA2.png"), pointer;
}

/*.product-cover #zoom_image {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 45%;
    left: 45%;
    background-color: #000000;
    opacity: 0.7;
    text-align: center;
    padding: 15px 0px 0px;
    cursor: pointer;
    display: none;
}

.product-cover:hover #zoom_image {
	cursor: pointer;
	display: block;
}

.modal-body .product-cover #zoom_image {
	display: none !important;
}*/

@media screen and (min-width: 1001px) and (max-width: 1280px){
    img[rel=weblogica_box_big]{
        width: 960px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
    img[rel=weblogica_box_big]{
        width: 700px;
    }
}