/*CHECKOUTMODAL*/

/**
NOTES:
    -  DEFAULT CSS IS MOBILE VIEW
    -  TABLET OR DESKTOP RELATED CSS
        = search for Desktop or Tablet
**/

#checkoutModal.modal.show {
    /*background: green;*/
    position: absolute;
    float: left;
    left: 50%;
    top: 30%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -30%);
    overflow-y: auto;
    overflow-x: hidden;
}

/*body.with-bubble #checkoutModal.modal.show {
	top: 34%;
}*/

#checkoutModal.modal.show .modal-footer.elementdisabled{
    pointer-events: none;
    /*opacity: .5;*/
}


.with-bubble #checkoutModal.modal .modal-dialog {
    margin: 85px auto 0px auto;
    padding: 10px 7px;
    overflow-y: initial !important;
}

#checkoutModal .modal-dialog {
    width: 96%;
    height: calc(100% - 32px);
    margin: 0px auto;
    padding: 0;
}

#checkoutModal .card-options{
	display: none;
}

#checkoutModal .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}

#checkoutModal .modal-header {
    margin-top: 12px;
    background:#ffffff;
    color:#000000;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#checkoutModal .modal-body {
    height: calc(100% - 250px);
    overflow-y: auto;
    overflow-x: hidden;
}



#checkoutModal .header_details_container .headertext {
    color: #a6a6ab;
    font-size: 10pt;
    /*text-transform: uppercase;*/
    line-height: 1.2;
}

#checkoutModal .header_details_container .headerdetails .title{
    font-size: 19px;
    font-family: "Montserrat-Bold";
}

#checkoutModal .modal-header .header_details_container {
    width:100%;
    text-align: center;
    padding-right: 20px; /**This is to offset the margin left of prev button**/
}
#checkoutModal .modal-header .header_details_container .tablenumber,
#checkoutModal .modal-header .header_details_container .roomnumber{
    text-align: center;
    background: #f5f5f8;
    color: #333333;
    border-radius:5px;
    border: none;
    font-size: 19pt;
    font-weight: 800;
    font-family: 'Montserrat-Medium';
    width:180px;
}

#checkoutModal .modal-header .header_details_container .tablenumber{
    line-height: 1.2;
}

#checkoutModal .outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 15pt;
    width: 100%;
}

#checkoutModal .middle {
    display: table-cell;
    vertical-align: middle;
}

#checkoutModal .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*whatever width you want*/
}

#checkoutModal .cartDetails_container, #checkoutModal .customerDetails_container, #checkoutModal .paymentDetails_container  {
    padding-bottom: 10px;
}

#checkoutModal .paymentDetails_container  {
    margin-top: 10px;
    min-height: 162px;
}

#checkoutModal .ordertimelabel, #checkoutModal .customerlabel {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    border-right: 1px solid #c7c7cc;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkoutModal .desiredtimedetails, #checkoutModal .customerData {
    margin: 0px;
    padding: 0px 0px 0px 24px;
    text-align:left;
}

#checkoutModal .desiredtimedetails .desiredtime {
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
}

#checkoutModal .customerData .customerName {
    font-family: "Montserrat-SemiBold";
}

#checkoutModal .ou-icon.ou-ic-clock,
#checkoutModal .ou-icon.ou-ic-profile,
#checkoutModal .ou-icon.ou-ic-location {
    font-size: 26px;
}

#checkoutModal .ou-icon.ou-ic-location {
    line-height: 42px;
}

#checkoutModal .checkoutDetails {
    /*margin:0px;*/
    /*padding:0px;*/
}

#checkoutModal a.editCartDesiredTime,
#checkoutModal a.editCustomer,
#checkoutModal a.diffPaymentMethod,
#checkoutModal a.editCustomerAddress {
    /*font-size: 10px;
    color: #a6a6a6 !important;*/
    text-decoration: none;
    font-style: normal !important;
}

#checkoutModal .modal-footer .submitpaymentlabel, #checkoutModal .modal-footer .nextsteplabel {
    font-size: 1.25rem !important;
    line-height: 36px;
    font-family: 'Montserrat-Medium';
}

#checkoutModal .modal-header .close {
    font-size:16px;
    text-shadow: none !important;
    opacity: 1;
    padding-top:1.1rem;
    padding-right:0.7rem;
    /*background-color:green;*/
}

#checkoutModal .modal-header .closebutton {
    position: absolute;
    right: 19px;
}

#checkoutModal .desiredtimedetails, #checkoutModal .customerData {
    font-size: 13px;
}

#checkoutModal .customerDetails_container .guestAccount,
#checkoutModal .deliveryMainContainer .deliveryMethodLabel {
    height: 30px;
    text-align: left;
    line-height: 42px;
}

#checkoutModal .customerDetailsMainRow{
    padding-top: 10px !important;
}

#checkoutModal .customerDetailsMainRow .ou-icon.ou-ic-profile{
    line-height: 42px;
}

#checkoutModal .customerInput_container{
    padding: 0 15px 5px 15px;
}

#checkoutModal .customerInput_container .input-group .inputText{
    background-color: #efeff4;
    border: none;
    border-radius:30px;
    padding: 10px 20px;
    width: 100%;
}

