@charset "utf-8";

/* =ALL
-------------------------------------------------------------- */

.itemsoldout,
.c-box,
.inquiry {
    display: none;
}


/* =item-single.php
-------------------------------------------------------------- */

dl.item-sku {
    display: table;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc;
}

dl.item-sku dt,
dl.item-sku dd {
    display: table-cell;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

dl.item-sku dt {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f0f0f0;
    font-weight: bold;
}

dl.item-sku dd {
    margin: 0;
    padding-left: 2px;
}

dl.item-sku dd:last-child {
    margin-bottom: 0;
}

dl.item-sku dd input[type=radio] {
    display: none;
}

dl.item-sku dd label:hover {
    opacity: .6;
}

dl.item-sku dd input[type=radio]:checked + label {
    color: #0f1350;
    background: rgba(15, 19, 80, 0.1);
    border: 1px solid rgba(15, 19, 80, 0.4)
}

dl.item-sku dd label {
    display: inline-block;
    flex: 0 0 calc(50% - 4px);
    padding: 5px;
    font-size: 15px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  dl.item-sku dd label {
    font-size: 16px;
  }
}

.p-products__price.field_price .sell_price {
  font-size: 36px;
  font-weight: 700;
  color: #BB271F;
}

.p-products__price.field_price .tax {
  font-size: 18px;
  font-style: normal;
  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
}


table.item-sku,
table.item-sku th,
table.item-sku td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.item-sku th,
table.item-sku td {
    padding: 1px 10px;
    text-align: center;
}

table.item-sku th {
    background-color: #f0f0f0;
}


/* =WCEX DL Selller / Service
-------------------------------------------------------------- */

.service_skuform {
    margin-top: 10px;
    text-align: right;
    overflow: hidden;
}

.service_skuform .item-sku,
.service_skuform table.item_option {
    float: right;
}

.service_skuform table.item_option {
    clear: both;
}

.service_skuform .field_button,
.service_skuform .itemsoldout {
    clear: both;
    padding-top: 10px;
}

