@media (max-width: 767px) {
  html.route-product-product .product-info .button-group-page {
    left: auto !important;
    right: 12px !important;
    top: auto !important;
    bottom: 13px !important;
    width: 48% !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
  }

  html.route-product-product .product-info .button-group-page .buttons-wrapper,
  html.route-product-product .product-info .button-group-page .cart-group {
    position: static !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  html.route-product-product .product-info .product-price-group {
    left: 12px !important;
    right: auto !important;
    top: auto !important;
    bottom: 13px !important;
    height: 50px !important;
    overflow: visible !important;
  }

  html.route-product-product .product-info .product-price-group .price-wrapper,
  html.route-product-product .product-info .product-price-group .price-group {
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html.route-product-product .product-info .product-price-group .product-price,
  html.route-product-product .product-info .product-price-group .product-special {
    line-height: 50px !important;
  }
}
