.status_icon {
    margin-right: 5px;
    width: auto;
    height: 20px;
}
.deliv_fee, .fetching {
    font-size: small;
}
#undercolumn_shopping .shop_cart_in .shop_cart_ttl {
    font-family: HiraKakuProN-W6;
    font-size: 20px;
    color: #4d3e37;
    margin-bottom: 20px;
    padding: 0;
    background: none;
}
.shop_cart_wrap .shop_item_wrap {
    border-bottom: solid 1px rgba(43, 48, 56, 0.1);
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.shop_item_image {
    border-radius: 4px;
    border: solid 1px rgba(43, 48, 56, 0.1);
    width: 90px;
    height: 90px;
    padding: 7px;
}
.shop_item_image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    height: 100%;
}
.shop_item_detail {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 8px;
}
.shop_item_name {
    font-family: HiraKakuProN-W6;
    font-size: 14px;
    color: #4d3e37;
    /* margin-bottom: 1em; */
}
.shop_item_name a {
    color: #4d3e37;
}
.shop_item_price_area {
    align-self: flex-end;
    display: flex;
    margin-top: 10px;
}
.shop_item_price {
    font-family: HiraKakuProN-W6;
    font-size: 12px;
    color: #4d3e37;
    margin-right: 1em;
    white-space: nowrap;
}
.price_title_takuhai {
    color: red;
    font-weight: bold;
}
.price_title_tenpo {
    color: #00636B;
    font-weight: bold;
}
.shop_item_quantity {
    font-family: HiraKakuProN-W6;
    font-size: 12px;
    color: #4d3e37;
}
.shop_cart_wrap {
    padding-top: 10px;
}
.shop_cart_wrap dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 70%;
    margin: 0 0 0 auto;
}
.shop_cart_wrap dl dt,
.shop_cart_wrap dl dd {
    font-family: HiraKakuProN-W6;
    font-size: 12px;
    color: #4d3e37;
}
.shop_cart_wrap .point_use dd,
.shop_cart_wrap .coupon_use dd {
    color: #ff9d00;
}
.shop_cart_wrap .point_use dd span,
.shop_cart_wrap .coupon_use dd span {
    color: #4d3e37;
}
.shop_cart_wrap .totel_price {
}
.shop_cart_wrap .totel_price dd {
    font-size: 20px;
}
.shop_cart_wrap .totel_price dd span {
    font-size: 12px;
}
.shop_cart_wrap .get_point {
    font-size: 12px;
    color: #4d3e37;
    text-align: right;
}
.shop_cart_wrap .get_point span {
    color: #ff9d00;
}
.shop_cart_wrap .postage_attention {
    font-family: HiraKakuProN-W6;
    font-size: 12px;
    color: #ff4d3e;
    text-align: right;
}

@media (max-width: 767px) {
    #undercolumn_shopping .shop_cart_in .shop_cart_ttl {
        margin-bottom: 12px;
    }
    .shop_cart_wrap .shop_item_wrap {
    }
    .shop_item_image {
        width: 30%;
        height: 30%;
        padding: 1.5%;
    }
    .shop_item_detail {
        width: calc(100% - 30%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 8px;
    }
    .shop_item_name {
        font-size: 12px;
    }
    .shop_item_quantity {
        font-size: 12px;
    }
    .shop_cart_wrap {
        padding-top: 10px;
    }
    .shop_cart_wrap dl {
        width: 60%;
    }
}
.list_fixed {
    /*position: fixed;*/
    left: 1096px;
    top: 0;
}
