/*
Theme Name:         Bakala Theme Child
Theme URI:          https://www.zhaket.com/web/bakala-woocommerce-theme
Author:             Design Core™ Co
Author URI:         https://designcore.shop/
Description:        فروشگاهی فوق پیشرفته جهت تجارت الکترونیک به صورت حرفه ای
Version:            1.0.0
Text Domain:        bakala-child
Template:           bakala
*/
/* ✅ نمایش دکمه ادامه خرید در موبایل */
@media (max-width: 767px) {
  .bakala_continue_shopping {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none !important;
  }

  .bakala_continue_shopping_text {
    text-align: right;
    color: #333 !important;
    font-size: 14px;
  }

  .bakala_continue_shopping_icon {
    font-size: 18px;
    color: #777;
    margin-left: 8px;
  }
}
