form#dbuyform1 {
    float: right;
    margin: 0;
    border: 0;
    background: #f5f5f5;
    padding: 10px 18px 20px;
    display:none;
}
#dbuyform1 button {
    float: right;
    margin: 0;
    border: 0;
    padding: 0;
}
#digBuyModal.modal {
    background-color: #0000005e;
    max-width: none;
    padding: 0;
    width: auto;
    border-radius: 0;
    height: auto;
    transform: none;
    visibility: visible
}
#status_error {
    position: fixed;
    top: 300px;
    background: #ffff;
    text-align: center;
    width: 100%;
    max-width: 400px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    box-shadow: 1px 1px 7px #000;
    padding: 20px;
    color: red;
    z-index: 9999;
}
#dbuymodel1 {
    display:none;
} 
.shopify-block.shopify-app-block.product-widget {
    margin-top: 5px;
    width: 100%;
}
.shopify-block.shopify-app-block.cart-widget {
    float: right;
    margin-top: 5px;
}
.shopify-app-block div.sync-price {
    margin: auto;
}
#syf-unifi-multiwidget .mwidgetDiv a {
    z-index: 999999;
    position: relative;
}
@media screen and (max-width: 320px){
    .shopify-app-block div.sync-price {
        width: auto;
    }
}
@media screen and (max-width: 750px){
    #cartButtonTrigger {
        padding: 0;
        margin: 20px auto;
        float: none;
    }
    #cartButtonTrigger img {
        display: block;
        border: 1px solid #000;
        max-width: 100%;
        max-height: 100%;
    }
}