@charset "utf-8";

.btn_cart{
    position: fixed;
    width:50px;
    height: 50px;
    bottom: 70px;
    right: 15px;
    z-index: 10;
    opacity: 0.9;
    max-width: 800px;
}
.btn_cart img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.btn_cart span{
    width: 15px;
    height: 15px;
    background-color: #D9281B;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 0;
    line-height: 15px;
    font-weight: 500;
}

/* 240820 */
.btn_cart {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 15px;
    z-index: 10;
    opacity: 0.95;
    max-width: 800px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.btn_cart span{
    background-color: #452812;
}