#checkoutModal .customerInput_container span.input-placeholder{
    display:block;
    top: 20px;
    margin-top: -20px; /*this will compensation the top and will not move the input div down*/
    left: 20px;
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #757575;
}

#checkoutModal textarea::-webkit-input-placeholder
{
    /*works on safari*/
    color: #777;
}

#checkoutModal textarea::-moz-placeholder
{ /* Firefox 19+ */
    color:  #777;
}

#checkoutModal textarea:-ms-input-placeholder
{
    color:  #777;
}

#checkoutModal textarea:-moz-placeholder
{ /* Firefox 18- */
    color:  #777;
}

#checkoutModal textarea {
    -webkit-transform: translateZ(0px);
}

#checkoutModal .customerInput_container .input-group input:focus::-webkit-input-placeholder { color:transparent;}
#checkoutModal .customerInput_container .input-group input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#checkoutModal .customerInput_container .input-group input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#checkoutModal .customerInput_container .input-group input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* this is for the new switch*/
#checkoutModal .switchContainer .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

#checkoutModal .switchContainer .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#checkoutModal .switchContainer .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#checkoutModal .switchContainer .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#checkoutModal .switchContainer input:checked + .slider {
    background-color: #a57c58;
    /*color of the switch when on*/
}

#checkoutModal .switchContainer input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#checkoutModal .switchContainer .slider.round {
    border-radius: 34px;
}

#checkoutModal .switchContainer .slider.round:before {
    border-radius: 50%;
}
/*end switch*/


#checkoutModal .paymentOptionsContainer .paymentTypeContainer,
#checkoutModal .storedCardContainer {
    margin: 2px 0px 4px 0px;
    border: 1px solid #d5d4d4;
    border-radius: 10px;
    padding: 16px 0px;
    /*box-shadow: 0 0 6px rgba(150,150,150,.1);*/
}

#checkoutModal .paymentOptionsContainer .paymentTitle{
    /*text-transform: uppercase;*/
    font-family: "Montserrat-Bold";
    margin-bottom: 10px;
}

#checkoutModal .paymentMethodLabel{
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    color:#737377;
}

#checkoutModal .paymentOptionsContainer .paymentTypeContainer .allowCreditCardLabel,
#checkoutModal .paymentOptionsContainer .paymentTypeContainer .allowCashCardLabel {
    text-align:left;
}

#checkoutModal .surchargenote {
    font-size:10px;
}

#checkoutModal .paymentOptionsContainer .paymentTypeContainer .paymentMethodTick {
    display:none;
}

#checkoutModal .paymentOptionsContainer .paymentTypeContainer .paymentMethodTick .ou-icon.ou-ic-tick {
    background: #4CD964;
    padding: 6px;
    border-radius: 16px;
    margin: 0 !important;
}

#checkoutModal .paymentOptionsContainer input.paymentMethod {
    display:none;
}

#checkoutModal .checkoutDetails .orderInstructions {
    resize: none;
    border-radius: 10px;
    width: 100%;
    height: 60px !important;
    border: none;
    background-color: #f5f5f8;
    padding: 16px;
    font-size: 10pt;
    color: #333;
    margin-top: 10px;
}

#checkoutModal .paymentOptionsContainer .outer {
    background: #efeff4;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #a6a6ab;
    margin: -7px 7px;
    font-size: 20px;
}

#checkoutModal .paymentOptionsContainer .paymentMethodTick .outer{
    background: none;
    height: auto;
    width: auto;
    color: #fff;
    border-radius: 0;
    margin: -4px 11px;
}

#checkoutModal .allowCreditCardIcon .ou-icon{ margin-top: 7px; margin-left: 2px; }
#checkoutModal .allowCashIcon .ou-icon{ margin-top: 7px; margin-left: 5px; }

#checkoutModal .allowCreditCardIcon .ou-ic-zip{
    background-image: url(../images/zip-icon.png);
    height: 15px;
    width: 20px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

#checkoutModal .allowCreditCardIcon .ou-ic-afterpay{
    background-image: url(../images/afterpay-icon.png);
    height: 15px;
    width: 20px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

#checkoutModal .checkoutDetails .totalDetails_container .totalAmount {
    font-family: 'Montserrat-Bold';
    font-size: 1.9rem;
}

#checkoutModal .checkoutDetails .totalDetails_container .totalNote {
    font-size: 10px;
    font-style: italic;
}



#checkoutModal .error_message {
    /*text-align: left;*/
    font-style: italic;
    font-size: 14px;
    color: #ff4343;
}

#checkoutModal .input-group .error_message {
    font-style: italic;
    display:block;
    top: 20px;
    margin-top: -20px; /*this will compensation the top and will not move the input div down*/
    left: 20px;
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #ff4343;
}

#checkoutModal .group_errorMessage div {
    text-align: left;
    background: #ffb9b9;
    padding: 5px;
    font-style: italic;
    margin: 5px 0px;
    font-size: 14px;
}

#checkoutModal .groupContainer .errorGroup {
    border-color: #ffb9b9 !important;
}

#checkoutModal .cartButtons{
    padding: 5px 10px;
    background-color: #efeff4;
    font-size: 13px;
}

