/*------footer ------
----------------------*/
#new_footer.ft-contact-new{
    padding: 30px 0 20px;
    font-size: 14px;
}
#new_footer p{
    margin-bottom: 10px;
}
#new_footer p span{
    font-size: 18px;   
    line-height: 20px;
    vertical-align: super;
}
#new_footer p .fix_a_red{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}
.re_banner a{
    color: #fff;
}
.re_banner a:hover{
    color: #ffdb4b;
    text-decoration: none;
}
@media(max-width: 767px){
    #new_footer p .fix_a_red{
        display: block;
        font-size: 18px;
    }
}

/*-----order  ------
----------------------*/
.chart{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 120px;
    margin-bottom: 70px;
}
.chart .box{
    width: 50px;
    background-color: #871a20;
    display: grid;
    place-items: center;
    height: 220px;
    border-radius: 5px;
    position: relative;
    cursor: default;
}
.chart .box:before{
    position: absolute;
    content: "";
    top: 85px;
    right: -100px;
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 24px;
    border-color: transparent transparent transparent #871a20;
}
.chart .box:last-of-type:before{
    display: none;
}
.chart .box p{
    writing-mode: vertical-lr;
    color: #fff;
}
@media(max-width: 1399px){
    .chart .box:before{
        right: -70px;
    }
}
@media(max-width: 767px){
    .chart{
        flex-wrap: wrap;
        margin-top: 90px;
        gap: 50px;
    }
    .chart .box{
        width: 100%;
        background-color: #871a20;
        display: grid;
        place-items: center;
        height: 50px;
        border-radius: 5px;
        position: relative;
    }
    .chart .box:before{
        position: absolute;
        content: "";
        top: unset;
        bottom: -38px;
        right: 50%;
        transform: translate(50%, 0);
        display: inline-block;
        border-style: solid;
         border-width: 24px 30px 0 30px;
         border-color: #871a20 transparent transparent transparent;
    }
    .chart .box p{
        writing-mode: unset;
        color: #fff;
    }
}
 
.img-order ul li{
    background-color: #891a20;
}
.order-banner-text{
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    margin-left: -90px;
    letter-spacing: 3px;
}
.modal-backdrop{
    background-color: #1A1A1A;
}
#order-policy{
    background-color: rgba(26,26,26,0.4);
}
#order-policy .modal-dialog{
    max-width: 570px; 
    margin: 15% auto 0;
}
#order-policy .modal-body{
    padding: 40px 20px;
}
#order-policy .modal-body h2{
    text-align: center;
    margin-bottom: 20px;
    color: #891a20;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 2;
}
#order-policy .modal-body h2 span{
    border: 1.5px solid;
    padding: 10px;
    font-weight: bold;
}
#order-policy .modal-body.order p{    
    font-size: 16px;
    margin-bottom: 20px;
    color: #1A1A1A;
    letter-spacing: -0.5px;
    text-align: justify
}
#order-policy .close_orderpage,    
#order-policy #yes_policyl,    
#order-policy #yes_policyl_next{    
    width: 80%;
    margin: 0 auto 10px;
    background-color: #891a20;
    border:1px solid #891a20;
}
#order-all-body{    
    max-width: 688px;
    margin: 0 auto;
}
.order-cart_button{
    position: fixed;
    top: 35%;
    right: 70px;
}
.order-cart_button div{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background-color: #891a20;
}
.order-cart_button div p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 20%;
    font-weight: 500;
    cursor: pointer;
}
.order-title1{
    width: 100%;
    margin: 100px auto;
    border-radius: 15px;
    border: 1px solid #891a20;
    padding: 40px 10px;
    color: #891a20;
    text-align: center;
}
.order-title1 p{
    margin-bottom: 10px;
    font-size: 16px;
}
.order-title1 p br{
    display: none;
}
.order-title1 h2{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
}
.order-title1 h2 br{
    display: none;
}
.order-title1 h2 a{
    font-size: 22px;    
}

