/* All */
.out-of-stock-product img,
.out-of-stock-product .product-name,
.out-of-stock-product .product-price-info,
.out-of-stock-product .btn-add-cart {
    opacity: 0.5;
}

#store_un_active a {
    opacity: 0.5;
}

.opacity-50 {
    opacity: 0.5;
}

.out-of-stock-product .btn-add-cart {
    pointer-events: none;
}

.user-img {
    height: 40px !important;
    width: 45px;
}

.cart-badge {
    top: 3px;
    right: 5px;
}

.header-nav-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    font-size: 14px;
    color: #333;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #ed1c24 !important;
}

.history-tab-nav .nav-item .nav-link.active,
.custom-tab-nav .nav-item .nav-link.active {
    color: var(--theme-color) !important;
    border-bottom: 2px solid var(--theme-color) !important;
}

.bg-ordered-table {
    background-color: #BDBDBD;
}

.img-membership {
    width: 27px;
    right: -10px;
    top: -11px;
    /* border: 2px solid #fff; */
    border-radius: 50%;
}

.text-vip-color {
    color: #8e9eab;
}

/*.main-content-container {
    background: url("../img/new-img/bg-main-content.png");
    background-size: cover;
    background-repeat: no-repeat;
}*/

.btn-group-not-login {
    background-color: rgba(0, 0, 0, 0.1);
}