#paymentProcessModal .modal-dialog,
#paymentProcessModal .modal-content {
    height: auto !important;
}

#paymentProcessModal .modal-header {
    width: 328px;
    padding: 42px 0px 0px 0px !important;
    margin: 0px auto;
    height: 130px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#paymentProcessModal svg {
    width: 100%;
    padding: 0px;
    margin-top: -2px;
    z-index: 10;
}

#paymentProcessModal svg path.wave {
    fill:white;
}

#paymentProcessModal .modal-title {
    margin-top: -43px;
    padding-top: 48px;
    padding-bottom: 20px;
    /*border-radius: .3rem;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#paymentProcessModal {
    z-index: 1200 !important;
}

#checkoutModal .modal-footer>:not(:last-child){ margin-right: 0 !important; }

#paymentProcessModal .modal-body {
    height: 150px !important;
    width: 328px;
    margin: 0px auto;
}

#checkoutModal .orderCustomerDetails_container,
#checkoutModal .orderDesiredTimeDetails_container,
#checkoutModal .customerDeliveryDetails_container
{
    background-color: #ffffff;
    padding: 20px;
    margin-top: 10%;
}

/**********************************/
/*********FLIP RELATED*************/
/*https://davidwalsh.name/css-flip*/
/**********************************/

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
/* flip the pane when hovered */
/*.flip-container:hover .flipper, .flip-container.hover .flipper,*/
.flip-container.flip .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: auto !important;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
}

.flipcard {
    perspective: 800px;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    width:100% !important;
}
.flipcard.flipped {
    transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
}
.flipcard .face {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flipcard .front-pay {
    display: block;
}
.flipcard.flipped .front-pay {
    display:none;
}
.flipcard .back-pay {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    display:none;
}
.flipcard.flipped .back-pay {
    display:block;
}

/**************/
/*FLIP RELATED*/
/**************/
#checkoutModal .orderCustomerDetails_container,
#checkoutModal .orderDesiredTimeDetails_container,
#checkoutModal .customerDeliveryDetails_container
{
    flex: none;
    -webkit-box-flex: unset;
    width: 85%;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
}

#checkoutModal .orderCustomerDetails_container .customerDetailsMainRow .mx-auto {
    width: 100%;
    padding: 20px;
}

#checkoutModal .orderCustomerDetails_container .customerDetailsMainRow .saveOrderCustomerDetailslabel{
    font-family: "Montserrat-Medium";
}

#checkoutModal .orderCustomerDetails_container .close,
#checkoutModal .orderDesiredTimeDetails_container .close
{
    font-size: inherit !important;
}

#checkoutModal .card-content {
    padding: 0 !important;
    margin-bottom: 10px;
}
#checkoutModal .stored-cards-div {
    /*max-height: 83px;*/
    padding: 3px 12px !important;
    overflow: hidden;
}
#checkoutModal .storedCardTick {
    display: none !important;
}
#checkoutModal .selected .storedCardTick {
    display: block !important;
}

#checkoutModal .paymentTitle{
    font-size: 11pt;
    font-family: "Montserrat-Medium";
}

#checkoutModal .mastercard-type, #checkoutModal .MasterCard-type {
    background: url(../images/pink-gradient.png) no-repeat;
}


#checkoutModal .VISA-type, #checkoutModal .visa-type {
    background: url(../images/blue-gradient.png) no-repeat;
}

#checkoutModal .mastercard-type, #checkoutModal .visa-type,
#checkoutModal .MasterCard-type, #checkoutModal .VISA-type {
    color: #fff;
    height: 80px;
    background-size: cover !important;
    padding-top: 15px !important;
}

#checkoutModal .storedCardTick {
    display: none;
    height: 30px;
    text-align: center;
    max-width: 30px !important;
    line-height: 50px; /*similar to vard type image*/
}

#checkoutModal .storedCardTick .ou-icon.ou-ic-tick {
    background: #4CD964;
    padding: 6px;
    border-radius: 16px;
    margin: 0 !important;
}

#checkoutModal .cc-logo-icon {
    top: 6px;
    height: 50px;
}

#checkoutModal .editaddressInactive {
    border: 1px solid #d5d4d4;
    border-radius: 10px;
    padding: 16px 0px;
}

#checkoutModal .editaddressInactive .deliveryMainRow {
    padding: 0px;
}

#checkoutModal .editaddressActive .deliveryMainRow,
#checkoutModal .editaddressActive .rowDeliveryMethodContainer {
    padding: 0px;
}

#checkoutModal .editaddressActive .deliveryMethodLabel {
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #c7c7cc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
    line-height: unset;
}

#checkoutModal .inputLoggedInUserDeliveryAddressContainer {
    text-align: left;
    margin-left: 10px;
    margin-right: -10px;
    font-size: 10pt !important;
    display: flex;
    align-items: center;
}

#checkoutModal .cartDetails_container .orderclock,
#checkoutModal .cartDetails_container .profileIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkoutModal .orderCustomerDetails_container .profileHeaderText {
    display: flex;
    align-items: center;
}

