body{
    overflow-x: hidden;
}
.d-none{
    display: none;
}
/* INDEX */
.menu-item-thumb{
    cursor: pointer;
}
/* .INDEX */
/* NAV BAR */
.nav-bar-show-cart-modal-button{
    cursor: pointer;
}
/* .NAV BAR */
/* MENU ITEM */
.menu-item-modal-image{
    width: 100%;
    border-radius: 10px;
}
/* .MENU ITEM */
/* MODALS */
body.modal-open {
    padding-right: 0 !important;
}
/* ORDER MODAL */

/* .ORDER MODAL */
/* Notice Modal */
#noticeModal{
    background-color: rgb(0 0 0 / 80%);
}
.modal-confirm-notice {
    color: #636363;
    width: 400px;
}

.modal-confirm-notice .modal-content {
    padding: 20px;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm-notice .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm-notice h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm-notice .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm-notice .modal-body {
    color: #999;
}

.modal-confirm-notice .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm-notice .modal-footer a {
    color: #999;
}

.modal-confirm-notice .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #60c7c1;
}

.modal-confirm-notice .error_icon_box {
    border: 3px solid #e3342f9e;
}

.modal-confirm-notice .error_icon_box i {
    color: #e3342f9e !important;
}

.modal-confirm-notice .icon-box i {
    color: #60c7c1;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm-notice .btn,
.modal-confirm-notice .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm-notice .error_notice_button,
.modal-confirm-notice .error_notice_button:active {

    background: #e3342f9e !important;
}

.modal-confirm-notice .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm-notice .btn-secondary:hover,
.modal-confirm-notice .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm-notice .btn-danger {
    background: #f15e5e;
}

.modal-confirm-notice .btn-danger:hover,
.modal-confirm-notice .btn-danger:focus {
    background: #ee3535;
}

/* .Notice Modal */
/*. MODALS */
@media (max-width: 575px) {
    .modal-full-mobile {
        /*width: 92vw;*/
        height: auto;
    }

}
/* RESPONSIVE */
@media (max-width: 767px) {

    .cookie-setting-button-text{
        display: none;
    }
}

.alert_notice_bottom_modal {
    position: fixed;
    bottom: 5px;
    left: 15px;
    z-index: 1080;
}

