/*
Theme Name: Chromium Theme Child
Theme URI: http://chromium.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Multi purpose Theme.
Version: 1.0 (see readme.txt for detailed changelog)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: plumtree
Template: chromium
*/
/* Corrige le masquage des checkbox WooCommerce */
form.checkout .form-row input[type="checkbox"],
.woocommerce-account input[type="checkbox"] {
  position: static !important;
  z-index: auto !important;
  overflow: visible !important;
  clip: auto !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 8px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}
