/*
カート用CSS
*/
div.usccart_navi {
    margin-top: 50px;
}

table#cart_table {
    margin-top: 5px;
    width: 100%;
}

table#cart_table th {
    background-color: #f3f3f2;
    color: #262626;
}
table#cart_table th,
table#cart_table td{
    padding: 10px 5px;
    border: 1px solid gray;
}
div#customer-info th,
div#customer-info td {
    padding: 10px !important;
}
div#delivery-info th {
    vertical-align: middle;
}

#cart th.aright {
    text-align: right;
}
#cart .productname {
    text-align: left;
}

#confirm_table h3 {
    background: none;
    color: #dc143c;
}

div.currency_code {
    display: none;
}

div.usccart_navi ol.ucart {
    position: relative;
    height: initial;
}
div.usccart_navi ol.ucart:after {
    display: block;
    content: '';
    clear: both;
}
div.usccart_navi ol.ucart:before {
    position: absolute;
    top: -15px;
    content: '\f07a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}
div.usccart_navi li.ucart {
    width: 25%;
    height: initial;
    line-height: normal;
    padding-top: 10px;
    background: transparent;
    border-top: 2px solid #ccc;
    color: #ddd;
}
#inside-cart li.usccart,
#customer-info li.usccart,
#customer-info li.usccustomer,
#delivery-info li.usccart,
#delivery-info li.usccustomer,
#delivery-info li.uscdelivery,
#info-confirm li.ucart {
    border-top-color: gray;
    color: gray;
}
#inside-cart ol.ucart:before {
    left: 11%;
}
#customer-info ol.ucart:before {
    left: 36%;
}
#delivery-info ol.ucart:before {
    left: 61%;
}
#info-confirm ol.ucart:before {
    left: 86%;
}

#inside-cart .no_cart {
    color: #a22041 !important;
}

#inside-cart .send,
#customer-info .send,
#delivery-info .send,
#info-confirm .send,
#cart_completion .send {
    border-top-color: gray !important;
}
#customer-info table.customer_form {
    width: 100%;
}
#customer-info td,
#delivery-info td {
    text-align: left !important;
}

.skubutton {
    display: none;
}

@media
only screen and (max-width : 40.061em) {
    div.usccart_navi li.ucart {
        width: 50%;
        margin-bottom: 20px;
    }
    #inside-cart ol.ucart:before {
        left: 23%;
        top: -13%;
    }
    #customer-info ol.ucart:before {
        left: 73%;
        top: -13%;
    }
    #delivery-info ol.ucart:before {
        left: 23%;
        top: 37%;;
    }
    #info-confirm ol.ucart:before {
        left: 73%;
        top: 37%;
    }
}
