/* Theme 4 Custom Styles */
.theme4-product-button-group {
    height: 100% !important;
    left: 71px !important;
    top: 5px !important;
}

@media (min-width: 992px) {
    .theme4-product-button-group {
        left: 100px !important;
    }
}

/* Catalog Custom Styles */
.catalog-product-button-group {
    height: 100% !important;
    left: 71px !important;
    top: 5px !important;
}

@media (min-width: 992px) {
    .catalog-product-button-group {
        left: 100px !important;
    }
} 