.order_h2 h2{
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #881a20;
}
.order_h2 hr{
    color: #871A20;
    margin-top: 20px;
    margin-bottom: 50px;
    border: 1px solid #891a20;
}
#order-all-body .sc3-product{
    margin: 0;
}
#order-all-body .product-section3{
    width: 100%;
    padding: 0;
}
#selector_calender{
    width: 100%;
    margin: 20px 0 80px;
    border-radius: 15px;
    border: 1px solid #000;
    padding: 0 7px 10px;
}
#calendar-table{
    width: 100%;
    text-align: center;
}
.selected {
    background-color: rgba(0,123,255,0.1)!important;
    color: #251e1c;
    font-weight: bold;
}
.selected.c-teikyu {
    background-color: rgba(0,123,255,0.1)!important;
    color: #251e1c!important;
    font-weight: bold!important;
}
.done-month{
    background-color: #666666!important;
    color: #b3b3b3!important;
    cursor: default;
}
.done-month.done-order{
    background-color: #fff!important;
    color: #891a20!important;
    cursor: default;
    border: 1px solid #891a20;
    box-sizing: border-box;
}
.outside {
    color: #ccc!important;
    cursor: default;
}
.event{
    height: 18px;
}
#calendar-table .table_calendar_fix td{
    padding: 5px;
}
#calendar-table th{
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
#calendar-table .table_calendar_fix table{
    width: 100%;
    color: #871A20;
}
.table_calendar_fix .btn{
    color: #871A20;
}
.bt-mouse-pre,.bt-mouse-next{
    cursor: pointer;
}
#calendar-table .table_calendar_fix table tbody tr{
    border: 0;
}
#calendar-table .table_calendar_fix table tbody td{
    vertical-align: middle;
}
#calendar-table .table_calendar_fix2 tr{
    border-top: 1px solid #dee2e6;
}
#calendar-table .table_calendar_fix2 tr:last-child{
    border-bottom: 1px solid #dee2e6;
}
#calendar-table .table_calendar_fix2 th,
#calendar-table .table_calendar_fix2 td{
    padding: 10px 0;
    vertical-align: top;
    color: #595757;
}
#calendar-table .table_calendar_fix2 td:hover:not(.outside):not(.done-month){
    background-color: #891a20;
    color: #fff;
    cursor: pointer;
}
#calendar-table .table_calendar_fix2 td.oncheck:not(.outside):not(.done-month){
    background-color: #891a20!important;
    color: #fff;
}
#calendar-table .table_calendar_fix2 td.c-teikyu {
    position: relative;
    color: #fff;
    background-color: #FFE8E8;
    cursor: default;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
    z-index: 12;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -10%;
    left: 70%;
    z-index: 99;
    visibility: hidden;
    white-space: nowrap;
    background-color: #FFE8E8;
    color: #000;
    font-size: 12px;
    padding: 1px 5px 2px 5px;
    box-shadow: 1px 1px 2px 1px #b3b3b3;
    opacity: 0;
}
[data-title] {
    position: relative;
}
.f_calendar{
    max-width:425px;
    margin: 15px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_calendar div {
    width: 50%;
/*    width: 100%;*/
    font-size: 13px;
    padding: 0 5px;
    color: #000;
    text-align: center;
}
.f_calendar div .span_order{
    border: 1px solid #891a20;
    padding: 0 5px;
    color: #891a20;
}
.f_calendar div span{
    width: 30px;
    color: #ccc;
/*    float: left;*/
    margin-right: 5px;
    position: relative;
}
.f_calendar div .span2:before{
    content: '';
    background-color: #FFE8E8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.f_calendar div .span3{
    background-color:#666666;
}
.f_calendar div .span4{
    background-color:rgba(0,123,255,0.1);
}
#order-all-body .product-section3 .sc3-pro-p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -1.5px;
    text-align: justify;
}
.order-product .div_pro1{
    width: 170px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.order-product .div_pro1.sec3-col{
    margin-right: 0px;
}
.order-product .div_pro1 img{
    width: 170px;
    border-radius: 10px;
    object-fit: contain;    
}
.order-product .div_pro1 h4{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
}
.order-product .div_pro1 h4 br{
    display: none;
}
.order-product .div_pro1 p{
    margin-bottom: 0;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: -1.5px;
    font-weight: 400;
    text-align: justify;
}
.order-product .div1{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}
.order-product .div1 span{
    width: 46%;
    color: #fff;
    text-align: center;
    margin: 0 2%;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -1px;
    border-radius: 5px;
    background-color: #871A20;
    border: 1px solid #871A20;
}
.order-product .div1 span.product_none{
    background-color: #666666;
    color: #fff;
    border-color: #666666;
}
.order-product .div1 span.product_out{
    background-color: #fff;
    color: #871A20;   
}
.order-product .div_pro1 div:not(.div2) span{
    cursor: pointer;
}
.order-product .div_pro1 .div2 span{
    cursor: default;
    font-weight: bold;
    font-size: 15.5px;
}
.order-product .div_pro1 .div3 span:first-child{
    cursor: default;
}
.order-product .div_pro1 div:not(.div2) span:hover{
    box-shadow: 1px 1px 4px 1px #871a20;
    animation-delay: 2s;
}
.order-product .div_pro1 div:not(.div2) span.product_none:hover{
    box-shadow: 1px 1px 4px 1px #666666;
    animation-delay: 2s;
    cursor: pointer;
}
.order-product .div_pro1 div:not(.div2) span.product_out:hover{    
    box-shadow: none;
    cursor: default;
}
.order-product .div_pro1 .div3 span:first-child:hover{
    box-shadow: unset;
}
.order-product .div2{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.order-product .div2 span{
    width: 48%;
    color: #595757;
    text-align: left;
    font-size: 12px;
    letter-spacing: -1px;
    border-radius: 5px;
}
.order-product .div3{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
}
.order-product .div3 span{
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 2%;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -1px;
    border-radius: 5px;
    background-color: #871A20;
    border: 1px solid #871A20;
}
.order-product .div3 span:first-child{    
    margin-bottom: 7px;
    color: #871A20;
    background-color: #fff;
    border: 1px solid #871A20;
}
.order-product .div3 span.product_out{    
    color: #871A20;
    background-color: #fff;
    border: 1px solid #871A20;
}
.order-product .div3 span.product_none{
    background-color: #666666;
    color: #fff;
    border-color: #666666;
}
#order-all-body a:hover{
   text-decoration:none; 
}
.order-cart-ok,
.order-cart-check,
.order-cart-info,
.order-cart-done,.order-cart-done-1{
    width: 70%;
    height: 45px;
    border-radius: 5px;
    background-color: #891a20;
    border: 1px solid #891a20;
    color: #fff;
    font-family: kinuta-mincho-stdn,sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
    margin: 50px auto;
}
.order-cart-done{
    margin-bottom: 54px !important;
}

/*#return a:hover #return_ok,
#next_orderinfo:hover,
.order-cart-ok:hover,
.order-cart-check:hover,
.order-cart-info:hover,
.order-cart-done:hover{
    border: 1px solid #891a20;
    background-color: #fff;
    color: #891a20;
}*/
.order-cart-ok.ok-mb{
    margin-bottom: 150px;
}
.order-cart-info.m-bottom,
.order-cart-check.m-bottom{
    margin: 50px auto 200px;
}

.attention a:hover{
    text-decoration:none;
}

@media(min-width:1400px){
    #sm_page nav{
        height: 200px;
        position: relative;
    }
    .order-banner-text{
        font-size: 45px;
        top: 35%;
    }
    #order-all-body{
        max-width: 1000px;
    }
    #order-policy .modal-dialog{
        max-width: 1000px;
        margin-top: 7%;
    }
    #order-policy .modal-body{
        padding: 60px 100px 32px;
    }
    #order-policy .modal-body h2{
        font-size: 26px;
        margin-bottom: 40px;
    }
    #order-policy .modal-body p{
        font-size: 16px;
    }   
    #order-policy .close_orderpage,
    #order-policy #yes_policyl,
    #order-policy #yes_policyl_next{
         margin-bottom: 50px;
         font-size: 24px;
         padding: 10px;
         width: 60%;
    }
    #calendar-table .table_calendar_fix2 th, 
    #calendar-table .table_calendar_fix2 td{
        padding: 20px 10px;
    }
    .order-cart_button div{
        width: 120px;
        height: 120px;
    }
     .order-product{
        gap: 50px;
    }
    .order-cart_button div p{
        font-size: 22px;
        line-height: 28px;
    }
    .order-title1 p{
        font-size: 20px;
    }
    .order-title1 h2,.order-title1 h2 a{
        font-size: 30px;
    }
    .order-product .div_pro1{
        width: 300px;
        margin-right: 0px;
        margin-bottom: 80px;
    }
    .order-product .div_pro1 img {
        height: 350px;
        width: 300px;
    }
    .order-product .div_pro1 h4{
        font-weight: 500;
        line-height: 24px;
        font-size: 20px;
        height: 50px;
    }
    .order-product .div_pro1 p,
    .order-product .div1 span,
    .order-product .div2 span,
    .order-product .div3 span{
        letter-spacing: -1px;
        font-size: 14px;
        line-height: 23px;
    }
}
@media(max-width: 1399px){
    /*-----order  ------
----------------------*/
    .img-order ul li{
        background-color: #891a20;
    }
    .order-banner-text{
        position: absolute;
        top: 45%;
        left: 50%;
        font-size: 40px;
        color: #fff;
        margin-left: -90px;
        letter-spacing: 3px;
    }
    .modal-backdrop{
        background-color: #1A1A1A;
    }
    #order-policy, #order-policy2{
        background-color: rgba(26,26,26,0.4);
    }
    #order-policy .modal-dialog{
        max-width: 395px;
        height: 700px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #order-policy .modal-dialog .modal-content{
        height: 100%;
        max-height: 100%;
    }
    #order-policy .modal-body{
        padding: 51px 20px;
    }
    #order-policy .modal-body h2{
        text-align: center;
        margin-bottom: 24px;
        color: #891a20;
        font-size: 20px;
        letter-spacing: 0;
        font-weight: bold;
    }
    #order-policy .modal-body.order p{
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 21px;
        color: #1A1A1A;
        letter-spacing: 0px;
        text-align: justify;
    }
    #order-policy .modal-body p:last-of-type{
        margin-bottom: 0px;
    }
    #order-policy .close_orderpage,
    #order-policy #yes_policyl,
    #order-policy #yes_policyl_next{
        width: 300px;
        height: 40px;
        margin: 0 auto 10px;
        background-color: #891a20;
        border:1px solid #891a20;
    }
    #order-all-body{
        max-width: 688px;
        margin: 0 auto;
    }
    #order-all-body.tab-width{
        max-width: 500px;
        margin: 0 auto;
    }
    .order-cart_button{
        position: fixed;
        top: 35%;
        right: 70px;
    }
    .order-cart_button div{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
        background-color: #891a20;
    }
    .order-cart_button div p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        color: #fff;
        position: absolute;
        top: 25%;
        left: 20%;
        font-weight: 500;
        cursor: pointer;
    }

    .bg-color-while2.limited p{
        display: block!important;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0.3px;
        width: 100%;
        order: 2;
    }
    .order-title1{
        width: 402px;
        margin: 85px auto 35px;
        border-radius: 15px;
        border: 1px solid #891a20;
        padding: 40px 10px;
        color: #891a20;
        text-align: center;
    }
    .order-title1 p{
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .order-title1 p br{
        display: block;
    }
    .order-title1 h2{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
    }
    .order-title1 h2 br{
        display: block;
    }
    .order-title1 h2 a{
        font-size: 35px;
    }
    
    .order_h2 h2{
        text-align: center;
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 50px;
        margin-top: 20px;
        font-weight: bold;
        color: #881a20;
    }
    .order_h2 hr{
        color: #871A20;
        margin-top: 0px;
        margin-bottom: 30px;
        border: 1px solid #891a20;
    }
    #order-all-body .sc3-product{
        margin: 0;
    }
    #order-all-body .product-section3{
        width: 100%;
        padding: 0;
    }
    #selector_calender{
        width: 402px;
        margin: 20px auto 80px;
        border-radius: 15px;
        border: 1px solid #000;
        padding: 0 7px 10px;
    }
    #calendar-table{
        width: 100%;
        text-align: center;
    }
    .selected {
        background-color: rgba(0,123,255,0.1)!important;
        color: #251e1c;
        font-weight: bold;
    }
    .selected.c-teikyu {
        background-color: rgba(0,123,255,0.1)!important;
        color: #251e1c!important;
        font-weight: bold!important;
    }
    .done-month{
        background-color: #666666!important;
        color: #b3b3b3!important;
        cursor: default;
    }
    .outside {
        color: #ccc!important;
        cursor: default;
    }
    #calendar-table .table_calendar_fix td{
        padding: 5px;
    }
    #calendar-table th{
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix table{
        width: 100%;
        color: #871A20;
    }
    .table_calendar_fix .btn{
        color: #871A20;
    }
    .bt-mouse-pre,.bt-mouse-next{
        cursor: pointer;
    }
    #calendar-table .table_calendar_fix table tbody tr{
        border: 0;
    }
    #calendar-table .table_calendar_fix table tbody td{
        vertical-align: middle;
    }
    #calendar-table .table_calendar_fix2 tr{
        border-top: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix2 tr:last-child{
        border-bottom: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix2 th,
    #calendar-table .table_calendar_fix2 td{
        padding: 10px 0;
        vertical-align: top;
        color: #595757;
    }
    #calendar-table .table_calendar_fix2 td:hover:not(.outside):not(.done-month){
        background-color: #891a20;
        color: #fff;
        cursor: pointer;
    }
    #calendar-table .table_calendar_fix2 td.c-teikyu {
        position: relative;
        color: #fff;
        background-color: #FFE8E8;
        cursor: default;
    }
    
    [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
        z-index: 12;
    }
    [data-title]:after {
        content: attr(data-title);
        position: absolute;
        bottom: -10%;
        left: 70%;
        z-index: 99;
        visibility: hidden;
        white-space: nowrap;
        background-color: #FFE8E8;
        color: #000;
        font-size: 12px;
        padding: 1px 5px 2px 5px;
        box-shadow: 1px 1px 2px 1px #b3b3b3;
        opacity: 0;
    }
    [data-title] {
        position: relative;
    }
    .f_calendar{
        max-width:425px;
        margin: 15px auto 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .f_calendar div {
        font-size: 13px;
        padding: 5px;
        color: #000;
    }
    .f_calendar div span{
        width: 27px;
        color: #ccc;
        text-align: center;
        margin-right: 5px;
        position: relative;
    }
    .f_calendar div .span3{
        background-color:#666666;
    }
    .f_calendar div .span4{
        background-color:rgba(0,123,255,0.1);
    }
    #order-all-body .product-section3 .sc3-pro-p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: -1.5px;
        text-align: justify;
    }
    .order-product.row{
        gap: 15px;
    }
    .order-product .div_pro1{
        width: 160.5px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .order-product .div_pro1.sec3-col{
        margin-right: 0px;
    }
    .order-product .div_pro1 h4{
        font-size: 15px;
        line-height: 18px;
        height: 42px;
    }
    .order-product .div_pro1 h4 br{
        display: block;
    }
    .order-product .div_pro1 p{
        display: none;
    }    
    .order-product .div1 span{
        width: 100%;
        height: 25px;
        margin-bottom: 5px;
    }
    .order-product .div1 span.product_none{
        background-color: #666666;
        color: #fff;
        border-color: #666666;
    }
    .order-product .div1 span.product_out{
        background-color: #fff;
        color: #871A20;
    }
    .order-product .div_pro1 div span{
        cursor: pointer;
        font-size: 15px;
    }
    .order-product .div_pro1 div span.product_none:hover{
        box-shadow: none;
        cursor: default;
    }
    .order-product .div_pro1 div span.product_out:hover{
        box-shadow: none;
        cursor: default;
    }
    .order-product .div2{
        margin-top: -4px;
    }
    .order-product .div2 span{
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .order-product .div2 span .mini{
        font-size: 12px;
    }
    .order-product .div3{
        margin: 10px 0;
    }
    .order-product .div3 span{
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        height: 25px;
    }    
    .order-product .div3 span.product_out{
        color: #871A20;
        background-color: #fff;
        border: 1px solid #871A20;
    }
    .order-product .d-fl{
        display: flex;
        flex-wrap: wrap;
    }
    #order-all-body a:hover{
        text-decoration:none;
    }
    .order-cart-ok,.order-cart-check,.order-cart-done,.order-cart-done-1,.order-cart-info{
        width: 500px;
        height: 50px;
        border-radius: 5px;
        background-color: #891a20;
        border: 1px solid #891a20;
        color: #fff;
        font-family: kinuta-mincho-stdn,sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        cursor: pointer;
        margin: 50px auto 113px;
    }
    .order-cart-info.m-bottom,
    .order-cart-check.m-bottom{
        margin: 50px auto 105px;
    }
    .order-product .div_pro1 img {
        height: 187px;
    }
}
@media(max-width:767px){
    [data-title]:after {
        content: '';
    }
    [data-title]:hover:after {
        margin: 5px auto;
    }
    #order-all-body .sc3-product{
        margin: 0 auto;
    }
    
     /*-----order  ------
----------------------*/
     #sm_page nav{
        height: 65px!important;
        position: relative;
    }
    .img-order ul li{
        background-color: #891a20;
    }
    .order-banner-text{
        position: absolute;
        top: 45%;
        left: 50%;
        font-size: 40px;
        color: #fff;
        margin-left: -90px;
        letter-spacing: 3px;
    }
    .modal-backdrop{
        background-color: #1A1A1A;
    }
    #order-policy, #order-policy2{
        background-color: rgba(26,26,26,0.4);
    }
    #order-policy .modal-dialog{
        max-width: 335px;
        height: 630px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #order-policy .modal-dialog .modal-content{
        height: 100%;
        max-height: 100%;
    }
    #order-policy .modal-body{
        padding: 20px 15px 10px;
    }
    #order-policy .modal-body h2{
        text-align: center;
        margin-bottom: 10px;
        color: #891a20;
        font-size: 20px;
        letter-spacing: 0;
        font-weight: bold;
    }
    #order-policy .modal-body.order p{
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
        color: #1A1A1A;
        letter-spacing: 0px;
        text-align: justify;
    }
    #order-policy .modal-body p:last-of-type{
        margin-bottom: 0px;
    }
    #order-policy .close_orderpage,
    #order-policy #yes_policyl,
    #order-policy #yes_policyl_next{
        width: 300px;
        height: 40px;
        margin: 0 auto 10px;
        background-color: #891a20;
        border:1px solid #891a20;
    }
    #order-all-body{
        max-width: 335px;
        margin: 0 auto;
    }
    #order-all-body.tab-width{
        max-width: 301px;
        margin: 0 auto;
    }
    .order-cart_button{
        position: fixed;
        top: 35%;
        right: 70px;
    }
    .order-cart_button div{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
        background-color: #891a20;
    }
    .order-cart_button div p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        color: #fff;
        position: absolute;
        top: 25%;
        left: 20%;
        font-weight: 500;
        cursor: pointer;
    }

    .bg-color-while2.limited p{
        display: block!important;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0.3px;
        width: 100%;
        order: 2;
    }
    .order-title1{
        width: 100%;
        margin: 50px auto 30px;
        border-radius: 15px;
        border: 1px solid #891a20;
        padding: 20px 10px;
        color: #891a20;
        text-align: center;
    }
    .order-title1 p{
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 21px;
    }
    .order-title1 p br{
        display: block;
    }
    .order-title1 h2{
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 35px;
    }
    .order-title1 h2 br{
        display: block;
    }
    .order-title1 h2 a{
        font-size: 28px;
    }
    
    .order_h2.sp-text h2{
        text-align: center;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 54px;
        margin-top: 20px;
        font-weight: 400;
        color: #881a20;
    }
    .order_h2 h2{
        text-align: center;
        font-size: 18px;
        letter-spacing: 4px;
        line-height: 54px;
        margin-top: 20px;
        color: #881a20;
    }
    .order_h2 hr{
        color: #871A20;
        margin-top: 0px;
        margin-bottom: 30px;
        border: 1px solid #891a20;
    }
    #order-all-body .sc3-product{
        margin: 0;
    }
    #order-all-body .product-section3{
        width: 100%;
        padding: 0;
    }
    #selector_calender{
        width: 100%;
        margin: 12px auto 100px;
        border-radius: 15px;
        border: 1px solid #000;
        padding: 0 7px 10px;
    }
    #calendar-table{
        width: 100%;
        text-align: center;
    }
    .selected {
        background-color: rgba(0,123,255,0.1)!important;
        color: #251e1c;
        font-weight: bold;
    }
    .selected.c-teikyu {
        background-color: rgba(0,123,255,0.1)!important;
        color: #251e1c!important;
        font-weight: bold!important;
    }
    .done-month{
        background-color: #666666!important;
        color: #b3b3b3!important;
        cursor: default;
    }
    .outside {
        color: #ccc!important;
        cursor: default;
    }
    #calendar-table .table_calendar_fix td{
        padding: 0px;
    }
    #calendar-table th{
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix table{
        width: 100%;
        color: #871A20;
    }
    .table_calendar_fix .btn{
        color: #871A20;
    }
    .bt-mouse-pre,.bt-mouse-next{
        cursor: pointer;
    }
    #calendar-table .table_calendar_fix table tbody tr{
        border: 0;
    }
    #calendar-table .table_calendar_fix table tbody td{
        vertical-align: middle;
    }
    #calendar-table .table_calendar_fix2 tr{
        border-top: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix2 tr:last-child{
        border-bottom: 1px solid #dee2e6;
    }
    #calendar-table .table_calendar_fix2 th,
    #calendar-table .table_calendar_fix2 td{
        padding: 10px 0;
        vertical-align: top;
        color: #595757;
    }
    #calendar-table .table_calendar_fix2 td:hover:not(.outside):not(.done-month){