#checkoutModal .orderCustomerDetails_container .editCustomerDetailsHeader,
#checkoutModal .customerDeliveryDetails_container .editDeliveryDetailsHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#checkoutModal .orderCustomerDetails_container .editCustomerDetailsHeader span,
#checkoutModal .customerDeliveryDetails_container .editDeliveryDetailsHeader span {
    padding: 0px 5px;
}

#checkoutModal .methodDetails_container .orderInstructionsContainer {
    padding: 0px;
}

/*by sujan */
#modal-deal .deal-steps .deal-item-wrap p,
.modal-content .deal-steps .deal-item-wrap p
{
    font-size: 1.1rem;
}
#modal-desk-product .modal-desc, #modal-deal .modal-content .modal-title-container .modal-description, .modal-content .modal-title-container .modal-description{
    font-size: 1rem;
}
/*by sujan */

/*******************/
/*******************/
/*******************/
/*Desktop or Tablet*/
/*******************/
/*******************/
/*******************/
@media screen and (min-width: 981px) {
    #modal-deal .deal-products .menu-desk-item {
        height: 100% !important;
    }
}

@media screen and (min-width: 981px) {
    #modal-deal .deal-products .menu-desk-item {
        height: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    #checkoutModal .modal-header .close {
        /*background-color:red;*/
        margin-top: -14px;
    }

    #checkoutModal .modal-dialog{
        width: 80% !important;
        height: 70% !important;
        margin: 60px auto 0px auto !important;
        max-width: 750px !important;
    }

    #checkoutModal .ordertimelabel, #checkoutModal .customerlabel{
        border:none !important;
    }
    #checkoutModal .cartDetails_container:first-child {
        border-right: 1px solid #ececec;
    }

    #checkoutModal .customerDetailsMainRow{
        padding-top:0px !important;
        border: none !important;
    }

    #checkoutModal .customerDetailsMainRow .ou-icon.ou-ic-profile{
        line-height: 30px;
    }

    #checkoutModal .customerDetails_container .guestAccount {
        text-align: center !important;
        margin: 0 !important;
        line-height: 30px;
        font-family: 'Montserrat-Bold';
    }

    #checkoutModal .desiredtimedetails .desiredtime,
    #checkoutModal .customerData .customerName{
        font-size:24px;
        font-weight: normal;
    }

    #checkoutModal .cartDetails_container, #checkoutModal .customerDetails_container{
        padding-bottom: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #checkoutModal .editCustomer{
        padding-bottom: 30px;
    }

    #checkoutModal .cartDetails_container .ordertimelabel,
    #checkoutModal .customerDetails_container .customerlabel{
        height: 20px;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        text-align: center;
        font-family: 'Montserrat-Bold';
        line-height: 30px;
        display: block;
    }

    #checkoutModal .cartDetails_container .orderclock,
    #checkoutModal .cartDetails_container .editDesiredTime {
        height: 30px;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        text-align: center;
    }


    #checkoutModal .cartDetails_container .desiredtimedetails,
    #checkoutModal .customerDetails_container .customerData{
        height: auto;
        min-height: 45px;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    #checkoutModal .customerPhoneNo,
    #checkoutModal .desiredDate{
        margin-top: -6px;
    }

    #checkoutModal .customerDetails_container .profileIcon,
    #checkoutModal .methodDeliveryAddressDetails_container .editCustomerAddress {
        height: 30px;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    #checkoutModal .modal-body {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 0px !important;
    }

    #checkoutModal .paymentMethodLabel{ margin-left: -20px; }

    #checkoutModal .modal-footer{ margin-top: 10px; }


    #checkoutModal .ou-icon.ou-ic-clock,
    #checkoutModal .ou-icon.ou-ic-profile{
        font-size: 26px;
    }

    #checkoutModal .loggedin .rowDeliveryMethodContainer {
        margin: 0px;
    }

    #checkoutModal .methodDeliveryAddressDetails_container .loggedin .rowDeliveryMethodContainer .inputLoggedInUserDeliveryAddressContainer {
        text-align: left;
        display: flex;
        align-items: center;
    }

    #checkoutModal .methodDeliveryAddressDetails_container.deliveryMainContainer{
        border: 1px solid #d5d4d4;
        border-radius: 10px;
        padding: 16px 0px;
    }

    #checkoutModal .editaddressActive .deliveryMethodLabel {
        border: none;
        line-height: unset;
        height: unset;
    }

    #checkoutModal .cartButtons {
        margin-top: 10px;
        padding: 5px 20px;
    }

    #modal-error-resp.invalid_items .modal-content {
        width: 370px;
    }
    #modal-error-resp.invalid_items .modal-header-error-resp {
        background-size: 370px 155px;
    }
}
/**END OF DESKTOP TABLET**/


/*this area is for the orderDesiredTimeDetails_container*/
    /*default is desktop*/
    #checkoutModal .orderDesiredTimeDetails_container .titletext {
        font-family: "Montserrat-Bold";
        margin:10px;
    }

    /*
    this is the default switch
    adding an on/off class will change the background
    */

    #checkoutModal .orderDesiredTimeDetails_container .whenswitch {
        background-color: #a57c58;
        border-radius: 40px;
    }
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whennow .nav-link{
        margin: 6px -22px 6px -6px;
    }

    /*when asap is on*/
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whennow.leftbutton .nav-link.on{
        background: linear-gradient(to right, #a57c58 50%, #ffffff 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all .5s ease-out;
    }
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whennow.leftbutton .nav-link.off{
        background: linear-gradient(to left, #ffffff 50%, #a57c58 50%);
        background-size: 200% 100%;
        background-position: left bottom;
        transition: all .5s ease-out;
    }

    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whenlater .nav-link{
        margin: 6px -22px 6px 0px;
    }

    /*when later is on*/
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whenlater.rightbutton .nav-link.on{
        background: linear-gradient(to left, #a57c58 50%, #ffffff 50%);
        background-size: 200% 100%;
        background-position: left bottom;
        transition: all .5s ease-out;
    }
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .whenlater.rightbutton .nav-link.off{
        background: linear-gradient(to right, #ffffff 50%, #a57c58 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all .5s ease-out;
    }

    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .nav-link{
        background-color: #a57c58;
        color: #ffffff;
        border-radius: 40px;
        padding: 4px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .nav-link.on{
        background-color: #ffffff;
        color: #a57c58;
    }
    #checkoutModal .orderDesiredTimeDetails_container .whenswitch .nav-link.off{
        background-color: #a57c58;
        color: #ffffff;
    }
    #checkoutModal .orderDesiredTimeDetails_container .footercontainer .backbtncontainer .close.exitorderDesiredTimeDetails{
        padding: 10px;
        float: left;
    }
    #checkoutModal .orderDesiredTimeDetails_container .footercontainer .updatebtncontainer .updateorderDesiredTimeDetails{
        float: right;
        padding: 10px 40px;
        background-color: #a57c58;
        border-radius: 40px;
        color: #ffffff;
    }

    #checkoutModal .orderDesiredTimeDetails_container .orderlatercontent #orderlatercontent_order_date_dummy,
    #checkoutModal .orderDesiredTimeDetails_container .orderlatercontent #orderlatercontent_order_date {
        display:none;
    }

    #checkoutModal .orderDesiredTimeDetails_container .orderlatercontent #orderlatercontent_order_time {
        display: inline-block;
        float: left;
    }
    #checkoutModal .orderDesiredTimeDetails_container .footercontainer {
        margin-top: 30px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontent {
        padding: 20px 60px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer {
        background-color:#efefef;
        min-height:200px;
        border-radius: 10px;
        color: #a57c58;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer table {
        width:100%;
        margin: 0 auto;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer .iconcontainer{
        text-align:right;
        margin-right:10px;
        font-size: 50px;
        line-height: 50px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer .iconcontainer .ou-icon.ou-ic-clock {
        font-size: 60px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer .labelcontainer{
        text-align:left;
        width: 100%;
        min-width: 120px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer .labelcontainer .labeltext{
        font-size: 14px;
        line-height: 14px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .ordernowcontentContainer .labelcontainer .desiredtime{
        font-size: 30px;
        line-height: 30px;
    }

    #checkoutModal .orderDesiredTimeDetails_container .backbtncontainer {
        float: left;
    }

    #checkoutModal .orderDesiredTimeDetails_container .orderlaterPanelContainter .onlinehourslink a.view-store-hours{
        margin: 0px auto !important;
        padding: 0px;
    }
    #checkoutModal .orderDesiredTimeDetails_container .orderlaterPanelContainter .onlinehourslink a .ou-icon.ou-ic-clock {
        font-size: 13px;
    }


    /*mobiscroll related*/
    #checkoutModal .orderlatercontent .mbsc-form-group {
        height: 300px;
        padding:30px;
        background-color :#efefef;
        border-radius: 10px;
    }

    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-sc-itm {
        font-size: 18px;
        font-family:'Montserrat-Medium';
        color: #a6a6ab;
    }

    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-sc-itm-sel {
        color:#a57c58;
        font-family: "Montserrat-Medium";
    }

    #checkoutModal .orderlatercontent .orderlaterdate {
        margin: 10px auto;
    }

    /*this is for scroll arrow*/
    #checkoutModal .orderlatercontent .orderlaterdate .allowOverflow{
        overflow:visible !important;
    }

    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-comp .mbsc-sc-btn.mbsc-sc-btn-minus.minusIcon {
        top:-24px !important;
    }
    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-comp .mbsc-sc-btn.mbsc-sc-btn-plus.plusIcon {
        bottom: -30px !important;
    }

    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-comp .mbsc-sc-btn.mbsc-sc-btn-minus i.ou-icon,
    #checkoutModal .orderlatercontent .orderlaterdate .mbsc-comp .mbsc-sc-btn.mbsc-sc-btn-plus i.ou-icon {
        font-size: 20px;
        background-color: #ffffff;
        color:#a57c58;
        border-radius: 25px;
        width: 50px;
    }

/**deliveryMainContainer**/
/*    #checkoutModal .deliveryMainContainer {*/
/*        padding: 16px 0px;*/
/*    }*/

