body {
    font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

p {
    margin: 0;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.container {
    margin: auto;
    padding: 0;
}

.drawer-content.show {
    bottom: 0 !important;
}

.cart-container {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
    position: relative;
}

.cart-item {
    position: relative;
    width: calc(100% + 80px);
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transform: translateX(0);
    transition: transform .3s ease;

}

.item-content {
    display: flex;
    align-items: center;
    padding: .6rem;
    width: calc(100% - 80px);
}

.item-select {
    width: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-image {
    width: 60px;
    height: 60px;
    border-radius: .3rem;
    margin-right: .5rem;
    background: #ccc
}

.item-image img {
    width: 100%;
    border-radius: .3rem;
}

.item-details {
    flex: 1
}

.item-title-service {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-title {
    width: 62%;
    height: 22px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.item-service {
    width: 30%;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
}

.item-info {
    margin-bottom: 5px;
    font-size: 14px;
    color: #b3b3b3;
    height: 22px;
    overflow: hidden;
}

.item-price-quantity {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-price {
    color: #650b0b;
    font-size: 16px;
    font-weight: bold
}

.item-quantity {
    margin-top: 5px;
    font-size: 12px;
    color: #666
}

.num-box {
    display: flex;
    align-items: center;
    user-select: none;
}

.num-box button {
    width: 32px;
    height: 32px;
    border: 0;
    background: #eee;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: background .2s;
}

.num-box button:hover {
    background: #ddd
}

.num-box input {
    width: 40px;
    height: 32px;
    border: 0;
    text-align: center;
    font-size: 16px;
    background: transparent;
}

.delete-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: #e53935;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.s-CheckBox-Select {
    overflow: hidden;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s-CheckBox {
    font-size: 15px;
}

.s-CheckBox p {
    line-height: 30px;
    display: flex;
    align-items: center;
}

.s-CheckBox input {
    margin-right: 5px;
}

.s-Select {
    font-size: 15px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #BF2E27;
    position: absolute;
    margin-top: .3rem;
    margin-left: 0rem;
}

.form-check-input:hover {
    border: 1px solid #BF2E27;
    transition-delay: 0.2s;
}

.checkInput {
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: #BF2E27;
}

.checkInput:hover {
    border: 1px solid #BF2E27;
    transition-delay: 0.2s;
}

.selectAll {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #BF2E27;
}

.selectAll:hover {
    border: 1px solid #BF2E27;
    transition-delay: 0.2s;
}

.cat-settlement {
    width: 100%;
    height: 3rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    margin-bottom: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efeeee;
}

.settlement {
    overflow: hidden;
    font-size: .8rem;
    display: flex;
    align-items: center;
}

.settlement strong {
    color: #252525;
    font-size: 1rem;
}

.settlement span {
    color: #BF2E27;
    font-size: 1.2rem;
    font-weight: bold;
}

.settlement .bt {
    border: none;
    width: 6rem;
    height: 3rem;
    background: #BF2E27;
    color: #fff;
    margin-left: .5rem;
    font-size:1.2rem;
    font-weight: bold;
}