@font-face {
    font-family: 'FzPoppins';
    src: url('/tp/T0453/font/FzPoppins/FZ Poppins-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('/tp/T0453/font/FzPoppins/FZ Poppins-Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('/tp/T0453/font/FzPoppins/FZ Poppins-Medium.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'FzPoppins';
    src: url('/tp/T0453/font/FzPoppins/FZ Poppins-SemiBold.ttf');
    font-weight: 700;
}

body {
    font-family: 'FzPoppins';
}

.mw-info h3 {
    font-size: 1.17em !important;
}

.top-header {
    padding: 30px 0;
}

.left-menu ul li a {
    color: #000;
}

.mid-header {
    padding: 25px 0;
}

.bottom-header {
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.menu > ul > li {
    padding: 30px 25px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hd-search {
    margin-left: 60px;
}

.hd-search input {
    border: none;
    width: 100px;
    color: #000;
    font-size: 14px;
}

.hd-search input::placeholder {
    color: #000;
}

.hd-search button {
    background: transparent;
    font-size: 14px;
}

.menu > ul > li > a {
    text-transform: none;
    font-size: 14px;
}

.head-title p.sub-title {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.list-priority {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.priority-item {
    display: inline-block;
    width: calc((100% / 3) - 17px);
}

.priority-item:not(:last-child) {
    margin-right: 25px;
}

.priority-item-wrap {
    padding: 35px 30px 130px;
    position: relative;
    height: 100%;
}

.priority-item-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: -1;
    transform: scaleY(1);
    transition: all .5s;
    /*box-shadow: 0px 30px 25px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0 0 0 0.2px #000 !important;
}

.priority-item b {
    display: block;
    font-size: 15px;
}

.priority-desc {
    margin-top: 20px;
    text-align: justify;
    color: #000000;
    line-height: 21px;
}

.priority-item:hover > .priority-item-wrap:before {
    background: #f9f9f9;
    transform: scaleY(1.05);
    border: none !important;
}

.order-number i {
    font-size: 16px;
    margin-right: 1px;
}

.priority-desc * {
    letter-spacing: 0.01rem;
    font-size: 15px;
}

.priority-item-wrap {
    font-size: 14px;
}

.bg-custom .priority-item-wrap {
    background: #f9f9f9;
    transition: all .4s;
    border-radius: 7px;
}

.priority-item-wrap:hover {
    background: transparent;
}

.tab-category {
    margin-top: 35px;
    margin-bottom: 50px;
}

.tab-category > li > a {
    text-transform: none;
    font-weight: 600 !important;
    font-size: 16px;
}

.publish-date {
    display: none;
}

.news-info {
    padding-left: 0;
}

a.news-title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'FzPoppins';
    margin-bottom: 0.25rem;
}

.news-date * {
    font-size: 14px;
}

/*a.product-more {*/
/*    display: none;*/
/*}*/

footer {
    background: #fff;
    padding: 0;
}

.main-footer {
    border: none;
}

.top-footer {
    padding: 30px 0;
    background: #000;
}

.top-footer .ft-title {
    margin-bottom: 0;
    text-transform: none;
}

.newsletter, .ft-social {
    align-items: center;
    justify-content: unset;
}

.subscribe {
    width: 50%;
}

.ft-social {
    gap: 30px;
}

.ft-content *, .ft-content ul li a, .main-footer .ft-title {
    color: #000 !important;
}

.btn-fixed.youtube-fixed {
    display: none !important;
}

.ft-title {
    text-transform: none;
}

.main-footer .ft-title {
    font-weight: 600;
}

.bottom-footer {
    padding-bottom: 0;
}

.copyright {
    padding: 25px 0;
}

.main-footer {
    padding-top: 80px;
    padding-bottom: 0;
}

.col-lg-custom {
    width: 42% !important;
}

.au-intro * {
    color: #000 !important;
}

.au-wrap {
    padding: 0;
}

.about-us {
    margin: 120px 0 100px;
    background: #fff !important;
}

.au-img img {
    border-radius: 7px;
}

.flex-row-reverse .priority-item:hover > .priority-item-wrap:before {
    background: #000;
    border-color: #000;
}

.priority-item:hover * {
    color: #000 !important;
}

.flex-row-reverse .priority-item:hover * {
    color: #fff !important;
}

.custom-breadcrumb {
    background: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

.custom-breadcrumb h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

.wrap-product-top p {
    font-weight: 600;
    font-size: 16px;
}

.pd-name h1 {
    text-transform: none !important;
}

.custom-select {
    position: relative;
    width: 200px;
}

.custom-select label {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    padding: 0 26px 0 8px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    z-index: 1;
}

select.custom-select {
    padding: 10px 40px 10px 15px;
    font-size: 12px;
    color: #888;
    border: 1px solid #000;
    border-radius: 5px;
    appearance: none;
    background-color: #fff;
}

.custom-select i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #828282;
    font-size: 13px;
}

.product-percent, .product-price--current {
    color: red;
    font-weight: 600;
}

.tp_product_price_old {
    display: none;
}

a.product-name {
    padding: 15px 0 0;
    text-transform: none;
}

.paginator {
    margin-top: 50px !important;
}

.paginator a, .paginator span {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
    font-size: 13px;
}

.paginator span.currentPage, .paginator span:hover, .paginator a:hover {
    border-color: #000;
    background: #000;
}

.navigation {
    padding: 2rem 0 !important;
}

.pd-info-top {
    border: none !important;
}

.price_sale {
    color: red !important;
    text-transform: none !important;
    margin-left: 0 !important;
}

.price_retail {
    font-size: 16px;
}

.attr {
    padding: 20px 0 !important;
    border: none !important;
}

.control-label {
    font-size: 14px !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.attr > div {
    margin-bottom: 20px;
}

p.size.req > span > a {
    background: #fff !important;
    padding: 10px !important;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
}

p.size.req > span > a.active {
    background: #000 !important;
}

.number-rate i {
    font-size: 16px !important;
    margin-right: 2px;
}

.fa-star {
    color: #000 !important;
}

.rating-left, .star-average {
    width: 100%;
    text-align: center;
}

.number-rate {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
}

.rl-item p {
    font-size: 16px;
}

.btn-rate {
    width: fit-content !important;
    padding: 10px 25px !important;
    margin: 0 auto !important;
}

.commentContent {
    color: #000;
}

.fw-semibold {
    font-weight: 600 !important;
}

.pd-rating {
    margin-bottom: 60px !important;
}

.qty-wrapper {
    width: 100% !important;
}

.qty-wrapper button, .qty-wrapper a, #qty {
    background: #fff !important;
    border: 1px solid #000 !important;
    font-weight: 600;
}

#qty {
    margin: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

.qty-wrapper button.qty-down {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.qty-wrapper button.qty-up {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.addCartTop {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#addQuickCart, .zalo-chat {
    width: 49% !important;
    height: 42px !important;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px !important;
    font-weight: 600;
}

.zalo-chat {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-share {
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

.pd-share ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.pd-share:hover > ul {
    opacity: 1;
    visibility: visible;
}

.pd-share ul li {
    padding: 10px 25px;
    min-width: 200px;
}

.pd-share i {
    font-size: 16px;
}

.pd-info-more span {
    font-size: 14px;
}

.pview-policy {
    padding: 30px 25px;
    border-radius: 5px;
    border: 1px solid #000;
}

.pview-policy-title {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.pview-policy-title i {
    font-weight: 700 !important;
}

.pd-info-more {
    margin: 35px 0 !important;
}

.navigation > li:not(:last-child):after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 8px !important;
}

.bold-text {
    font-weight: 600 !important;
}

.sub-title {
    display: block !important;
}

.p-code {
    display: none;
}

.qty-input.cart-qty {
    border: 1px solid #000 !important;
    border-left: none !important;
    border-right: none !important;
    margin: 0 !important;
    background: #fff !important;
    height: 33.6px !important;
}

.cart-qty-down-index {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cart-qty-up-index {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cart-p-name a:not(.qty-wrapper a), .product-price--current {
    text-transform: none !important;
    font-size: 14px !important;
}

.text-to-money {
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    text-transform: none !important;
    padding-top: 0 !important;
}

.price-x-qty {
    font-size: 14px !important;
}

.to-money {
    display: flex;
    align-items: center;
}

#table-cart-tt > td:first-child {
    width: 34% !important;
}

#table-cart-tt td:nth-child(3) {
    width: 18% !important;
}

.remove-cart {
    background: #fff !important;
    color: #000 !important;
    text-transform: none !important;
}

.to-checkout {
    flex-direction: column-reverse !important;
    gap: 20px;
}

.btn-checkout {
    height: 50px !important;
    width: fit-content !important;
    border-radius: 5px !important;
    padding: 0 60px !important;
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.totalMoney {
    display: block !important;
    width: 100%;
    margin: 50px 0 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.fieldset .field .field-input-wrapper .field-input {
    box-shadow: 0 0 0 0.5px #000 !important;
    border-radius: 3px !important;
}

.fieldset .field .field-input-wrapper .field-input::placeholder {
    color: #000 !important;
}

textarea {
    border-radius: 3px !important;
}

textarea::placeholder {
    color: #000 !important;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail::after {
    box-shadow: none !important;
}

.sidebar .sidebar-content .order-summary .product .product-image .product-thumbnail {
    width: 9rem !important;
    height: 5rem !important;
}

.sidebar .sidebar-content .order-summary .product .product-description .product-description-name, .product-description > p {
    color: #000 !important;
}

.sidebar-content {
    border-color: #000 !important;
    border-radius: 3px !important;
}

.fieldset .field .field-input-btn-wrapper .field-input-btn {
    border-radius: 3px !important;
}

.total-line td {
    color: #000 !important;
}

.total-line-table-footer .total-line td::before {
    display: none !important;
}

.radio-wrapper .radio-input .input-radio:checked:after, .checkbox-wrapper .checkbox-input .input-checkbox:checked:after {
    font-family: "Font Awesome 5 Pro" !important;
}

.publish-date {
    display: none !important;
}

.news-date {
    display: flex !important;
    justify-content: unset;
    gap: 1.5rem;
    margin-top: 10px;
}

.main-news .news-info {
    flex-direction: column !important;
}

.news-intro, .log-title h1, .hidden-custom {
    display: none !important;
}

.head-title {
    display: block !important;
}

.form_login input {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 3px !important;
    padding-left: 15px !important;
}

.form_login .sign-btn {
    border-radius: 3px !important;
}

.form_login input, .form_login input::placeholder {
    color: #000 !important;
}

#LoginMember, #RegisterMember {
    margin-left: auto !important;
    margin-right: auto !important;
}

.qty-wrapper button {
    height: 33.6px !important;
}

.cn-title {
    margin: 70px auto;
}

.join-us {
    margin: 70px auto 100px;
    border-radius: 5px;
    padding: 18px 40px;
    text-transform: none;
}

.d-custom-block {
    display: block !important;
}

form .btn-change-pass, form .btn-update, form .btn-sign-out {
    height: 45px !important;
    border-radius: 3px !important;
    text-transform: none !important;
    font-size: 13px !important;
}

.pview-action .qty-wrapper button, .pview-action #qty {
    height: 38px !important;
}

.fieldset .field.field-show-floating-label .field-input-wrapper .field-label {
    display: none !important;
}

.fieldset .field .field-input-wrapper .field-input {
    padding: 0.94em 2.8em 0.94em 0.8em !important;
}

.owl-cate-mb img {
    border-radius: 10px;
}

.text-justify, .text-justify * {
    text-align: justify;
}

.bg-custom .priority-item-wrap:before {
    box-shadow: none !important;
    border: none !important;
}

.bg-custom.owl-carousel .owl-stage-outer {
    padding: 50px 0;
}

.partner-wrap {
    margin: 80px 0 !important;
}

input:focus-visible, select:focus-visible {
    outline: none !important;
}

.ft-social ul li {
    margin-right: 22px;
}

.tag-block * {
    font-size: 16px;
}

.bg-custom .priority-item {
    width: 100%;
}

form .main {
    margin-bottom: 0 !important;
}

.main .main-footer {
    border: none !important;
}

.radio-wrapper .radio-input .input-radio:checked, .checkbox-wrapper .checkbox-input .input-checkbox:checked {
    box-shadow: 0 0 0 10px #000 inset !important;
}

.radio-wrapper .radio-input .input-radio, .checkbox-wrapper .checkbox-input .input-checkbox {
    border-color: #000 !important;
    box-shadow: 0 0 0 0 #000 inset !important;
    border-radius: 3px !important;
}

.radio-wrapper .radio-label .radio-label-primary {
    color: #000 !important;
}

#formCheckOut .main .main-content {
    padding-bottom: 1rem !important;
}

.step-footer-continue-btn {
    padding: 12px 45px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    margin: 20px 0 50px;
}

.payment-due-label .payment-due-label-total, .payment-due .payment-due-price {
    color: #000 !important;
}

.total-line.total-line-shipping td {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.total-line-table-footer .total-line.total-line-gift td {
    padding-top: 0.2rem !important;
}

.product-description > p {
    align-items: center;
    color: #000 !important;
    justify-content: unset !important;
    gap: 70px;
}

.product-description > p * {
    color: #000 !important;
    font-weight: 600;
}

@media (min-width: 1000px) {
    #formCheckOut .sidebar, #formCheckOut .main {
        width: 48% !important;
        background-position: left top;
        float: right;
    }

    #formCheckOut .main {
        margin-right: 2% !important;
    }

    #formCheckOut .sidebar {
        margin-left: 2% !important;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px !important;
    }

    .list-priority.bg-custom {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .top-header {
        padding: 15px 0;
    }

    .menu {
        display: block;
    }

    .menu > ul > li {
        padding: 10px 0;
    }

    .menu > ul > li > a {
        text-transform: none;
        font-weight: 500;
        font-size: 13px;
    }

    .menu .left-menu {
        margin: 20px 0 10px;
    }

    .mid-header {
        padding: 10px 0;
    }

    .search-mb i {
        font-size: 18px;
    }

    .form-search-mb {
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.08);
    }

    .priority-item {
        width: 100%;
        margin-right: 0;
    }

    .subscribe {
        width: 100%;
    }

    .top-footer .ft-title {
        margin-bottom: 15px;
    }

    .ft-social .ft-title {
        margin-bottom: 0;
    }

    .main-footer {
        padding: 20px 0;
    }

    .bottom-footer {
        padding-bottom: 0;
    }

    .copyright {
        padding-top: 0;
        margin-bottom: 55px;
    }

    .col-lg-custom {
        width: 100% !important;
    }

    .hd-search {
        display: none !important;
    }

    .custom-breadcrumb {
        padding: 40px 0;
    }

    .qty-wrapper .cart-qty {
        border: 1px solid #000 !important;
        border-left: none !important;
        border-right: none !important;
        margin: 0 !important;
        background: #fff !important;
        height: 32px !important;
    }

    .cart-qty-down-index {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .cart-qty-up-index {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .mid-header .logo img {
        height: 60px !important;
        object-fit: scale-down;
        width: 100vw;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 1;
    }

    .mid-header.fixed .logo img {
        height: 38px !important;
        top: 0;
    }

    .menu-btn i, .search-mb i {
        position: relative;
        z-index: 2;
    }

    .menu .logo img {
        filter: invert(1);
        height: 40px;
        width: auto;
        object-fit: contain;
    }

    .content-news * {
        font-size: 14px !important;
    }

    .pd-share ul {
        left: auto;
        right: 0;
        top: calc(100% + 5px);
    }

    .cate-news {
        margin-top: 60px;
    }

    a.news-title {
        font-size: 15px;
        font-weight: 600;
    }

    .news-date {
        display: none;
    }

    .table-wrap .qty-wrapper button {
        height: 32px !important;
        color: #000 !important;
    }

    .qty-wrapper .cart-qty {
        border-radius: 0 !important;
    }

    .pview-action > .d-flex {
        justify-content: unset !important;
    }

    body {
        overflow-x: hidden;
    }

    .col-58, .col-42 {
        width: 100% !important;
    }

    .au-intro {
        width: 100% !important;
    }

    .priority-item-wrap {
        width: calc(100% - 5px);
        margin: 0 auto;
    }

    .list-priority {
        margin-top: 20px;
    }

    .list-priority.owl-carousel .owl-stage-outer {
        padding: 30px 0;
    }

    .about-us {
        margin: 0;
    }

    #change_pick_location_or_shipping {
        margin-top: 40px !important;
    }

    .main .main-footer {
        display: none !important;
    }

    #form_next_step > p {
        width: 100% !important;
    }
}
.attr p.color .itemColor a, .tp-attr p.color .itemColor a{
    height: 40px !important;
    width: 100% !important;
    border-radius: 3px !important;
    padding: 0 10px;
    border: 0.05rem solid #000 !important;
}
.attr p.color .itemColor a span{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
}
.attr p.color .itemColor a.active,.attr p.color .itemColor:hover a,
.tp-attr p.color .itemColor a.active,.tp-attr p.color .itemColor:hover a{
    padding: 0 10px !important;
    background: #000 !important;
    color: #fff !important;
}
.btn-rate:hover{
    color: #fff;
}
.btn-rate{
    text-transform: unset !important;
}
.profile .form-control{
    border-radius: 3px !important;
    border: 1px solid #000 !important;
}
a.product-name{
    font-size: 14px;
}
.cart-main-wrapper a, .cart-main-wrapper p{
    font-family: 'FzPoppins' !important;
}
@media (max-width: 768px) {
    .menu{
        width: 100%;
    }
    .menu > ul > li > a{
        font-size: 18px;
    }
    .left-menu > ul > li > a{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .menu > ul > li {
        padding: 15px 0;
    }
}
.fieldset .field .field-input-wrapper .field-input{
    border: 1px solid #000;
    box-shadow: unset !important;
}
@media (max-width: 991px) {
    .priority-item-wrap {
        border: 1px solid #000;
        border-radius: 10px;
    }
    .news-date span:last-child{
        display: none !important;
    }
    .mid-header .logo img{
        height: 70px !important;
    }
    .mid-header{
        padding: 15px 0;
    }
}
.pageSignin input, .pageSignin #btnSubmit{
    border: 1px solid #000;
    border-radius: 3px;
}
.news-block .news-img img{
    height: 180px;
}
p.size.req > span:hover > a {
    background: #000 !important;
    color: #fff !important;
}
.pview-action #qty{
    border-radius: 0 !important;
}

.main-news .cate-news .news-img img, .top-news .news-item img, .news-block .news-img img {
    height: 282px;
    border-radius: 16px;
}

.paginator a, .paginator span {
    border: none !important;
    width: 30px;
    border-radius: 0;
    font-size: 14px;
    transition: all .3s;
    margin-right: 15px;
}

.paginator span.currentPage, .paginator span:hover, .paginator a:hover {
    background: transparent;
    color: #000;
    font-weight: 600;
}

.paginator a:after, .paginator span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.1rem;
    background-color: #000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.paginator a:hover::after, .paginator span:hover::after, .paginator span.currentPage::after {
    width: 100%;
}

.paging-previous:before {
    content: "<";
    font-size: 15px;
}

.paging-next:before {
    content: ">";
    font-size: 15px;
}

.paginator a.paging-previous, .paginator a.paging-next {
    width: 30px;
}

img {
    -webkit-touch-callout: none; /* iOS */
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 768px) {
    .news-block .news-img img, .mostViewedNews .news-img img {
        height: 126px !important;
    }

    .main-news .cate-news .news-img img {
        height: 129px !important;
    }

    a.news-title {
        height: 66px;
        line-height: 22px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
    }

    .pd-info-more span {
        font-size: 12px;
    }
}
