    #fixed-social {
        position: fixed;
        top: 200px;
        z-index: 1;
    }

    span {
        font-weight: 600;
        font-size: 16px;
    }

    #fixed-social a {
        color: #fff;
        display: block;
        height: 60px;
        position: relative;
        text-align: center;
        line-height: 60px;
        width: 60px;
        margin-bottom: 1px;
        z-index: 2;
    }

    .fixed-facebook {
        background: #333;
    }

    .bookmark ul li {
        border: 0;
        display: inline-block;
        border-radius: 8px;
        margin: 0 10px;
    }

        .bookmark ul li p {
            margin-bottom: 0;
            color: #fff;
            text-align: center;
        }

        .bookmark ul li a {
            font-size: 25px;
            color: #bc883d
        }

            .bookmark ul li a i {
                font-size: 25px
            }

    #abc input {
        background: none;
        border: 0;
        color: #fff;
        font-size: 1.5rem;
    }

    div.disabled {
        pointer-events: none;
        /* for "disabled" effect */
        opacity: 0.5;
        background: #CCC;
    }

    /* .btn-default.active {
     color: #fff;
        background-color: #707070;
        border: 1px solid #707070;
    } */
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.42857143;
        text-align: center;
        black-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .timeDown.flex-1.flex-c.new {
        flex-direction: inherit;
    }

    p.GDname2 {
        padding: 5px 0 5px;
        line-height: 15px !important;
        color: #7d7d7d;
        font-size: 14px;
        width: 100%;
        text-align: right;
    }

    .increment-input {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        width: 20%;
        text-align: center;
    }

    /* .modal-backdrop {
        position: relative;
        top: 0;
        left: 0;
        z-index: 4000;
        width: 100vw;
        height: 100vh;
        background-color: #000;
    } */
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 500px;
        max-width: 100%;
        height: 100%;
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

    .modal.left.fade .modal-dialog {
        left: -500px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left.fade.show .modal-dialog {
        left: 0;
    }

    .modal.right.fade .modal-dialog {
        right: -500px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.show .modal-dialog {
        right: 0;
    }

    .modal.left .modal-content,
    .modal.right .modal-content,
    .modal.top .modal-content,
    .modal.bottom .modal-content,
    .modal.full .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal.left .modal-dialog.modal-sm,
    .modal.right .modal-dialog.modal-sm {
        width: 300px;
    }

    .modal.left .modal-dialog.modal-lg,
    .modal.right .modal-dialog.modal-lg {
        width: 800px;
    }

    .modal.left .modal-dialog.modal-xl,
    .modal.right .modal-dialog.modal-xl {
        width: 1140px;
    }

    /* Top and Bottom */

    .modal.top .modal-dialog,
    .modal.bottom .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .modal.top .modal-content,
    .modal.bottom .modal-content {
        height: auto;
        overflow-y: auto;
    }

    .modal.top .modal-body,
    .modal.bottom .modal-body {
        padding: 15px 15px;
    }

    /* Top */

    .modal.top.fade .modal-dialog {
        top: -100%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

    .modal.top.fade.show .modal-dialog {
        top: 0;
    }

    /* Bottom */

    .modal.bottom.fade .modal-dialog {
        bottom: -100%;
        -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }

    .modal.bottom.fade.show .modal-dialog {
        bottom: 0;
    }

    .modal.bottom.fade .modal-dialog {
        bottom: -100%;
    }

    /* Full Screen */

    .modal.full .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .modal.full .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.full .close-modal {
        position: fixed;
        top: 0;
        right: 3rem;
    }

    /* Footer */

    .modal-footer-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-radius: 0;
    }

    /* XS */

    .modal.left.xs .modal-body,
    .modal.right.xs .modal-body {
        padding: 15px;
    }

    /* Full screen modal menu indicators */

    a.has-sub:after {
        font-family: "FontAwesome";
    }

    a.has-sub:after {
        content: "\f107";
        margin-left: 1rem;
    }

    a.has-sub[aria-expanded="true"]:after {
        content: "\f106";
    }

    .incremnt-btn {
        background-color: #fff;
        border-radius: 4px;
        padding: 0 15px;
        border: 1px solid #000 !important;
    }

    .increment-input {
        background-color: #fff !important;
        border: 1px solid #000 !important;
    }

    .increment-input {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        width: 10%;
        text-align: center;
    }

    .modal-header {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        background: #1a9f0e;
    }

    .bottom2 {
        height: 15%;
        display: flex;
        font-size: 18px;
    }

    button.cancel {
        background-color: #F2F2F2;
        border: none;
        flex: 1;
        height: 50px;
    }

    button.confirm.order {
        background-color: #04ab02;
        border: none;
        flex: 2;
        color: #FEFEFE;
    }

    .transcation-content .tranBox .bottom .cancel {
        background-color: #F2F2F2;
        border: none;
        flex: 1;
    }

    .transcation-content .tranBox .bottom .confirm.order {
        background-color: #04ab02;
    }

    .transcation-content .tranBox .bottom .confirm {
        background-color: #F52827;
        border: none;
        flex: 2;
        color: #FEFEFE;
    }

    .modal-header.pink2 {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        background-color: #ea3af0;
    }

    .modal-header.blue1 {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        /* background-color: #007acc; */
        background: linear-gradient(155deg,red 50%,#d02cd6 0);
    }

    .modal-header.purple {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        /* background-color: #007acc; */
        background: linear-gradient(155deg,green 50%,#d02cd6 0);
    }

    .modal-header.green {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        /* background-color: #007acc; */
        background: #2cc741;
    }

    .modal-header.red {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        /* background-color: #007acc; */
        background: #fa5153;
    }

    .modal-header.red2 {
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        position: static;
        left: -8px;
        top: 15px;
        border-radius: 0;
        background: #F52827;
    }