@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

.logo {
    display: block;
    width: 386px;
    margin: 0 auto;
    border-radius: 0;
}

.container {
    display: flex;
    margin-top: 67px;
    justify-content: center;
}

/* left section */
.select-cola {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 360px;
    height: 545px;
    padding: 31px 27px 28px;
    margin-right: 28px;
    background-color: #fff;
}

.txt-hide {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip-path: inset(0 0 0 0);
}

.btn-cola {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.btn-cola .item {
    position: relative;
    width: 94px;
    height: 130px;
    padding: 11px 12px 9px;
    border-radius: 10px;
    border: none;
    background-color: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

.btn-cola .item:active {
    outline: 3px solid #6327FE;
}

/* .btn-cola .sold-out {
    outline: none;
} */

.btn-cola .item.sold-out::before {
    content: '품절';
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background:  rgba(0, 0, 0, 0.8) url(../images/Sold-out.png) center/70% no-repeat;
}

.item-name {
    font-size: 10px;
    /* -webkit-transform:scale(0.9); */
    transform: scale(0.9);
    line-height: 10px;
    margin: 6px 0 7px;
}

.btn-cola .item .txt-price {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    background-color: #6327FE;
}

.btn-cola img {
    width: 36px;
    /* height: 65px; */
}

.inp-money {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.inp-money p, .inp-deposit {
    width: 200px;
    height: 32px;
}

.inp-deposit {
    padding: 6px;
    border: 1px solid #BDBDBD;
}

.inp-money p {
    display: flex;
    font-size: 14px;
    padding: 6px 10px;
    background-color: #EAE8FE;
    align-items: center;
    justify-content: space-between;
}

.btn-return, .btn-deposit {
    font-size: 13px;
    width: 94px;
    height: 32px;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    background-color: white;
}

.cart-get {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 106px;
}

.cola-cart {
    overflow:auto;
    width: 100%;
    height: 106px;
    padding: 11px;
    background-color: #EAE8FE;
    border: 1px solid #BDBDBD;
}

/* 스크롤바 */
.cola-cart::-webkit-scrollbar,
.get-list-box::-webkit-scrollbar {
    width: 8px;
}

.cola-cart::-webkit-scrollbar-thumb,
.get-list-box::-webkit-scrollbar-thumb {
    height: 79px;
    background-clip: padding-box;
    background-color:#fff;
    border: 2px solid transparent;
    border-radius: 50px;
}

.cola-cart::-webkit-scrollbar-track,
.get-list-box::-webkit-scrollbar-track {
    background-color: #EAE8FE;
}

.btn-cola-minus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; 
    height: 46px;
    padding: 6px 8px 7px 10px;
    margin-bottom: 6px;
    background-color: #fff;
}

.img-cart-item {
    width: 18px;
    margin-right: 10px;
}

.btn-cola-minus,
.item-name {
    margin-right: auto;
}

.num-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #BDBDBD;
}

.btn-get {
    font-size: 13px;
    flex-shrink: 0;
    color: #fff;
    width: 94px;
    height: 106px;
    background-color: #6327FE;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}



/* right section */
.cola-out {
    display: flex;
    width: 360px;
    flex-direction: column;
}

.my-money {
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 9px 27px;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
}

.my-money p {
    display: flex;
    width: 100%;
    height: 32px;
    padding: 6px 10px;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    background-color: #EAE8FE;
}

.cola-get {
    width: 360px;
    height: 475px;
    padding: 25px 27px 27px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.cola-get h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}

.get-list-box {
    overflow: auto;
    width: 100%;
    height: 364px;
    padding: 12px 12px 12px 12px;
    margin-bottom: 6px;
    border: 1px solid #BDBDBD;
    background-color: #EAE8FE;
}


.txt-total {
    display: flex;
    justify-content: right;
}

.txt-total {
    font-size: 12px;
    line-height: 17px;
}