/*
 Theme Name: BeautiSo Theme
 Theme URI:    
 Description: Beautiso official EC shop theme
 Author: Wei Li
 Author URI:https://www.beautiso.com
 Template: sage
 Version: 1.2.0
 Text Domain: beautiso
 History: 
*/
/**2021.10.22 收藏夹库存显示有货不换行**/
span.wishlist-in-stock {
    white-space: nowrap;
}

.woocommerce-order-overview__email {
	display:none;
}
/**我的订单中不显示头像***/
.member-account-user {
    display: none;
}
/**2021.10.30 添加message css info，success，warning**/
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  font-size:14px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
.ems {
  color: var(--theme-color);
  font-family: inherit;
  background: #fff2f2;
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  cursor: pointer;
  text-decoration:none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.4rem 1rem;
  margin-bottom: 2.5rem;
  margin-top:2.5rem;
}
/**我的订单快递信息和comment**/
.kd_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 30px 30px;
	grid-row-gap: 10px;
	padding: 3px;
	margin-bottom:15px;
}

img.kd-logo {
  height: 25px!important;
}

.billnum {
	grid-column: 1 / -1;
}

.order_comment_container{
	margin-bottom: 20px;
	font-size: smaller;
	line-height: 1.5;
	display:block;
}
                :root{--theme-color:#ff5252;--theme-hover:#07c;}
                    .header .logo img{max-height: 30px;}
            .header.fixed .logo img{max-height: 30px;}
                    @media (max-width: 767px){
            .header .logo img{max-height: 30px;}
            .header.fixed .logo img{max-height: 30px;}
            }
        .woocommerce .address-item.default:before{content:"默认地址";}