/*
 Theme Name: Storefront Child
 Theme URI: https://wordpress.org/themes/storefront/
 Description: Storefront 的子主題
 Author: 大華相機
 Template: storefront
 Version: 1.0.0
*/

/* 載入後可以寫子主題專屬的 CSS */

.custom-product-meta-before-cart {
    margin: 15px 0;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.8;
}

.custom-product-meta-before-cart .detail {
    display: block;
}

.custom-product-meta-before-cart strong {
    margin-right: 8px;
    color: #333;
}
