/* NEW DESIGN CSS*/
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #ff4637;
}
.swal2-popup .swal2-styled:focus{
    box-shadow: none;
}
#moo_checkout_msg{
    text-align: center;
}
.modal-dialog .btn-close{
    box-sizing:content-box !important
} 
.modal-dialog .modal-title{
    margin:0px !important
}
/* Important part */
#chooseModifiersModal .modal-dialog{
    overflow-y: initial !important
}
.count-number .btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px;
}
.count-number-input {
    width: 30px !important;
    height: 30px;
    text-align: center;
    font-size: 14px;   
    background: #6c757d;
    color: #fff;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important; 
    margin: 0px;
}
#view-shopping-cart{
    font-size:15px;
}
#view-shopping-cart .grand-total-main{
    font-weight: 600;    
}
.item-picture {
    width: 100px;
    height: 80px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    flex:0 0 100px;
    flex-basis:100px;
}
#moo-auth-form .restaurant-bg{
    position: relative;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/checkout-sidebar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position:center;
}
.text-divider {
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#7d7d7d;
}
.text-divider::before,
.text-divider::after {
    content: '';
    height: 1px;
    background-color: rgb(207 207 207);
    flex-grow: 1;
}

.text-divider::before {
    margin-right: var(--text-divider-gap);
}

.text-divider::after {
    margin-left: var(--text-divider-gap);
}
#moo-signing-form,#moo-forgotpassword-form,#moo-chooseaddress-form,#moo-addaddress-form,#mooButonAddAddress,#mooButonChangeAddress,#moo-checkout-form,.moo-checkout-bloc-message,#moo-customerPanel
{
    display: none;
}
#moo_merchantmap
{
    width: 100%;
    height:350px;
    display: none;
}
.moo_loading,#moo_cashPanel,#moo_verifPhone_verificatonCode,#moo-checkout-form-ordertypes-message
{
    display: none;
}
#moo_creditCardPanel,#moo-cloverCreditCardPanel
{
    display: none;
}
#MooMapAddingAddress
{
    width: 100%;
    height:350px;
    display: none;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: rgba(11, 11, 11, 0.5);
}
#moo_verifPhone_verified
{
    display:none
}
#moo-checkout-form-savecard
{
    display: none;
}
#moo_OnlineStoreContainer #moo-checkout #moo-checkout-form #moo-checkout-form-orderdate {
    display: none;
}
.moo-address-block::before{
    content:"";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0.25rem!important;
    background: transparent !important;
    box-shadow: none !important; 
    border:#adb5bd solid 1px;
    pointer-events:none;
}
.moo-address-block {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 0;
    vertical-align: top;
    min-height: 1.5rem;
}
.moo-address-block .address{
    padding: 20px;
}
.moo-address-block>span {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}
/* My Account CSS*/
.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}
/* right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}