/*
Theme Name: Musuko Child
Theme URI: https://musuko.de
Description: A child theme of Musuko Theme
Author: TN Duy
Author URI: https://tnduy.com
Version: 1.0.1
Text Domain: laurent
Template: laurent
*/
@media screen and (max-width: 768px) {
  body .wc-restaurant-product-modal 
  .options 
  .variations 
  select {
    background-color: #0F1D22 !important;
    color: #C9AB81 !important;
    border: 1px solid #C9AB81 !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    width: 100% !important;
    min-height: 44px; /* chuẩn tap mobile */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
  }
}
.woocommerce-checkout table th,
.woocommerce-checkout table td,
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td,
.woocommerce-checkout .cart_totals th,
.woocommerce-checkout .cart_totals td {
    text-transform: none;
}
.wc-restaurant-menu-product 
.wc-restaurant-menu-product-inner {
    border: 1px solid #C9AB81;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.wc-restaurant-menu-product .details {
    border: none;
}
@media (max-width: 768px) {
    .wc-restaurant-menu-product 
    .wc-restaurant-menu-product-inner {
        border-width: 0.8px;
    }
}
.woocommerce-checkout .hidden {
    display: none !important;
}