@charset "UTF-8";
/* 주문목록/배송조회 페이지 스타일 파일입니다. */
.order-list .l-title {
/* margin-top: 40px; */
font-weight: 600;
font-size: 16px;
border-bottom: 0;
margin: 0px 20px;
}
.order-list__group-by-order-no {
border-top: 1px solid var(--gray001);
margin: 0px 20px 40px 20px;
}
.order-list__identifier {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
border-bottom: 1px solid var(--gray001);
padding: 18px 0;
font-weight: 500;
}
.order-list__delivery-info::after {
content: ">";
}
.order-list__order-no {
color: var(--gray002) !important;
}
.order-list .thumb-item__media {
width: 84px;
height: auto;
flex: none;
border-radius: 6px;
}
.order-list .thumb-item__info {
margin: 0;
}
.order-list .product-option-info__detail {
padding: 18px 0 10px;
border-top: 0;
}
.order-list .btn {
width: 100%;
}
.order-list__claim-detail {
text-decoration: underline;
}
.order-list .notice {
margin: 60px 0;
}
.order-list__more-btn {
margin: 40px 0 100px;
}
.order-list-total-count {
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 28px 0px 10px 0px;
border-bottom: 1px solid var(--color-base-black);
margin: 0px 20px;
}
.count {
color: var(--color-base-red);
}
.order-list__identifier {
border: none;
}
.product-option-info__option {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 두 줄까지만 표시 */
overflow: hidden;
text-overflow: ellipsis;
color: var(--gray002);
}
.product-option-info__name {
color: var(--gray003) !important;
}
.product-option-info__total {
color: var(--gray002);
}
.order-list__claim-detail {
cursor: pointer;
}
.product-option-info {
margin-top: 10px;
}
.l-content {
padding: 20px 0px;
}
.order-list-wrapper {
padding: 0px 20px;
}
.review-accumulation{
display: none;
}
.l-btn-group > button[shopby-action="SUBMIT"]{
width: 100%;
height: 50px;
border-radius: 5px;
background: var(--secondary);
color: var(--white);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: 0.09px;
}
.l-btn-group > button[shopby-action="CANCEL"] {
width: 100%;
height: 50px;
border-radius: 5px;
border: 1px solid #e1e1e1;
background: var(--bg-gray);
color: var(--secondary);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
letter-spacing: 0.09px;
}