/*        background-color: rgba(137,26,32,0.2)!important;*/
        background-color: #891a20!important;
        color: #fff;
        cursor: pointer;
    }
    #calendar-table .table_calendar_fix2 td.c-teikyu {
        position: relative;
        color: #fff;
        background-color: #FFE8E8;
        cursor: default;
    }
    
    [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
        z-index: 12;
    }
    [data-title]:after {
        content: attr(data-title);
        position: absolute;
        bottom: -10%;
        left: 70%;
        z-index: 99;
        visibility: hidden;
        white-space: nowrap;
        background-color: #FFE8E8;
        color: #000;
        font-size: 12px;
        padding: 1px 5px 2px 5px;
        box-shadow: 1px 1px 2px 1px #b3b3b3;
        opacity: 0;
    }
    [data-title] {
        position: relative;
    }
    .f_calendar{
        max-width:425px;
        margin: 15px auto 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .f_calendar div {
        width: 50%;
/*        width: 100%;*/
        font-size: 10px;
        padding:5px;
        color: #000;
    }
    .f_calendar div span{
        width: 27px;
        color: #ccc;
        text-align: center;
/*        float: left;*/
        margin-right: 5px;
        position: relative;
    }
    .f_calendar div .span2:before{
        content: '';
        background-color: #FFE8E8;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    .f_calendar div .span3{
        background-color:#666666;
    }
    .f_calendar div .span4{
        background-color:rgba(0,123,255,0.1);
    }
    #order-all-body .product-section3 .sc3-pro-p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: -1.5px;
        text-align: justify;
    }
    .order-product.row{
        gap: 0;
        justify-content: space-between;
    }
    .order-product .div_pro1{
        width: 160.5px;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .bg-color-while2.limited .order-product .div_pro1:last-of-type{
        margin-bottom: 120px;
    }
    .order-product .div_pro1.sec3-col{
        margin-right: 0px;
    }
    .order-product .div_pro1 img{
        width: 170px;
        border-radius: 10px
    }
    .order-product .div_pro1 h4{
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 18px;
    }
    .order-product .div_pro1 h4 br{
        display: block;
    }
    .order-product .div_pro1 p{
        display: none;
    }
    .order-product .div1{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px 0 5px;;
    }
    .order-product .div1 span{
        width: 100%;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -1px;
        border-radius: 5px;
        background-color: #871A20;
        border: 1px solid #871A20;
        height: 25px;
    }
    .order-product .div1 span.product_none{
        background-color: #666666;
        color: #fff;
        border-color: #666666;
    }
    .order-product .div1 span.product_out{
        background-color: #fff;
        color: #871A20;
    }
    .order-product .div_pro1 div span{
        cursor: pointer;
    }
    .order-product .div_pro1 div span.product_none:hover{
        box-shadow: none;
        cursor: default;
    }
    .order-product .div_pro1 div span.product_out:hover{
        box-shadow: none;
        cursor: default;
    }
    .order-product .div2{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -4px;
    }
    .order-product .div2 span{
        width: 100%;
        color: #595757;
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.5px;
        border-radius: 5px;
    }
    .order-product .div2 span .mini{
        font-size: 12px;
    }
    .order-product .div3{
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .order-product .div3 span{
        width: 100%;
        color: #fff;
        text-align: center;
        margin: 0 2%;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -1px;
        border-radius: 5px;
        background-color: #871A20;
        border: 1px solid #871A20;
        height: 25px;
    }
    .order-product .div3 span.product_out{
        color: #871A20;
        background-color: #fff;
        border: 1px solid #871A20;
    }
    .order-product .d-fl{
        display: flex;
        flex-wrap: wrap;
    }
    #order-all-body a:hover{
        text-decoration:none;
    }
    .order-cart-ok{
        width: 500px;
        height: 50px;
        border-radius: 5px;
        background-color: #891a20;
        border: 1px solid #891a20;
        color: #fff;
        font-family: kinuta-mincho-stdn,sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
        cursor: pointer;
        margin: 50px auto 113px;
        display: none;
    }
    .order-cart-check,.order-cart-info{
        width: 300px;
        height: 40px;
        border-radius: 5px;
        background-color: #891a20;
        border: 1px solid #891a20;
        color: #fff;
        font-family: kinuta-mincho-stdn,sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        margin: 50px auto 113px;
        display: block;
    }
    .order-cart-done,.order-cart-done-1{
        width: 300px;
        height: 40px;
        border-radius: 5px;
        background-color: #891a20;
        border: 1px solid #891a20;
        color: #fff;
        font-family: kinuta-mincho-stdn,sans-serif;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        margin: 50px auto 113px;
        display: block;
    }
    /***!***/
    .order-cart-info.m-bottom,
    .order-cart-check.m-bottom{
        margin: 25px auto 68px;
    }
}
@media(max-width:500px){
    .f_calendar{
        max-width:375px;
    }
    .f_calendar div span{
        width: 20px;
    }
}

