.slide-brand-home .img {
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    height: 150px;
    box-shadow: 1px 5px 8px 0px #dbdbdb;
    align-items: center;
    display: flex;
    filter: grayscale(1);
}

.list_category-slide {
    margin: 0;
    overflow: hidden;
}

.slide-brand-home .slick-list {
    margin: 0 -10px;
    overflow: hidden;
    padding-bottom: 30px;
    overflow-x: auto;
    width: 100%;
}

.list_category-slide .slick-list {
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.slide-brand-home .slick-list .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

div.slide-brand-home .slick-list::-webkit-scrollbar,
.list_category-slide .slick-list::-webkit-scrollbar {
    width: 11px !important;
    height: 11px;
}

div.slide-brand-home .slick-list::-webkit-scrollbar-thumb,
.list_category-slide .slick-list::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
}

div.slide-brand-home .slick-list::-webkit-scrollbar-track-piece,
.list_category-slide .slick-list::-webkit-scrollbar-track-piece {
    background: rgb(214, 214, 214);
    border-top: 5px solid rgb(255, 255, 255);
    border-bottom: 5px solid rgb(255, 255, 255);
}

.testimonial {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.list-testimonial .slick-list {
    margin: 0 -20px;
}

.list-testimonial {
    overflow: hidden;
}

.testimonial-item {
    margin: 0 20px;
    cursor: grab;
}

.testimonial-box {
    box-shadow: 0 5px 33px 0 hsl(0deg 0% 75% / 17%);
    padding: 30px;
    margin-top: 80px;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.testimonial-image {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
}

.testimonial-image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}

.testimonial-details {
    margin: 50px 0 20px;
    height: 68px;
    font-size: 14px;
    color: #616b71;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    /*white-space: pre-wrap;*/
}

.list_category_slide_item {
    padding: 30px;
}

.testimonial-info span:first-child {
    font-size: 15px;
    color: var(--background);
    font-weight: 600;
}

.testimonial-info span:last-child {
    font-size: 15px;
    font-weight: 400;
    color: #616b71;
}

i.star::before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    color: var(--background);
}

i.star.dark::before {
    color: #000;
}

.list-star {
    display: flex;
}

