/*Main Container*/

.body-disable-scroll {
    overflow: hidden;
}

.bto-container {
    margin-top: 30px;
}

.bto-container h3 {
    color: #1f1f1f;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    background: none;
    padding: 0;
    border: 0;
}

.bto-container h4 {
    margin: 0 0 15px 0;
    padding: 0;
    height: auto;
    color: #1f1f1f;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 20px;
    border-left: 0;
}

.bto-container h4::after {
    background-color: white;
}

.bto-container span {
    font-size: 100% !important;
}

/*Bundle Set*/

.bto-bundle-set {
    width: 434px !important;
    padding-bottom: 30px;
}

.bto-bundle-set-summary {
    width: 398px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-bottom: none;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bto-bundle-set-summary-selected-images {
    display: inline-table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    vertical-align: middle;
}

.bto-bundle-set-summary-photo-set {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.bto-bundle-set-summary-photo {
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}

.bto-bundle-set-summary-photo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.bto-bundle-plus {
    display: table-cell;
    min-width: 24px;
    align-items: center;
    vertical-align: middle;
}

.bto-bundle-set-summary-photo-set:last-of-type .bto-bundle-plus {
    display: none;
}

.bto-child-item-row .disable-content {
    opacity: 0.3;
}

.plus-sign {
    width: 12px !important;
    height: 12px !important;
    position: relative;
    margin: auto;
}

.plus-vertical {
    border-left: 2px solid #a6a6a6;
    position: absolute;
    top: 0;
    left: 5px;
    height: 12px !important;
    line-height: 1 !important;
}

.plus-horizontal {
    border-bottom: 2px solid #a6a6a6;
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px !important;
    line-height: 1 !important;
}

/* Bundle Set Check List*/

.bto-child-item-row {
    display: flex;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.bto-child-item-checkbox-container {
    display: table-cell;
    min-width: 25px;
    vertical-align: middle;
}

.bto-child-item-checkbox {
    width: auto !important;
    height: auto !important;
}

.bto-child-item-info {
    font-size: 13px !important;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.bto-child-item-info .item-name {
    display: block;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bto-child-item-info .item-name.hoverable:hover {
    text-decoration: underline;
}

.bto-child-item-info .item-price {
    color: #bf0000 !important;
}

.bto-child-item-info .item-currency {
    color: #bf0000 !important;
}

.bto-child-item-info .item-shipping {
    color: #1f1f1f;
    margin-left: 4px;
}

.bto-child-item-info .item-shipping.shipping-free {
    color: #bf0000 !important;
    font-weight: bold;
}

/* Bundle Set Form */

.bto-bundle-set-form {
    display: table;
    width: 398px;
    min-height: 70px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px dotted #b3b3b3;
    border-collapse: separate;
    box-sizing: content-box;
}

.bto-bundle-set-form-total {
    display: table-cell;
    align-items: left;
    color: #1f1f1f;
    font-size: 12px !important;
    margin: 5px 0 5px 0;
    width: 56%;
    padding: 10px 0 10px 0;
    vertical-align: middle;
}

.bto-bundle-set-form-total .total-text {
    line-height: 18px;
    padding-bottom: 5px;
}

.bto-bundle-set-form-total-display {
    color: #bf0000;
    line-height: 20px !important;
    vertical-align: bottom;
}

.bto-bundle-set-form-total-display .total-price {
    font-size: 20px !important;
}

.bto-bundle-set-form-total-display .total-currency {
    font-size: 14px !important;
    font-weight: bold;
}

.bto-bundle-set-form-total-display .total-shipping {
    display: inline-block;
    color: #1f1f1f;
}

.bto-bundle-set-form-total-display .total-shipping.shipping-free {
    display: inline-block;
    background: #bf0000;
    color: #fff !important;
    text-align: center;
    padding: 2px 2px 1px 2px;
    line-height: 14px;
    font-size: 12px !important;
}

.bto-bundle-set-form-purchase-button-container {
    display: table-cell;
    align-items: right;
    margin: 5px 0 5px 0;
    width: 44%;
    text-align: right;
    vertical-align: middle;
}

.bto-bundle-set-form-purchase-button {
    background: #bf0000;
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 12px;
    display: inline-block;
    display: inline-block;
    height: 32px;
    line-height: 32px !important;
    border-radius: 4px !important;
    box-shadow: none;
    border: 0;
}

.bto-bundle-set-form-purchase-button span {
    display: table;
    color: #fff !important;
    line-height: 32px !important;
}

.bto-bundle-set-form-purchase-button:hover {
    opacity: 0.8;
    top: auto;
    left: auto;
    text-decoration: none !important;
}

.bto-bundle-set-form-purchase-button .cart-icon {
    display: inline-block;
    width: 15px;
    height: 16px;
    padding-right: 1px;
    margin-bottom: -3px;
    background: url(https://r.r10s.jp/com/img/rms/storefront/pc/page/smart/carticon_51x52.png) no-repeat;
    background-size: 15px 16px;
}

.bto-bundle-set-form-purchase-button .button-name {
    display: table-cell;
    padding-left: 2px;
}

/** ERROR POPUP CSS CLASSES */

.bto-error-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 2147483650 !important;
}

.bto-error-popup-container {
    display: none;
    position: fixed;
    min-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #848484;
    background-color: #fff;
    z-index: 2147483650 !important;
}

.bto-error-popup-header-container {
    display: table;
    background: #686868;
    text-align: left !important;
    line-height: 32px;
    width: 100%;
}

.bto-error-popup-header-text {
    display: table-cell;
    color: #fff !important;
    font-size: 16px !important;
    vertical-align: middle;
    padding-left: 6px;
}

.bto-error-popup-header-close {
    display: table-cell;
    background: url(https://r.r10s.jp/com/img/rms/storefront/pc/page/close_btn.png) no-repeat;
    background-position: center;
    width: 32px;
    height: 24px;
    cursor: pointer;
}

.bto-error-popup-contents-container {
    margin: 20px 20px 10px 20px;
    font-size: 13px !important;
    max-width: 680px;
}

.bto-error-popup-content-item-image {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.bto-error-popup-content-single-message {
    font-size: 12px !important;
    text-align: center;
    padding-bottom: 12px;
    max-width: 450px;
}

.bto-error-popup-buttons-container {
    text-align: right;
    margin: 0 10px 8px 0;
}

.bto-error-popup-button {
    width: 145px;
    height: 36px;
    display: inline-block;
    padding: 0 6px 0 6px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px !important;
    font-weight: normal !important;
    cursor: pointer;
}

.bto-error-popup-button:hover {
    opacity: 0.7;
}

.bto-error-popup-button.bto-error-back {
    border: 1px solid #ccc;
    background: #fff;
}

.bto-error-popup-button.bto-error-checkout {
    border: 1px solid #bf0000;
    background: #fff;
    color: #bf0000;
}

.bto-error-popup-content-subtext {
    padding-bottom: 10px;
}

.bto-error-popup-content-item-list {
    padding-bottom: 12px;
}

.bto-error-popup-content-item-row {
    display: table;
    padding: 15px 15px 15px 15px;
    width: 650px;
    background: #f6f6f6;
    margin-bottom: 8px;
    margin-right: 31px;
}

.bto-error-popup-content-item-image img {
    max-width: 50px;
    max-height: 50px;
}

.bto-error-popup-content-item-name {
    display: table-cell;
    line-height: 1.4;
    padding-left: 20px;
    font-size: 13px !important;
    font-weight: bold !important;
    vertical-align: middle;
}

/* SKU Popup*/

.bto-sku-parent-item-info-container {
    display: table;
    vertical-align: middle;
    margin-bottom: 20px;
}

.bto-sku-parent-item-image {
    display: table-cell;
    vertical-align: middle;
}

.bto-sku-parent-item-image img {
    max-width: 54px;
    max-height: 54px;
}

.bto-sku-parent-item-name {
    display: table-cell;
    font-size: 13px !important;
    font-weight: bold !important;
    padding-left: 20px;
    line-height: 1.4;
    vertical-align: middle;
}