@charset "utf-8";
/* 変数 */
:root {
  /* 商品選択欄サムネイルの画像 */
  --coyote_tan_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_tn.png");
  --olive_drab_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_od.png");
  --red_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_red.png");
  --charcoal_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_ch.png");
  --black_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_bk.png");
  --white_thumb: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_wh.png");

  /* 商品選択欄サムネイルのサイズ(PC) */
  --thumb-width-pc: 50px;
  --thumb-height-pc: 40px;
  --thumb-margin-bottom-pc: 10px;
}

/* PC用 */
.floating-cart-sku-table table {
  padding: 15px 0;
}

.floating-cart-sku-table table tbody {
  background-color: white !important;
}

.floating-cart-sku-table td {
  background: transparent;
  padding: 15px;
}

.floating-cart-sku-table > table > tbody > tr:not(:first-child) > td span.sku_cross {
  font-size: 2.5rem;
}

#rakutenLimitedId_aroundCart .floating-cart-sku-table > table > tbody > tr:not(:first-child) > td input[type=radio].sku_radio_unify {
  margin-top: 24px !important;
}

.floating-cart-sku-table td.inventory_choice_name {
  font-weight: bold;
}

.floating-cart-sku-table > table > tbody > tr:first-child > td::before {
  content: " ";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: var(--thumb-width-pc);
  height: var(--thumb-height-pc);
  margin-bottom: var(--thumb-margin-bottom-pc);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(1)::before {
  background-image: var(--coyote_tan_thumb);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(2)::before {
  background-image: var(--olive_drab_thumb);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(3)::before {
  background-image: var(--black_thumb);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(4)::before {
  background-image: var(--red_thumb);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(5)::before {
  background-image: var(--charcoal_thumb);
}

.floating-cart-sku-table > table > tbody > tr:first-child > td:nth-child(6)::before {
  background-image: var(--white_thumb);
}

/* カート周りにpadding追加 20190828 */
td.floatingCartPurchaseButtonsContainer {
    padding: 5em 0;
}


/* カートボタンを大きく 20200113 */
#normal_basket_10096080 > tbody > tr:nth-child(4) > td > span.unit {
    font-size: 1.4em !important;
    width: 3em !important;
    display: inline-block !important;
}

div#rakutenLimitedId_aroundCart #units.rItemUnits {
    font-size: 1.2em !important;
    padding: 0.8em !important;
    width: 60px !important;
    height: 40px !important;
    margin-bottom: 1em !important;
}

#normal_basket_10096080 > tbody > tr:nth-child(4) > td > span.floatingCartSplitButtons {
    display: block !important;
}

#normal_basket_10096080 > tbody > tr:nth-child(4) > td > span.floatingCartSplitButtons > span > span > button {
    width: 400px !important;
    height: 60px !important;
}

/* スマホのバリエーション画像表示を追加　20191205 */

.itemSelectPopUp dd {
    padding-left: 48px !important;
}

.itemSelectPopUp dd::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 60px;
    height: 50px;
    background-size: 45px;
    background-position: left 7.5px top 7.5px;
    background-repeat: no-repeat;
}

.itemSelectPopUp dd:nth-of-type(1)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_tn.png");
}

.itemSelectPopUp dd:nth-of-type(2)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_od.png");
}

.itemSelectPopUp dd:nth-of-type(3)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_bk.png");
}

.itemSelectPopUp dd:nth-of-type(4)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_red.png");
}

.itemSelectPopUp dd:nth-of-type(5)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_ch.png");
}

.itemSelectPopUp dd:nth-of-type(6)::before {
    background-image: url("https://www.rakuten.ne.jp/gold/kashima-tokeiten/img/AC50/ac50_front_wh.png");
}
