/*
 Theme Name:        Twenty Twenty-Five Child
 Template:          twentytwentyfive
 Theme URI:         https://wp.bcitwebdeveloper.ca/
 Author:            Jonathon Leathers
 Author URI:        https://wp.bcitwebdeveloper.ca/
 Description:       Customizations to the 2025 theme for FWDP 3700.
 Version:           1.0.0
 Tested up to:      6.7
 Requires at least: 6.6
 Requires PHP:      7.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       twentytwentyfive-child
 Update URI:        false
*/

.woocommerce div.product form.cart table.variations td select {
  background-color: #2828287e;
  color: #fffeeb;
  border: #878aaa75 2px solid;
  appearance: none;
}

.wl-add-but {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

#modal-1-content
  > ul
  > li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu
  > ul {
  padding-right: 0rem;
}
