body {
    height: 2000px;
}

.gravity {
    margin: 5px;
    width: 100px;
    height: 100px;
    background: #ccc;
}

#container {
    position: fixed;
}

#inner {
    top: 0;
    left: 0px;
    height: auto;
}

.fixed-holder{
    position: fixed;
    background-color: #f9f9f9;
    box-shadow: 0px 4px 4px #999;
    width: 100%;
    z-index: 1;
    padding: 10px;
    top: auto;
    text-align: right;
    left: 0;
    padding-left: 180px;
    box-sizing: border-box;
    bottom: 0;
    text-align: right;
    box-shadow: 0px -1px 16px -3px #ccc;
}
.gravity img {
    width: 100%;
    height: auto;
}

.gravity {
    width: 150px !important;
    height: 210px !important;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.grabbing{
    background:rgba(30, 200, 30, 0.5);
    text-align:center;
}
#inner {
    margin: 0 auto;
    float: left;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.woocommerce_page_xonja_wc_reorder .wrap{
    margin-top: 60px;
    float: left;
    width: 100%;
}

.gravity h4{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 3px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}

a.edit_product {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255,0.9);
    padding: 5px;
    text-decoration: none;
}
#after-order-saved{
    float: left;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    color: #228822;
}

#after-order-saved.error{
    color:red;
}

@media screen and (max-width: 782px){
    .fixed-holder{
        padding-left: 15px;
        top: 45px;
    }

}