.rotatebox .images{
  width: 300px;
  height: 300px;
  position: relative;
}
.rotatebox .images img{
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.photo_3d { cursor: crosshair;}
div#thumb_360view {
    display: inline-block;
	cursor:pointer;
	    position: relative;
    background: #222;
    padding: 5px;
	width: 75px;
    position: absolute;
    bottom: 0;
}
.popup_360vie_wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 3% auto;
    background: #fff;
	position:relative;
}
div#popup_360view {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000009c;
    z-index: 9999;
    width: 100%;
    height: 100%;
	
}
button#close_popupview i {
    font-size: 14px;
    line-height: 14px;
}

button#close_popupview {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -25px;
    top: -22px;
    padding: 0;
    text-align: center;
	    border: 2px solid #000;
    background: #fff;
    color: #000;
}
.thumb_360view{
	cursor:pointer;
}
img.icon_360 {
    position: absolute;
    z-index: 100;
    width: 50px !important;
    top: 29%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.blkicon_360_logo {
    width: 70px;
    margin: 0 auto;
}
@media(min-width: 980px) {
    .single-product.woocommerce div.product .summary {
        width: 40%;
    }

    .single-product.woocommerce div.product .images {
        width: 57%;
    }

    .single-product.woocommerce div.product .images .flex-viewport {
        float: right;
        width: 70%;
    }

    .single-product.woocommerce div.product .images .flex-control-thumbs{
        float: left;
        width: 28%;
    }

    .single-product.woocommerce div.product .images .flex-control-thumbs li {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 15px;
    }
}