.cp-cart {
    padding: 15px 0 60px;
}

.control-alert, .alert, .alert-danger {
    margin: 0 auto 25px;
    max-width: 100%;
    padding: 10px 0 0;
}
.control-alert > *,
.alert > *,
.alert-danger > * {
    background-color: transparent;
    font-size: 13px;
    color: #F03208;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.05em;
    padding: 0;
}
@media (min-width: 720px) { /* pc */
    .cp-cart {
        padding: 70px 0 70px;
    }
     .control-alert, .alert, .alert-danger {
        margin: 0 auto 70px;
        max-width: 650px;
        padding: 0;
    }
    .control-alert > *,
    .alert > *,
    .alert-danger > * {
        font-size: 18px;
        line-height: 2.1;
    }
}



/************************************************************/
/* CART EMPTY
/************************************************************/
.cp-cart-empty {
    padding: 0 30px 0; 
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.cp-cart-empty__message {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: -0.05em;
    background-color: rgba(234, 234, 234, 0.4);
    border-radius: 6px;
}
.cp-cart-empty .cp-more-button {
    margin: 0 auto;
    max-width: 270px;
}

@media (min-width: 720px) { /* pc */
    .cp-cart-empty {
        padding: 0 30px 0;   
    }
    .cp-cart-empty__message {
        height: 228px;
        margin-bottom: 60px;
        font-size: 17px;
    }
    .cp-cart-empty .cp-more-button {
        margin: 0 auto;
        max-width: 350px;
    }
}


/************************************************************/
/* CART
/************************************************************/
.p-cart_content {
    padding-left: 0;
    padding-right: 0;
}
.p-cart_content__inner {
    padding: 30px 15px 20px; 
    width: 100%;
    /* max-width: 1300px; */
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
    background-color: rgba(234, 234, 234, 0.4);
    border-radius: 6px;
}
.p-cart_content__inner__product {
    width: 100%;
}
.c-cart_item {
    border-bottom: 1px solid #ccc;
    background-color: #fff;  
    padding: 20px 10px;
}
.c-cart_item:first-of-type {
    border-top: 1px solid #ccc;
}
.c-cart_item__img,
.c-cart_item__info,
.c-cart_item__price,
.c-cart_item__quantity {
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.c-cart_item__img,
.c-cart_item__info,
.c-cart_item__price {
    padding: 20px 5px 0 0;   
}
.c-cart_item__img {
    width: 50px;   
}
.c-cart_item__label {
    font-size: 11px;
    color: #888;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.c-cart_item__img {
}
.c-cart_item__img__inner {
    width: 100%;
    padding-top: 79.3108108108108%;
}
.c-cart_item__info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.c-cart_item__info__title {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
}
.c-cart_item__action__delete__btn {
    border: 1px solid #000;
    border-radius: 40px;
    padding: 5px 8px;
    color: #000;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-cart_item__action__delete__btn span {
    display: inline-block;
    padding-left: 5px;
    font-size: 10px;
    text-decoration: none;
}
.c-cart_item__action__delete__btn:before {
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    background: url(../../../../images/common/icon-remove.svg) no-repeat center center / contain;
}
.c-cart_item__price {
}
.c-cart_item__price__price {
    font-size: 12px;   
}
.c-cart_item__quantity {
    width: 70px;
}
.c-cart_item__quantity form {
    width: 100%;   
}
.c-cart_item__quantity select {
    padding: 15px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    color: #000;
    font-weight: 500;
    background: #fff url(../../../../images/common/icon-pulldown-arrow.svg) no-repeat;
    background-size: 12px 8px;
    background-position: 40px center;
}
.p-cart__total {
    width: 100%;
    text-align: right;
    padding: 20px 0 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-family: "Lexend Deca", sans-serif;
}
.p-cart__total span {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    display: inline-block;
    padding-right: 1em;
}
.p-cart__free-shipping {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.p-cart__free-shipping span {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-weight: bold;
    border: 1px solid #F03208;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 10px;
    color: #F03208;
    
}
.p-cart_footer {
    width: 100%;
}
.p-cart_footer .cp-more-button {
    margin: 30px auto 0;
    max-width: 270px;
}
@media (min-width: 720px) { /* pc */
    .p-cart_content {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }
    .p-cart_content__inner {
        padding: 70px 70px 30px; 
        max-width: 100%;
    }
    .p-cart_content__inner__product {
        width: 100%;
    }
    .c-cart_item {
        padding: 26px 40px 26px 26px;
    }
    .c-cart_item__img,
    .c-cart_item__info,
    .c-cart_item__price,
    .c-cart_item__quantity {
        padding-top: 40px;
    }
    .c-cart_item__img,
    .c-cart_item__info,
    .c-cart_item__price {
        padding: 40px 20px 0 0;   
    }
    .c-cart_item__img {
        width: 170px;
        padding: 0 20px 0 0;
    }
    .c-cart_item__img__inner {
        background-size: cover !important;   
    }
    .c-cart_item__label {
        font-size: 14px;
        top: 12px;
    }
    .c-cart_item__info__title {
        font-size: 18px;
        line-height: 1.8;
    }
    .c-cart_item__action__delete__btn {
        padding: 6px 12px;
    }
    .c-cart_item__action__delete__btn span {
        padding-left: 4px;
        font-size: 14px;
        font-weight: bold;
    }
    .c-cart_item__action__delete__btn:before {
        width: 13px;
        height: 15px;
    }
    .c-cart_item__price {
    }
    .c-cart_item__price__price {
        font-size: 20px;   
    }
    .c-cart_item__quantity {
        width: 80px;
    }
    .c-cart_item__quantity select {
        padding: 15px 20px;
        font-size: 16px;
        background-size: 15px 9px;
        background-position: 40px center;
    }
    .p-cart__total {
        padding: 25px 0 0;
        font-size: 26px;
    }
    .p-cart__total span {
        font-size: 14px;
    }
    .p-cart__free-shipping {
        width: 100%;
        text-align: right;
        margin-top: 25px;
    }
    .p-cart__free-shipping span {
        font-size: 15px;
        padding: 8px 12px;
        color: #F03208;
    }
    .p-cart_footer {
        display: flex;
        justify-content: flex-end;
    }
    .p-cart_footer .cp-more-button {
        margin: 30px 0 0;
        max-width: 350px;
    }
}