.testimonial-info .list-star {
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.testimonial-info .list-star i {
    padding: 0 2px;
}

p.review_action {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}

.review-now {
    cursor: pointer;
}

.list-testimonial .slick-prev {
    left: 10px;
    z-index: 111;
    top: 35%;
}

.list-testimonial .slick-next {
    right: 10px;
    top: 35%;
    z-index: 111;
}

.list_category-slide .slick-prev {
    left: 0;
    z-index: 111;
    top: 30%;
    left: -15px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
}

.list_category-slide .slick-next {
    right: 0;
    z-index: 111;
    top: 30%;
    right: -15px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
}


.slider-nav-thumbnails .slick-arrow,
.slider-nav-thumbnails .slick-arrow {
    left: 30px;
    z-index: 111;
    height: 70px;
    width: 20px;
    /*background: #fff;*/
}

.slider-nav-thumbnails .slick-next {
    top: -20px;
}

.slider-nav-thumbnails .slick-prev {
    top: auto;
    bottom: 0px;
}

.slider-nav-thumbnails .slick-prev::before,
.slider-nav-thumbnails .slick-next::before,
.list-testimonial .slick-prev::before,
.list-testimonial .slick-next::before,
.list_category-slide .slick-prev::before,
.list_category-slide .slick-next::before {
    font: normal normal normal 60px/1 FontAwesome;
    line-height: 40px;
    color: var(--background);
}

.slider-nav-thumbnails .slick-next::before,
.slider-nav-thumbnails .slick-next::before,
.list-testimonial .slick-prev::before,
.list_category-slide .slick-prev::before {
    content: "\2039";
}

.slider-nav-thumbnails .slick-prev::before,
.slider-nav-thumbnails .slick-prev::before,
.list-testimonial .slick-next::before,
.list_category-slide .slick-next::before {
    content: "\203A";
}

.widget-sidebar-item {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.widget-sidebar-right {
    /*margin-left: 20px;*/
}

.widget-sidebar-item ul li {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.widget-sidebar-item ul li a {
    color: var(--background);
    font-size: 14px;
    font-weight: 600;
}

.widget-sidebar-item .title-widget-sidebar {
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
}

.widget-sidebar-item ul li.d-flex p {
    font-size: 14px;
    line-height: 1.3;
}

.widget-sidebar-item ul li.d-flex {
    padding: 3px 0;
}

.widget-sidebar-item ul li.d-flex .icon-widget {
    padding-top: 5px;
}

.widget-sidebar-item ul li.d-flex .text-content {
    padding-left: 14px;
}

.widget-sidebar-item ul li.d-flex .text-content a {
    font-weight: 300;
}

.option-list-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.option-list-wrapper .product-option-item {
    width: calc(33.33333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgb(242, 242, 242);
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgb(242, 242, 242);
    padding: 2px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.option-list-wrapper .product-option-item.active {
    background: rgb(229, 242, 255);
    border: 1px solid rgb(13, 92, 182);
}

.selected-indicator {
    position: absolute;
    right: -2px;
    top: -2px;
    display: none;
}

.product-option-item.active .selected-indicator {
    display: block;
}

.product-option-item .option-figure {
    width: 60px;
    height: auto;

}

.product-option-item .option-figure img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.option-label {
    font-weight: 500;
    margin: 0 20px;
}

.product-option-name {
    margin-bottom: 10px;
}

.form-contact-product {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.form-contact-product input {
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.form-contact-product .title-form {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.parameter-content table {
    max-width: 100%;
    border: 0;
    margin-bottom: 0;
}

.parameter-content h1,
.parameter-content h2,
.parameter-content h3,
.parameter-content h4 {
    font-size: 14px;
}

.instruction-btn {
    margin-bottom: 10px;
}

.instruction-btn,
.insurance-btn {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: var(--background) 1.5px 1.5px 2.6px;
    border: 1px solid var(--background);
}

.instruction-btn:hover,
.insurance-btn:hover,
.show-content .show-button-content:hover {
    box-shadow: none;
    background-color: var(--background);
    color: #fff;
}

.instruction-btn span,
.insurance-btn span {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.instruction-btn i::before,
.insurance-btn i::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
}

.parameter-content .btn-popup.dark {
    background: #f9f9f9;
}

.product-description h4.section-title {
    font-size: 18px !important;
}

.product-description-content {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.product-description.show .product-description-content {
    max-height: 100%;
}

.product-description-content span,
.product-description-content p {
    font-size: 18px !important;
}

.product-description .show-content {
    width: 100%;
    display: flex;
    position: relative;
}


.product-description .show-content::before {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 100%;
    top: -40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.9%, #fff 76%);
}

.product-description.show .show-content::before {
    display: none;
}

.show-content .show-button-content {
    margin: 10px auto 0;
    padding: 8px 20px;
    border-radius: 25px;
    max-height: 40px;
    border: 1px solid var(--background);
    width: 300px;
    text-align: center;
    cursor: pointer;
    box-shadow: var(--background) 1.5px 1.5px 2.6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-button-content::before {
    content: "Xem thêm";
}

.product-description.show .show-button-content::before {
    content: "Thu gọn";
}

.show-button-content::after {
    content: "\f107";
    font: normal normal normal 25px/1 FontAwesome;
    padding-left: 7px;
    line-height: 0;
}

.product-description.show .show-button-content::after {
    content: "\f106";
}

.popup-instruction,
.popup-review-product,
.popup-insurance {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    align-items: center;
    align-content: center;
    z-index: 1005;
    background: #00000030;
}

.popup-instruction.active,
.popup-review-product.active,
.popup-insurance.active {
    display: flex;
    animation: 0.2s all;
    padding: 20px;
}

.popup-instruction .popup-instruction-content,
.popup-review-product .popup-review-content,
.popup-insurance .popup-insurance-content {
    position: relative;
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 3px 3px 10px 3px #f6f7f8;
}

.popup-instruction .popup-instruction-content .close-popup-product,
.popup-insurance .popup-insurance-content .close-popup-product {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 100px;
    border: 1px solid #303030;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: #e1dede;
    box-shadow: 2px 2px 10px 2px #f5f6f7;
    cursor: pointer;
}

.title-popup {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.popup-text-content {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
}

.popup-text-content p img {
    margin: 0 auto;
    width: 100% !important;
}

.popup-text-content span,
.popup-text-content p {
    font-size: 14px !important;
}

.popup-text-content h1,
.popup-text-content h2,
.popup-text-content h3,
.popup-text-content h4,
.popup-text-content h5 {
    font-size: 15px;
}

div.popup-text-content::-webkit-scrollbar {
    position: relative;
    overflow: hidden scroll;
    width: 11px !important;
    height: 4px;
    background-color: #fff;
}

div.popup-text-content::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(136, 136, 136);
    border-radius: 4px;
}

div.popup-text-content::-webkit-scrollbar-track-piece {
    background: rgb(214, 214, 214);
    border-left: 5px solid rgb(255, 255, 255);
    border-right: 5px solid rgb(255, 255, 255);
}

.box-review-content {
    border: 1px solid #e5e7eb;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.box-review-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.review-score {
    font-size: 40px;
    font-weight: bold;
}

.box-review-score p:last-child {
    font-size: 15px;
}

.box-review-score .list-star i::before {
    font-size: 15px;
    padding: 0 2px;
}

.box-review-star {
    border-left: 1px solid #e5e7eb;
    width: 60%;
    padding: 10px;
    padding-left: 20px;
}

.box-review-star ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

.box-review-star ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.box-review-star .qty-review {
    font-size: 13px;
    max-width: 88px;
    text-align: right;
    padding-left: 10px;
}

.box-review-star .progress {
    width: calc(100% - 110px);
    height: 10px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.box-review-star .star-count {
    width: 35px;
    font-size: 14px;
    font-weight: bold;
}

.box-review-star .progress::before {
    background-color: #e9ecef;
    height: 100%;
    top: 0;
}

.box-review-star .progress .progress-bar::before {
    background-color: var(--background);
    height: 100%;
    top: 0;
}

.review-product-now {
    margin: 0 auto;
    display: flex;
    width: 300px;
    padding: 10px 0;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    justify-content: center;
    background: red;
}

.feedback-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.feedback-customer-info .name-letter {
    width: 30px;
    height: 30px;
    background-color: #ddd;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    color: var(--background);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 17px;
}

.feedback-product-item {
    padding: 10px 0;
}

.feedback-customer-info {
    display: flex;
    align-items: center;
}

.feedback-customer-info span {
    font-size: 14px;
    font-weight: bold;
}

.feedback-product-content {
    background: #f3f4f6;
    padding: 10px;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 10px;
    border-radius: 8px;
    position: relative;
}

.feedback-product-content p {
    font-size: 14px;
}

.see-more-feedback {
    margin: 10px 0;
}

.see-more-feedback button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 300px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    padding: 10px 0;
    border: 1px solid transparent;
}

.see-more-feedback button svg {
    margin-left: 10px;
}

.box-feedback-product {
    margin: 20px 0;
}

.see-more-feedback button:hover {
    border: 1px solid var(--background);
    color: var(--background);
}

.see-more-feedback button:hover svg {
    fill: var(--background);
}

.popup-review-product .title-popup {
    text-transform: capitalize;
    text-align: left;
    margin: -20px -20px 0 -20px;
    padding: 10px 20px;
    background: var(--background);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.popup-review-product .close-popup-product {
    position: absolute;
    right: 20px;
    top: 11px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.popup-review-product .popup-review-content {
    overflow: hidden;
    width: 600px;
    max-width: calc(100% - 20px);
}

.popup-review-product .popup-text-content form {
    width: 100%;
    margin: 20px 0 0;
}

.popup-text-content form input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.popup-text-content form .input-group input {
    width: 80%;
    border: 1px solid #cccccc;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    outline: 0;
    border-right-width: 0;
}

.popup-text-content form .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.popup-text-content form textarea {
    max-height: 40vh;
    min-height: 80px;
    border-radius: 10px;
}

.input-group .add-img input {
    display: none;
}

.input-group .add-img {
    margin: 0;
    width: 20%;
    background: #e5e7eb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 0 5px 5px;
    border: 1px solid #e5e7eb;
}

.modal-review-star .title-modal-review {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.modal-review-star ul {
    list-style: none;
    padding: 10px 0;
    align-items: center;
    justify-content: space-evenly;
}

.modal-review-star ul li {
    text-align: center;
    cursor: pointer;
}

#rating-star-modal li span i.star::before {
    color: #000;
}

#rating-star-modal li.active span i.star::before {
    color: var(--background);
}




.modal-review-star ul li p {
    font-weight: 500;
}

.modal-review-star {
    padding: 0 10px;
    border-radius: 10px;
    margin: 15px 0;
    border: 1px solid #e5e7eb;
}

#compare-product:hover svg {
    fill: var(--background);
}

.check-product {
    display: none;
}

.like-product-widget .thumb-img {
    position: relative;
    display: flex;
}



.product-item .action-block {
    position: absolute;
    bottom: 0;
    margin: 0 10px 10px;
    display: flex !important;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
}

/*.product-item .thumb-img:hover .action-block {
    transform: translateY(0);
    transition: .5s all linear;
}*/

.like-product-widget .check-product {
    width: 20px;
    height: 20px;
    display: block;
}

.compare-product {
    display: flex !important;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-product:hover>svg {
    fill: var(--background) !important;
}

.cate-brand-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cate-brand-content .cate-brand-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

.cate-brand-name .title-cate-item {
    padding: 5px 15px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    font-size: 15px;
    cursor: pointer;
}

.cate-brand-name .title-cate-item.active {
    background: var(--background);
    color: #fff;
}

.cate-brand-name .title-cate-item:hover {
    background: var(--background);
    color: #fff;
}

.cate-brand-name .title-cate-item::before {
    position: absolute;
    content: "";
    height: 13px;
    border: .5px solid var(--background);
    left: -5px;

}

.cate-brand-name .title-cate-item:hover::before,
.cate-brand-name .title-cate-item.active::before {
    left: 0;

}

.cate-brand-name .title-cate-item:first-child::before {
    display: none;
}

.like-product-widget .heading-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 15px 16px 0;
}

.like-product-widget .heading-control a {
    font-size: 16px;
    color: var(--background);
    font-weight: 500;
}

.like-product-widget .remove-all {
    cursor: not-allowed;
    opacity: .5;
}

.like-product-widget .remove-all.active {
    cursor: pointer;
    animation: circle-rotate-anim 1.6s infinite ease-in-out;
    opacity: 1;

}

.toggle-menu-btn {
    display: none;
    position: relative;
    width: 33.333333%;
}

.fixed-nav .toggle-menu-btn {
    display: flex;
    align-items: center;
}

.toggle-menu-btn input {
    width: calc(100% - 10px);
    background-color: #fff !important;
    margin: 0;
    padding: 5px 10px;
    box-shadow: none !important;
    border-radius: 5px;
    height: calc(100% - 20px);
    border: 0;
    outline: none;
    font-size: 14px;
}

.toggle-menu-btn svg {
    position: absolute;
    right: 20px;
    fill: var(--background);
}

.search-box.top-search.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00000030;
    z-index: 111111111111;
    height: 100%;
}

@media (min-width: 600px) {
    .fixed-nav .close_section-search {
        top: 53px;
        background: #000;
    }

    .fixed-nav .wrap-suggestion {
        top: 144px;
        left: 0px;
    }

    .wrap-suggestion li {
        cursor: pointer;
    }

    .fixed-nav span.clear-text {
        top: 23px;
    }
}

.search-box.top-search.active>form {
    max-width: 1000px;
    margin: 53px auto 0;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid var(--background);
    position: relative;
    box-shadow: 3px 3px 10px 3px #f6f7f8;
}

.search-box.top-search.active .btn {
    right: 20px;
    top: 19px;
}

.close_section-search {
    display: none;
    color: var(--background);
    border-radius: 25px;
    border: 1px solid var(--background);
    position: absolute;
    right: 40px;
    top: 47px;
    z-index: 11111;
    cursor: pointer;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 2px 2px 10px 2px #f6f7f8;
}

.close_section-search i {
    color: currentColor;
    margin-right: 5px;
}

.close_section-search:hover {
    color: #fff;
    background: var(--background);
    transition: .3s all linear;
}

.search-box.top-search.active .close_section-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-content-icon {
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 41.666667%;
}


.fixed-nav .menu-content-icon {
    display: flex;
}

.menu-content-icon svg {
    margin: 5px;
    padding: 5px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    cursor: pointer;
}

.menu-content-icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 50px;
}

.main-menu .menu-icon-item>a {
    padding: 0;
    position: relative;
}

.menu-icon-item a span.qty {
    position: absolute;
    left: 25px;
    top: 3px;
    border-radius: 50%;
    background: #000;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.menu-icon-item a span.text {
    color: #fff;
    margin-left: 5px;
    font-size: 15px;
}

.customer-list-info {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 5px 8px 0px #dbdbdb;
    background: #fff;
    width: 150px;

}

.customer-list-info a.btn-outline-light {
    border: 1px solid var(--background);
    padding: 10px 0;
}

.customer-list-info a.btn-outline-light:last-child {
    margin-top: 10px;
}

.customer-list-info a.btn-outline-light:first-child {
    margin-bottom: 0;
}

.customer-list-info ul {
    display: block;
}

.menu-icon-item:hover .customer-list-info {
    display: block;
}

.customer-list-info ul.menu-users {
    display: none;
}

.customer-list-info:hover .menu-users {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 1px 5px 8px 0px #dbdbdb;
    top: 100%;
}

.list_category_slide_item .product-img>a:hover img {
    filter: brightness(1.05);
    animation: tada 2s infinite;
    object-fit: cover;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.sort-pagi-bar {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin: 0 8px;
}

.sort-pagi-bar .title-sort {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.sort-pagi-bar ul {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.sort-pagi-bar ul li {
    padding: 0 10px;
    font-size: 14px;
    color: #303030;
    cursor: pointer;
}

.sort-pagi-bar ul li:hover {
    color: var(--background);
}

.close-menu-filter {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    height: 40px;
    z-index: 1212121212;
    top: 0;
    background: #fff;
}

.close-menu-filter svg {
    margin-right: 12px;
    width: 15px;
    height: 15px;
}

.btn-filter-product {
    padding: 7px 10px;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 10px;
    display: none !important;
    background: hsla(0, 0%, 100%, .2);
    align-items: center;
}

.btn-filter-product span {
    font-size: 13px;
}

.btn-filter-product svg {
    margin-right: 5px;
}

.top-menu-sort-bar {
    display: none;
}

.main-nav.list-cate-menu .menu-title {
    padding: 10px 13px;
    background: hsla(0, 0%, 100%, .2);
}

.main-nav.list-cate-menu .menu-title span {
    width: fit-content;
    font-size: 16px;
    color: #fff;
    display: flex !important;
    align-items: center;
}

.main-nav.list-cate-menu .menu-title svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.box-lookup {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 20px;
}

.order-lookup {
    padding: 20px 0;
}

.box-lookup .bg-image {
    position: absolute;
    left: 0;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.box-lookup .bg-order-check {
    position: absolute;
    z-index: 0;
}

.box-lookup .bg-imag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-lookup .form-lookup {
    margin-left: auto;
    float: right;
    width: 50%;
}

.title-form-lookup {
    width: 45%;
    margin-left: auto;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: right;
    color: #4a4a4a;
}

.form-lookup .box-input-item {
    position: relative;
}

.form-lookup .box-input-item label:before {
    color: #000;
    content: attr(title);
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 0px;
    transition: .3s all;
    font-size: 14px;
}

.form-lookup .box-input-item input:focus+label:before {
    color: var(--background);
    font-size: 12px;
    transition: .3s all;
    top: -10px;
    left: 10px;
    background-color: #f5f5f5;
    padding: 0 6px;
    border-radius: 15px;
    line-height: 20px;
}

.form-lookup .box-input-item input {
    outline: 0;
    border: 1px solid #fafafa;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #fff;
    box-shadow: none;
    height: auto;
}

.form-lookup .box-input-item input:focus {
    outline: 0;
    border-color: var(--background);
    box-shadow: none;
    background-color: #fff;
}

.form-lookup button,
.form-lookup a {
    background-color: var(--background);
    padding: 10px 20px;
    display: flex;
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    font-size: 16px;
    border-radius: 10px;
}

.form-lookup a:hover {
    color: #fff;
}

.form-lookup .line-through.d-flex {
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}

.form-lookup .line-through.d-flex hr {
    width: 42%;
}

.box-lookup .bg-order-check {
    height: 600px;
    width: 800px;
    position: absolute;
    top: -300px;
    left: -571px;
    transform: rotate(55deg);
    background: linear-gradient(to bottom right, var(--background) 37%, #f5f5f5 70%);
    opacity: .6;
}

.btn-rep-cmt {
    display: flex;
    align-items: center;
    flex-wrap: fit-content;
    padding: 5px;
    position: absolute;
    right: 10px;
    bottom: 0;
    color: var(--background);
    cursor: pointer;
}

.btn-rep-cmt svg {
    fill: var(--backgroud);
    margin-right: 5px;
}

.lookup-page_comment-form .textarea-comment textarea {
    width: 90%;
    min-height: 130px;
    border-radius: 10px;
    padding: 15px;
}

.lookup-page_comment-form .textarea-comment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.lookup-page_comment-container {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    margin: 30px 0;
    padding: 20px;
    border-radius: 10px;
}

.lookup-page_comment-form .textarea-comment button {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
}

.lookup-page_comment-form .textarea-comment button svg {
    fill: #fff;
}

.lookup-page_comment-form .title-comment {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.lookup-page_comment-container .feedback-product-item .feedback-product-item {
    margin-left: 30px;
}

.lookup-page_comment-container .feedback-product-content {
    width: calc(100% - 30px);
    margin-left: 30px;
    min-height: 65px;
    padding: 10px 10px 30px;
}

.lookup-page_comment-container .feedback-customer-info .avt {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border: 1px solid var(--background);
    border-radius: 5px;
}

.feedback-product-item .lookup-page_comment-form {
    margin-left: 30px;
    margin-top: 10px;
    display: none;
}

.feedback-product-item.active .lookup-page_comment-form {
    display: block;
}

.feedback-customer-info .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-customer-info span.administrators {
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: var(--background);
    border-radius: 5px;
    margin-left: 7px;
}

.lookup-page_comment-container .feedback-time {
    display: flex;
    font-size: 12px;
    align-items: center;
    font-weight: bold;
    color: #707070;
}

.feedback-time svg {
    margin-right: 3px;
}

.icon-bar-menu {
    width: 24px;
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 3px;
    margin-right: 10px;
}

.toogle-nav-wrapper {
    width: 21%;
    display: none;
    cursor: pointer;
}

.fixed-nav .toogle-nav-wrapper {
    display: block;
}

.icon-bar-menu .bar {
    height: 2px;
    background: #000;
    width: 24px;
    border-radius: 1px;
    display: block !important;
    background-color: #fff;
}

.icon-bar-menu .bar:nth-child(2) {
    width: 20px;
}

.toogle-nav-wrapper .d-flex {
    font-size: 16px;
    color: #fff;
    height: 52px;
    align-items: center;
}

.menu-icon-item .info-icon {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 5px;
}

.menu-icon-item .info-icon span {
    color: #fff;
    font-size: 15px;
}

.menu-content-icon .menu-icon-item {
    margin-left: 20px;
}

.info-icon img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.main-menu .logo-white {
    display: none;
}

.fixed-nav .main-menu .logo-white {
    display: flex;
    align-items: center;
}

.main-menu .logo-white>a {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    padding: 0;
}

.logo-white img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    background-color: #fff;
}

.main-top.show-for-medium-up {
    height: 42px;
}

.fixed-nav .main-top.show-for-medium-up {
    height: 52px;
}

.cate-menu-fixed .cate-menu-container {
    display: flex;
    align-items: center;

}

.fixed-nav .cate-menu-fixed .cate-menu-container {
    align-items: flex-start;
    flex-direction: column;
    /*margin-top: 10px;*/
    position: relative;
}

.fixed-nav .cate-menu-fixed {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    z-index: 1212;
    background-color: rgba(0, 0, 0, .53);
}

.fixed-nav .cate-menu-fixed.active {
    display: block;
}

.icon-menu-item {
    width: 20px;
    height: 20px;
    display: flex !important;
    align-items: center;
    margin-right: 7px;
}

.icon-menu-item img {
    width: 100%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.fixed-nav .icon-menu-item img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.why_buy-product-left {
    margin-top: 25px;
}

.why_buy-product {
    margin-bottom: 20px;
}

.info-user {
    position: relative;
    top: 57px;
    color: #fff;
    display: none;
}

.info-user .profile {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 0;
    background: var(--background);
}

.profile .avt img {
    object-fit: cover;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.profile .d-flex {
    align-items: center;
}

.name-user p {
    font-size: 15px;
}

.name-user p:first-child {
    font-weight: 300;
}

.name-user p:last-child {
    font-weight: 600;
}

.name-user {
    margin-left: 10px;
}

.noti span.bell {
    position: relative;
}

.noti .bell small {
    position: absolute;
    top: -4px;
    right: 0;
    background-color: #0d4e9f;
    text-align: center;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
}

.radius {
    width: 100%;
    height: 80px;
    background: var(--background);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.main-content-user {
    padding: 0 15px;
    background-color: #fff;
}

.main-content-user .utilities {
    position: relative;
    top: -50px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    overflow: hidden;

}

.utilities .gold-total {
    padding: 10px;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    color: #303030;
}

.gold-total img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 7px;
}

.gold-total p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--background);
}

.utilities .item-util img {
    width: 60px;
    height: 60px;
    padding: 13px;
    background-color: #f3f4f6;
    border-radius: 50%;
}

.app-1 {
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0;
}

.item-util {
    text-align: center;

}

.item-util .icon {
    padding-bottom: 7px;
}

.utilities .d-flex {
    padding: 10px;
}

.item-util p {
    font-size: 14px;
}

.service-cus {
    padding: 0 10px 20px;
    margin-top: -20px;
}

.service-cus img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.service-cus .item-util p {
    font-size: 15px;
    color: #303030;
    font-weight: 500;
}

.footer-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1212121;
    display: none;
}

.footer-bottom-nav .nav {
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}

.footer-bottom-nav .nav a {
    text-align: center;
    font-weight: 600;
    width: 20%;
    display: block;
}

.footer-bottom-nav .nav a.active {
    color: var(--background);
}

.footer-bottom-nav .nav a svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.footer-bottom-nav .nav a.active svg {
    stroke: var(--background);
}

.footer-bottom-nav .nav a.nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.nav-center span {
    position: absolute;
    top: -35px;
    width: 60px;
    height: 60px;
    background-color: var(--background);
    border-radius: 50%;
    display: flex !important;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;

}

.left-detail-product .share-product {
    display: none;
    position: absolute;
    z-index: 111;
    left: 30px;
    bottom: 55px;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 25px;
    padding: 5px;
}

.left-detail-product #ilove.love-mb {
    position: absolute;
    z-index: 111;
    right: 30px;
    bottom: 135px;
    width: 30px;
    height: 30px;
    background: #f47428;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 25px;
    padding: 5px;
}

.left-detail-product #ilove.love-mb i {
    margin: 0;
    width: 20px;
    height: 20px;
}

.left-detail-product .share-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .53);
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.home_popup.active {
    display: flex;
}

.home_popup .main_popup {
    width: 600px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;

}

.home_popup .content_popup {
    display: flex;

    justify-content: space-between;
}

.home_popup .content_popup-bg {
    width: 200px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c7710;
}

.home_popup .content_popup-bg img {
    max-width: 100%;
    object-fit: contain;
}

.home_popup .content_popup-left {
    width: calc(100% - 200px);
    padding: 10px 0 10px 20px;
}

.home_popup .close-popup i {
    font-size: 21px;
    cursor: pointer;
}

.content_popup-left .top-popup span {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block !important;
}

.content_popup-left .top-popup span:last-child {
    color: var(--background);
    margin-bottom: 10px;
}

.content_popup-left form input {
    border-radius: 5px;
}

.content_popup-left form label {
    display: flex;
    align-items: center;
}

.content_popup-left form label span {
    font-size: 13px;
    margin-left: 5px;
}

.content_popup-left form label span a {
    color: var(--background);
}

.content_popup-left form label input {
    margin: 0;
}

.content_popup-left form button {
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 10px;
    background-color: var(--background);
    transition: .3s all linear;
}

.content_popup-left form button:hover {
    opacity: .8;
    transition: .3s all linear;
}

@media (max-width: 1170px) {
    .icon-menu-item {
        display: none !important;
    }
}