/* style the button in variable product*/

.single_add_to_cart_button{
    float: left !important;
    margin-top: 5px;
}
.quantity{
    width: 100%;
}
.variations_form {
    width: 40% !important;
    /*display: inline-block;*/
    display: table-cell;
}
.button-add-giftregistry {
    /*float: right;
    margin-top: 216px;*/
    display: table-cell;
    margin: 0;
    vertical-align: bottom;
    padding: 1em 0;
    text-align: right;
}
.giftregistry-detail {
    display: none;
    vertical-align: bottom;
    padding: 1em 0;
}
.wgr-remove-product{
    /*display: inline-block;*/
    /*margin-left: 55%;*/
}

/*@media only screen and (max-width:1150px) {
    .button-add-giftregistry{
        margin-left: 15% !important;
    }
    .giftregistry-detail{
        width: 38%;
    }
    .wgr-remove-product{
        margin-left: 15%;
    }
}*/
/*@media only screen and (max-width:845px) {
    .button-add-giftregistry{
        margin-left: 0% !important;
    }
    .wgr-remove-product{
        margin-left: 0%;
    }
}*/
@media only screen and (max-width:450px) {
    .button-add-giftregistry{
        width: 100%;
        /*display: block;*/
    }
    .giftregistry-detail {
        width: 100%;
    }
    /*.wgr-priority p{
        float: left !important;
    }*/
    .wgr-priority img{
        float: inherit;
        margin-left:5%;
        display: inline;
    }
}
.wgr-priority {
    display: inline-block;
    border-bottom: none !important;
    width: 100%;
}

.wgr-priority img {
    float: right;
    /*margin-right: 10%;
    margin-bottom: 5px;*/
}

.wgr-remove-product {
    width: 100%;
    text-align: right;
}

.wgr-priority p {
    margin: 8px 5% 8px 0;
}