.account-page .btn{
    margin-left: 25px;
}
.cart-product-item {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 25px;
    padding-right: 0;
}
.details{
    display: flex;
    margin-top: -10px;
    margin-bottom: 20px;
}
.cart-thumb.cart--title{
    display: flex;
    align-items: center;
}
.cart--price.h-mobile{
    display: flex;
    align-items: center;
}
.cart--quantity.h-mobile{
    display: flex;
    align-items: center;
}
.cart--total.h-mobile{
    display: flex;
    align-items: center;
}
.details>.cart--title {
    /* width: calc(100% - 440px); */
}
.cart--info {
    padding-left: 20px;
    width: calc(100% - 100px);
}
.details>:not(.cart--title) {
    text-align: center;
    width: 130px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.details>:not(.cart--title) {
    text-align: center;
    width: 200px;
    padding: 0 15px;
}
.cart-product-item {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 25px;
    /* padding-right: 0; */
}
.order-des {
    position: relative;
    background:#efefef;
    padding-left: 10px;
}
.order-des h3 a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.status{
    display: flex;
    background:#efefef;
    color: #fff;
    justify-content: end;
    align-items: center;
    height:50px;
    margin-top: 10px;
}

.pay-cansel .pay_btn {
    background: #787878;
}
.pay_btn {
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    /* background: #000000;
    border: 0 #000000; */
    text-align: center;
    line-height: normal;
    padding: 10px;
    display: flex;
    align-items: center;
}
.pay_btn:hover{
    color:#000
}
.pay-cansel.fr{
    margin-right: 10px;
}
@media (max-width: 991px) {
    .h-mobile {
        display:flex !important;
    }
}
.price-box {
    font-size: var(--font_size_plus1);
    font-weight: 600;
    line-height: var(--font_size_plus10);
    letter-spacing: normal;
    margin-bottom: 12px;
    width: 100%;
}
.sub_color {
    color: #7f7f7f;
}
.m10 {
    margin: 10px;
}
.crumbs_nav {
    font-size: 10px;
    line-height: 1.2em;
    margin: 6px 10px;
}
.rdstr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crumbs_item {
    display: inline;
    text-decoration: underline;
    padding-right: 14px;
    position: relative;
}
.no_deco {
    text-decoration: none;
}
.crumbs_item:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    margin-top: -2px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(45deg);
}

.title_main {
    background-color: #f0f0f0;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    padding: 7px 10px;
    position: relative;
    text-align: center;
}
table td, table th {
    border-bottom: 1px solid var(--border_color_1);
    padding: 9px 15px;
}
table td{
    padding: 10px 10px;
}
table {
    width: 100%;
    /* border: 1px solid #000; */
    border-collapse: collapse;
}

tr {
    /* border: 1px solid #000; */
}

td {
    border: 1px solid #ebebeb;
}

.instruction-content {
    padding: 0 10px;
}

.section_margin {
    border: unset;
}
.main-content {
    display: block;
    min-height: 500px;
    padding-bottom: 105px;
    margin: auto;
    width: 80%;
}

.instruction-content span {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}