/* BASIC css start */
.nodatatoday {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding: 23px 0;
    color: #343434;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.prd_list.today_prd li .thumb a {
    padding-bottom: 10px;
}

.today_prd .info .today_basket {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.today_prd .info {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.today_prd .info .today_basket a {
    width: 36px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    border: 1px solid #2c2c2c;
    color: #666666;
    font-size: 13px;
    letter-spacing: -0.25px;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

.today_prd a .name {
    padding-top: 17px;
}

.today_prd li a .price {
    border-top: 0;
    padding-top: 0;
}
.prd_list.today_prd {
    width: 1332px;
    margin-left: -52px;
}
.prd_list.today_prd li{
    margin-bottom: 53px;
}
.deletebtn {
    width: 161px;
    height: 38px;
    background: #fff;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    background: #ff4752;
    border: 1px solid #ff4752;
    line-height: 38px;
    padding: 0;
    color: #fff;
    display: inline-block;
    text-align: center;
}


input.MS_input_txt.txt-stock {
    height: auto;
    line-height: initial;
    margin-top: 7px;
    margin-bottom: 10px;
}
/* BASIC css end */

