.category-filtering.container.text-center.product-filter-row.show-for-medium {
    display: none;
}

.entry-content.single-page p {
    color: #000000;
}

h2#tab2 {
    width: 100% !important;
}

h2.product-content-title {
    width: 100% !important;
}

.n-popup {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.3);
}

.n-popup__dialog {
    display: block;
    max-height: 100%;
    overflow: auto;
}

.n-popup__content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.n-popup__close {
    display: block;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background: 0;
    border: 0;
    margin: 0 !important;
    position: absolute;
    top: 6px;
    right: 6px;
}

.n-popup__close::before,
.n-popup__close::after {
    content: "";
    display: block;
    width: 24px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.n-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.n-popup__header {
    background-color: #5f6a70;
    padding: 20px;
}

.n-popup__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
}

.n-popup__title span {
    color: #fdff71;
}

.n-popup__desc {
    color: #eee;
    text-align: center;
    font-style: italic;
}

.n-popup__body {
    padding: 20px;
    background-color: #4e4e4e;
}

.n-popup .form-control {
    background-color: #383838;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.n-popup__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 20px;
}

.n-popup .form-control:focus {
    background-color: #383838;
    color: #fff !important;
}

.n-popup .form-control::-webkit-input-placeholder {
    color: #eee;
}

.n-popup .form-control::-moz-placeholder {
    color: #eee;
}

.n-popup .form-control:-ms-input-placeholder {
    color: #eee;
}

.n-popup .form-control::-ms-input-placeholder {
    color: #eee;
}

.n-popup .form-control::placeholder {
    color: #eee;
}

.n-popup .form-control option {
    color: #333;
}

.n-popup__checkbox {
    color: #fff;
}

.n-popup__checkbox input {
    border: 0;
}

.n-popup__btn {
    background-color: #4babe8;
    border: 0;
}

@media (max-width: 575px) {
    .n-popup__title {
        font-size: 20px;
    }

    .n-popup__grid {
        grid-template-columns: 1fr;
    }
}

.n-popup__checkboxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.n-popup__btn {
    margin: 0 !important;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    background: #4babe8 !important;
    color: #fff;
}

.n-popup__checkbox {
    margin: 0;
    display: flex;
    align-items: center;
}

.n-popup__checkbox input {
    margin: 0;
    margin-right: 8px;
}

.n-popup.show {
    display: flex;
    animation: fadeIn 0.4s ease-out;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*style zalo*/


.zalo_chat {
    position: fixed;
    bottom: 135px;
    z-index: 9999;
}

.zalo_chat img {
    width: 46px;
    margin-left: 65px;
}


@media (max-width: 575px) {
    .zalo_chat {
        position: fixed;
        bottom: 127px;
    }

    .zalo_chat img {
        width: 46px;
        margin-left: 15px;
    }

}

.product__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 58%;
}

.product__frame img {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.nav-dark .is-outline, .dark .nav > li > a, .dark .nav > li.html, .dark .nav-vertical li li.menu-item-has-children > a, .dark .nav-vertical > li > ul li a, .nav-dropdown.dark > li > a, .nav-dropdown.dark .nav-column > li > a, .nav-dark .nav > li > a, .nav-dark .nav > li > button {
    color: rgb(8 8 8 / 80%);
}