.button-add-giftregistry{
display: table-cell;
vertical-align: bottom;
padding: 1em 0;
text-align: right;
position: relative;
}
.cart {
display: table-cell;
width: 40%;
}
.giftregistry-detail{
display: table-cell !important;
vertical-align: bottom;
padding: 1em 0;
text-align: right;
}
.single_add_to_cart_button{
float: left !important;
}
.quantity{
margin-right:100% !important;
margin-bottom: 5px;
}
.wgr-remove-product{ }
.wgr-priority {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
} .wgr-priority .tooltiptext {
visibility: visible;
width: 70px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px; position: absolute;
z-index: 1;
bottom: 125%;
left: 85%;
margin-left: -35px; opacity: 0;
transition: opacity 0.3s;
} .wgr-priority .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
} .wgr-priority:hover .tooltiptext {
visibility: visible;
opacity: 1;
} @media only screen and (max-width:845px) {
.button-add-giftregistry{
margin-left: 0% !important;
}
.wgr-remove-product{
margin-left: 0%;
}
} .wgr-priority {
border-bottom: none !important;
width: 100%;
}
.wgr-priority img {
float: right;  }
.wgr-priority p { margin: 8px 5% 8px 0;
}
.wgr-remove-product { }
#loader{
display: none;
position: absolute;
left: 20%;
}
#page {
overflow: hidden;
}