@charset "utf-8";

/*--- cart list ---*/
.mwon { margin-left: 3px; }

.cart-inner {
    position: relative;
    margin: 0 auto;
}
.cart-inner h5 {
    font-size: 1.125rem;
    color: #333;
    letter-spacing: -.5px;
}

.cart-inner > .cart-list {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
}
.cart-inner > .cart-list table {
    width: 100%;
}
.cart-inner > .cart-list table thead {
    text-align: center;
    background: #f5f5f5;
}
.cart-inner > .cart-list table thead th {
    padding: 10px 0;
    border-right: 1px solid #ddd;
}
.cart-inner > .cart-list table thead th:last-child {
    border-right: 0px;
}
.cart-inner > .cart-list table tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-inner > .cart-list table tr td {
    border-right: 1px solid #ddd;
}
.cart-inner > .cart-list table tr td:last-child {
    border-right: 0px;
}
.cart-inner .chk-all-wrap {
    display: flex;
    align-items: center;
    /* background: #f5f5f5; */
    padding: 20px 0px 20px 10px;
    /* border-bottom: 1px solid #000; */
}
.cart-inner .chk-all-wrap.top {
    border-top: 1px solid #000;
    margin-top: 18px;
}
.cart-inner .chk-all-wrap.bottom {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
}
.cart-inner em { color: red; }

.cart-wrap .cart-inner .chk-all-wrap.bottom .pd-cart-terms label input { 
    width: 16px;
     height: 16px;
      margin-top: -2px; 
      background-color: #fff; 
      border: 1px solid #cfcfcf; 
      border-radius: 5px !important; 
}

.cart-wrap .cart-inner .pd-cart-deli {
    background-color: #eef0f4;
    padding: 20px 20px;
    margin-bottom: 5px;
    border: 1px solid #cacdd3;
}
.cart-wrap .cart-inner .pd-cart-deli li {
    margin-left: 30px;
}
.cart-wrap .cart-inner .pd-cart-deli li:first-child {
    margin-left: 0px;
}


.cart-list-chkbox {
    display: inline-block;
    position: relative;
    top: 0;
    zoom: 1;
}
.cart-inner > .cart-list table thead tr th p {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #333;
}
.cart-list-chkbox input[type="checkbox"] {
    display: none;
}
.cart-list-chkbox input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    /* top: -3px;
    left: -10px; */
    zoom: 1;
    cursor: pointer;
    z-index: 90;
}
.cart-list-chkbox input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}
.cart-list-chkbox.top0 input[type="checkbox"] + label:before {
    top: 2px;
}
.cart-list-chkbox input[type="checkbox"]:checked + label:before {
    content: "";
    background: #cd001a url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a;
}
.cart-inner > .cart-list .cart-list-chkbox input[type="checkbox"]:checked + label:before {
    /* top: -11px; */
}
.cart-inner > .cart-list .cart-list-chkbox.top0 input[type="checkbox"]:checked + label:before {
    top: 2px;
}

