/* V27 - mobile quantity selector visibility fix */
@media(max-width:991.98px){
  .mk15-theme .foodmart-product-card .foodmart-add-form.has-cart-qty{
    display:block!important;
    width:100%!important;
    padding-top:7px!important;
    margin-top:auto!important;
    border-top:1px solid #edf2ed!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-add-form.has-cart-qty .foodmart-card-qty-control{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    align-items:center!important;
    width:100%!important;
    height:38px!important;
    min-height:38px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border:1px solid #cfe2d2!important;
    border-radius:11px!important;
    background:#f7fbf7!important;
    box-shadow:inset 0 0 0 1px rgba(31,168,74,.02)!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn,
  .mk15-theme .foodmart-product-card .foodmart-card-qty-value{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    height:38px!important;
    min-height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#178b3e!important;
    font-family:"Outfit","Inter",Arial,sans-serif!important;
    font-weight:900!important;
    line-height:1!important;
    text-align:center!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn{
    font-size:20px!important;
    cursor:pointer!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-card-qty-value{
    position:relative!important;
    font-size:16px!important;
    color:#126f34!important;
    background:#ffffff!important;
    border-left:1px solid #e1ece2!important;
    border-right:1px solid #e1ece2!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn:disabled{
    color:#b9c6bc!important;
    opacity:.7!important;
  }

  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn[data-delta="-1"]::before,
  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn[data-delta="1"]::before{
    content:none!important;
    display:none!important;
  }
}

@media(max-width:430px){
  .mk15-theme .foodmart-product-card .foodmart-add-form.has-cart-qty .foodmart-card-qty-control{
    height:36px!important;
    min-height:36px!important;
  }
  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn,
  .mk15-theme .foodmart-product-card .foodmart-card-qty-value{
    height:36px!important;
    min-height:36px!important;
  }
  .mk15-theme .foodmart-product-card .foodmart-card-qty-btn{font-size:18px!important}
  .mk15-theme .foodmart-product-card .foodmart-card-qty-value{font-size:15px!important}
}
