.header-container {
    width: 100%;
    /* background-color: aqua; */
}

.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 99;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background-color: #069347;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    opacity: 0;
}

.wp-zalo-messenger-icon {
    width: 60px;
    /* height: 180px; */
    height: 275px;
    position: fixed;
    z-index: 100;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;

    /* background-color: yellow; */
}
.wp-zalo-messenger-icon img {
    width: 90%;
    margin: 7px 0px;
    cursor: pointer;
}
img.chatbot-icon {
    width: 100%;
    /* display: none; */
}

/* pop up waiting */
.wp-waiting {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    padding-top: 200px;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.7);

    display: none;
    
}
.waiting-image {
    width: 300px;
    /* height: 100px; */
    margin: 0 auto;
    padding: 50px 10px;
    text-align: center;
    border-radius: 7px;
    font-size: 18px;
    background-color: white;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* img {
        width: 40px;
    } */
}
.waiting-image img {
    width: 40px;
}

/* pop up message */
.wp-popup-message {
    display: none;
}
.popup-message-inside{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.5);
    
}
.wp-message-content {
    width: 300px;
    /* height: 100px; */
    padding: 50px 10px;
    text-align: center;
    border-radius: 7px;
    font-size: 18px;
    background-color: white;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.scrollToTop:hover {
    background-color: white;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Khi visible */
.scrollToTop.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}


.nav-container {
    width: 100%;
    
}
.nav-menu {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;

    display: flex;
    justify-content: space-between;
    /* background-color: yellowgreen; */
    position: relative;
}

.nav-logo {
    /* float: left; */
    width: 10%;
    text-align: center;
    
    /* background-color: yellow; */
    /* img {
        width: 100px;
    } */
}
.nav-logo img {
    width: 100px;
}

.nav-menu-item {
    /* float: left; */
    width: 80%;
    /* background-color: aqua; */
}
.cart {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.cart img {
    width: 100%;
}

.wp-img-and-tex {
    width: 100%;
    position: relative;
    /* display: flex; */
    cursor: pointer;
}
#cart-prod-num {
    position: absolute;
    top: 3px; 
    left: 50%;
    transform: translateX(-70%);
    font-size: 12px;
    color: white;

    width: 15px;
    height: 15px;
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    background-color: black;
}

#mycart-dropdown{
    display: none;
}

.mycart-content {
    /* display: none; */
    width: 400px;
    height: 500px;
    position: fixed !important;
    bottom: 75px;
    right: 17px;

    font-weight: normal;
    border: none;
    border-radius: 15px;
    background-color: white;
    
    overflow: auto;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 9999 !important;
}
.mycart-content-inside {
    position: relative;
    height: 100%;
    /* background-color: yellow; */
}
.mycart-title {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;
    font-size: 17px;
    /* text-align: center; */
    border-bottom: 1px dotted gray;
    
}
.list-prod-info {
    width: 100%;
    min-height: 100px;
    max-height: 360px;
    overflow-y: auto;
}
.row-cart {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    border-bottom: 1px dotted gray;
    display: flex;
    justify-content: space-between;
    /* background-color: yellow; */
}
/* left */
.row-cart-left {
    width: 50%;
    display: flex;
    /* background-color: aqua; */
}
.left-prod-img {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* img {
        width: 90%;
        border-radius: 5px;
    } */
}
.left-prod-img img {
    width: 90%;
    border-radius: 5px;
}
.left-prod-info {
    width: 50%;
    line-height: 22px;
}
/* right */
.row-cart-right {
    width: 50%;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* background-color: lightcoral; */
    
}
.right-side-up {
    width: 100%;
    margin: 12px 0px;
    /* font-size: 12px; */
    display: flex;
    justify-content: space-between;

    /* background-color: aqua; */
}
.right-side-down {
    width: 100%;
    
    display: flex;
    justify-content: flex-end;
    /* background-color: aqua; */
}
.right-del-img {
    margin-right: 20px;
    width: 18px;;
    /* img {
        width: 100%;
        cursor: pointer;
    } */
}
.right-del-img img {
    width: 100%;
    cursor: pointer;
}
.prod-quantity {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: lightcoral; */
}
.minus-control {
    width: 30px;
    padding-left: 12px;
    padding-top: 3px;
    cursor: pointer;
    /* background-color: yellow; */
}
.minus-control img {
    width: 100%;
}
.quantity-num {
    width: 25px;
    
}
.quantity-num input {
    width: 25px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: none;
    background-color: #f5f5f5;
}
.plus-control {
    width: 30px;
    padding-top: 3px;
    padding-right: 12px;
    cursor: pointer;
    /* background-color: yellow; */
    
}
.plus-control img {
    width: 100%;
}
.icon-quanity-minus, .icon-quanity-plus img {
    width: 100%;
}
.cart-prod-price {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    /* background-color: yellow; */
}

.total-order-price {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}
.total-right {
    margin-left: 10px;
    color: #069347;
}

.button-order {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    /* margin: 15px 0; */

    
}

.button-order input {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
    border-color: lightgray;
    background-color: #069347;
    color: white;
    cursor: pointer;
}
.button-order input:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}



.no-prod-incart {
    width: 100%;
    height: 80%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav-menu2 {
    float: left;
    width: 45%;
    background-color: lightcoral;
}
.menu-item {
    float: left;
    
}
.width1 {
    width: 200px;
    background-color: yellow;
}
.width2 {
    width: 170px;
    background-color: blue;
}
.width3 {
    width: 100px;
    
}
.width4 {
    width: 120px;
    background-color: blue;
}
.width5 {
    width: 120px;
}
.width6 {
    width: 120px;
}


/* scrollbar - cart*/
.list-prod-info::-webkit-scrollbar {
    width: 5px;               /* Độ rộng thanh cuộn */
}

.list-prod-info::-webkit-scrollbar-track {
    background: #f1f1f1;      /* Nền của thanh cuộn */
    border-radius: 10px;
}

.list-prod-info::-webkit-scrollbar-thumb {
    background: #888;         /* Màu thanh cuộn */
    border-radius: 10px;
}

.list-prod-info::-webkit-scrollbar-thumb:hover {
    background: #555;         /* Khi hover vào thanh cuộn */
}


/* MENU FOR MOBILE */
.wp-menu-app-icon {
    position: absolute;
    top: 30px;
    left: 5%;
    z-index: 99;
    display: none;
}
.wp-menu-app-list {
    position: absolute;
    top: 80px;
    width: 100%;
    margin: 0 auto;
    background-color: #089547;
    z-index: 99;
    display: none;
    /* transition: max-height 2s ease-out; */

}
.nav-logo-app {
    width: 10%;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    display: none;
    /* top: 20px; */
    /* background-color: yellow; */
}
.nav-logo-app img {
    width: 100px;
}


@media (max-width: 768px) {
    .nav-menu {
        justify-content: flex-end;
    }
    /* web menu */
    .nav-menu-item {
        display: none;
    }

    /* app menu */
    .wp-menu-app-icon {
        display: block;
    }

    .nav-logo {
        display: none;
    }

    .nav-logo-app {
        display: block;
    }
}
