@media (max-width:768px){
  body.ae-m3-product-hotfix .ae-m3-old-buy-hidden,
  body.ae-m3-product-hotfix .ae-mobile-sticky-buy,
  body.ae-m3-product-hotfix [class*="sticky-buy"],
  body.ae-m3-product-hotfix [class*="fixed-buy"],
  body.ae-m3-product-hotfix [class*="mobile-buy-bar"]{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.ae-m3-product-hotfix .ae-m3-real-buy{
    position:fixed!important;
    z-index:9800!important;
    left:18px!important;
    right:18px!important;
    bottom:82px!important;
    width:calc(100% - 36px)!important;
    min-height:58px!important;
    margin:0!important;
    padding:12px 18px!important;
    border:0!important;
    border-radius:14px!important;
    color:#fff!important;
    font-size:22px!important;
    font-weight:800!important;
    text-align:center!important;
    text-decoration:none!important;
    box-sizing:border-box!important;
    box-shadow:0 10px 28px rgba(0,0,0,.16)!important;
    cursor:pointer!important;
  }

  body.ae-m3-product-hotfix .ae-m3-buy-blue{
    background:linear-gradient(#54a4ee,#0866c7)!important;
  }

  body.ae-m3-product-hotfix .ae-m3-buy-green{
    background:linear-gradient(#70d069,#2f9f37)!important;
  }

  body.ae-m3-cart-hotfix .ae-m3-checkout-fixed{
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
  }
}