.cart-inner > .cart-list .cart-img-wrap {
    /*width: 28%;
    margin-right: 28px;*/
}
.cart-inner > .cart-list .cart-cont-wrap {
    /*width: 70%;*/
}
.cart-inner > .cart-list td ul li {
    position: relative;
    padding-left: 70px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
}
.cart-inner > .cart-list td ul li span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.cart-inner > .cart-list tr td {
    /* position: relative;
    height: 120px;
    text-align: center;
    font-size: 1.3rem; 
    border-right: 1px solid #f1f1f1; */
    padding: 5px 10px;
}
.cart-inner > .cart-list .cart-list-td {
    /*
    padding-top: 57px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;*/
}
.cart-inner > .cart-list .cart-list-td .cart-list-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price-title {
    font-size: 0.9375rem;
    width: 40%;
    text-align: right;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price {
    width: 50%;
    text-align: left;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price p {
    font-size: 0.9375rem;
    text-align: right;
}
.cart-inner > .cart-list .cart-list-td .cart-list-price p .order-price  {
    color: red;
}

.cart-inner > .cart-list .item-list td:last-child {
    border-right: 0px solid;
}
.cart-inner > .cart-list tr.order td {
    height: 100px !important;
}

.cart-inner > .cart-list .cost_price {
    font-size: 1rem;
    color: #999;
    margin-bottom: .3rem;
    text-align: center;
    text-decoration: line-through;
}
.cart-inner > .cart-list .sale_price
{
    font-size: 1rem;
    color: #cd001a;
    margin-bottom: .3rem;
    text-align: center;
}
.cart-inner > .cart-list .delivery_price
{
    font-size: 1rem;
    margin-bottom: .3rem;
    text-align: center;
}
.cart-inner > .cart-list .item-list td p {
    /* font-size: 1rem; */
    margin-bottom: 0;
}
.cart-inner > .cart-list .cart-list-prod {
    text-align: left;
}
.cart-inner > .cart-list .cart-list-prod>div {
    /* display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
    */
}
.cart-inner > .cart-list .cart-list-prod>div img {
    vertical-align: middle;
    width: 100px;
}
.cart-inner > .cart-list .cart-list-prod>div:first-of-type {
    /* width: 140px;
    line-height: 1; */
}
.cart-inner > .cart-list .cart-list-prod .pd-name {
    /* margin-bottom: 8px; */
    font-size: 1rem;
    color: #333;
}
.cart-inner > .cart-list .cart-list-prod .opt-name {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #999;
}
.cart-inner > .cart-list .cart-list-prod input[type="number"] {
    font-size: 14px;
    padding: 0px !important;
}
.cart-inner > .cart-list .cart-list-prod .pd-qty-box {
    /*top: -1px;
    vertical-align: top;*/
}
.cart-inner > .cart-list .pd-ord-box,
.cart-inner > .cart-list .pd-qty-box {
        width: 120px;
    /* height: 40px; */
    margin: 0 auto;
    text-align: center;
    /* zoom: 1; */
}
.cart-inner > .cart-list .pd-ord-box input { padding: 2px 5px !important; }
.cart-inner > .cart-list .pd-qty-box .minus, 
.cart-inner > .cart-list .pd-qty-box .plus {
    padding: .2rem .5rem !important;
}
.cart-inner > .cart-list .pd-qty-box a:last-of-type {
    right: 0;
}
.no-product { font-size: 1.3rem; font-weight: 400; line-height: 2; }
.bi-exclamation-circle { font-size: 5rem; color: #ddd; }
.txt_point { color: #666; font-weight: normal; text-align: right; padding: 5px; }

.btn-opt-change {
    font-size: 13px;
    color: #333;
    padding: 3px 7px;
    border: 1px solid #aaa;
}
.btn-qty-change {
    padding-left: 10px;
}
.btn-qty-change a {
    display: block;
    width: 100%;
    color: #333;
    background: #f0f0f0;
    padding: 8px 28px;
    border: 1px solid #aaa;
    text-align: center;
}
.btn-quick {
    display: block;
    width: 54%;
    font-size: 0.9375rem;
    color: #333;
    margin: 0 auto 3px;
    padding: 7px;
    border: 1px solid #d5d5d5;
    text-align: center;
    background-color: #fff;
}
.item-quick, .item-del { width: 100%; }
.item-quick:hover {
    background-color: #cd001a;
    color: #fff !important;
}
/* 
.btn-cart-del {
    width: 100px;
    font-size: var(--fs-16) !important;
    color: #333;
    background-color: #fff;
    border: 0px !important;
    text-align: center;
} 
*/

.btn-cart-del {
    font-size: var(--fs-12);
    margin-left: 6px;
    margin-top: -3px;
    background-color: #fff;
    padding: 4px 5px;
    border: 1px solid #b3b3b3;
}


.cart-del-wrap::before {
    display: inline-block;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: -2px 16px;
}
.item-del:hover {
    background-color: #000;
    color: #fff !important;
}

.cart-prod-img .order-prod-img { border: 1px solid #ddd; }

.order-total-wrap {
}
.order-price-fix {
    position: fixed;
    top: 116px;
    left: calc(50% + 330px);
    width: 330px !important;
}

.cart_payment {
    position: relative;
    width: 100%;
    /* margin-top: 20px; */
    /* border-top: 1px solid #000; */
}
.cart_payment table {
    width: 100%;
    border: 1px solid #ddd;
}
.cart_payment table thead {
    background: transparent !important;
}
.cart_payment table tr {
    border-bottom: 1px solid #e8e8e8;
}
.cart_payment table tr th {
    height: 50px;
    font-size: 1.125rem;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    background: #f3f7fa;
}
.cart_payment table tr td {
    position: relative;
    height: 100px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.cart_payment .tot-price,
.cart_payment .tot-pack,
.cart_payment .tot-delivery,
.cart_payment .tot-cartprice,
.cart_payment .tot-supply,
.cart_payment .tot-vat,
.cart_payment .tot-amount
{
    font-size: 1.625rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
}
.cart_payment table.tbl-order-1 tr td {
    position: relative;
    height: 64px;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}
.cart_payment .tbl-order-1 .tot-price,
.cart_payment .tbl-order-1 .tot-pack,
.cart_payment .tbl-order-1 .tot-delivery
{
    font-size: 1rem;
}
.cart_payment .tbl-order-1 .tot-price,
.cart_payment .tbl-order-1 .tot-pack,
.cart_payment .tbl-order-1 .tot-delivery
{
    font-weight: 100;
}
.cart_payment .tot-cartprice {
    color: #cd001a !important;
}

.cart_payment table tr td:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: -18px;
    width: 35px;
    height: 35px;
}
.cart_payment table tr td:nth-child(1):after {
    content: '\f4fa' !important; 
    /* content: '\f2e6' !important; */
    position: absolute;
    right: -19px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table tr td:nth-child(2):after {
    content: '\f4fa' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table tr td:nth-child(3):after {
    content: '\229C' !important;
    position: absolute;
    top:20px;
    right: -17px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.4rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart_payment table.tbl-order-1 tr td:nth-child(1):after {
    content: '' !important;
}
.cart_payment table.tbl-order-1 tr td:nth-child(2):after {
    content: '' !important;
}
.cart_payment table.tbl-order-1 tr td:nth-child(3):after {
    content: '' !important;
}
.cart_payment table.tbl-order-2 tr td:nth-child(1):after {
    content: '\f4fa' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table.tbl-order-2 tr td:nth-child(2):after {
    content: '\229C' !important;
    position: absolute;
    right: -18px;
    color: rgba(33, 150, 243, 0.5);
    font-family: bootstrap-icons !important;
    font-size: 2.1rem;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart_payment table.tbl-order-2 tr td:nth-child(3):after {
    content: '' !important;
}

.cart_payment .pay_notice {
    margin-top: 30px;
}
.cart_payment .pay_notice p::before {
    content: '\2022' !important;
    margin-right: 10px;
    margin-left: -16px;
}
.cart_payment .pay_notice p {
    color: #666;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-left: 16px;
}

.order_btn {
    text-align: center;
}
.order_btn a {
    display: inline;
    text-align: center;
    padding: 10px 25px;
    margin: 0 3px;
}


.cart-step {
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    /* border-bottom: 1px solid #e8e8e8; */
}
.cart-step li {
    width: 33.333%;
    padding: 20px 0;
    position: relative;
    /* border: 1px solid #ddd; */
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.cart-step li:first-child {
    border-left: 1px solid #bfbfbf;
}
.cart-step li:last-child {
    border-right: 1px solid #bfbfbf;
}
.cart-step .cart-step-icon i {
    font-size: 3.5rem;
    margin-right: 20px;
    color: #afafaf;
} 
.cart-step li p {
    margin-bottom: 0rem;
}
.cart-step li:nth-child(1)::after, 
.cart-step li:nth-child(2)::after {
    content: '\f285';
    position: absolute;
    top: 38px;
    right: -19px;
    padding: 5px 3px 5px 8px;
    color: #afafaf;
    background: #ffffff;
    border: 1px solid #afafaf;
    border-radius: 50%;
    font-family: bootstrap-icons !important;
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart-step-heading, .cart-step-text {
    color: #afafaf;
}
.cart-step li.active {
    /* border-color: rgba(174, 25, 72, 0.5);
    background-color: rgba(174, 25, 72, 0.1); */
    /* border-bottom: 2px solid red; */
    background-color: #faebd7;
}

.cart-step li:nth-child(1) {
    border-top-left-radius: 5px;
} 
.cart-step li:nth-child(3) {
    border-top-right-radius: 5px;
} 

.cart-step li.active:nth-child(1) {
    border-right: 1px solid #bfbfbf;
} 
.cart-step li.active:nth-child(2) {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.cart-step li.active:nth-child(3) {
    border-left: 1px solid #bfbfbf;
} 
.cart-step li.active::after {
    /*
    color: red;
    border-color: red; */
    color: #333;
    border-color: #c1c1c1;
    background-color: #faebd7;
}

.cart-step li.active i, 
.cart-step li.active h5, 
.cart-step li.active p {
  color: #333;
}

.pd-cart-terms { font-size: 15px; }
.pd-cart-terms a { font-weight: bold; text-decoration: underline; color: #4e68af; }


/* order */
.content table {
    /* font-size: .9rem; */
    /* background: #fafafa; */
    width: 100%;
    overflow: auto;
    /* margin-top: 10px; */
}
@media screen and (max-width: 959px) {
    .content table {
        /* table-layout: fixed; */
        word-break: break-all;
    }
}


.order-step-section { /*margin-top: 0px !important;*/ }

.order-step-wrap {
    padding: 2rem 0 0;
    /*-webkit-box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.07), 0 2px 12px 0 rgba(3, 3, 3, 0.04);
    box-shadow: 0 1px 2px 0 rgba(3, 3, 3, 0.07), 0 2px 12px 0 rgba(3, 3, 3, 0.04); */
}
.order-step-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.order-step ul li {
    font-size: 1rem;
    padding: 15px 30px;
    border: 1px solid #ddd;
}  
.order-step ul li:first-child {
    /*
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    */
}  
.order-step ul li:nth-child(2) {
    border-left: 0;
    border-right: 0;
}
.order-step ul li.active {
    background-color: #555555;
    color: #fff;
    /* font-weight: 600; */
}  


.content .emptyline th,
.content .emptyline td {
    background: white;
    border: none;
}
.content table th {
    /* background: #eee; */
    font-weight: 400;
    text-align: left;
}
.content .emptyline .empty {
    line-height: 2.3;
}

.content .orderrst th {
    font-size: 15px;
    padding: 12px 10px 12px 23px;
    line-height: 1.5;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #eee;
    background-color: #f5f5f5;
}
.content .orderrst td {
    font-size: 15px;
    /*line-height: 1.5;*/
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 10px 12px 15px;
}


.pay-kind button {
    width: auto;
    flex: 1 1 0%;
    min-width: 193px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-size: 1rem;
    background-color: white;
}

.paykind-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 10px 0;
}
.paykind-list li {
    width: auto; 
    flex: 1 1 0%;
}
.paykind-btn .radio {
    display: none;
}
.paykind-btn .label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-right: 7px;
}
.paykind-btn .label i { font-size: 24px; margin: 0 10px; }
.paykind-btn .label i.bi-layout-text-window { font-size: 21px; }

.paykind-btn .radio:checked+.label {
    background-color: #333;
}
.paykind-btn .label.txt-label .txt {
    position: relative;
    color: #333;
    font-size: 16px;
}
.paykind-btn .radio:checked+.label .txt, 
.paykind-btn .radio:checked+.label i {
    color: #fff;
}

#bankbook-info table tr td { height: 56px; font-size: 15px; }

.content.payment-tbl {
    border: 1px solid #51589b;
    /* border-top: 1px solid; */
    padding:33px 16px 16px 16px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;    
}

.cart-payment-tbl.table>:not(:first-child) {
    border-top: 0px !important;
}

.cart-payment-tbl tr.sub {
    background: #fafafa;
}
.cart-payment-tbl td {
    border: 0px;
    padding: 0.25rem 0.5rem;
}
.cart-payment-tbl td.maintxt {
    font-size: 1.125rem;
    font-weight: 300;
    /* line-height: 2.5; */
}
.cart-payment-tbl td.mainpay {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.cart-payment-tbl td.subtxt {
    padding-left: 68px;
}
.cart-payment-tbl .tot-price,
.cart-payment-tbl .tot-pack,
.cart-payment-tbl .tot-delivery {
    font-size: 1rem;
}

.cart-total-wrap {
    display: flex;
    padding: 1.5rem 0.5rem 0.5rem;
    justify-content: space-between;
    align-items: center;    
}
.cart-total-wrap .last-maintxt {
    /* min-height: 100px; */
    /* padding-bottom: 30px; */
    font-size: 1.2rem;
    font-weight: 400;
}
.cart-total-wrap .tot-cartprice {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ed2650;
}


.last-payment-tbl tr.sub {
    background: #fafafa;
}
.last-payment-tbl td {
    border: 0px;
}
.last-payment-tbl td.maintxt {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.last-payment-tbl td.mainpay {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.5;
}
.last-payment-tbl td.subtxt {
    padding-left: 68px;
}

.last-payment-tbl .last-maintxt {
    min-height: 100px;
    padding-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 400;
}
.last-payment-tbl .last-payment {
    font-size: 30px;
    font-weight: 700;
    color: #ed2650;
}


.card {
    position: relative;
    max-width: 100%;
    background-color: #fff;
    color: #777;
    box-shadow: none;
}
.card-header {
    background-color: rgba(0,0,0,0);
    align-items: stretch;
    box-shadow: 0 0.125em 0.25em rgb(51 51 51 / 10%);
    display: flex;
}
.card-header {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
.card-header {
    padding: 0px 20px 0 20px;
    border-bottom: none;
}
.card-header-title {
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}
.cost-consent .card .card-content {
    padding: 0;
}
.card-content span {
    display: block;
    padding: 6px 20px 30px 20px;
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.btn-payment button {
    margin: 0px 20px 10px 20px;
    width: calc(100% - 42px);
    font-size: 1.3rem;
    padding: 15px;
}
.order-total-wrap .btn-payment button {
    margin: 5px 0px;
    width: 100%;
    font-size: 1.2rem;
    padding: 15px;
}


.info-area {
    display: none;
    margin-top: 30px;
    padding: 40px 0;
    border-top: 1px solid #eee;
}
.info-title {
    color: #333;
    font-size: 16px;
}
.info-area-body .dot-list li {
    color: #777;
    font-size: 15px;
    word-break: keep-all;
}
.info-area-body .button-area {
    width: 100%;
    margin-top: 35px;
}


.ord-txt {
    padding: 10px 10px 18px;
    border: 1px solid #ddd;
    background-color: beige;
}
.ord-txt li div {
    font-weight: 400;
}
.ord-txt ul li {
    display: flex;
    align-items: baseline;
    line-height: 1.7;
}
.ord-txt .rst-txt {
    width: 80px;
}


.rst-credit {
    display: none;
}


/* order list */
.orddate { 
    color:red; 
    font-weight: bold;
}

.ord_detail_tabel {
    position: relative;
    width: 100%;
}  
.ord_detail_tabel table {
    width: 100%;
}
.ord_detail_tabel table thead {
    background: transparent !important;
}
.ord_detail_tabel table tbody {
    border-top: 1px solid #666;
}    

.ord_detail_tabel table tr {
    /* border-bottom: 1px solid #e8e8e8; */
}
.ord_detail_tabel table tr th {
    background: #f5f5f5;
}
.ord_detail_tabel table tr th,
.ord_detail_tabel table tr td {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
    padding: 12px 10px;
    line-height: 1.5;
}
.ord_detail_tabel table tr td:last-child {
    border-right: 0px !important;
}
  .ord_detail_tabel .bgc {
    background-color: #f5f5f5;
}
.ord_detail_tabel .ftc {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
}


.order-inner {
    position: relative;
    /*margin: 0 auto;
    padding: 0px;*/
}
.order-inner .order-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-inner .order-title-wrap p {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #e61e2c;
}
.order-inner > h3 p {
    font-size: 1.5rem;
    color: #333;
    letter-spacing: -.5px;
}

.order-inner > .cart-list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.order-inner > .cart-list table {
    width: 100%;
}
.order-inner > .cart-list table thead {
    background: #f5f5f5;
}
.order-inner > .cart-list table thead tr {
    border-top: 1px solid #666;
}

.order-inner > .cart-list table tr {
    border-top: 1px solid #ebebeb;
}
.order-inner > .cart-list table tr:hover {
    background-color: rgb(240 248 255 / 40%);
}
.order-inner > .cart-list table thead tr th {
    height: 50px;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: var(--fs-15);
    font-weight: normal;
    
}
.order-inner > .cart-list table thead tr th:last-child {
    border-right: 0px;
}
.order-inner > .cart-list table thead tr th p {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #333;
}
.order-inner > .cart-list tr td {
    position: relative;
    max-height: 120px;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    /* border-right: 1px solid #f1f1f1; */
    border-right: 1px solid #ddd;
}
.order-inner > .cart-list tr td div span.order-id a:hover,
.order-inner > .cart-list tr td div span.order-goods-name a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.order-inner > .cart-list tr td a img {
    max-height: 120px;
}
.order-inner > .cart-list .item-list td:nth-child(3) {
        text-align: left;
}
.order-inner > .cart-list .item-list td:nth-child(6) {
    text-align: right;
}

tr.even {
    background-color: #f9fafb;
}



/* order-inner 중 주문상세보기용 */
.order-inner > #order-detail tr td { text-align: center; }

.mbr-orderlist-wrap .cart-inner .order-inner .order-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; }
.mbr-orderlist-wrap .cart-inner .order-inner .order-title .order-title-detail { display: flex; flex-wrap: wrap; align-items: center; }
.mbr-orderlist-wrap .cart-inner .order-inner .order-title .order-title-detail div span { /* color: blue; */ margin: 0 5px; }
.mbr-orderlist-wrap .cart-inner .order-inner .order-title .order-title-detail div::before {
  /*content: "\f309";*/
  content: "";
  color: #000;
  display: inline-block;
  font-family: bootstrap-icons !important;
  text-transform: none;
  line-height: 1;
  margin-right: 3px;
}
.mbr-orderlist-wrap #order-detail tr td div.order-detail-qty ul,
.mbr-orderlist-wrap #order-detail tr td div.order-detail-way ul { margin: 5px 0px; padding: 5px 0px; }
.mbr-orderlist-wrap #order-detail tr td div.order-detail-qty ul li,
.mbr-orderlist-wrap #order-detail tr td div.order-detail-way ul li { padding: 2px 0px !important; }
.mbr-orderlist-wrap #order-detail tr td div.order-detail-qty ul:nth-child(2),
.mbr-orderlist-wrap #order-detail tr td div.order-detail-way ul:nth-child(2) { border-top: 1px solid #bcbcbc; }
.mbr-orderlist-wrap #order-detail tr td div.order-detail-qty ul li .factory_day { 
  display: inline-block;
  position: static;
  width: 60px;
  padding: 2px;
  border: 1px solid #89aaff;
  background-color: #e4ecff;
  color: #4e68af;
  font-size: 12px; 
}

.mbr-payment-wrap h5 { font-size: 1.125rem; color: #333; letter-spacing: -.5px; margin-bottom: 0.5rem!important; }
.mbr-payment-wrap .ord_detail_tabel th img { position: absolute; right: 10px; z-index: 1; }
/* order-inner중 주문상세보기용 - 끝 - */



.order-inner > .cart-list .item-list td .input-group { justify-content: center; }
.order-inner > .cart-list .item-list td:last-child,
.order-inner > .cart-list td.line { border-right: 0px solid !important; }
.order-inner > .cart-list tr.order td { height: 100px !important; }
.order-inner > .cart-list .item-list .item-list-order { display: block; font-size: 0.9375rem !important; }
.order-inner > .cart-list .item-list td p { font-size: 0.9375rem; margin-bottom: 0; }
.order-inner > .cart-list .cart-list-prod { text-align: left; }
.order-inner > .cart-list .cart-list-prod>div { display: inline-block; position: relative; vertical-align: middle; padding-left: 15px; }
.order-inner > .cart-list .cart-list-prod>div img { vertical-align: middle; width: 80px; }
.order-inner > .cart-list .cart-list-prod>div:first-of-type { width: 140px; line-height: 1; }
.order-inner > .cart-list .cart-list-prod .pd-name { margin-bottom: 8px; font-size: 1rem; color: #333; }
.order-inner > .cart-list .cart-list-prod .opt-name { margin-bottom: 8px; font-size: 1rem; color: #999; }
/*
.order-inner > .cart-list .cart-list-wrap {
    position: relative;
    height: 100%;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price-title {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1px);
    padding: 8px;
    background-color: #efefef;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 100%;
}
.order-inner > .cart-list .cart-list-wrap .cart-list-price .sale-price,
.order-inner > .cart-list .cart-list-wrap .cart-list-price .order-price,
.order-inner > .cart-list .cart-list-wrap .cart-list-price .delivery-price {
    font-size: 1.125rem;
}
*/

/* order list */
.list-search-box {
    border: 1px solid #dbdbdb;
    background: #f7f7f7;
    padding: 20px 30px;
    overflow: hidden;
}
.list-search-wrap { 
    display: flex;
    align-items: center !important;
    align-content: center !important;
    width: 100%!important;
}
.list-search-wrap .search-date-box {
    display: flex;
    align-items: center !important;
}
.list-search-wrap .search-month-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-search-box select {
    /* padding: 0.0634rem 2.25rem 0.313rem 0.5rem; */
    /* border-radius: 0.25rem !important; */
    line-height: 1.5;
} 
.ord-search-date {
    border: 1px solid #ddd;
    /* border-radius: 5px !important; */
    padding: 6px 5px 6px;
    line-height: 1.5;
}

.ord-status {
    /* margin-bottom: 12px; */
    border: 1px solid #ddd;
    /* font-size: 1.2rem; */
}
.ord-status .txt {
    /* padding: 36px 10px; */
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #f8f9fa;
}
.ord-status .cont {
    font-size: 0.875rem;
    padding: 20px 10px;
}
.ord-status .cont i {
    cursor: pointer;
}
.ord-status .cont i:hover {
    color: #ea5413;
}
.cont div {
    line-height: 1;
}
.ord-status .cont span {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
}
.ord-status .cont i {
    font-size: 2.5rem;
    color: #999;
}
.ord-status .ing i {
    color: #025f1d;
}
.ord-arr::before {
    display: block;
    content: '';
    width: 17px;
    height: 31px;
    background: url(../images/common/order_arr.png) 0 0 no-repeat;
    position: absolute;
    top: 42px;
    left: -12px;
    opacity: 0.2;
}
.ord-status-subtxt {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.mbr-orderlist-info-wrap { padding-top: 1rem; padding-bottom: 1rem; }

.alt-msg-title {
    background-color: #f8f9fa;
    padding: 15px 10px;
    border: 1px solid #ddd;
}
.alt-msg-wrap {
    border: 1px solid #ddd;
    border-top: 0px;  
}


/* mypage */
.mypage-tit {
    min-height: 130px;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    padding: 26px 10px;
    background-color: #231815;
}
.mypage-tit p {
    margin-bottom: 0px;
}
.mypage-cont {
    min-height: 130px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    overflow: hidden;
    padding: 30px 10px 20px 10px;
    background-color: rgba(35, 24, 21, 0.6);
}
.mypagelist {
    margin: 10px 0;
    /* padding: 40px; */
}
.mypagelist button {
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 10px !important;
}
.mypagelist button:hover {
    border-color: #025f1d;
}
.mypagelist button:hover .mypagelist button i {
    transform:scale(1.1);          /*  default */
    -webkit-transform:scale(1.1);  /*  크롬 */
    -moz-transform:scale(1.1);     /* FireFox */
    -o-transform:scale(1.1);       /* Opera */
}
.mypagelist button i {
    font-size: 4.5rem;
}
.mypagelist button p {
    font-size: 1.1rem;
    font-weight: normal;
    color: #666;
    margin: 1rem;
}


.mypage .card {
    height: 100%;
    background-color: aliceblue;
}
.mypage .card .card-title {
    font-size: 1.2rem;
    text-align: left;
    padding: 10px 0px 15px 0px;
    margin-bottom: 20px;
    border-bottom: 2px solid #909090;
}
.mypage .card .card-body {
    margin-bottom: 7px;
    padding: 1rem 1.3rem !important;
}  
.mypage .card .card-body p {
    font-size: 1rem;
    margin-bottom: 2px;
    line-height: 1.7;
}
.mypage hr {
    width: 100%; 
    border: dashed 1px rgba(221, 221, 221, 0.40) !important;
    margin-top: 3.5rem !important;
    background-color: transparent;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }