

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.div-child-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-order-custom {
    background: #310d01;
    width: auto;
    /*padding: 13px 13px 13px 32px;*/
    padding: 13px;
    border-radius: 4px;
    margin-top: 5px;
    border: none;
    outline: none;
    float: right;
    position: relative;
}

.btn-order-custom > span {
    color: white;
    font-weight: bold;
    /*margin-left: 5px;*/
    text-align: center;
}

.btn-order-custom > span > i {
    font-size: 8px;
    /*display: table-cell;*/
    vertical-align: middle;
    padding-left: 8px;
    margin-bottom: 8px;
}

.btn-order-custom >  i.glyphicon-play {
    position: absolute;
    font-size: 8px;
    right: 17px;
    top: 21px;
    color: #ffffff;
}

.btn-order-custom >  i.glyphicon-play-en {
    right: 26px;
}

.btn-order-custom >  i.glyphicon-play-zh-Hans {
    right: 31px;
}

.btn-order-custom >  i.glyphicon-play-ko {
    right: 17px;
}


.div-cart-order {
    margin-bottom: 20%;
    bottom: 0;
    position: fixed;
}

/*#3394 [注文画面]商品詳細画面に「戻る」ボタンを追加する。「カートに入れる」「注文を確定する」ボタンのデザインを変更する。*/
/* all screen */

.btn-order-fix-width {
    width: 63.2%;
}

.btn-back-category {
    width: auto;
    background-color: rgba(224, 224, 224, 0.65);
    background-image: none !important;
    border: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    border-radius: 4px;
}

.btn-back-category > span {
    color: #310d01;
    font-size: 19px;
    font-weight: bold;
    margin-left: 5px;
    display: table;
}

.btn-back-category > span > i {
    font-size: 8px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}

.padding-left-none {
    padding-left: 0;
}

.x-small {
    font-size: 8px;
}

#confirmModal > .modal-dialog {
    position: fixed;
    width: 80%;
    margin-left: 10%;
    top: 30%
}

#messageModal > .modal-dialog {
    position: fixed;
    width: 80%;
    margin-left: 10%;
    top: 30%
}

/*hide spin buttons in input type number*/
input[type="number"].hide-spin {
    -moz-appearance: textfield;
}
input[type="number"].hide-spin::-webkit-outer-spin-button,
input[type="number"].hide-spin::-webkit-inner-spin-button  {
    -webkit-appearance: none;
    margin: 0;
}

/* iPhone 5/SE */
@media only screen
and (min-width: 320px) {
    .btn-back-category {
        width: 68px !important;
        height: 50px;
        padding-left: 17px;
    }

    .btn-order-disabled {
        height: 50px;
    }

    .btn-back-category > span {
        font-size: 10px;
    }

    .btn-order-custom > span {
        font-size: 17px;
    }
}

@media only screen
and (min-width: 360px) {
    .div-cart-order {
        margin-bottom: 17%;
    }
}

/* iPhone 6/7/8 */
@media only screen
and (min-width: 375px) {

    .btn-back-category {
        height: 54px;
    }

    .btn-order-disabled {
        height: 54px;
    }

    .x-small {
        font-size: 10px;
    }

    .btn-order-custom > span {
        font-size: 20px;
    }

    .btn-order-custom >  i.glyphicon-play {
        top: 23px;
    }
}

@media only screen and (min-width: 835px) {
    html {
        max-width: 414px;
        margin: 0 auto;
        background: #ffffff;
        height: 100%;
    }

    body {
        min-height: 100%;
    }

    .modal {
        max-width: 414px;
        margin: 0 auto;
    }

    #shop-logo {
        max-width: 414px;
    }

    #logo-picture { /*店舗ロゴ画像に設定したID*/
        max-width: 414px;
    }

    #footer-buttons {
        max-width: 414px;
    }

    #messageModal {
        max-width: 414px;
        margin: 0 auto;
    }

    #messageModal > .modal-dialog {
        width: 332px;
        margin-left: 41px;
    }

    /* takeout only  */
    .div-child-center {
        max-width: 414px;
    }

    .div-cart-order {
        margin-bottom: 7%;
    }

    #confirmModal  > .modal-dialog {
        width: 332px;
        margin-left: 41px;
    }
}






