@charset "UTF-8";
.loader {
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
    fill: #cecece;
}

ul.size, ul.stock {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style: none;
}

ul.size li {
    display: block;
    padding: 0px;
    width: 40%;
}

ul.stock li {
    display: block;
    width: 33.3%;
}

table#stock_table td {
    padding: 4px;
}

#select_label {
    display: inline-block;
    margin-bottom: 2px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #b1b1b1;
    background-color: #f1f1f1;
}

.rakuten:before {
    content: " ";
    background: url('../image/rakuten.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.general:before, .official:before {
    content: " ";
    background: url('../image/wordpress.jpg') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.amazon:before {
    content: " ";
    background: url('../image/amazon.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.qoo10:before {
    content: " ";
    background: url('../image/qoo10.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.shopify:before {
    content: " ";
    background: url('../image/shopify.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.aupay:before {
    content: " ";
    background: url('../image/aupay.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.mercari:before {
    content: " ";
    background: url('../image/mercari.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.temu:before {
    content: " ";
    background: url('../image/temu.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.mysmart:before {
    content: " ";
    background: url('../image/mysmart.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.tower:before {
    content: " ";
    background: url('../image/tower.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.thebase:before {
    content: " ";
    background: url('../image/thebase.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.yahoo:before {
    content: " ";
    background: url('../image/yahoo.png') no-repeat;
    background-size: contain;
    margin: -3px 10px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*background: rgba(255, 255, 255, 0.7);*/
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
}

#load {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    z-index: 1002;
}

ul.ec_mall {
    list-style: none;
    -webkit-padding-start: 5px;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

.popover.error-popover {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
    cursor: pointer;
    max-width: none;
    z-index: 1099;
}

.popover.error-popover > .arrow {
    border-bottom-color: #B94A48 !important;
}

.popover.error-popover > .arrow:after {
    border-bottom-color: #F2DEDE !important;
}

table#detail_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table#detail_table td {
    padding: 8px;
}

table#size_table td {
    padding: 2px;
    vertical-align: middle;
}

.breadcrumb{
    background-color: #f5f8fa!important;
}
