.product_btns_top a.wishlist_btn {
    display: none;
}

.product_btns_top {
    width: max-content;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {

    #product {
        border-bottom: none;
    }

    .product_btns_top a.wishlist_btn {
        display: block;
    }
    a.wishlist_btn {
        background: #888;
        color: #ffffff;
        padding: 10px 16px;
        text-transform: uppercase;
        height: 38px;
        margin-left: 7px;
    }
    
    .product_btns_top {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%;
    }
    
    body button#button-cart {
        margin: 0;
        margin-right: 7px;
    }
    
    a.send_about_gift_btn {
        background: #d9d9d9;
        color: #ffffff;
        border: 1px solid #d9d9d9;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 9px;
        height: 38px;
        font-size: 14px;
    }
    
    body .mobvopros-links a {
        width: 24%;
        max-width: 15%;
        padding: 0;
        border: none;
        margin: 0 !important;
    }

    .mobile-cart + .mobvopros {
        margin-top: 0px;
    }
    
    .mobvopros {
        padding: 0;
        border-top: 1px solid #eaeaea;
        padding-top: 20px;
        max-width: 93%;
        margin-left: 3.5%;
        margin-top: -45px;
    }
    
    .mobvopros-links {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: space-around;
        padding: 0 15px;
        margin-top: 40px !important;
    }
    button#button-preorder {
        margin-bottom: 0px;
        white-space: nowrap;

        height: 38px;
    }

    button#button-preorder i {
        display:none;
    }
}
