/* 商品詳細ページ */
.variant-price-table th {
    background: transparent !important;
}

.table thead th {
    border-bottom: none !important;
    border-top: 1px solid #aeabab !important;
}

.variant-price-table th, .variant-price-table td {
    border-bottom: none !important;
    border-top: 1px solid #aeabab !important;
}

table, td, th {
    border: none;
}

.variant-price-table{
    border-bottom: none !important;
}

