
/********** バスケットの中身のページ **********/
.main-column{
    padding-bottom: 40px;
}
.main-column h3 {
    font-size: 24px;
    font-weight: bold;
    border: none;
}
.basket{
    display: flex;
}

/********** バスケット内の左エリア **********/
.basket .left-area{
    background-color: rgba(255,255,255,1);
    padding: 0px 10px 40px 16px;
    width: 67%;
    margin-right: 1%;
}
.basket .left-area .table-wrapper{
    margin-bottom: 20px;
}
.basket .left-area .table-wrapper .no-basket {
    padding: 14px 0;
}
.basket .left-area table {
    border-collapse: inherit;
}
.shopping-basket-table{
    border: none;
}
.shopping-basket-table .table-caption{
    width: 100%;
    height: 24px;
    clip: auto;
    position: relative;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.shopping-basket-table .warehouse-name{
    text-align: left;
    font-size: 14px;
    background-color: #a4a4a4;
    color: #FFF;
    margin-top: 0.8em;
/*    margin-bottom: 5px;*/
    padding: 5px 10px;
}
.shopping-basket-table .basket-item{
/*    border-top: 2px solid #d1d1d1;*/
    border-bottom: 2px solid #d1d1d1;
    position: relative;
}
.shopping-basket-table .col-item{
    padding: 20px 8px 15px;
    display: block;
    min-height: 75px;
    position: relative;
}
.shopping-basket-table .col-item .product-item-photo{
    display: table-cell;
    max-width: 100%;
    padding-right: 15px;
    position: static;
    vertical-align: top;
    width: 1%;
}
.shopping-basket-table .col-item .product-item-photo img{
    width: 90px;
    height: 90px;
}
.shopping-basket-table .col-item .product-item-photo .product-image-container{
    display: inline-block;
    width: 90px !important;
    max-width: 100%;
}
.shopping-basket-table .col-item .product-image-photo{
}
.shopping-basket-table .col-item .product-item-details{
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
}
.shopping-basket-table .col-item .product-item-details .product-name{
}
.shopping-basket-table .col-item .product-item-details .product-item-name{
    display: inline-block;
    font-weight: 400;
    margin-top: -6px;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.shopping-basket-table .col-item .product-item-details .product-item-name a{
    /*
    color: #333;
    */
}
.shopping-basket-table .col-item .product-item-details .product-type{
}
.shopping-basket-table .col-item .product-item-details .product-type span{
    border: solid 1px #acacac;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.shopping-basket-table .col-price{
    text-align: right;
    padding: 20px 10px 8px;
    vertical-align: top;
}
.shopping-basket-table .col-price .price-excluding-tax{
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
}
.shopping-basket-table .col-price .cart-price{
    line-height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(51,51,51,1);
}
.shopping-basket-table .col-qty{
    text-align: right;
    padding: 20px 0px 8px;
    vertical-align: top;
    width: 100px;
}
.shopping-basket-table .col-qty .input-select-qty{
    border-radius: 5px;
    background-color: rgba(242,244,245,1);
    border-color: rgba(223,227,229,1);
    height: 36px;
    width: 84px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/baseline_expand_more_black_24dp.png);
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.shopping-basket-table .col-qty .input-select-qty option{
    background-color: rgba(242,244,245,1);
}
.shopping-basket-table .col-qty .input-select-qty option:disabled{
    color: #cacaca;
}
.shopping-basket-table .item_delete{
    margin-top: 35px;
    font-size: 14px;
}
.shopping-basket-table .item-actions{
}
.shopping-basket-table .item-actions td{
    text-align: right;
    padding: 8px 10px;
    vertical-align: top;
}
.shopping-basket-table .item-actions .action-delete{
    background: none;
    border: none;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    color: rgba(79,140,224,1);
}
.basket .left-area .basket-actions{
    text-align: center;
}
.basket .left-area .action-continue{
    background-color: #fff;
    background-image: url(../images/baseline_shopping_cart_black_24dp.png);
    background-position: left 55px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #000;
    width: 288px;
    height: 48px;
    border: none;
    text-align: center;
    padding: 15px 0 0 30px;
    font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    float: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 3px;
}

.basket .left-area .basket-attention {
    text-align: center;
    margin: 40px auto;
}
.basket .left-area .basket-attention p {
    font-size: 16px;
    font-weight: bold;
}




/********** バスケット内の右エリア **********/
.basket .right-area {
    background-color: #FFF;
    width: 32%;
    margin-bottom: 25px;
    padding: 10px 15px 25px 0;
}
.basket .right-area .basket-flow {
    margin-bottom: 30px;
}
.c-stepnav {
    color: #ccc;
    font-size: 9px;
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 280px;
    margin-left: 0;
    padding: 0 10px 0 2px;
}
.c-stepnav__item {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    text-align: left;
}
.c-stepnav li {
    position: relative;
    width: auto;
    line-height: 1.3;
    list-style: none;
}
.c-stepnav li~li{
    padding-left: 5px;
    flex-grow: 1;
    text-align: center;
}
/*
.c-stepnav li:last-child{
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
*/
.c-stepnav li:after{
    position: absolute;
    top: -10px;
    width: 100%;
    height: 1px;
    content: "";
}
.c-stepnav li.on{
    color: #D73A49;
    font-weight: bold;
}
.c-stepnav li.on .c-stepnav__item{
    padding-left: 0;
}
.c-stepnav li.on~li{
    color: gray;
}
.c-stepnav li.on~li .c-stepnav__item{
    padding-left: 0;
}


.basket .right-area .basket_all {
    background: #f7f7f7;
    margin-bottom: 25px;
    padding: 10px 10px 25px;
}

.basket .right-area #block-shipping .title{
    border-top: none;
    padding-top: 15px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 7px 30px 7px 5px;
    position: relative;
}
.basket .right-area #block-shipping .title strong{
    font-size: 1.8rem;
    font-weight: 400;
}
.basket .right-area #basket-totals{
    /*border-top: 1px solid #d1d1d1;*/
    padding-top: 10px;
}
.basket .right-area #basket-totals table{
    table-layout: fixed;
}
.basket .right-area #basket-totals table .mark{
    line-height: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(51,51,51,1);
    padding: 8px 10px 4px;
    width: 140px;
}
.basket .right-area #basket-totals table .amount{
    line-height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(51,51,51,1);
    padding: 8px 4px8px  10px;
    text-align: right;
    white-space: nowrap;
}
.basket .right-area #basket-totals table .totalk{
}
.basket .right-area #basket-totals table .totalk .mark{
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0 0px 10px;
}
.basket .right-area #basket-totals table .totalk .amount{
    font-size: 18px;
    line-height: 18px;
}
.basket .right-area #basket-totals table .excl{
    width: 250px;
}
.basket .right-area #basket-totals table .excl .mark{
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0px 6px 10px;
}
.basket .right-area #basket-totals table .excl .amount{
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 6px;
}
.basket .right-area #basket-totals table .detail-title{
    /*background: #f7f7f7;*/
}
.basket .right-area #basket-totals table .detail-title .mark{
    font-size: 11px;
    color: #777;
    padding-left: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.basket .right-area #basket-totals table .detail-title .amount{
    font-size: 10px;
    color: #777;
    line-height: 16px;
    padding-bottom: 2px;
}
.basket .right-area #basket-totals table .detail-description td{
    font-size: 10px;
    color: #777;
    padding-top: 10px;
}
.basket .right-area #basket-totals table .detail{
    /*background: #f7f7f7;*/
}
.basket .right-area #basket-totals table .detail .mark{
    font-size: 11px;
    color: #777;
    padding: 0 0 3px 12px;
}
.basket .right-area #basket-totals table .detail .amount{
    color: #777;
    padding-bottom: 3px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
    vertical-align:middle;
}
.basket .right-area #basket-totals table .grand .mark{
    font-size: 14px;
    line-height: 14px;
    padding: 18px 0 10px 10px;
}
.basket .right-area #basket-totals table .grand .amount{
    padding-bottom: 0px;
    padding-left: 0;
}
.basket .right-area #customer-page{
    padding-right: 8px;
}
.basket .right-area #customer-page .fee-guid{
    /*border: 1px solid #D73A49;*/
    color: #D73A49;
    height: 28px;
    width: 100%;
    padding: 0px 10px 2px 0;
    font-size: 14px;
    text-align: right;
    margin-bottom: 30px;

}
.basket .right-area #customer-page .fee-guid .price,
.basket .right-area #customer-page .fee-guid .tax_included,
.basket .right-area #customer-page .fee-guid .free_shipping{
    font-weight: bold;
}
.basket .right-area .checkout-methods-items{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none none;
    text-align: center;
}
.basket .right-area .checkout-methods-items .action-primary-checkout{
    width: 100%;
    border: none;
    background: #ff9933;
    color: #000;
    font-weight: normal;
    background-image: url(../images/baseline_shopping_cart_checkout_black_24dp.png);
    background-position: left 36px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    line-height: 2.2rem;
    padding: 14px 17px 14px 48px;
    font-size: 1.8rem;
}
.basket .right-area .purchase-information{
    word-break: break-all;
    font-size: 10px;
}