/*    #checkoutModal .methodDetails_container {*/
/*        padding: 0px 16px;*/
/*    }*/

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber,
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber
    {
        display: block !important;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    #checkoutModal .deliveryMainContainer .loggedin .deliveryInputDetails.alloweditunitnumber,
    #checkoutModal .deliveryMainContainer .loggedin .deliveryInputDetails.editStreetNumber {
        text-align:left;
        padding-left: 10px;
    }

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber .error_message,
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber .field:not(#unit),
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber .error_message,
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber .field:not(#unit):not(#street_number)
    {
        display: none;
    }

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber.editStreetNumber #street_number
    {
        display: inline-block;
    }

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber #unit,
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber #street_number {
        border-radius: 15px;
        height: 40px !important;
        border: none;
        background-color: #f5f5f8;
        padding: 10px;
        font-size: 10pt;
        text-align:center;
        width: 100px;
    }

    #checkoutModal .deliveryMainContainer .loggedInAllowEditStreetNumber .locationIcon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #checkoutModal .deliveryMainContainer .iconLocation .ou-icon {
        font-size:26px;
    }

    #checkoutModal .deliveryMainContainer .inputDeliveryAddressContainer .searchAddress,
    #checkoutModal .customerAddressInput_container .inputDeliveryAddressContainer .searchAddress {
        border-radius: 15px;
        height: 40px !important;
        border: none;
        background-color: #f5f5f8;
        padding: 10px;
        font-size: 10pt;
        width: 90%;
        margin-top: 10px;
    }

    #checkoutModal .deliveryMainContainer .inputDeliveryAddressContainer .inputText {
        background-color: #efeff4;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        width: 100%;
    }

    #checkoutModal .deliveryMainContainer .btnSuburbSelect,
    #checkoutModal .customerAddressInput_container .btnSuburbSelect {
        background-color: #efeff4;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        width: 100%;
        box-shadow: none;
    }

    #checkoutModal .deliveryMainContainer .btnSuburbSelect::after,
    #checkoutModal .customerAddressInput_container .btnSuburbSelect::after {
        display:none;
    }

    #checkoutModal .deliveryMainContainer .btnSuburbSelect .selectedSuburbName,
    #checkoutModal .customerAddressInput_container .btnSuburbSelect .selectedSuburbName{
        float: left;
        text-align: left;
        width: 98%;
        color: initial;
        font-family: 'Montserrat-MediumItalic';
    }

    #checkoutModal .deliveryMainContainer .btnSuburbSelect .selectedSuburbName .drop-down-icon .ou-ic-down,
    #checkoutModal .deliveryMainContainer .btnSuburbSelect .selectedSuburbName .drop-down-icon .ou-ic-up ,
    #checkoutModal .customerAddressInput_container .btnSuburbSelect .selectedSuburbName .drop-down-icon .ou-ic-down,
    #checkoutModal .customerAddressInput_container .btnSuburbSelect .selectedSuburbName .drop-down-icon .ou-ic-up {
        color: #000000;
    }

    #checkoutModal .deliveryMainContainer .suburbContainer .dropdown-menu .dropdown-item,
    #checkoutModal .customerAddressInput_container .suburbContainer .dropdown-menu .dropdown-item {
        text-decoration: none;
        color: #000000;
    }
    #checkoutModal .deliveryMainContainer .suburbContainer .dropdown-menu .dropdown-item:hover,
    #checkoutModal .customerAddressInput_container .suburbContainer .dropdown-menu .dropdown-item:hover{
        background-color: #efeff4;
    }

    #checkoutModal .deliveryMainContainer .deliverynotes_container,
    #checkoutModal .customerAddressInput_container .suburbContainer .deliverynotes_container {
        font-size: 14px;
        font-style: italic;
        width: 80%;
        margin: 0 auto;
    }

    #checkoutModal .customerAddressInput_container .inputText {
        background-color: #efeff4;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        width: 100%;
    }

    #checkoutModal #suburbSelectDropdown .dropdown-menu.show{
        height: 650px;
        overflow-y: scroll;
    }


/**DO NOT ADD INSIDE MOBILE VIEW**/
/**REFER TO NOTE TOP OF PAGE**/
/**deliveryMainContainer**/
    /*mobile view*/
    @media screen and (max-width: 767px) {
        #checkoutModal .orderlatercontent .mbsc-form-group {
            height: 145px;
        }
		body.with-bubble #checkoutModal.modal.show{
			top: 30%;
		}
		body.with-bubble .orderDesiredTimeDetails_container,
		body.with-bubble .orderCustomerDetails_container {
			margin-top: 95px !important;
			position: relative;
		}

		#checkoutModal.modal.show {
			top: 34%;
		}

        #checkoutModal .withgutter {
            padding-right: 7px;
            padding-left:7px;
        }


    } /*end of media max-width768*/


    #checkoutModal .steponeenable {
        display:none !important;
    }

    #checkoutModal .modal-footer #nextstep,
    #checkoutModal .modal-footer #submitPayment,
    #checkoutModal .modal-footer #disabledSubmitPayment {
        margin-left: 0px;
    }

    #checkoutModal .prevstep {
        width:20px;
    }

    #checkoutModal .btnprevstep {
        background-color: transparent;
    }

    #checkoutModal .btnprevstep.notvisible {
        visibility:hidden;
    }


