#wp360-product-container {
    padding: 0 0 0 9px;
}
ul.wp360-product-images-wrap{
    margin: 0;
    padding: 0;
}
ul.wp360-product-images-wrap::before{
    content: '';
    display: table;
}
ul.wp360-product-images-wrap li.image {
    width: 80px;
    display: inline-block;
    cursor: move;
    border: 1px solid #d5d5d5;
    margin: 9px 9px 0 0;
    background: #f7f7f7;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}
ul.wp360-product-images-wrap li.image img{
    width: 100%;
    height: auto;
    display: block; 
}
#wp360view-image .inside{
    margin: 0;
    padding: 0;
}
#wp360-product-container ul ul.actions {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 2px;
    display: none;
}
#wp360-product-container ul li:hover ul.actions{
    display: block;
}
.add_product_360_images {
    padding: 0 12px 12px;
}
.shortcode-wrap {
    margin-bottom: 0;
}
.shortcode-content {
    padding-left: 12px;
    margin-top: 0;
    background-color: #f0f0f1;
    padding: 12px;
    margin-bottom: 0;
}
.shortcode-content code {
    background-color: #f0f0f1;
}
#wp360-product-container ul::before {
    content: " ";
    display: table;
}
#wp360-product-container ul ul.actions li {
    float: right;
    margin: 0 0 0 2px;
}
#wp360-product-container ul::after {
    clear: both;  
}
#wp360-product-container ul ul.actions li {
    float: right;
    margin: 0 0 0 2px;
}
#wp360-product-container ul ul.actions li a.delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.4em;
    cursor: pointer;
}
#wp360-product-container ul ul.actions li a.delete::before {
    font-family: Dashicons;  
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f153";
    color: #999;
    background: #fff;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 1em;
}
#wp360-product-container ul ul.actions li a.delete:hover::before {
    color: #a00;
}
@media  screen and (max-width: 768px){
    #wp360-product-container ul ul.actions  {
        display: block;
    }
}