/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* 凉度参数表 */
.attr-box{
	margin-top:10px;
}
.attr-box-item {
    margin-bottom: 15px;
}
.clearfix {
    zoom: 1;
}
.attr-box-item .attr-box-name {
    font-size: 14px;
    width: 50px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    background: #15072b;
    color: #fff;
    text-align: center;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.attr-box-item .plainer-num {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #15072b;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 5px;
}

.attr-box-item .plainer {
    width: 24px;
    height: 6px;
    background: #e6e6e6;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


/* 更多口味 */
.flavor-div {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: .5rem .3rem 0;
	margin-bottom:30px;
}

.flavor-div .flavor-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.flavor-div .flavor {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(8, 1fr);
	margin:0px;
}

.flavor-div .flavor .flavor-li {
    border: 1.5px solid #000;
    border-radius: 99px;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    font-weight: 500;
    letter-spacing: .5px;
    cursor: pointer;
	  list-style:none;
    margin:3px;
}
.flavor .flavor-li a{
    color: #000 !important;
}
.flavor-div .flavor .hot {
       border:1px solid #f00;
        }
.flavor-div .flavor .hot a{
	color: #f00 !important;
        }

/* 手机端 */
@media (max-width: 767px) {
    .flavor-div .flavor {
        grid-template-columns: repeat(4, 1fr);
    }

}