/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* 网站顶部尼古丁警告条 */
.wd-nicotine-warning-bar {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.wd-nicotine-warning-bar .wd-nicotine-warning-text {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