/********** バスケットに追加されましたのページ **********/
.basket-added{
    display: flex;
    margin: 0 20px 40px;
}
.basket-added h2{
}
.basket-added .product_box{
    display: flex;
    width: 65%;
    margin: 0 20px 0 0;
    background-color: #FFF;
    padding: 20px 30px;
}
.basket-added .product_box .product_image{
    margin-right: 30px;
}
.basket-added .product_box .product_message{
}
.basket-added .product_box .product_message .add_product_name{
    font-size: 18px;
    font-weight: bold;
}
.basket-added .product_box .product_message .add_message{
    font-size: 16px;
}
.basket-added .act_box{
    width: 25%;
    background-color: #FFF;
    padding: 20px 30px;
}
.basket-added .act_box .move_register a,
.basket-added .act_box .move_basket a{
    border-radius: 5px;
    color: #000;
    font-weight: normal;
    width: 100%;
    line-height: 2.2rem;
    padding: 10px 17px;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.basket-added .act_box .move_register{
}
.basket-added .act_box .move_register a{
    border: none;
    background: #ffda30;
}
.basket-added .act_box .move_basket{
}
.basket-added .act_box .move_basket a{
    color: rgba(51,51,51,1);
    background: rgba(242,244,245,1);
    border: 1px solid rgba(223,227,229,1);
}
