.modal.fade .modal-dialog{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.zoom-in {
    transform: scale(0)!important;
    opacity: 0;
    -webkit-transition: 0.2s all 0s;
    -moz-transition: 0.2s all 0s;
    -ms-transition: 0.2s all 0s;
    -o-transition: 0.2s all 0s;
    transition: 0.2s all 0s;
    display: block !important;
}

.zoom-in.show {
    opacity: 1;
    transform: scale(1)!important;
    transform:none;
}

/* Hide spinners from Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Hide spinners from Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=text], input[type=password], input[type=tel] {
    border: 1px solid #212529;
    border-radius: 5px;
    line-height: 24px;
    height: 32px;
}

button {
    text-decoration: none !important;
}

.datepicker .today:not(.active) {
    background: none !important;
    font-weight: bold !important;
}

.modal-body, .rs-info-panel {
    max-height: 999999px; /* Hack to prevent text scaling in Chrome */
}

.modal:not(#successModal) .modal-content {
    border-radius: 7px;
    overflow: hidden;
}

.dropdown-menu {
    user-select: none;
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none;
}

.rs-brand {
    display: block;
    margin: 0 auto;
}

.rs-brand img {
    height: 40px;
}

.rs-nav {
    display: flex;
}

.rs-container, .rs-tabs, .datepicker, .dropdown-menu {
    margin-top: 107px;
}

.rs-container {
    margin-bottom: 120px;
    max-height: 999999px; /* Hack to prevent text scaling in Chrome */
}

.rs-btn-primary {
    background-color: #005067;
}

.rs-text-primary, .rs-text-primary:hover {
    color: #005067;
}

.rs-text-ocean {
    color: #00a9ce;
}

.rs-bg-light {
    background-color: #eef0f2;
}

.rs-bg-dark, .rs-btn-dark {
    background-color: #152334;
}

.rs-bg-success, .rs-btn-success {
    background-color: #00968F;
}

.rs-text-success {
    color: #00968F;
}

.rs-border-red {
    border-color: #e30613 !important;
}

.rs-text-red {
    color: #e30613;
}

.rs-text-orange {
    color: #ed8b00;
}

.rs-text-muted {
    color: #6f6f6f;
}

.rs-text-medium {
    color: #aaaaaa;
}

.rs-text-light, .rs-border-muted {
    color: #dedede;
}

.rs-input-number {
    width: 6em;
}

.rs-input-date, .rs-input-name {
    width: 8em;
}

.rs-input-phone {
    width: 10em;
}

.rs-phone-field {
    display: inline-block;
    height: 38px !important;
    vertical-align: top;
}

.rs-phone-field button {
    width: 80px;
    text-align: right;
}

.rs-line-height-1 {
    line-height: 1em;
}

.rs-icon {
    height: 64px;
}

.rs-button {
    height: 42px;
    width: 126px;
}

.rs-button:disabled {
    background-color: #6f6f6f;
    opacity: 100%;
}

.rs-rounded {
    border-radius: 7px;
}

.rs-overflow-hidden {
    overflow: hidden;
}

.rs-flex-even {
    flex: 1;
}

.rs-order-type {
    height: 7em;
    line-height: 1em;
}

.rs-order-type.enabled {
    cursor: pointer;
}

.rs-item {
    cursor: pointer;
    min-height: 80px;
    touch-action: manipulation;
    user-select: none;
}

.rs-item-controls {
    display: flex;
    max-width: 106px;
}

.rs-item-qty {
    display: none;
}

.rs-item-selected .rs-item-qty {
    display: block;
}

.rs-item-quantity input {
    border: 0;
    pointer-events: none;
    text-align: center;
    user-select: none;
    padding: 0;
    width: 100%;
}

.rs-qty-control {
    border: 1px solid #393939;
    color: #393939;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
}

.rs-qty-control.disabled {
    border: 1px solid #dedede;
    color: #aaaaaa;
    cursor: default;
}

.rs-decrement-qty {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rs-increment-qty {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rs-comments {
    border-width: 1px;
    outline: none;
    resize: none;
}

.rs-height-8 {
    height: 8vmax;
}

.rs-height-12 {
    height: 12vmax;
}

.rs-height-16 {
    height: 16vmax;
}

.rs-modal-circle {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 62px;
    text-align: center;
}

.rs-qrcode {
    width: 180px;
}

.rs-robot-image {
    height: 25vmin;
    max-height: 220px;
}

.rs-footer {
    min-height: 54px;
}

.rs-footer small {
    font-size: 70%;
}

.rs-position-right {
    position: absolute;
    right: 0;
}

#cart {
    background-image: url('/includes/styles/images/cart.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 48px;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    width: 52px;
}