#checkoutModal input[type=number]::-webkit-outer-spin-button,
#checkoutModal input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#checkoutModal input[type=number] {
    -moz-appearance:textfield;
}



/************************/
/************************/
/**** Input Switch 2 ****/
/************************/
/************************/

#checkoutModal #toggleswitch2 .whenswitch {
    position: relative;
    margin: 20px auto;
    height: 50px;
    width: 340px; /* width of switch */
    background: #ae875d;
    border-radius: 25px;
}

#checkoutModal #toggleswitch2 .whenswitch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 170px; /* width of switch devided by 2 */
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    margin: 2px 0px; /* half of gutter */
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
#checkoutModal #toggleswitch2 .whenswitch-input {
    display: none;
}
#checkoutModal #toggleswitch2 .whenswitch-input:checked + .whenswitch-label {
    color: #ae875d;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
#checkoutModal #toggleswitch2 .whenswitch-input:checked + .whenswitch-label-on ~ .whenswitch-selection {
    left: 165px; /* width of switch devided by 2 minus gutter*/
    /* Note: left: 50% doesn't transition in WebKit */
}

#checkoutModal #toggleswitch2 .whenswitch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    width: 170px; /* width of switch devided by 2 */
    height: 40px;
    background: #ffffff;
    border-radius: 25px;
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    /*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);*/
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}


#checkoutModal .discount_action_container {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    border-radius:10px;
}

/**MOBILE DESIGN**/
@media screen and (max-width: 767px) {
    #checkoutModal #toggleswitch2 .whenswitch {
        width:100%;
    }

    #checkoutModal #toggleswitch2 .whenswitch-label,
    #checkoutModal #toggleswitch2 .whenswitch-selection {
        width:50%;
    }

    #checkoutModal #toggleswitch2 .whenswitch-input:checked + .whenswitch-label-on ~ .whenswitch-selection {
        left:48.5%;
    }

    #checkoutModal #suburbSelectDropdown .dropdown-menu.show{
        height: 300px;
        overflow-y: scroll;
    }
}


/************************/
/************************/
/**** Input Switch 2 ****/
/************************/
/************************/

/***********************/
/**** SMALL DEVICE  ****/
/***********************/
@media screen and (max-width: 320px) {
    #checkoutModal .deliveryMainContainer .deliveryMethodLabel {
        font-size: 12px;
    }
}

@media screen and (max-width: 495px) {

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber #unit,
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.editStreetNumber #street_number {
        width: 90%;
        margin-bottom:10px;
    }

    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber #unit {
        width:90%;
    }
    #checkoutModal .deliveryMainContainer .deliveryInputDetails.alloweditunitnumber  {
        width:90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    #checkoutModal .editCartDesiredTime {
        font-size: 12px;
        padding: 5px 8px;
    }
    #checkoutModal .editDesiredTime .outer{
        left: -1.5rem;
    }

}


@media screen and (min-width: 360px) and (max-width: 479px) {
    #checkoutModal .desiredDate span{
        max-width: 50%;
        display: inline-block;
    }
}


@media screen and (max-width: 370px) {
    #checkoutModal .ordertimelabel, #checkoutModal .customerlabel {
        font-size : 10px;
    }
    #checkoutModal #suburbSelectDropdown .dropdown-menu.show{
        height: 230px;
        overflow-y: scroll;
    }
    /*#checkoutModal .editCartDesiredTime {*/
    /*    font-size: 11px;*/
    /*    padding: 5px 8px;*/
    /*}*/
} /*end of media max-width 370*/
@media screen and (max-height: 560px) {
    body {
        position: fixed;
        width:100%;
    }
    #checkoutModal {
        height: auto;
    }

    #checkoutModal #submitPayment{
        display: block;
        margin-bottom: 80px;
    }

    #checkoutModal .modal-content {
        display: block;
        margin-bottom: 160px;
    }

    body.storeclosed #checkoutModal .modal-content {
        margin-bottom: 100px;
    }

    #checkoutModal .modal-body {
        overflow-y: unset;
        overflow-x: unset;
        height: auto;
        -webkit-overflow-scrolling: touch;
    }
    #checkoutModal #suburbSelectDropdown .dropdown-menu.show{
        height: 230px;
        overflow-y: scroll;
    }
}

@media screen and (max-height: 360px) {
    #checkoutModal {
        /*height: unset;*/
        overflow-y: scroll;
        /*overflow-x: unset;*/
        -webkit-overflow-scrolling: touch;
    }
    #checkoutModal .modal-body {
        /*height: unset;*/
        overflow-y: unset;
        /*overflow-x: unset;*/
        margin-bottom: 80px;
        -webkit-overflow-scrolling: touch;
    }
    #checkoutModal .modal-footer {
        margin-bottom:20px !important;
        display: block;
        position: relative;
        bottom: 70px;
    }
    #checkoutModal .modal-footer #nextstep, #checkoutModal .modal-footer #submitPayment, #checkoutModal .modal-footer #disabledSubmitPayment {
        padding: 5px;
    }
    #checkoutModal .modal-footer .submitpaymentlabel, #checkoutModal .modal-footer .nextsteplabel {
        font-size: 15px !important;
        line-height: 30px;
    }

    #checkoutModal .paymentOptionsContainer .paymentTypeContainer, #checkoutModal .storedCardContainer {
        padding: 10px 0px;
    }
    #checkoutModal .header_details_container .headertext {
        font-size: 8px;
    }

    #checkoutModal .header_details_container .headerdetails .title {
        font-size: 10px;
        padding:0px;
    }
    #checkoutModal .header_details_container .headerdetails .store_address {
        font-size: 10px;
        padding:0px;
    }

    #checkoutModal #suburbSelectDropdown .dropdown-menu.show{
        height: 230px;
        overflow-y: scroll;
    }

} /*end of media max-height 470px*/


