.alert_tooltip > .tooltip-inner{
    background-color: #f50c1c;
    width: 250px;
    max-width: 90%;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 16px;
}
.alert_tooltip.bottom > .tooltip-arrow{
    border-bottom-color: #f50c1c;
}
.ship_text {
    padding: 5px;
    background-color: #de3d2c;
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
.ship_text:hover {
    color: #fff;
    text-decoration: none; }
.non_freeship_text{
    color: #000;
}

input[type=number].disable-spin::-webkit-inner-spin-button,
input[type=number].disable-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;  }

._required {
    padding: 2px 6px;
}

/*.button_addcart {*/
    /*padding-left: 40px; }*/
.button_addcart i {
    left: 50px;
}

.section-block .form_block .form-left .form-control {
    border-color: #d0d0d0;
}

.product_cart .list_product_cart .item_cart .item_avatar {
    width: 150px;
    display: inline-block;
    float: left;
    margin-right: 10px; }

.text-red{
    color: #de3d2c;
}

.display-none{
    display: none;
}

.product_cart .list_product_cart .item_cart .item-content{
    width: calc(100% - 160px);
    float: left;
}
.coin_price{
    font-size: 1.2em;
    color:#e74c3c;
    font-weight: 700;
}
.remove_price  .coin_price{
    color: #333;
}
.coin_small{
    text-align: center;
    color: #e74c3c;
    display: block;
}
@media screen and (max-width: 767px){
    .hd_sp-fav{
        position:absolute;
        top: 6px;
        left:auto;
        right: 60px;
        z-index: 9;
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        text-align: left;
    }
    .no-print > .alert{
        margin-top:20px;
    }
    .margin.no-print{
        width:100%;
    }
}