/*----- order check ------
----------------------*/
.order-check .tab-block{
    display: none;
}
.order-check .row{    
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.orck_pro1{
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
}
.pro1-box{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 38px;
    z-index: 1;
    margin-bottom: 15px;
}
.pro1-box h3{
    font-size: 20px;
}
.pro1-box:before{
    position: absolute;
    content: "";
    bottom: 4px;
    border-bottom: 1px solid;
    width: 100%;
}
.pro1-box p{
    color: #fff;
    font-size: 14px;
    background-color: #666666;
    border-radius: 5px;
    width: 95px;
    height: 22px;
    padding-bottom: 3px;
    display: grid;
    place-items: center;
}
.pro1-option{
    display: flex;
}
.pro1-option .pro1-img{
    display: flex;
    width: 150px;
    height: 180px;
    margin-right: 20px;
}
.pro1-option .pro1-img img{
    width: 100%;
    object-fit: contain;
}
.pro1-option .pro1-form{
    display: flex;
}
.pro1-option .pro1-form p{
    margin-bottom: 10px;
    font-size: 14px;
}
#orck_total{    
    border-bottom: 1px solid #333;
    text-align: right;
    padding-bottom: 40px;
    margin-bottom: 50px;   
}
#orck_total div{
    position: relative;
}
#orck_total span:first-child{    
    font-size: 20px;
    position: absolute;
    right: 260px;
}
#orck_total span:last-child{    
    font-size: 20px;
    position: absolute;
    right: 0;
}
#orck_total strong{
    right: 100px;
    position: absolute;
    font-size: 40px;
    color: #595757;
    top: -17px;
    margin-right: 5px;
    margin-left: 10px;
}
.orck_custom{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 40px;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #E4E4E4;
    color: #000;
    padding: 0 20px;
}
.orck_custom h2{
    font-size: 20px;
    display: grid;
    place-items: center;
    padding-bottom: 3px;
}
.orck_custom p{
    color: #fff;
    font-size: 14px;
    background-color: #666666;
    border-radius: 5px;
    width: 95px;
    height: 22px;
    padding-bottom: 4px;
    margin-top: 8px;
    display: grid;
    place-items: center;
}
.orck_custom_text{
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.orck_custom_text p{
    font-size: 16px;
    margin-bottom: 10px;
    color: #4D4D4D;
}
.orck_custom_text p br{
    display: none;
}
.orck_custom_text .tab-button{
    display: none;
}
.orck_custom_text2{
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 150px;
}
.order-sendok{
    text-align: center;
    margin-top: 50px!important;
}
.order-sendok h2{
    color: #891a20;
    font-weight: bold;
    margin-bottom: 55px;
}
.order-sendok p.important{
    font-size: 20px;
}
.order-sendok p{
    color: #4D4D4D;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 50px;
}
.order-sendok h4{
    font-size: 30px;
    color: #891a20;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 36px;
}
.order-sendok h4 span:first-of-type{
    color: #891a20;
    display: block;
    font-weight: bold;
}
.order-sendok h4 span:last-of-type{
    font-weight: bold;
    font-size: 35px;
    margin-left: 10px;
}
.order-cart-done,.order-cart-done-1{
    margin-top: 80px;
    margin-bottom: 200px;
}
.order-sendok .important_box{
    border: 3px solid #891a20;
    padding: 50px;
    border-radius: 10px;
}
.order-sendok .important_box h4{
    font-size: 30px;     
}
.order-sendok .important_box p{
    margin-bottom: 0;
}

#message_up .modal-dialog,
#return .modal-dialog{
    max-width: 800px;
    position: relative;
        margin: 15% auto 0;
}
#return .modal-body,#message_up .modal-body{
    max-width: 800px;
    padding: 60px 100px 30px;
}
#message_up .modal-body h2,
#return .modal-body h2{
    text-align: center;
    margin-bottom: 20px;
    color: #891a20;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 2;
}
#message_up .modal-body p,
#return .modal-body p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #1A1A1A;
    letter-spacing: -0.5px;
    text-align: justify;
}