.banner-wrapper {
    background: url("../img/new-img/bg-banner-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Login */
.img-fluid.login-logo {
    height: 3rem;
}

.login-intro-text {
    min-height: 50%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00d4ff", GradientType=1);
}

.img-fluid.sign-logo {
    height: 4rem;
}

.btn-group-not-login {
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 1.5px 0px 1.5px 0px;
}

.btn-group-not-login i {
    font-size: 24px;
}

.btn-group-not-login .img-membership {
    transform: scale(0.8);
    right: -11px;
    top: -5px;
}

/* Index */
/*.dropdown-category-header {
    background-color: rgba(0, 0, 0, 0.2) !important;
}*/

.header-wrapper .dropdown-menu {
    border: 15px solid transparent;
}

.header-wrapper .nav-img-icon .dropdown-cart-info img {
    height: 35px;
    width: 35px;
}

.dropdown-cart-info.dropdown-menu {
    min-width: 15.5rem;
}

.dropdown-cart-item-name {
    width: 6.5rem;
}

.sidebar-category .dropdown:hover .dropdown-menu {
    top: -8px;
    display: block;
    height: 100%;
    min-width: 15rem;
    left: calc(100% + 15px);
}

.navbar.side-navbar .dropdown-menu {
    top: -2px;
    right: 0;
    left: 100%;
    min-width: 15rem;
    margin-left: 2px;
    z-index: 9;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar.side-navbar .dropdown {
    position: inherit;
}

.side-navbar .dropdown .nav-link {
    text-transform: uppercase;
}

/*.side-navbar .dropdown .category-item-title:first-letter,
.side-navbar .dropdown .category-item-title::first-letter,
.side-navbar .dropdown .dropdown-item:first-letter,
.side-navbar .dropdown .dropdown-item::first-letter {
    text-transform: uppercase !important;
}*/

/*.service-category-item{
    min-height: 6.5rem;
}

.service-category-item-info img {
    height: 2.7rem;
}

.service-category-item {
    background-size: cover !important;
    background-position: center !important;
}*/

/*.service-category-coffee {
    background:
        linear-gradient(rgba(237, 28, 36, 0.8),
        rgba(237, 28, 36, 0.8)),
        url("../img/new-img/service-category-coffee.jpg");
}

.service-category-mart {
    background:
        linear-gradient(rgba(25, 85, 166, 0.9),
        rgba(25, 85, 166, 0.9)),
        url("../img/new-img/service-category-mart.jpg");
}

.service-category-food {
    background:
        linear-gradient(rgba(27, 143, 69, 0.9),
        rgba(27, 143, 69, 0.9)),
        url("../img/new-img/service-category-food.jpg");
}

.service-category-cook {
    background:
        linear-gradient(rgba(255, 194, 14, 0.9),
        rgba(255, 194, 14, 0.9)),
        url("../img/new-img/service-category-cook.jpg");
}*/

/* Product detail coffee  */
.table-place-item {
    min-width: 15.5%;
    margin-right: 1.1%;
}

.table-place-item:last-child,
.table-place-item:nth-last-child(2) {
    width: 32%;
    aspect-ratio: 2/1;
}

select.select-method-vehicle {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Account */
.account-info-wrapper {
    background: url("../img/new-img/bg-account-user.png");
    background-size: cover;
    background-position: center;
}

/* Payment confirm  */
.payment-method-item img {
    height: 2.5rem;
}

.table-flex-title {
    width: 30%;
}

.table-flex-title img {
    height: 5rem;
}

.table-flex {
    width: 70%;
}

.table-flex-item-price,
.table-flex-item-qty {
    width: 20%;
}

.table-flex-item-total {
    width: 30%;
}

/*.product-item-name-sub {
    width: 70%;
}*/

/* History buy  */
.order-item-child img {
    width: 4rem;
    height: 4rem;
}

.history-payment-item img,
.history-payment-item-icon {
    width: 3.5rem;
    height: 3.5rem;
}

.history-payment-item img.coin-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.history-payment-item-icon img {
    height: 2rem;
}

.order-item-child .order-item-child-info {
    width: calc(100% - 15rem);
}

.order-item-child .order-item-child-price {
    width: 15rem;
}

/*  Voucher */
.voucher-item:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: absolute;
    background: #fff;
}

.voucher-item:before {
    left: -9px;
    top: 41%;
}

.voucher-item:after {
    right: -9px;
    /*top: 0;*/
}

.voucher-type {
    width: 37%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.select-voucher-item .voucher-type {
    width: 32%;
}

.voucher-item-content {
    width: 63%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select-voucher-item .voucher-item-content {
    width: 68%;
}

.select-voucher-item .voucher-item-content>div:first-child {
    width: 100%;
}

.select-voucher-item .voucher-item-content input {
    font-size: 18px;
}

.membership {
    background-size: cover;
    background-position: center;
}

.membership-new-member {
    background:
        linear-gradient(rgba(var(--success-rgb), 0.7),
        rgba(var(--success-rgb), 0.7)),
        url("../img/new-img/bg-account-user.png");
}

.membership-silver-member {
    background:
        linear-gradient(rgba(var(--primary-rgb), 0.7),
        rgba(var(--primary-rgb), 0.7)),
        url("../img/new-img/bg-account-user.png");
}

.membership-gold-member {
    background:
        linear-gradient(rgba(var(--warning-rgb), 0.7),
        rgba(var(--warning-rgb), 0.7)),
        url("../img/new-img/bg-account-user.png");
}

.membership-vip-member {
    background:
        linear-gradient(to right, rgba(142, 158, 171, 0.7),
        rgba(238, 242, 243, 0.7)),
        url("../img/new-img/bg-account-user.png");
}

.membership-name img {
    height: 2.5rem;
}

.membership .progress {
    height: 0.4rem;
}

.btn-add-money {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/*.membership-name-title {
    top: 21px;
    right: 35px;
}
*/

/* Timeline  */
.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: -7px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
    background: #d1d1d1;
}

.vertical-timeline .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 50%;
}

.vertical-timeline .badge:empty {
    display: none
}

.vertical-timeline .badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 25px;
    font-size: .8rem
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

.payment-method-item img {
    height: 25px;
}

.payment-method-item.active {
    background-color: #FFEBEC !important;
    border-color: #ed1c24 !important;
}

.money-select-item.active {
    background-color: #FFEBEC !important;
    color: #ed1c24 !important;
}

.bank-item-check {
    display: none;
}

.show-nav-slider .owl-nav.disabled {
    display: block;
}

.btn-group-order a,
.btn-group-order button {
    width: 100% !important;
}

.table-cart img {
    height: 3rem;
}

/* Footer */
.img-fluid.footer-logo {
    height: 4rem;
}

.banner-certificate img {
    height: 10rem;
}

.feedback-avatar.img-fluid {
    width: 45px !important;
    height: 45px !important;
}

/*Update edit*/
.dropdown-menu {
    min-width: 15rem !important;
}
ul.typeahead.dropdown-menu {
    width: 100%;
}

.account-menu-item img {
    height: 60px;
    width: 100px;
}

.topping-item {
    width: 50px;
    background-color: #ddd;
    border-radius: 0.25rem;
}

.topping-item.checked {
    background-color: #ed1c24;
    color: #fff;
}

.new-member-backdrop {
    background-color: rgb(var(--success-rgb));
    opacity: 0.4;
}

.silver-member-backdrop {
    background-color: rgb(var(--primary-rgb));
    opacity: 0.4;
}

.gold-member-backdrop {
    background-color: rgb(var(--warning-rgb));
    opacity: 0.4;
}