.popup .popup_container .tableLike .cell {display:flex;align-items:center;justify-content:space-between}
.popup .popup_container .tableLike .cell .quantity {font-size:14px;}
.popup .popup_container .tableLike .cell .quantity .calc {display: flex;align-items: center;justify-content: space-between;padding-top:10px}
.popup .popup_container .tableLike .cell .quantity .calc .minus, .popup .popup_container .tableLike .cell .quantity .calc .plus {width: 40px;border: 1px solid #000;border-radius: 30px;height: 40px;text-align: center;line-height: 38px;box-sizing: border-box;font-size: 30px;cursor: pointer;}
.popup .popup_container .tableLike .cell .quantity .calc .num {font-size: 22px;}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit {position: relative;margin: 20px -10px 0;padding: 0 10px;}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit .top {display: none;}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit .box {background: transparent;box-shadow: none;}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit .bottom {background: transparent;padding:0}
.bottom {}
.popup .popup_container .orderForm>.singleUnit .box .bottom {}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit .bottom {padding-bottom: 0!important;}
.popup .popup_container .orderForm>.singleUnit>.box>.bottom>.price_section {top: 20px;bottom: auto;}
.popup .popup_container .orderForm .singleUnit>.box>.bottom>.form_section {}
.popup .popup_container .orderForm>.singleUnit>.box>.bottom>.form_section {}
.popup .popup_container .orderForm .singleUnit>.box>.bottom {box-sizing: border-box;}
.popup .popup_container .orderForm .singleUnit .bottom .singleUnit .box {margin-bottom: 0;}
.price_section {}
.popup .popup_container .orderForm .box .bottom .price_section {left: 0;top: 14px;position: absolute;}
.popup .popup_container .orderForm .singleUnit>.box>.bottom>.form_section i {text-align: center;width: 20px;display: inline-block;margin-right: 0;line-height: 50px;font-style: normal;font-weight: 500;margin-right: -10px;}
.popup .popup_container .orderForm .singleUnit>.box>.bottom>.form_section i::before {content: attr(data-count);}
.popup .popup_container .orderForm>.singleUnit>.box>.bottom>.price_section {left: 10px;}

.popup .popup_container .orderForm .singleUnit .bottom .singleUnit::before {content: "";top: 0;background: #ededed;height: 10px;display: block;position: absolute;left: -4px;right: -4px;top: -15px;box-shadow: 0 10px 15px -20px rgb(0 0 0 / 60%) inset, 0 -10px 15px -20px rgb(0 0 0 / 60%) inset;}

@media(max-width:590px){
.popup .popup_container .orderForm .singleUnit>.box>.bottom>.form_section .input_wrap:last-child {margin-right: 14px;margin-top: 5px;}
.popup .popup_container .orderForm .singleUnit>.box>.bottom>.form_section .input_wrap:not(:last-child) {width: 98px;}
}