#return_ok {
    background-color: #891a20;
    border: 1px solid #891a20;
    margin: 0 auto 30px;
    margin-bottom: 60px;
    font-size: 20px;
    width: 60%;
}
#message_up a:hover,
#return a:hover{
    text-decoration: none;
}
@media(max-width:1400px){
    .orck_pro1{
        width: 100%;
    }
    .pro1-option .pro1-img{
        width: 170px;
        height: 200px;
    }
}
@media(max-width: 1399px){
    /*-----ordercheck  ------
----------------------*/
    .order-check .tab-block{
        margin-top: 64px;
        display: block;
    }
    .order-check .tab-block .confirmation{
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
        color: #881a20;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .order-check .tab-block .comment{
        font-size: 14px;
        letter-spacing: 3px;
        margin-bottom: 32px;
        text-align: center;
        background-color: #e4e4e4;
        height: 35px;
        line-height: 30px;
        width: 100%;
        color: #1a1a1a;
    }
    .order-check .row{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .orck_pro1{
        width: 335px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .pro1-box{
        display: flex;
        justify-content: space-between;
        position: relative;
        height: auto;
        z-index: 1;
        margin-bottom: 10px;
    }
    .pro1-box h3{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .pro1-box:before{
        position: absolute;
        content: "";
        bottom: 0px;
        border-bottom: 1px solid;
        width: 100%;
    }
    .pro1-box p{
        color: #fff;
        font-size: 14px;
        background-color: #666666;
        border-radius: 3px;
        width: 55px;
        height: 15px;
        font-size: 11px;
        padding-bottom: 3px;
        display: grid;
        place-items: center;
    }
    .pro1-option{
        display: flex;
    }
    .pro1-option .pro1-img{
        display: flex;
        width: 95.5px;
        height: 118px;
        margin-right: 20px;
    }
    .pro1-option .pro1-img img{
        object-fit: cover;
    }
    .pro1-option .pro1-form{
        display: flex;
    }
    .pro1-option .pro1-form p{
        margin-bottom: 7px;
        font-size: 12px;
    }
    #orck_total{
        border-bottom: 1px solid #333;
        text-align: right;
        padding-bottom: 40px;
        margin-bottom: 60px;
    }
    #orck_total div{
        position: relative;
    }
    #orck_total span:first-child{
        font-size: 16px;
        position: absolute;
        right: 260px;
    }
    #orck_total span:last-child{
        font-size: 18px;
        position: absolute;
        right: 0;
    }
    #orck_total strong{
        right: 100px;
        position: absolute;
        font-size: 30px;
        color: #595757;
        top: -11px;
        margin-right: 5px;
        margin-left: 10px;
    }
    .orck_custom{
        display: block;
        justify-content: space-between;
        position: relative;
        height: 35px;
        z-index: 1;
        margin-bottom: 30px;
        background-color: #E4E4E4;
        color: #000;
        padding: 0 20px;
    }
    .orck_custom h2{
        font-size: 14px;
        display: grid;
        place-items: center;
        padding-bottom: 3px;
        letter-spacing: 3px;
        line-height: 32px;
    }
    .orck_custom p{
/*        display: none;*/
    }
    .orck_custom_text{
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
        padding-left: 15px;
        width: 500px;
        margin: 0 auto;
    }
    .orck_custom_text p{
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 27px;
        color: #4D4D4D;
    }
    .orck_custom_text p br{
        display: block;
    }
    .orck_custom_text .tab-button{
        display: block;
    }
    .orck_custom_text .tab-button .change{
        color: #fff;
        font-size: 11px;
        background-color: #666666;
        border-radius: 5px;
        width: 55px;
        height: 15px;
        padding-bottom: 4px;
        margin-top: 8px;
        text-align: center;
        line-height: 14px;
        margin-left: auto;
    }
    .tab-width{
        width: 500px;
        margin: 0 auto;
    }
    .tab-width .attention{
        display: none;
    }
    .orck_custom_text2{
        font-size: 14px;
        line-height: 21px;
        color: #4D4D4D;
        margin-top: 22px;
        margin-bottom: 50px;
        text-align: justify;
    }
    .order-sendok{
        text-align: center;
        margin-top: 64px!important;
    }
    .order-sendok h2{
        color: #881a20;
        margin-bottom: 35px;
        font-size: 20px;
        text-align: center;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .order-sendok p{
        color: #4D4D4D;
        font-size: 14px;
        line-height: 27px;
        text-align: justify;
    }
    .order-sendok p br{
        display: none;
    }
    .order-sendok p br.tab-block{
        display: block;
    }
    .order-sendok h4{
        color: #4D4D4D;
        margin-bottom: 12px;
    }
    .order-sendok h4 span{
        font-weight: bold;
        font-size: 28px;
        margin-left: 10px;
        display: block;
        line-height: 54px;
    }
    .order-cart-done,.order-cart-done-1{
        margin-top: 54px;
        margin-bottom: 120px;
    }
    .order-sendok .important_box{
        padding: 20px;
    }
    .order-sendok .important_box h4{
        font-size: 24px;
        line-height: 24px;
        color: #891a20;
    }
    .order-sendok h4 span:last-of-type{
        font-size: 24px;
        margin-left: 10px;
    }
    #message_up .modal-dialog,
    #return .modal-dialog{
        max-width: 550px;
        height: 380px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #message_up .modal-body,
    #return .modal-body {
        max-width: 550px;
        padding: 50px 30px;
    }
    #message_up .modal-body h2,
    #return .modal-body h2{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 2;
    }
    #message_up .modal-body p,
    #return .modal-body p{
        font-size: 15px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    #return_ok {
        margin: 0 auto 30px;
        margin-bottom: 60px;
        font-size: 20px;
        width: 300px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 767px){
    /*-----ordercheck  ------
----------------------*/
    .order-check .tab-block{
        margin-top: 20px;
        display: block;
    }
    .order-check .tab-block .confirmation{
        color: #881a20;
        letter-spacing: 4px;
        font-size: 18px;
        line-height: 54px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }
    .order-check .tab-block .comment{
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 26px;
        text-align: center;
        height: 50px;
        background-color: #e4e4e4;
        margin-bottom: 37px;
        height: 25px;
        color: #1a1a1a;
    }
    .order-check .row{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .orck_pro1{
        width: 335px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .pro1-box{
        display: flex;
        justify-content: space-between;
        position: relative;
        height: auto;
        z-index: 1;
        margin-bottom: 10px;
    }
    .pro1-box h3{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .pro1-box:before{
        position: absolute;
        content: "";
        bottom: 0px;
        border-bottom: 1px solid;
        width: 100%;
    }
    .pro1-box p{
        color: #fff;
        font-size: 14px;
        background-color: #666666;
        border-radius: 3px;
        width: 55px;
        height: 15px;
        font-size: 11px;
        padding-bottom: 3px;
        display: grid;
        place-items: center;
    }
    .pro1-option{
        display: flex;
    }
    .pro1-option .pro1-img{
        display: flex;
        width: 95.5px;
        height: 118px;
        margin-right: 20px;
    }
    .pro1-option .pro1-img img{
        object-fit: cover;
    }
    .pro1-option .pro1-form{
        display: flex;
    }
    .pro1-option .pro1-form p{
        margin-bottom: 7px;
        font-size: 12px;
    }
    #orck_total{
        border-bottom: 1px solid #333;
        text-align: right;
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    #orck_total div{
        position: relative;
    }
    #orck_total span:first-child{
        font-size: 16px;
        position: absolute;
        right: 168px;
    }
    #orck_total span:last-child{
        font-size: 15px;
        position: absolute;
        right: 0;
    }
    #orck_total strong{
        right: 74px;
        position: absolute;
        font-size: 25px;
        color: #595757;
        top: -11px;
        margin-right: 5px;
        margin-left: 10px;
    }
    .orck_custom{
        display: block;
        justify-content: space-between;
        position: relative;
        height: 25px;
        z-index: 1;
        margin-bottom: 30px;
        background-color: #E4E4E4;
        color: #000;
        padding: 0 20px;
    }
    .orck_custom h2{
        font-size: 12px;
        display: grid;
        place-items: center;
        padding-bottom: 3px;
        letter-spacing: 3px;
        line-height: 20px;
    }
    .orck_custom p{
/*        display: none;*/
    }
    .orck_custom_text{
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin: unset;
        text-align: justify;
    }
    .orck_custom_text p{
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 27px;
        color: #4D4D4D;
        letter-spacing: -0.4px;
    }
    .orck_custom_text p br{
        display: block;
    }
    .orck_custom_text .tab-button{
        display: block;
    }
    .orck_custom_text .tab-button .change{
        color: #fff;
        font-size: 11px;
        background-color: #666666;
        border-radius: 5px;
        width: 55px;
        height: 15px;
        padding-bottom: 4px;
        margin-top: 8px;
        text-align: center;
        line-height: 14px;
        margin-left: auto;
    }
    .tab-width{
        width: 301px;
        margin: 0 auto;
    }
    .tab-width .attention{
        display: none;
    }
    .orck_custom_text2{
        font-size: 14px;
        line-height: 21px;
        color: #4D4D4D;
        margin-top: 33px;
        margin-bottom: 25px;
        text-align: justify;
    }
    .order-sendok{
        text-align: center;
        margin-top: 20px!important;
    }
    .order-sendok h2{
        color: #881a20;
        letter-spacing: 4px;
        font-size: 18px;
        line-height: 54px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }
    .order-sendok p.important{
        font-size: 16px;
    }
    .order-sendok p{
        color: #4D4D4D;
        font-size: 14px;
        line-height: 27px;
        text-align: justify;
    }
    .order-sendok p br{
        display: none;
    }
    .order-sendok p br.tab-block{
        display: block;
    }
    .order-sendok h4{
        font-size: 16px;
        color: #4D4D4D;
        margin-bottom: 5px;
        line-height: 26px;
    }
    .order-sendok h4 span{
        font-weight: bold;
        font-size: 24px;
        margin-left: 0px;
        display: block;
        text-align: center;
        line-height: 54px;
    }
    .order-cart-done,.order-cart-done-1{
        margin-top: 47px;
        margin-bottom: 54px;
    }    
    #message_up .modal-dialog,
    #return .modal-dialog{
        max-width: 335px;
        height: 500px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #message_up .modal-body,
    #return .modal-body {
        max-width: 335px;
        padding: 50px 30px 25px;
    }
    #message_up .modal-body h2,
    #return .modal-body h2{
        margin-bottom: 35px;
        font-size: 20px;
    }
    #message_up .modal-body p,
    #return .modal-body p{
        line-height: 20px;
    }
    #return_ok {
        margin: 0 auto 30px;
        font-size: 16px;
    }
}