/***************************/
/**** END SMALL DEVICE  ****/
/***************************/


/* CSS specially for Ipad potrait mode Start */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #modal-deal .deal-steps .deal-item-wrap p,
    .modal-content .deal-steps .deal-item-wrap p
    {
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

    #modal-deal .deal-steps .done .step-num, #modal-deal .deal-steps .selected .step-num, #modal-deal .deal-steps .disabled .step-num {
        width: 1rem;
        height: 1rem;
        font-size: 0.6rem;
    }

    #modal-deal .modal-dialog {
        max-width: 90vw !important;
    }

    .deal-customize-content .breakword {
        white-space: break-spaces;
    }

    .deal-products .menu-desk-item-info{
        overflow-y: scroll;
    }
}
/* CSS specially for Ipad potrait mode End */

#checkoutModal .loginArea{
    display: none;
}

#checkoutModal .loginArea-container {
    padding-left:0px;
    padding-right:0px;
}

#checkoutModal h2.backgroundLine {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 13pt;
}
#checkoutModal h2.backgroundLine:before {
    border-top: 1px solid #ececec;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

#checkoutModal h2.backgroundLine span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

#checkoutModal .paddingLogin{ padding: 0 15px 5px 15px; }


#checkoutModal .loginArea .input-group .inputText{
    background-color: #efeff4;
    border: none;
    border-radius:30px;
    padding: 10px 20px;
    width: 100%;
}

#checkoutModal .loginArea span.input-placeholder{
    display:block;
    top: 20px;
    margin-top: -20px; /*this will compensation the top and will not move the input div down*/
    left: 20px;
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #757575;
}


#checkoutModal .loginArea .input-group input:focus::-webkit-input-placeholder { color:transparent;}
#checkoutModal .loginArea .input-group input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#checkoutModal .loginArea .input-group input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#checkoutModal .loginArea .input-group input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/** sms verification modal **/

#smsverificationmodal.show {
    z-index: 9999 !important;
}

#smsverificationmodal.show .modal-dialog {
    /*padding-left: 24px;*/
    /*padding-right: 24px;*/
    /*width: 400px;*/
    /*margin: 0px auto;*/
    font-size: 18px;
}

#smsverificationmodal.show .modal-title {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Montserrat-Bold';
    padding-top:2px;
}

#smsverificationmodal.show .modal-title-notes {
    font-size: 12px;
    padding: 3px 12px 3px 12px;
    letter-spacing: 1px;
}

#smsverificationmodal.show .sms_phone_number {
    font-weight: bold;
}

#smsverificationmodal.show .modal-content {
    width:320px;
    height: 240px !important;
}

#smsverificationmodal.show .modal-body {
    border-radius: 8px;
    margin-bottom: 0px;
    padding:0px;
}

#smsverificationmodal.show .enter_code_container {
    display: none!important;
}

#smsverificationmodal.show .enter_code_container.show {
    display: block!important;
    margin-bottom: 30px;
}

#smsverificationmodal.show .verify_code_container.hide {
    display: none!important;
}

#smsverificationmodal.show .verify_code_container .note,
#smsverificationmodal.show .enter_code_container .note {
    font-size: 12px;
}

#smsverificationmodal.show .enter_code_container .note {
    margin-bottom: 0px;
}

#smsverificationmodal.show .enter_code_container a.sendsmsverificationcode{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#smsverificationmodal.show .sms_error_message_container {
    display: none!important;
}

#smsverificationmodal.show .sms_error_message_container.show {
    display: flex!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#smsverificationmodal.show .button_container {
    padding-top: 12px;
}

#smsverificationmodal.show button {
    padding: 8px 24px;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    width: 280px;
}



 /*=====*/
 /*Passcode-wrapper Styling only Begin ==*/
#smsverificationmodal.show .passcode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0 auto;
}
#smsverificationmodal.show .passcode-wrapper input {
    width: 44px;
    height: 60px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    border-top: none;
    font-size: 26px;
    font-weight: bold;
    moz-box-shadow: 0px 0px 1px 0px #dadadac2;
    -webkit-box-shadow: 0px 0px 1px 0px #dadadac2;
    box-shadow: 0px 4px 8px 0px #dadadac2;
}
#smsverificationmodal.show .passcode-wrapper input:last-child {
    margin-right: 0;
}
#smsverificationmodal.show .passcode-wrapper input::-webkit-inner-spin-button,
#smsverificationmodal.show .passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/*Passcode-wrapper Styling only End ====*/
.cartDetailsMainRow .hidepreptime {
    display:none !important;
}