/*#use-lasermarking #product-options-wrapper{*/
    /*display: none;*/
/*}*/

#use-lasermarking .custom-options-wrapper,
#use-lasermarking .product-view-lasermarking .configurable-attributes-wrapper,
#use-lasermarking .product-view-lasermarking .product-options p.required {
    display: none;
}
#use-lasermarking .product-view-lasermarking .custom-options-wrapper,
#use-lasermarking .configurable-attributes-wrapper,
#use-lasermarking .product-options p.required {
    display: block;
}

#use-lasermarking .product-view-lasermarking .product-options-bottom,
#use-lasermarking .product-view-lasermarking .product-img-box,
#use-lasermarking .product-view-lasermarking .short-description,
#use-lasermarking .product-view-lasermarking .addthis_toolbox,
#use-lasermarking .product-view-lasermarking .extra-info,
#use-lasermarking .product-view-lasermarking .price-info,
#use-lasermarking .product-view-lasermarking .product-shop .product-name,
.product-view-lasermarking-zoom
{
    display: none;
}
.product-view-lasermarking-zoom
{
    width: 0px !important;
    height: 0px !important;
}
/*#use-lasermarking .product-view-lasermarking #product-options-wrapper{*/
    /*display: block;*/
/*}*/
#use-lasermarking .product-view-lasermarking .product-shop {
    float: inherit !important;
    width: inherit !important;
}

#use-lasermarking .uploadimage-form,
#use-lasermarking .gallery-holder {
    display: none;
}
#use-lasermarking .product-view-lasermarking .uploadimage-form,
#use-lasermarking .product-view-lasermarking .gallery-holder {
    display: block;
}
/*#use-lasermarking .lasermarking-hide {*/
    /*display: none;*/
/*}*/
#use-lasermarking .image-preview-lasermarking-holder {
    width: 200px;
    height: 200px;
}

#use-lasermarking .image-preview-lasermarking {
    background-image: url("../../images/noimage.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
#use-lasermarking .lasermarking-loading {
    display: none;
    background-image: url("../../images/load.gif");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}
#use-lasermarking .gallery-ul {
    float: left;
    width: 100%;
}
#use-lasermarking .uploadimage-form {
    float: left;
    width: 100%;
}
#use-lasermarking .gallery-ul .gallery-li {
    display: block;
    float: left;
    width: 200px;
    margin: 5px;
}
#use-lasermarking .gallery-ul .gallery-li .gallery-img {
    display: block;
    width: 100%;
}
#use-lasermarking .gallery-ul .gallery-li .selected-image,
#use-lasermarking .image-preview-lasermarking-holder .selected-image {
    border-style: solid;
    border-width: 5px;
    border-color: green;
}
