/*
Theme Name:Be child
Theme URI:
Description:WordPressテーマ「Be」の自作子テーマです。
Template:be_tcd076
Author:Ippu
Author URI:
Version:1.13.0
*/

.item-price {
    font-size: larger;  /* フォントサイズを大きく設定 */
    color: red;  /* 文字色を赤に変更 */
}

.old-price {
    text-decoration: line-through;  /* 横線を引く */
    margin-left: 5px;  /* 前後の項目との間にスペースを追加 */
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #ea8a90 !important;
}