.section-gap {
    padding: 50px 0;
}

.section-gap-small {
    padding: 25px 0;
}


@media screen and (max-width: 992px) {
    .section-gap {
        padding: 30px 0;
    }

    .section-gap-small {
        padding: 30px 0;
    }

}


.page-gap {
    padding: 30px 0;
}

.page-gap_small {
    padding: 20px 0;
}

.section-heading_highlight {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-heading_highlight .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.section-heading_highlight .text .title {
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: var(--bs-gray-1000);
    line-height: 1.4;
}

.section-heading_highlight .text .desc {
    line-height: 1.5;
    color: var(--gray-600);
    font-size: var(--size-subtitle);
    margin-top: 10px;
}

.section-heading_highlight .text .desc > *:last-child {
    margin-bottom: 0;
}

.section-heading_highlight > .link a:not(.button-theme) {
    color: var(--gray-800);
    font-size: var(--size-subtitle);
}

.section-heading_highlight > .link a:not(.button-theme):hover {
    color: var(--primary-color);
}

.section-heading_highlight > .link a i {
    margin-left: 6px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: var(--size-heading-2);
    position: relative;
    top: 2px;
}

.section-heading_highlight .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-heading_highlight .buttons [class*=button] {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #F4F4F5;
    line-height: 0;
    color: var(--gray-500);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--size-heading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.section-heading_highlight .buttons [class*=button]:hover {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.section-heading_highlight .buttons .button-next {
    margin-left: 5px;
}

.section-heading_highlight.section-heading_highlight__link .text .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: initial;
}

.section-heading_highlight.section-heading_highlight__link .text .title .link {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid var(--gray-400);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-heading_highlight.section-heading_highlight__link .text .title .link > a {
    color: var(--gray-800);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.section-heading_highlight.section-heading_highlight__link .text .title .link > a:hover {
    color: var(--primary-color);
}

@media screen and (max-width: 767px) {
    .section-heading_highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-heading_highlight > .link {
        margin-top: 5px;
    }

    .section-heading_highlight.section-heading_highlight__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .section-heading_highlight.section-heading_highlight__link .text .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-heading_highlight.section-heading_highlight__link .text .title .link {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        margin-top: 4px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section-heading {
    margin-bottom: 25px;
    position: relative;
}

.section-heading .title {
    color: var(--bs-gray-900);
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 0;
}

.section-heading .line {
    height: 1px;
    width: 100%;
    background: #E4E4E7;
    display: block;
    position: relative;
    margin-top: 15px;
}

.section-heading .line:before {
    width: 115px;
    height: 3px;
    background: var(--primary-color);
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.button-theme {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 25px;
    outline: none;
    position: relative;
    overflow: hidden;
    border: 0;
    transition: var(--transition-default);
    font-size: 1em;
    letter-spacing: .6px;
    white-space: nowrap;
}

.button-theme i {
    transform: rotate(-30deg);
}

.button-theme:disabled {
    opacity: .7;
    pointer-events: none;
}

.button-theme_xs {
    padding: 8px 20px !important;
    font-size: 1em !important;
}

.button-theme_xxs {
    padding: 5px 15px !important;
    font-size: .9em !important;
}

.button-theme_primary {
    color: var(--bs-white) !important;
    background-color: var(--primary-color);
}

.button-theme_secondary {
    color: var(--bs-white) !important;
    background-color: var(--secondary-color);
}

.button-theme_light {
    color: var(--bs-gray-1000) !important;
    background-color: #eeeeee;
}

.button-theme::before {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 1;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, .3), transparent);
    transform: skew(-20deg);
    transition: inherit;
}

.button-theme:hover::before {
    animation: btn-shine 1.2s ease;
}

@media (max-width: 576px) {
    .button-theme {
        font-size: 0.9em;
        padding: 10px 25px;
    }
}

@keyframes btn-shine {
    100% {
        left: 200%;
    }
}

.slider-theme {
    position: relative;
}

.slider-theme .swiper {
    padding: 20px 10px;
    margin: -20px -10px;
    width: calc(100% + 20px);
}

.slider-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: var(--size-description);
    background: var(--bs-white);
    border-radius: 50%;
    color: var(--gray-900);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
    z-index: 2;
}

.slider-button > i {
    line-height: 0;
}

.slider-button.button-prev {
    left: -18px;
}

.slider-button.button-next {
    right: -18px;
}

.slider-button.swiper-button-disabled {
    display: none;
}

.slider-button:hover {
    color: var(--primary-color);
}

.slider-theme .slider-button:hover {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
}

.button-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    opacity: 1;
    background-color: var(--gray-300);
}

.button-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.button-pagination .swiper-pagination-bullet:hover {
    background-color: var(--primary-color);
}

@media screen and (max-width: 991px) {
    .product-sale .slider-button {
        display: none;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
}

.header.is-scroll .header-logo {
    width: 75% !important;
}

.header .header-middle {
    padding: 6px 0;
    background-color: var(--bs-white);
    position: relative;
    z-index: 2;
}

.header .header-middle .header-search .icon {
    position: absolute;
    top: 0;
    left: 8px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-gray-500);
}

.header .header-middle .header-search .frmSearch-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: var(--bs-white);
    height: 46px;
    position: relative;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 165px;
    border-right: 1px solid var(--bs-gray-300);
    border-radius: 5px 0 0 5px;
    height: 44px;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select > a {
    background: #F4F4F5;
    color: var(--gray-800);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    height: 44px;
    border-radius: 5px 0 0 5px;
    white-space: nowrap;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select > a > i {
    font-size: var(--size-heading-2);
    margin-left: 10px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0;
    background: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    width: calc(100% + 100px);
    max-height: 400px;
    overflow-y: auto;
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 101;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown::-webkit-scrollbar {
    width: 5px;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown::-webkit-scrollbar-track {
    background: var(--bs-white);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown::-webkit-scrollbar-thumb {
    background: #acacac;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    color: var(--gray-800);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li ul li a {
    padding-left: 25px;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li ul li a:before {
    display: block;
    height: 5px;
    width: 5px;
    background: var(--gray-800);
    border-radius: 50%;
    margin-right: 10px;
    content: "";
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li ul li ul li a:before {
    background: transparent;
    border: 1px solid var(--gray-800);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li ul li ul li a {
    padding-left: 40px;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li a:hover {
    background-color: #edf2f8;
    color: var(--primary-color);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown ul li {
    border-top: 1px solid #F4F4F5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select .frmSearch-select_dropdown > ul > li:first-child {
    border-top: 0;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select.is-show > a {
    border-bottom-left-radius: 0;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-select.is-show .frmSearch-select_dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header .header-middle .header-search .header-search__inner {
    border-radius: 25px;
    overflow: hidden;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input {
    width: 100%;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 12px 45px 10px 40px;
    background: transparent;
    font-size: var(--size-default);
    border: 1px solid var(--secondary-color);
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input::-webkit-input-placeholder {
    opacity: .5;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input::-moz-placeholder {
    opacity: .5;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input:-ms-input-placeholder {
    opacity: .5;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input::-ms-input-placeholder {
    opacity: .5;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-input::placeholder {
    opacity: .5;
}


.header .header-middle .header-search .frmSearch-form .frmSearch-button {
    border: 0;
    color: var(--bs-white);
    background-color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--size-default);
    width: 100px;
    position: absolute;
    top: 4px;
    font-weight: 500;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
}

.header .header-middle .header-search .frmSearch-form .frmSearch-button:hover {
    background: var(--primary-color);
}


.header .header-middle .header-search .header-search_result {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: var(--bs-white);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
    -webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
    padding-bottom: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain;
    touch-action: pan-y;
    max-height: calc(100vh - var(--header-height, 64px));
}

.header .header-middle .header-search .header-search_result.is-show {
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: auto;
}


.header .header-middle .header-search .header-search_result::-webkit-scrollbar {
    width: 5px;
}

.header .header-middle .header-search .header-search_result::-webkit-scrollbar-track {
    background: var(--bs-white);
}

.header .header-middle .header-search .header-search_result::-webkit-scrollbar-thumb {
    background: #acacac;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.header .header-middle .header-search .header-search_result::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.header .header-middle .header-tools .header-item .title {
    font-size: 1em;
    font-weight: 700;
    line-height: normal;
    transition: var(--transition);
}

.header .header-middle .header-tools .header-item:hover .title {
    color: #0325b1;
}

.header .header-middle .header-tools .header-item .icon {
    font-size: 25px;
}

.header-bar__logo {
    width: 100px;
    padding: 5px 0;
}

.header-bar__logo > img {
    width: 100% !important;
    height: auto !important;
}


.header .header-middle .header-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header-middle .header-tools .header-tool_item,
.header .header-middle .header-tools .header-tool_item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header .header-middle .header-tools .header-tool_item > a,
.header .header-middle .header-tools .button-contact {
    line-height: 1.2;
    color: var(--bs-gray-700);
}

.header .header-middle .header-tools .header-tool_item.header-cart {
    padding-left: 20px;
    /* margin-left: 20px;*/
    border-left: 1px solid var(--bs-gray-500);
}

.header .header-middle .header-tools .button-contact .content span {
    color: var(--bs-gray-700);
}

.header .header-middle .header-tools .button-contact i {
    font-size: 18px;
}

.header .header-middle .header-tools .header-tool_item .icon {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: var(--size-heading-2);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-middle .header-tools .header-tool_item .icon svg {
    stroke: var(--bs-gray-900);
}

.header .header-middle .header-tools .header-tool_item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 25px;
    color: var(--bs-gray-700);
    font-size: var(--size-sub);
}

.header .header-middle .header-tools .header-tool_item .content > span {
    font-weight: 600;
    color: var(--bs-gray-700);
    font-size: var(--size-subtitle);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    white-space: nowrap;
}

.header .header-middle .header-tools .header-tool_item .content > span > i {
    margin-left: 5px;
    color: var(--bs-gray-700);
    font-size: var(--size-heading-2);
    position: relative;
    top: 2px;
}

.header .header-middle .header-tools .header-tool_item .content .bg-cart {
    background-color: var(--bs-red);
    color: var(--bs-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: -9px;
    font-size: 0.9em;
}

.header .header-middle .header-tools .header-tool_item:hover .content .bg-cart {
    color: var(--bs-white);
}

.header .header-middle .header-tools .header-tool_item .content span span {
    color: inherit;
    padding-top: 2px;
    font-size: 0.9em;
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: -10px;
    border-radius: 5px;
    padding: 15px;
    background-color: var(--bs-white);
    text-align: center;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown .button > a {
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: var(--size-default);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown .button > a:hover {
    background: var(--primary-hover);
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown .text {
    color: var(--gray-500);
    margin-top: 6px;
    white-space: nowrap;
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown .text > a:hover {
    color: var(--primary-color);
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 -5px;
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown ul li a {
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--gray-800);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-align: left;
    letter-spacing: .3px;
    font-size: var(--size-default);
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown ul li:hover a {
    background: var(--primary-color);
    color: var(--bs-white);
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: transparent;
    display: block;
    content: "";
}

.header .header-middle .header-tools .header-tool_item .header-tool_dropdown:after {
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--bs-white);
    position: absolute;
    display: block;
    left: 20px;
    width: 0;
    height: 0;
    content: "";
}

.header .header-middle .header-tools .header-tool_item:hover .content > span {
    color: var(--primary-color);
}

.header .header-middle .header-tools .header-tool_item:hover .header-tool_dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header .header-bottom {
    background-color: var(--primary-color);
}

.header .header-bottom .header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header-bottom .header-contacts .header-contact_item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--bs-white);
    font-size: var(--size-default);
    padding: 5px 20px;
}

.header .header-bottom .header-contacts .header-contact_item > a > svg {
    width: 15px;
    height: 15px;
    stroke: var(--bs-white);
    margin-right: 10px;
    -webkit-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease;
}

.header .header-bottom .header-contacts .header-contact_item > a.phone {
    font-weight: 700;
    background: var(--primary-color);
    border-radius: 25px;
}

.header .header-bottom .header-contacts .header-contact_item > a.phone:hover {
    background: var(--primary-hover);
}

.header .header-bottom .header-contacts .header-contact_item > a.map {
    border: 1px solid var(--bs-white);
    border-radius: 5px;
    background: transparent;
}

.header .header-bottom .header-contacts .header-contact_item > a.map:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.header .header-bottom .header-contacts .header-contact_item + .header-contact_item {
    margin-left: 8px;
}

.ratio-12x5 {
    --bs-aspect-ratio: calc(500 / 1200 * 100%);
}

.header .header-bottom {
    position: relative;
    z-index: 1;
}

.header .header-bottom .header-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.header .header-bottom .header-navigation > ul > li:not(:last-child)::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 22px;
    transform: translate(50%, -50%);
    background-color: #fdfdfddb;
}


.header .header-bottom .header-navigation > ul > li a::before {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: var(--bs-white);
    transition: var(--transition);
}

.header .header-bottom .header-navigation > ul > li:hover a {
    color: #f7eeb2;
}

.header .header-bottom .header-navigation > ul > li:hover a::before {
    width: 100%;
}

.header .header-bottom .header-navigation > ul > li > a {
    color: var(--bs-white);
    font-weight: 600;
    font-size: 1.1em;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    letter-spacing: 0.3px;
    position: relative;
    white-space: nowrap;
}

.header .header-bottom .header-navigation > ul > li > a > i {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: .3s ease;
    font-size: var(--size-title);
    margin-left: 8px;
}

/*.header .header-bottom .header-navigation > ul > li:hover > a > i {*/
/*    -webkit-transform: rotate(180deg);*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*}*/

.header .header-bottom .header-navigation .navigation-sub {
    position: absolute;
    background: var(--bs-white);
    z-index: 100;
    width: 100%;
    left: 0;
    top: calc(100% + 50px);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
}

.navigation-sub.navigation-sub_2 {
    left: 100% !important;
    top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.header .header-bottom .header-navigation > ul > li:hover .navigation-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
}

.header .header-bottom .header-navigation > ul > li li:hover .navigation-sub.navigation-sub_2 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.header .header-bottom .header-navigation > ul > li .navigation-sub_item > a,
.header .header-bottom .header-navigation .navigation-sub ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 15px;
    color: var(--bs-gray-1000);
    font-weight: 500;
    background-color: var(--bs-white);
}

.header .header-bottom .header-navigation .navigation-sub ul > li:hover > a {
    color: var(--bs-gray-600);
}

.header .header-bottom .header-navigation > ul > li .navigation-sub_item + .navigation-sub_item {
    border-top: 1px solid var(--bs-gray-200);
}

.header .header-bottom .header-navigation .navigation-sub-child {
    position: absolute;
    background: var(--bs-white);
    z-index: 100;
    width: 100%;
    left: 100%;
    top: 10px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
}

.header .header-bottom .header-navigation .navigation-sub_item:hover .navigation-sub-child {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
}

.header .header-bottom .header-navigation .navigation-sub-child > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 15px;
    color: var(--bs-gray-1000);
    font-weight: 500;
    background-color: var(--bs-white);
}

.header .header-bottom .header-navigation .navigation-sub-child > li:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-200);
}

.header .header-bottom .header-navigation .navigation-sub-child > li:hover > a {
    background-color: #edf2f8;
    color: var(--primary-color);
}

.header-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.navigation-show .header-overlay {
    opacity: 1;
    visibility: visible;
}

.header-bar_actions {
    display: none;
}

.header .header-middle .header-bar .header-bar_actions .action-item > .action-button {
    border: 0;
    padding: 3px;
    background: transparent;
    border-radius: 0;
    color: var(--bs-gray-800);
    font-size: var(--size-heading-2);
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hamburger-icon {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hamburger-icon > span {
    display: block;
    position: absolute;
    height: 1.5px;
    background: var(--bs-gray-800);
    border-radius: 9px;
    opacity: 1;
    left: 5px;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-icon > span:nth-child(1) {
    top: 9px;
}

.hamburger-icon > span:nth-child(2),
.hamburger-icon > span:nth-child(3) {
    top: 17px;
}

.hamburger-icon > span:nth-child(4) {
    top: 25px;
}

.navigation-show .hamburger-icon > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-show .hamburger-icon > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-show .hamburger-icon > span:nth-child(1),
.navigation-show .hamburger-icon > span:nth-child(4) {
    top: 17.5px;
    width: 0;
    left: 50%;
}

@media (max-width: 1200px) {
    .header-bar__logo {
        width: 70px;
    }

    .header .header-middle {
        border-bottom: 2px solid var(--primary-color);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item .action-button {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--secondary-color);
        color: var(--bs-white);
        font-size: 15px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item .action-button.hamburger-icon {
        border-radius: 0;
        background-color: transparent;
    }

    .navigation-sub.navigation-sub_2 {
        left: 0 !important;
        top: 0 !important;
    }

    .header .header-bottom .header-navigation > ul > li:not(:last-child)::before {
        position: unset;
        content: unset;
        top: unset;
        right: unset;
        width: unset;
        height: unset;
        border-radius: unset;
        transform: unset;
        background-color: unset;
    }

    .header .header-middle .header-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search .header-search {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 10px 0;
        background: var(--primary-color);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
    }

    .header .header-middle .header-search .frmSearch-form {
        background: transparent;
    }

    .header .header-middle .header-search .frmSearch-form .frmSearch-input {
        background: var(--bs-white);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search .header-search .frmSearch-form .frmSearch-select {
        width: auto;
        min-width: 100px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search .header-search .frmSearch-form .frmSearch-select > a {
        padding: 0 12px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search .header-search .frmSearch-form .frmSearch-input {
        padding-left: 25px;
        padding-right: 110px;
    }


    .header .header-middle .header-search .frmSearch-form .frmSearch-button {
        font-size: var(--size-default);
    }

    .header .header-middle .header-search .header-search_result > .container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .header .header-middle .header-search .header-search_result > .container > .row {
        --bs-gutter-y: 1rem !important;
        --bs-gutter-x: 1rem !important;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search.is-show .header-search {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user {
        position: relative;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list {
        position: absolute;
        top: calc(100% + 18px);
        right: -10px;
        border-radius: 5px;
        padding: 15px;
        background-color: var(--bs-white);
        text-align: center;
        min-width: 170px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
        -webkit-box-shadow: var(--shadow-1);
        box-shadow: var(--shadow-1);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list:before {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: transparent;
        display: block;
        content: "";
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list:after {
        top: -10px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid var(--bs-white);
        position: absolute;
        display: block;
        right: 17px;
        width: 0;
        height: 0;
        content: "";
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > .button > a {
        background: var(--primary-color);
        color: var(--bs-white);
        font-size: var(--size-default);
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 4px;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > .button > a:hover {
        background: var(--primary-hover);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > .text {
        color: var(--gray-500);
        margin-top: 6px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > .text > a:hover {
        color: var(--primary-color);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > ul {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 -5px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > ul li a {
        padding: 8px 12px;
        border-radius: 4px;
        color: var(--gray-800);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        text-align: left;
        letter-spacing: .3px;
        font-size: var(--size-default);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user .action-list .action-list_account > ul li:hover a {
        background: rgba(238, 151, 45, 0.1);
        color: var(--primary-color);
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-user.is-show .action-list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header-bar_actions {
        display: flex;
        gap: 7px;
    }

    .header .header-bottom {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        max-height: 100vh;
        padding-bottom: 70px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        max-width: 400px;
        -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        background: var(--light-color);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
        z-index: 21;
    }

    .navigation-show .header .header-bottom {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header .header-bottom .header-bottom_header {
        padding: 5.5px 60px 5.5px 15px;
        background: var(--bs-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid var(--gray-200);
        position: relative;
    }

    .header .header-bottom .header-bottom_header .header-bottom_header__title img {
        height: 50px;
        width: auto;
        max-width: 100%;
    }

    .header .header-bottom .header-bottom_header > button {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: var(--secondary-color);
        position: absolute;
        z-index: 100;
        right: 0;
        top: 5.5px;
    }

    .header .header-bottom .header-bottom_header > button svg {
        stroke: var(--secondary-color);
        -webkit-transition: stroke .3s ease-in-out .1s;
        -o-transition: stroke .3s ease-in-out .1s;
        transition: stroke .3s ease-in-out .1s;
        height: 28px;
        width: 28px;
    }

    .header .header-bottom .header-bottom_header > button:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header .header-bottom .header-bottom_header > button:hover svg {
        stroke: var(--gray-800);
    }

    .header .header-bottom .header-navigation > ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: var(--bs-white);
        flex-direction: column;
        width: 100%;
    }

    .header .header-bottom .header-navigation > ul > li {
        width: 100%;
    }

    .header .header-bottom .header-navigation > ul > li > a {
        color: var(--gray-800);
        font-weight: 700;
        font-size: 1em;
        padding: 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        letter-spacing: 0.3px;
        position: relative;
    }

    .header .header-bottom .header-navigation > ul > li:hover > a {
        color: var(--secondary-color);
    }


    .header .header-bottom .header-navigation > ul > li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        overflow-x: hidden;
        width: 400px;
        max-width: 100%;
        -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        background: var(--light-color);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
        z-index: 21;
        padding-bottom: 70px;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: var(--bs-white);
        max-height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > a,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a {
        color: var(--gray-800);
        font-weight: 700;
        font-size: 1em;
        padding: 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0.3px;
        position: relative;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > a > img,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a > img,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > a > img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }


    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li.text-center > a {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li.text-center > a > i {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-left: 7px;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li + li,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li + li,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > .li-header,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header {
        padding: 5.5px 60px 5.5px;
        background: var(--primary-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        height: 61px;
        color: var(--bs-white);
        font-size: 1.1em;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > .li-header > button,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: var(--bs-white);
        position: absolute;
        left: 0;
        top: 5px;
        font-size: var(--size-default);
        opacity: .75;
    }


    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > .li-header > button:hover svg,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button:hover,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > .li-header > button:hover {
        opacity: .9;
    }

    .header .header-bottom .header-navigation > ul > li.navigation-sub_show .navigation-sub,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li.navigation-sub_show > .navigation-sub,
    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul > li.navigation-sub_show > .navigation-sub {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2.5px;
        margin-right: -2.5px;
        margin-top: -2.5px;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images .li-header {
        width: 100%;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li {
        width: 50%;
        padding: 5px;
        overflow: hidden;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li + li {
        border-top: 0;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li > a {
        padding: 0;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li > a:before {
        padding-top: calc(50 / 131 * 100%);
        display: block;
        content: "";
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li.text-center {
        width: 100%;
        margin-top: 5px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        padding: 0;
    }

    .header .header-bottom .header-navigation > ul > li > .navigation-sub > ul > li > .navigation-sub > ul.navigation-sub_item__list___images > li.text-center > a {
        padding: 15px 15px;
    }

    .header .header-bottom .header-navigation > ul > li:hover .navigation-sub {
        top: 0;
    }

    .header .header-bottom .header-contacts {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .header .header-bottom .header-contacts .header-contact_item {
        width: 100%;
    }

    .header .header-bottom .header-contacts .header-contact_item + .header-contact_item {
        margin-top: 8px;
        margin-left: 0;
    }

    .header .header-bottom .header-contacts .header-contact_item > a {
        padding: 12px 30px;
        width: 100%;
        font-size: var(--size-subtitle);
        border-radius: 25px !important;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    .header .header-bottom .header-contacts .header-contact_item > a > svg {
        height: 22px;
        width: 22px;
    }

    .header .header-bottom .header-contacts .header-contact_item > a.map {
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
    }

    .header .header-bottom .header-contacts .header-contact_item > a.map svg {
        stroke: var(--primary-color);
        -webkit-transition: .3s stroke ease-in-out;
        -o-transition: .3s stroke ease-in-out;
        transition: .3s stroke ease-in-out;
    }

    .header .header-bottom .header-contacts .header-contact_item > a.map:hover {
        border: 1px solid var(--primary-hover);
        background: var(--primary-hover);
        color: var(--bs-white);
    }

    .header .header-bottom .header-contacts .header-contact_item > a.map:hover svg {
        stroke: var(--bs-white);
    }

}

@media (max-width: 576px) {
    .header .header-middle .header-search .frmSearch-form .frmSearch-button {
        width: 60px;
    }

    .header .header-middle .header-bar .header-bar_actions .action-item.action-search .header-search .frmSearch-form .frmSearch-input {
        padding-left: 25px;
        padding-right: 70px;
    }
}

/*==========================================end code mới================*/
.section-hero,
.hero-slide {
    position: relative;
}

.hero-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background-color: rgb(30 29 29 / 10%);
}

.hero-content .hero-title {
    font-weight: 700;
    font-size: 4em;
    color: var(--bs-white);
    margin-bottom: 20px;
    font-family: var(--font-heading);
}

.hero-content .hero-heading {
    color: var(--bs-gray-200);
    margin-bottom: 20px;
    font-size: 1.2em;
}

.section-hero .slider-hero_group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.section-hero .slider-hero_group .slider-button_prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
}

.section-hero .slider-hero_group .slider-button_next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
}

.section-hero .slider-hero_group [class*=button] {
    border-radius: 50%;
    color: var(--bs-white);
    font-weight: 400;
    font-size: 2em;
    min-width: 55px;
    min-height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
}

.section-hero .slider-hero_group [class*=button]:hover,
.section-hero .slider-hero_group [class*=button]:active {
    color: var(--bs-white);
}

.section-hero .slider-hero_group [class*=button].swiper-button-disabled {

    opacity: .4;
    cursor: not-allowed;
}

.slider-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper-pagination-bullet {
    opacity: 1;
    height: 6px;
    width: 20px;
    border-radius: 2px;
    background: #D4D8D8;
    margin: 0;
    transition: var(--transition-default);
}

.slider-theme .swiper-pagination-bullet {
    background: var(--bs-gray-400);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-theme .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    background: var(--primary-color) !important;
}


@media (max-width: 1024px) {

    .hero-content .hero-title {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .hero-button .button-theme {
        padding: 10px 22px;
        font-size: 0.9em !important;
    }
}

@media (max-width: 992px) {
    .hero-content .hero-title {
        font-size: 2em;
    }

    .hero-content .hero-heading {
        font-size: 1em;
    }

}

@media (max-width: 576px) {
    .slider-hero_group,
    .hero-content {
        display: none !important;
    }


    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
    }
}

.category-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    height: 238px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.category-card > a {
    flex-grow: 1;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.category-card .category-card__title {
    font-size: 0.925rem;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
    flex-shrink: 0;
    margin-bottom: 0;
    background-color: var(--bs-white);
}

.category-card:hover .category-card__title {
    color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .category-card {
        height: auto;
        padding-top: 100%;
    }

    .category-card > a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.category-tab {
    margin-bottom: 20px;
    margin-top: 30px;
}

.category-tab .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 0;
}

.category-tab .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 0 0 5px;
    border-radius: 0;
    font-weight: 700;
    color: var(--gray-800);
    font-size: var(--size-default);
    background-color: transparent !important;
    position: relative;
    text-transform: uppercase;
}

.category-tab .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.category-tab .nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}

.category-tab .nav-tabs .nav-item + .nav-item {
    margin-left: 20px;
}

.section-tab_content .tab-pane {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .3s cubic-bezier(.71, 1.4, .77, 1.24);
    -o-transition: all .3s cubic-bezier(.71, 1.4, .77, 1.24);
    transition: all .3s cubic-bezier(.71, 1.4, .77, 1.24);
}

.section-tab_content .tab-pane.active.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.description-expand .content {
    max-height: 370px;
    overflow: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--size-subtitle);
}

.description-expand .content p:last-child {
    margin-bottom: 0;
}

.description-expand.is-show .content {
    max-height: var(--height);
}

.description-expand .expand {
    text-align: center;
}

.description-expand .expand > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    color: var(--gray-800);
    font-weight: 500;
    font-size: var(--size-subtitle);
}

.description-expand .expand > a > i {
    -webkit-transition: .3s transform ease-in-out;
    -o-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out;
    font-size: var(--size-heading-2);
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.brand-card .card-header {
    position: relative;
    padding-bottom: calc(50 / 131 * 100%) !important;
    width: 100%;
    overflow: hidden;
}

.brand-card .card-body {
    padding: 10px;
}

.brand-card .card-body .card-title {
    font-weight: 700;
    color: var(--gray-800);
    font-size: var(--size-title);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 3px;
}

.brand-card .card-body .card-text {
    color: var(--gray-500);
}

.brand-card:hover .card-header .card-img-top {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.brand-card:hover .card-body .card-title {
    color: var(--primary-color);
}

.category-product_item {
    border-radius: 20px;
}

.category-product_inner .category-product_item .category-product_item__left > a {
    overflow: hidden;
    display: flex;
    height: 100%;
    border-radius: 10px;

}

.category-product_inner .category-product_item .category-product_item__left > a > img {
    object-fit: cover;
}

.category-product_inner .category-product_item .category-product_item__left > a:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.category-product_inner .category-product_item .category-product_item__left > .count {
    margin-top: 5px;
    color: var(--gray-400);
    font-size: var(--size-default);
    text-align: center;
}

.category-product_inner .category-product_item .category-product_item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.category-product_inner .category-product_item .category-product_item__right .title > a {
    font-weight: 700;
    color: var(--bs-dark);
    font-size: var(--size-subtitle);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.category-product_inner .category-product_item .category-product_item__right .title > a:hover {
    color: var(--primary-color);
}


.category-product_inner .category-product_item .category-product_item__right .list > a {
    display: block;
    padding: 2px 0;
    color: var(--gray-500);
    font-size: var(--size-default);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.category-product_inner .category-product_item .category-product_item__right .list > a:hover {
    color: var(--primary-color);
}

.category-product_inner .category-product_item .category-product_item__right .more {
    margin-top: auto;
}

.category-product_inner .category-product_item .category-product_item__right .more > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: var(--size-subtitle);
    color: var(--gray-800);
}

.category-product_inner .category-product_item .category-product_item__right .more > a > i {
    font-size: var(--size-heading-2);
    line-height: 0;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.category-product_inner .category-product_item .category-product_item__right .more > a:hover {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .category-product_inner .category-product_item .category-product_item__left > a {
        height: 100px;
    }

}

@media (max-width: 576px) {
    .category-product_item .border-end {
        border-right: 1px solid transparent !important;
    }

    .category-product_inner .category-product_item .category-product_item__left > .count {
        font-size: 0.8em;
    }
}

.category-breadcrumb {
    padding: 40px 0;
    text-align: center;
}

.category-breadcrumb .breadcrumb-heading {
    color: var(--gray-800);
    font-size: 2.2em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.category-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--size-default);
}

.category-breadcrumb .breadcrumb > .breadcrumb-item {
    color: var(--gray-400);
    position: relative;
}

.category-breadcrumb .breadcrumb > .breadcrumb-item > a {
    color: var(--gray-800);
}

.category-breadcrumb .breadcrumb > .breadcrumb-item > a:hover {
    color: var(--primary-color);
}

.category-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
}

.category-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
    font-family: "Font Awesome 5 Pro";
    float: none;
    padding-right: 0;
    content: "\f105";
    top: calc(50% - 1px);
    -webkit-transform: translateX(200%) translateY(-50%);
    -ms-transform: translateX(200%) translateY(-50%);
    transform: translateX(200%) translateY(-50%);
    left: 0;
    color: var(--gray-800);
    font-size: var(--size-heading-2);
    position: absolute;
    line-height: 1;
}

.section-breadcrumb {
    padding: 15px 0;
}

.section-breadcrumb .section-breadcrumb_title {
    font-size: 2em;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px;
}

.section-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.section-breadcrumb .breadcrumb > .breadcrumb-item {
    color: var(--gray-400);
    position: relative;
    font-size: 0.95em;
    font-weight: 500;
}

.section-breadcrumb .breadcrumb > .breadcrumb-item > a {
    color: var(--gray-800);

}

.section-breadcrumb .breadcrumb > .breadcrumb-item > a:hover {
    color: var(--primary-color);
}

.section-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
}

.section-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
    font-family: "Font Awesome 5 Pro";
    float: none;
    padding-right: 0;
    content: "\f105";
    top: calc(50% - 1px);
    -webkit-transform: translateX(200%) translateY(-50%);
    -ms-transform: translateX(200%) translateY(-50%);
    transform: translateX(200%) translateY(-50%);
    left: -2px;
    color: var(--gray-800);
    font-size: 15px;
    position: absolute;
    font-weight: 400;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .section-breadcrumb .breadcrumb .breadcrumb-item {
        display: none;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(1),
    .section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2) {
        display: block;
    }
}

.section-pagination {
    padding-top: 40px;
}

.section-pagination .pagination {
    margin-bottom: 0;
    gap: 10px;
}

.section-pagination .pagination li a {
    padding: 0;
    width: 20px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    color: var(--gray-800);
    border: 0;
    letter-spacing: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-pagination .pagination .page-item.pageactive .page-link {
    color: var(--bs-white);
}

.section-pagination .pagination .page-item .page-link {
    border-radius: 50%;
    background: #adadad47;
    color: #0a0a0a;
    height: 35px;
    min-width: 35px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
}


.section-pagination .pagination .page-item.pageactive .page-link,
.section-pagination .pagination .page-item .page-link:hover {
    background: var(--primary-color);
    color: var(--bs-white);
}

.sidebar-filter {
    background-color: var(--bs-white);
    border-radius: 20px;
}

.sidebar-filter + .sidebar-filter {
    margin-top: 25px;
}

.sidebar-filter .sidebar-filter_header {
    padding: 15px;
    border-bottom: 1px solid var(--bs-gray-300);
    width: 100%;
}

.sidebar-filter .sidebar-filter_title {
    font-weight: 700;
    color: var(--bs-gray-1000);
    font-size: 1.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-filter .sidebar-filter_title.color-root {
    color: var(--secondary-color);
}

.sidebar-filter .sidebar-filter_title .toggle-square {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray-800);
    border-radius: 4px;
    font-size: .7em;
    color: var(--gray-800);
}

.sidebar-filter .sidebar-filter_title .toggle-square[aria-expanded=false] i:before {
    content: "\f067";
}


.sidebar-filter .sidebar-filter_title .toggle-arrow {
    width: 18px;
    height: 18px;
    font-size: 1.1em;
    text-align: center;
    margin-right: -4px;
}

.sidebar-filter .sidebar-filter_title .toggle-square i {
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
}

.sidebar-filter .sidebar-filter_title .toggle-square[aria-expanded=false] i:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-filter .sidebar-filter_title .search-clear {
    font-weight: 400;
    color: var(--bs-gray-600);
    font-size: .85em;
}

.sidebar-filter .sidebar-filter_title .search-clear:hover {
    color: var(--bs-gray-1000);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_title {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_range .sidebar-filter_line .range-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: var(--size-subtitle);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_range .sidebar-filter_line .range-slide {
    margin-top: 15px;
    padding: 0 8px;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_range .sidebar-filter_line .range-slide .ui-slider {
    border: 0;
    background: var(--bs-gray-300);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_range .sidebar-filter_line .range-slide .ui-slider .ui-slider-range {
    background: var(--primary-color);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_range .sidebar-filter_line .range-slide .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: var(--bs-white);
    -webkit-box-shadow: var(--shadow-1);
    box-shadow: var(--shadow-1);
    border: 0;
    outline: none;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check {
    font-size: var(--size-default);
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check .form-check-input {
    width: 1.35em;
    height: 1.35em;
    border-radius: 0.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 2px;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check .form-check-input:focus {
    border-color: #0d6efd !important;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check .form-check-label {
    width: 100%;
    padding-left: .75em;
    cursor: pointer;
    color: var(--bs-gray-800);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li .form-check .form-check-input:checked + .form-check-label {
    color: var(--primary-color);
    font-weight: 500;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li + li {
    margin-top: 6px;
}

.sidebar-filter .sidebar-filter_body .toggle-wrapper .sidebar-filter_list {
    max-height: 180px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    overflow: hidden;
}

.sidebar-filter .sidebar-filter_body .toggle-wrapper.is-expanded .sidebar-filter_list {
    max-height: 100vh;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item {
    padding: 20px;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item.sidebar-filter_item__radio {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item.sidebar-filter_item__radio .sidebar-filter_list {
    max-height: 225px;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_list ul li {
    margin: 0 !important;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_list ul li .form-check {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_list ul li .form-check .form-check-input {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_list ul li .form-check .form-check-label {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_list ul li .form-check .form-check-input:checked + .form-check-label {
    font-weight: 700;
    background: #F1F5F9;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item__radio .sidebar-filter_expand {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #F1F5F9;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_item + .sidebar-filter_item {
    border-top: 1px solid #F1F5F9;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_expand {
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li > a {
    width: 100%;
    cursor: pointer;
    color: var(--gray-800);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li > a > span {
    color: var(--gray-400);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li > a:hover,
.sidebar-filter .sidebar-filter_body .sidebar-filter_list ul li > a:hover span {
    color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .sidebar-filter {
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
        transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
        background: var(--bs-white);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        height: 100%;
        max-width: 400px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
        z-index: 101;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sidebar-filter .sidebar-filter_header {
        position: relative;
        z-index: 11;
        background: var(--bs-white);
    }

    .sidebar-filter .sidebar-filter_title {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .sidebar-filter .sidebar-filter_title .search-clear {
        margin-top: 2px;
    }

    .sidebar-filter .sidebar-filter_header .sidebar-filter_close {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        border: 1px solid rgba(0, 0, 0, 0.015);
        padding: 0;
        border-radius: 4px;
        background: #F8FAFC;
        color: var(--gray-800);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .sidebar-filter .sidebar-filter_header .sidebar-filter_close svg {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .sidebar-filter .sidebar-filter_header .sidebar-filter_close:active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sidebar-filter .sidebar-filter_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        z-index: 11;
        position: relative;
        background: var(--bs-white);
    }

    .sidebar-filter_overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 10;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background: rgba(0, 0, 0, .7);
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
    }

    .sidebar-filter.is-show {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
    }

    .is-show.sidebar-filter_overlay {
        pointer-events: auto;
        visibility: visible;
        opacity: .5;
    }
}

.sidebar-filter-category .section-heading {
    margin-bottom: 15px;
}

.sidebar-filter__category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-filter__category .link-category {
    color: var(--bs-gray-700);
    font-weight: 500;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 1.05em;
}

.sidebar-filter__category .link-category.active,
.sidebar-filter__category .link-category:hover {
    color: var(--primary-color);
}


.category-header .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.category-header .heading .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.category-header .heading .title > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    height: 38px;
    width: 38px;
    padding: 10px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-header .heading .title > span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

.category-header .heading .title h1,
.category-header .heading .title .h1 {
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: var(--bs-gray-1000);
    line-height: 1.4;
}

.category-header .heading .sort {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-header .heading .sort > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid var(--gray-500);
    color: var(--gray-500);
    font-size: var(--size-default);
}

.category-header .heading .sort > a.active,
.category-header .heading .sort > a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.category-header .heading .sort > a + a {
    margin-left: 8px;
}

.brand-header,
.category-header {
    padding-bottom: 15px;
}

.category-body .result,
.brand-body .result {
    /*margin-top: 20px;*/
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--gray-500);
    font-size: var(--size-default);
}

.category-body .result .result-list,
.brand-body .result .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
}

.category-body .result .result-list span:first-child,
.brand-body .result .result-list span:first-child {
    margin-left: 8px;
}

.category-body .result .result-list span,
.brand-body .result .result-list span {
    margin-right: 8px;
    margin-top: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 15px;
    border-radius: 50px;
    border: 1px solid var(--gray-500);
    color: var(--gray-500);
    font-size: var(--size-default);
}

.category-body .result .result-list span > a,
.brand-body .result .result-list span > a {
    margin-left: 8px;
    color: var(--gray-500);
}

.category-body .result .result-list span > a:hover,
.brand-body .result .result-list span > a:hover {
    color: var(--red-color);
}

.category-body .result .result-list > a,
.brand-body .result .result-list > a {
    margin-left: 8px;
    font-weight: 700;
}

.category-body .result .result-list::-webkit-scrollbar,
.brand-body .result .result-list::-webkit-scrollbar {
    height: 5px;
}

.category-body .result .result-list::-webkit-scrollbar-track,
.brand-body .result .result-list::-webkit-scrollbar-track {
    background: #ffffff;
}

.category-body .result .result-list::-webkit-scrollbar-thumb,
.brand-body .result .result-list::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.category-body .result .result-list::-webkit-scrollbar-thumb:hover,
.brand-body .result .result-list::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9;
}

.category-body .result > a:hover,
.brand-body .result > a:hover {
    color: var(--primary-color);
}

.product-empty {
    text-align: center;
    padding: 50px 0;
}

.product-empty .product-empty_icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-empty .product-empty_icon img {
    width: 150px;
    height: 150px;
}

.product-empty .product-empty_title {
    margin-top: 10px;
    font-size: 1.4em;
    color: var(--gray-800);
    font-weight: 700;
}

.category-more {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 1200px) {

    .category-header .heading .title > .toggle-sort,
    .section-heading_highlight .toggle-sort {
        background-color: var(--secondary-color);
        color: var(--bs-white);
        border-radius: 4px;
        font-size: var(--size-sub);
        padding: 4px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .category-header .heading .title > .toggle-sort i {
        margin-left: 4px;
    }

    .category-header .heading .sort {
        position: absolute;
        right: 0;
        top: calc(100% + 15px);
        -webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
        -o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
        transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
        -webkit-box-shadow: var(--shadow-1);
        box-shadow: var(--shadow-1);
        z-index: 100;
        background: var(--bs-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .category-header .heading .sort > a {
        border-radius: 0;
        border: 0;
        width: 100%;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }


    .category-header .heading .sort a:not(:first-child) {
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }

    .category-header.is-show .heading .sort {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 100%;
    }

    .category-header .heading .sort > a.active, .category-header .heading .sort > a:hover {
        color: var(--secondary-color);
        background-color: transparent;
    }

}

@media (max-width: 576px) {
    .category-header .heading {
        flex-direction: column;
    }

    .category-header .heading .title {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .page-search .category-header .heading .title {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .page-search .category-header .heading .title h1 {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .category-header .heading .title h1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-brands .category-header .heading .title h1 {
        width: 100%;
        flex-shrink: 0;
    }

    .page-brands .category-header .heading .text {
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

}

.detail-main {
    border-radius: 5px;
    font-size: var(--size-default);
}

.detail-images .product-avatar_photo {
    position: relative;
}

.detail-images .product-avatar_photo .preview-avatar_photo__item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
    border-radius: 8px;

}

.detail-images .product-avatar_photo .preview-avatar_photo__item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.detail-images .product-avatar_photo .preview-avatar_photo__item span {
    position: absolute;
    top: 10px;
    right: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: var(--gray-500);
    font-size: calc(1.1 * var(--size-heading));
    cursor: pointer;
}

.detail-images .product-avatar_photo .preview-avatar_photo__item:hover span {
    right: 10px;
    opacity: 1;
    visibility: visible;
}

.detail-images .product-avatar_thumb {
    margin-top: 10px;
}

.detail-images .product-avatar_thumb .preview-avatar_thumb__item {
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    visibility: visible;
    border: 1px solid var(--bs-gray-300);
}

.detail-images .product-avatar_thumb .preview-avatar_thumb__item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px !important;
}

.detail-images .product-avatar_thumb .swiper-slide-thumb-active .preview-avatar_thumb__item {
    border-color: var(--primary-color);
}

.detail-information .detail-information_title {
    margin-bottom: 10px;
    font-size: var(--size-heading);
    font-weight: 700;
    color: var(--gray-800);
}

.detail-information__code {
    color: var(--bs-gray-600);
    margin-bottom: 5px;
}

.detail-information .detail-information_block__1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray-400);
    margin-bottom: 10px;
}

.detail-information .detail-information_block__1 .detail-information_block__1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.detail-information .detail-information_block__1 .detail-information_block__1__item > a {
    color: #2563EB;
    margin-left: 6px;
}

.detail-information .detail-information_block__1 .detail-information_block__1__item > a:hover {
    color: var(--primary-color);
}

.detail-information .detail-information_block__1 > .detail-information_block__1__item + .detail-information_block__1__item:before {
    content: "|";
    padding-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    position: relative;
}

.detail-information_divider {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray-200);
}

.detail-information .detail-information_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
}

.detail-information .detail-information_price .detail-information_price__left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.detail-information .detail-information_price .detail-information_price__left .price-old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-information .detail-information_price .detail-information_price__left .price-old .price-value {
    color: var(--gray-500);
    text-decoration: line-through;
}

.detail-information .detail-information_price .detail-information_price__left .price-old .price-badge {
    margin-left: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ED3439;
    color: var(--bs-white);
    text-align: center;
    width: 50px;
    font-size: 1em;
    height: 24px;
    line-height: 22px;
    background-color: #ED3439;
    position: relative;
    font-weight: 700;
}

.detail-information .detail-information_price .detail-information_price__left .price-old .price-badge:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    border-width: 12px 12px 12px 0;
    border-color: transparent #ED3439 transparent transparent;
}

.detail-information .detail-information_price .detail-information_price__left .price-old .price-badge:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--bs-white);
    height: 5px;
    width: 5px;
    display: block;
    content: "";
    left: -3px;
    z-index: 2;
}

.detail-information .detail-information_price .detail-information_price__left .price-current .price-value {
    color: var(--gray-500);
}

.detail-information .detail-information_price .detail-information_price__left .price-current .price-value > span {
    color: var(--red-color);
    font-weight: 700;
    font-size: var(--size-heading-1);
}

.detail-information .detail-information_price .detail-information_price__right {
    width: 50%;
    padding: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 1px solid var(--gray-200);
}

.detail-information .detail-information_price .detail-information_price__right .price-text {
    color: var(--gray-400);
}

.detail-information .detail-information_price .detail-information_price__right .price-text > img {
    margin-left: 5px;
    height: 34px;
    width: auto;
    max-width: 100%;
}

.detail-information .detail-information_price .detail-information_price__right .price-text > a > img {
    margin-left: 5px;
    height: 15px;
    width: auto;
    max-width: 100%;
}

.detail-information .detail-information_price .detail-information_price__right .price-value {
    margin-top: 5px;
    font-weight: 700;
    color: #2563EB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-information .detail-information_price .detail-information_price__right .price-value > span {
    font-size: var(--size-heading-2);
    margin-left: 5px;
}

.detail-information .detail-information_properties {
    margin-top: 15px;
}

.detail-information .detail-information_properties .property-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*
.detail-information .detail-information_properties .property-item .property-item_title {
    margin-right: 15px;
    color: var(--gray-500);
}
*/

.detail-information .detail-information_properties .property-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-information .detail-information_properties .property-item .property-value_button {
    border: 1px solid rgb(221, 221, 227);
    border-radius: 16px;
    padding: 7px 24px;
    display: flex;
    color: var(--bs-gray-600);
    text-align: center;
    font-weight: 600;
    font-size: 0.9em;
    background-color: transparent;
    transition: var(--transition-default);
    position: relative;
    overflow: hidden;
}

.detail-information .detail-information_properties .property-item .property-value_button .check-tab {
    position: absolute;
    right: -10px;
    top: -4px;
    width: 38px;
    font-weight: 500;
    color: var(--bs-white);
    font-size: 8px;
    transform: rotate(40deg);
    background-color: var(--primary-color);
    height: 18px;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.detail-information .detail-information_properties .property-item .property-value_button .check-tab > i {
    transform: rotate(-30deg);
    transition: var(--transition-default);
}

.detail-information .detail-information_properties .property-item .property-value_button:not(:first-child) {
    margin: 5px;
}

.detail-information .detail-information_properties .property-item .property-value_button:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.detail-information .detail-information_properties .property-item .property-value_button.active {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.detail-information .detail-information_properties .property-item .property-value_button.active .check-tab {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.detail-information .detail-information_stock {
    margin-top: 15px;
    color: var(--gray-400);
}

.detail-information .detail-information_stock .is-stock {
    font-weight: 700;
    color: #16A34A;
}

.detail-information .detail-information_stock .out-ofstock {
    font-weight: 700;
    color: #DC2626;
}

.detail-information .detail-information_quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity .quantity-button {
    border-radius: 5px;
    height: 36px;
    width: 36px;
    border: 1px solid var(--gray-300);
    color: var(--gray-500);
    background: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--size-title);
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity .quantity-button svg {
    width: 12px;
    height: 12px;
    stroke: var(--gray-800);
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity .quantity-button:hover {
    background: var(--light-color);
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity .quantity-button:active {
    background: var(--primary-color);
    color: var(--bs-white);
    border-color: var(--primary-color);
}

.detail-information .detail-information_quantity .detail-information_quantity__item .quantity input {
    border: 1px solid var(--gray-300);
    color: var(--gray-500);
    border-radius: 5px;
    padding: 5px;
    width: 100px;
    height: 36px;
    margin: 0 5px;
    text-align: center;
    font-size: var(--size-title);
}

.detail-information .detail-information_quantity .detail-information_quantity__item .button-theme {
    padding: 10px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    flex-direction: row;
}

.detail-information .detail-information_quantity .detail-information_quantity__item .button-theme svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

.detail-information .detail-information_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

.detail-information .detail-information_actions .detail-information_actions__item > .button-action {
    --color: var(--gray-800);
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: var(--size-default);
    color: var(--color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.detail-information .detail-information_actions .detail-information_actions__item > .button-action > svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

.detail-information .detail-information_actions .detail-information_actions__item > .button-action > svg path {
    stroke: var(--color);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.detail-information .detail-information_actions .detail-information_actions__item > .button-action:hover,
.detail-information .detail-information_actions .detail-information_actions__item > .button-action.is-selected {
    --color: var(--primary-color);
}

.detail-information .detail-information_actions .detail-information_actions__item > .button-action.is-selected > svg path {
    stroke: transparent;
    fill: var(--primary-color);
}

.detail-information .detail-information_actions .detail-information_actions__item + .detail-information_actions__item {
    margin-left: 20px;
}

.detail-box__title {
    font-weight: 500;
    color: var(--bs-gray-700) !important;
}

@media (max-width: 576px) {

    .detail-information .detail-information_quantity {
        flex-direction: column;
        gap: 4px;
    }

    .detail-information .detail-information_quantity .detail-information_quantity__item + .detail-information_quantity__item,
    .detail-information .detail-information_quantity .detail-information_quantity__item .button-theme,
    .detail-information_quantity__item.detail-information_quantity__item___mb {
        width: 100%;
    }

    .detail-information .detail-information_quantity .detail-information_quantity__item + .detail-information_quantity__item {
        margin-left: 0;
    }

}

.detail-information .detail-information_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detail-information__characteristic .characteristic__box {
    background-color: rgb(2 30 114 / 2%);
    padding: 10px 12px;
}

.detail-information__characteristic .characteristic__box:nth-child(odd) {
    background-color: rgb(2 30 114 / 8%);
}

.detail-information__characteristic .characteristic__box .detail-box__title {
    width: 180px;
    font-weight: 700;
    color: var(--bs-gray-900) !important;
}

.detail-information__characteristic .characteristic__box .characteristic-box__tex {
    border-left: 1px solid #cbcdcb47;
    padding-left: 12px;
    color: var(--bs-gray-800);
}

.information-commit {
    border: 1px solid var(--bs-gray-500);
    border-radius: 0.5rem;
    color: #0a0a0a;
}

.information-commit .commit-title {
    font-weight: 700;
    font-size: var(--size-title);
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-gray-500);
    padding: 0.75rem;
    text-align: center;
}

.information-commit .commit-list {
    padding: 0.75rem;
}

.information-commit .commit-list .commit-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.information-commit .commit-list .commit-item .commit-icon {
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.information-commit .commit-list .commit-item .commit-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary-color);
    border-radius: 50%;
    position: relative;
    font-size: var(--size-subtitle);
}

.information-commit .commit-list .commit-item,
.information-description > h3 {
    font-size: 0.95rem;
    font-weight: 600;
}

@media (min-width: 767px) {
    .information-commit .commit-list .commit-item {
        display: flex;
        flex-flow: column nowrap;
        text-align: center;
        padding-bottom: 0.25rem;
    }

    .information-commit .commit-list .commit-item .commit-icon {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .detail-information__characteristic .characteristic__box .detail-box__title {
        width: 120px;
    }
}

.detail-information .detail-information_categories > a {
    color: var(--primary-color);
    background-color: transparent;
    display: inline-flex;
    position: relative;
    font-weight: 500;
    margin: 5px 2px 5px 5px;
}

.detail-information .detail-information_categories a:first-child {
    margin: 5px 2px 5px 0;
}

.detail-information .detail-information_categories > a:hover {
    text-decoration: underline;
}

.detail-information .detail-information_share {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.detail-information .detail-information_share .fb-share-button {
    margin-left: 7px;
}

.detail-information .detail-information_share .zalo-share-button {
    margin-left: 7px;
}

.detail-information .detail-information_desc {
    margin-top: 10px;
    color: var(--bs-gray-800);
    line-height: 1.8;
}

.detail-information .detail-information_desc p:last-child,
.detail-information .detail-information_desc ul:last-child {
    margin-bottom: 0;
}

.detail-information .detail-information_desc ul {
    padding-left: 16px;
}

@media (max-width: 780px) {
    .detail-policises {
        width: 100%;
    }
}

.page-product_description .nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #000000;
    font-size: 1.3rem;
    position: relative;
    padding: 10px 0;
    background-color: transparent;
}

.page-product_description .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.page-product_description .nav-tabs .nav-item .nav-link.active,
.page-product_description .nav-tabs .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.page-product_description .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
}

.page-product_description .nav-tabs .nav-item .nav-link.active:before {
    background-color: var(--primary-color);
    bottom: -2px;
    opacity: 1;
    visibility: visible;
}

.page-product_description .nav-tabs .nav-item + .nav-item {
    margin-left: 30px;
}

.page-product_description .tab-content .detail-desc {
    color: #0a0a0a;
}

@media screen and (max-width: 991px) {
    .page-product_description .nav-tabs {
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }
}


/*===========================
    Product Sidebar
===========================*/


.product-sidebar, .product-sidebar .product-sidebar_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-sidebar .product-sidebar_item {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    border-radius: 5px;
    overflow: hidden;
}

.product-sidebar .product-sidebar_item .sidebar-header {
    padding: 10px 15px 10px 30px;
    font-size: 1.05em;
    text-transform: uppercase;
    color: var(--bs-gray-1000);
    font-weight: 700;
    border-bottom: 1px solid var(--bs-gray-300);
    position: relative;
    display: flex;
}

.product-sidebar .product-sidebar_item .sidebar-header:not(.sidebar-header_icon):before {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: var(--primary-color);
    display: block;
    content: "";
    top: calc(50% - 2.5px);
    transform: rotate(45deg) translateY(-50%);
    left: 12px;
    transition: var(--transition-default);
}

.product-sidebar .product-sidebar_item .sidebar-header.sidebar-header_icon {
    padding-left: 40px;
}

.product-sidebar .product-sidebar_item .sidebar-header.sidebar-header_icon i {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 1.3em;
    color: #ED3439;
    animation: hand-shake 2s infinite;
}

@keyframes hand-shake {
    0% {
        transform: rotate(-5deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.product-sidebar .product-sidebar_item .sidebar-body {
    padding: 15px;
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact .sidebar-contact_item {
    background-color: var(--bs-gray-100);
    padding: 7.5px 15px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    transition: var(--transition-default);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--bs-gray-300);
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact .sidebar-contact_item:hover {
    background-color: rgba(var(--primary-rgb), .035);
    border: 1px solid rgba(var(--primary-rgb), .25);
    color: var(--primary-color);
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact .sidebar-contact_item .sidebar-contact_item--icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: var(--bs-white);
    flex-shrink: 0;
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact .sidebar-contact_item .sidebar-contact_item--icon.sidebar-contact_item--image {
    background-color: transparent;
}

.product-sidebar .product-sidebar_item .sidebar-body .sidebar-contact .sidebar-contact_item .sidebar-contact_item--content {
    font-weight: 600;
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-size: 1.05em;
}

.product-sidebar .product-sidebar_item.product-sidebar_promotion {
    background-color: rgba(var(--primary-rgb), .025);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.product-sidebar .product-sidebar_item.product-sidebar_promotion .sidebar-body .sidebar-promotion p {
    margin-bottom: 6px;
}

.product-sidebar .product-sidebar_item.product-sidebar_promotion .sidebar-body .sidebar-promotion ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 15px;
}

.product-sidebar .product-sidebar_item.product-sidebar_promotion .sidebar-body .sidebar-promotion p:last-of-type, .product-sidebar .product-sidebar_item.product-sidebar_promotion .sidebar-body .sidebar-promotion ul:last-of-type {
    margin-bottom: 0;
}

.detail-desc .section-heading_highlight .text .title {
    text-transform: initial;
}

.detail-desc .description-main .description-content img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto !important;
}

.detail-desc .description-main .description-content iframe {
    max-width: 100% !important;
}


.detail-desc .description-main .description-content h1,
.detail-desc .description-main .description-content h2,
.detail-desc .description-main .description-content h3,
.detail-desc .description-main .description-content h4,
.detail-desc .description-main .description-content h5,
.detail-desc .description-main .description-content h6 {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-weight: 700;
    color: var(--gray-800);
}

.detail-desc .description-main .description-content h1 {
    font-size: 1.5em;
}

.detail-desc .description-main .description-content h2 {
    font-size: 1.4em;
}

.detail-desc .description-main .description-content h3 {
    font-size: 1.3em;
}

.detail-desc .description-main .description-content h4 {
    font-size: 1.2em;
}

.detail-desc .description-main .description-content h5 {
    font-size: 1.1em;
}

.detail-desc .description-main .description-content h6 {
    font-size: 1em;
}

.detail-desc .description-main + .description-main {
    margin-top: 20px;
}

.detail-rating {
    font-size: 1.1em;
    max-width: fit-content;
}

.detail-rating .star-icon i {
    font-size: 1.2em;
    color: #f5c518;
}

.detail-rating .score {
    color: #333;
}

.detail-rating .rating-count {
    margin-left: 4px;
}

.product-table {
    border: 1px solid var(--primary-color);
}

.product-table tr {
    background-color: rgba(var(--primary-rgb), .025);
}

.product-table tr td {
    padding: 8px 14px;
}

.product-table tr td:first-child {
    width: 40%;
}

.detail-description .description-sidebar + .description-sidebar {
    margin-top: 20px;
}

.detail-description .description-sidebar .description-sidebar_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-description .description-sidebar .description-sidebar_contact .icon {
    height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
    background-color: #10B981;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-description .description-sidebar .description-sidebar_contact .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detail-description .description-sidebar .description-sidebar_contact .content > a {
    color: #10B981;
    font-weight: 700;
    font-size: var(--size-heading-1);
}

.detail-description .description-sidebar .description-sidebar_contact .content > a:hover {
    color: #0d865f;
}

.detail-description .description-sidebar .description-sidebar_contact .content > span {
    color: var(--gray-500);
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item {
    margin-top: 10px;
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item .collapse-item_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: var(--size-default);
    color: var(--gray-800);
    padding: 10px 15px;
    background: #F4F4F5;
    border-radius: 50px;
    font-weight: 500;
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item .collapse-item_button > i {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    font-size: var(--size-heading);
    line-height: 1;
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item .collapse-item_content {
    padding: 10px 0;
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item .collapse-item_content p:last-child {
    margin-bottom: 0;
}

.detail-description .description-sidebar .description-sidebar_collapse .collapse-item .collapse-item_button[aria-expanded=true] > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item .pledge-item_icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    background-color: var(--primary-color);
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item .pledge-item_icon img {
    width: 24px;
    max-width: 100%;
    height: auto;
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item .pledge-item_content .pledge-item_content__title {
    margin-bottom: 15px;
    color: var(--gray-800);
    font-size: var(--size-title);
    font-weight: 700;
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item .pledge-item_content .pledge-item_content__desc {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.detail-description .description-sidebar .description-sidebar_pledge .pledge-item + .pledge-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #F1F5F9;
}

.detail-block {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--bs-white);
}

.comment-overview {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--bs-white);
}

.comment-overview .comment-overview_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment-title {
    color: var(--gray-800);
    font-weight: 700;
    font-size: var(--size-title);
}

.comment-overview .comment-overview_desc {
    color: var(--gray-800);
    font-size: var(--size-default);
}

.comment-overview .comment-overview_progress {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-overview .comment-overview_progress .progress-inner {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    background: -o-radial-gradient(closest-side, #fff 90%, transparent 0 99.9%, #fff 0), conic-gradient(var(--primary-color), calc(var(--value) * 1%), #f1f1f1 0);
    background: radial-gradient(closest-side, #fff 90%, transparent 0 99.9%, #fff 0), conic-gradient(var(--primary-color), calc(var(--value) * 1%), #f1f1f1 0);
    margin: 15px 0;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.comment-overview .comment-overview_progress .progress-inner .progress-inner_desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(90deg) scaleX(-1);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    color: var(--gray-800);
    font-size: var(--size-default);
}

.comment-overview .comment-overview_progress .progress-inner .progress-inner_desc b {
    color: var(--primary-color);
    font-weight: 700;
    font-size: var(--size-heading-2);
    line-height: 1.2;
}

.comment-overview .comment-overview_timeline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 70px;
}

.comment-overview .comment-overview_timeline .timeline-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}

.comment-overview .comment-overview_timeline .timeline-item .timeline-item_title {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    color: var(--gray-800);
    font-size: var(--size-default);
}

.comment-overview .comment-overview_timeline .timeline-item .timeline-item_bg {
    position: relative;
    display: block;
    overflow: hidden;
    height: 5px;
    width: 100%;
    background-color: #F4F4F5;
    border-radius: 5px;
}

.comment-overview .comment-overview_timeline .timeline-item .timeline-item_bg:before {
    position: absolute;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 2;
    width: var(--value);
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.comment-overview .comment-overview_timeline .timeline-item .timeline-item_count {
    min-width: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
    font-size: .9rem;
    color: var(--gray-500);
    text-align: right;
}

.comment-overview .comment-overview_images {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comment-overview .comment-overview_images .images-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -4px 0;
}

.comment-overview .comment-overview_images .images-grid .images-grid_item {
    width: 25%;
    padding: 4px;
    position: relative;
}

.comment-overview .comment-overview_images .images-grid .images-grid_item > a {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
}

.comment-overview .comment-overview_images .images-grid .images-grid_item > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.comment-overview .comment-overview_images .images-grid .images-grid_item > a > img:hover {
    opacity: .6;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.comment-overview .comment-overview_images .images-grid .images-grid_item > a > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--size-heading-2);
    background-color: rgb(0, 0, 0, .75);
    color: var(--bs-white);
}

.comment-list {
    margin-top: 20px;
}

.comment-list .comment-list_inner .list-inner_header {
    margin-bottom: 20px;
}

.comment-list .comment-list_inner .list-inner_header .comment-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-list .comment-list_inner .list-inner_header .comment-sort > .comment-sort_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: var(--size-subtitle);
    position: relative;
    padding: 8px 0;
    color: var(--gray-600);
}

.comment-list .comment-list_inner .list-inner_header .comment-sort > .comment-sort_item:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.comment-list .comment-list_inner .list-inner_header .comment-sort > .comment-sort_item.active {
    color: var(--primary-color);
}

.comment-list .comment-list_inner .list-inner_header .comment-sort > .comment-sort_item.active:before {
    background-color: var(--primary-color);
    bottom: -2px;
    opacity: 1;
    visibility: visible;
}

.comment-list .comment-list_inner .list-inner_header .comment-sort > .comment-sort_item + .comment-sort_item {
    margin-left: 30px;
}

.comment-list .comment-list_inner .list-inner_footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    padding: 0 12.5px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar .list-sidebar_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    background-color: var(--bs-white);
    padding: 15px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar .list-sidebar_inner .list-sidebar_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F1F5F9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar .list-sidebar_inner .list-sidebar_header .sidebar-delete {
    padding-left: 10px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar .list-sidebar_inner .list-sidebar_header .sidebar-delete a {
    font-size: var(--size-default);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar .list-sidebar_inner .list-sidebar_header .sidebar-delete a:hover {
    color: var(--primary-color);
}

.comment-filter {
    margin-top: 15px;
}

.comment-filter .comment-filter_item {
    position: relative;
    cursor: pointer;
}

.comment-filter .comment-filter_item .filter-input {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.comment-filter .comment-filter_item .filter-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    color: var(--gray-800);
    font-weight: 600;
    font-size: var(--size-default);
    cursor: pointer;
}

.comment-filter .comment-filter_item .filter-label:before {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #94A3B8;
    border-radius: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}

.comment-filter .comment-filter_item .filter-label:after {
    content: "";
    display: block;
    position: absolute;
    border: 3px solid transparent;
    -webkit-transition: height 100ms ease-in, width 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms 100ms;
    -o-transition: height 100ms ease-in, width 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms 100ms;
    transition: height 100ms ease-in, width 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms 100ms;
    width: 0;
    height: 0;
    bottom: 10px;
    left: 2px;
    border-radius: 4px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-filter .comment-filter_item .filter-input:checked + .filter-label::before {
    background-color: #2563EB;
}

.comment-filter .comment-filter_item .filter-input:checked + .filter-label::after {
    width: 7px;
    height: 15px;
    border-right-color: #fff;
    border-bottom-color: #fff;
    -webkit-transition: width 100ms ease-in, height 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    -o-transition: width 100ms ease-in, height 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
    transition: width 100ms ease-in, height 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms;
}

.comment-filter .comment-filter_item .filter-label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    color: var(--primary-color);
    font-size: var(--size-default);
}

.comment-filter .comment-filter_item + .comment-filter_item {
    margin-top: 10px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: 70%;
    padding: 0 12.5px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form {
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .comment-title {
    margin-bottom: 20px;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item {
    position: relative;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label {
    font-size: 1.25rem;
    padding-right: 5px;
    cursor: pointer;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label {
    color: var(--primary-color);
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label .far {
    font-weight: 900;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover ~ label,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked + label:hover,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked + label:hover ~ label,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label:hover,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label:hover ~ label,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover ~ input:checked ~ label {
    color: var(--primary-hover);
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover ~ label .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked + label:hover .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked + label:hover ~ label .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label:hover .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star input:checked ~ label:hover ~ label .far,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item.form-star label:hover ~ input:checked ~ label .far {
    font-weight: 900;
}


.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item .form-item_title {
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--gray-800);
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item .form-item_input input,
.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item .form-item_textarea textarea {
    border: 1px solid #E4E4E7;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .form-item .form-item_input input.is-valid,
.comment-list .comment-list_inner .list-inner_footer .comment-form .was-validated .form-item .form-item_input input:valid {
    padding-right: 10px;
    background-image: none;
}

.comment-list .comment-list_inner .list-inner_footer .comment-form .button-theme {
    padding: 10px 25px;
}

.form-dropzone .dropzone {
    cursor: auto;
    min-height: unset;
    border: 0;
    padding: 0;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-areas:
            "1 2 3 4 5 6"
            "1 7 8 9 10 11";
    -ms-grid-columns: auto 126px 126px 126px 126px 126px;
    grid-template-columns: auto 126px 126px 126px 126px 126px;
}

.form-dropzone .dropzone .dz-message {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    grid-row: 1 / -1;
    display: block !important;
    text-align: left;
    padding-top: 5px;
}

.form-dropzone .dropzone .dz-message .dz-desc {
    background: #14B8A6;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

@media screen and (min-width: 991px) and (max-width: 1399px) {
    .form-dropzone .dropzone .dz-message .dz-desc {
        padding: 15px;
        white-space: nowrap;
    }

    .form-dropzone .dropzone {
        cursor: auto;
        min-height: unset;
        border: 0;
        padding: 0;
        background-color: #fff;
        display: -ms-grid;
        display: grid;
        grid-template-areas:
            "1 2 3 4 5 6"
            "1 7 8 9 10 11";
        -ms-grid-columns: auto 110px 110px 110px 110px 110px;
        grid-template-columns: auto 110px 110px 110px 110px 110px;
    }

}

.form-dropzone .dropzone .dz-desc:hover {
    background: #0c897b;
}

.form-dropzone .dropzone .dz-message .dz-desc svg {
    height: 24px;
    width: 24px;
}

.form-dropzone .dropzone .dz-message .dz-desc .dz-desc_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    line-height: 1.3;
}

.form-dropzone .dropzone .dz-message .dz-desc .dz-desc_content b {
    font-weight: 600;
}

.form-dropzone .dropzone .dz-preview {
    margin: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 127px;
    padding: 5px;
}

.form-dropzone .dropzone .dz-preview .dz-image {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.form-dropzone .dropzone .dz-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-dropzone .dropzone .dz-preview .dz-remove {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    width: 22px;
    height: 22px;
    right: -25px;
    top: 5px;
    cursor: pointer;
    z-index: 11;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    font-size: 1.1rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    color: var(--gray-800);
    text-decoration: none;
}

.form-dropzone .dropzone .dz-preview .dz-remove i {
    cursor: pointer;
}

.form-dropzone .dropzone .dz-preview:hover .dz-remove {
    right: 5px;
    opacity: 1;
    visibility: visible;
}

.form-dropzone .dropzone .dz-preview .dz-details {
    display: none;
}

.form-dropzone .dropzone .dz-preview .dz-progress {
    height: 4px;
    background-color: #14B8A6;
}

.comment-list .comment-item {
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}

.comment-list .comment-item .comment-item_inner {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment-list .comment-item .comment-item_inner .item-user {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-list .comment-item .comment-item_inner .item-user .item-user_avatar {
    position: relative;
    margin-right: 8px;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list .comment-item .comment-item_inner .item-user .item-user_avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-list .comment-item .comment-item_inner .item-user .item-user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .95rem;
    color: #27272A;
    width: 100%;
    overflow: hidden;
}

.comment-list .comment-item .comment-item_inner .item-user .item-user_info .item-user_name {
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-size: 1rem;
}

.comment-list .comment-item .comment-item_inner .item-user .item-user_info .item-user_time {
    font-size: .85rem;
    font-style: italic;
    color: #71717A;
}

.comment-list .comment-item .comment-item_inner .item-content {
    width: 100%;
    padding: 0 15px;
}

.comment-list .comment-item .comment-item_inner .item-content .item-content_title {
    font-size: var(--size-title);
    color: var(--gray-800);
    font-weight: 700;
    margin-bottom: 3px;
}

.comment-list .comment-item .comment-item_inner .item-content .item-content_desc {
    line-height: 1.5;
    color: var(--gray-500);
    font-size: var(--size-default);
}

.comment-list .comment-item .comment-item_inner .item-content_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px 0;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 320px;
    flex: 1 1 320px;
    max-width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-list .comment-item .comment-item_inner .item-content_images .image {
    width: 33.3333%;
    padding: 4px;
    position: relative;
}

.comment-list .comment-item .comment-item_inner .item-content_images .image > a {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
}

.comment-list .comment-item .comment-item_inner .item-content_images .image > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.comment-list .comment-item .comment-item_inner .item-content_images .image > a > img:hover {
    opacity: .6;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.comment-list .comment-item .comment-item_inner .item-content_images .image > a > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    background-color: rgb(0, 0, 0, .75);
    color: #fff;
}

.comment-list .comment-item .comment-item_inner .item-rating {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-list .comment-item .comment-item_inner .item-rating .item-rating_value {
    background-color: #EFF6FF;
    padding: 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    color: #1E3A8A;
    font-size: .85rem;
    font-weight: 400;
}

.comment-list .comment-item .comment-item_inner .item-rating .item-rating_value b {
    font-weight: 600;
    color: #2563EB;
    font-size: 1.15rem;
    line-height: 1.2;
}

.comment-list .comment-list_inner .section-pagination {
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .comment-overview .comment-overview_timeline {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .comment-overview .comment-overview_timeline {
        padding-left: 30px;
        padding-right: 30px;
    }

    .comment-list .comment-item .comment-item_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comment-list .comment-item .comment-item_inner .item-user,
    .comment-list .comment-item .comment-item_inner .item-rating {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
        max-width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .comment-list .comment-item .comment-item_inner .item-content,
    .comment-list .comment-item .comment-item_inner .item-content_images {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-top: 8px;
    }

    .comment-list .comment-item .comment-item_inner .item-user {
        width: calc(65%);
    }

    .comment-list .comment-item .comment-item_inner .item-user .item-user_avatar {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .comment-list .comment-item .comment-item_inner .item-user .item-user_info .item-user_time {
        font-size: .8rem;
        white-space: nowrap;
    }

    .comment-list .comment-item .comment-item_inner .item-content {
        width: 70%;
    }

    .comment-list .comment-item .comment-item_inner .item-content_images {
        width: calc(30% + 6px);
        margin-right: -6px;
    }

    .comment-list .comment-item .comment-item_inner .item-rating {
        width: calc(35%);
    }

    .comment-list .comment-item .comment-item_inner .item-rating .item-rating_value {
        font-size: .8rem;
        padding: 5px 20px;
        white-space: nowrap;
    }

    .comment-list .comment-item .comment-item_inner .item-rating .item-rating_value b {
        font-size: 1rem;
    }

    .comment-list .comment-list_inner .list-inner_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        margin-left: -11.5px;
        margin-right: -11.5px;
    }

    .comment-list .comment-list_inner .list-inner_footer .comment-form_wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .comment-list .comment-item .comment-item_inner .item-content_images .image > a > span {
        font-size: .9rem;
    }

    .form-dropzone .dropzone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-dropzone .dropzone .dz-message {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .form-dropzone .dropzone .dz-preview {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .comment-overview {
        font-size: 15px;
    }

    .comment-overview .comment-overview_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comment-overview .comment-overview_progress, .comment-overview .comment-overview_images {
        width: 100%;
    }

    .comment-overview .comment-overview_timeline {
        padding: 0;
        margin: 30px 0;
    }

    .comment-list .comment-list_inner .list-inner_header .comment-sort {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .comment-list .comment-list_inner .list-inner_header .comment-sort {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .comment-list .comment-item .comment-item_inner .item-content {
        width: 60%;
    }

    .comment-list .comment-item .comment-item_inner .item-content_images {
        width: calc(40% + 6px);
        margin-right: -6px;
    }
}

.tooltip > .tooltip-inner p:last-child {
    margin-bottom: 0;
}

.fancybox-thumbs__list a:before {
    border: 2px solid var(--primary-color);
}

@media screen and (max-width: 991px) {
    .fancybox-show-thumbs .fancybox-thumbs,
    .fancybox-button--thumbs {
        display: none;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
    }
}

.page-article .page-article_inner .page-article_inner__title {
    color: var(--gray-800);
    font-weight: 700;
    font-size: calc(var(--size-heading) * 1.1);
    margin-bottom: 15px;
}

.page-article .page-article_inner .page-article_inner__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: var(--size-default);

}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-list span {
    display: flex;
    font-weight: 400;
    color: var(--gray-500);
    line-height: 1;
}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-list span i {
    margin-right: 4px;
}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-list span + span {
    margin-left: 16px;
    display: inline-block;
}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-social > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-article .page-article_inner .page-article_inner__meta .page-article_inner__meta-social li + li {
    margin-left: 6px;
}

.page-article .page-article_inner .page-artice__desc {
    font-style: italic;
    padding-left: 11px;
    border-left: 3px solid var(--primary-color);
    border-radius: 4px;
}

#detailContent * {
    font-family: var(--font-theme) !important;
}

#detailContent h1,
#detailContent h2,
#detailContent h3,
#detailContent h4,
#detailContent h5,
#detailContent h6 {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-weight: 700;
    color: var(--gray-800);
}

#detailContent strong,
#detailContent b {
    font-weight: 700 !important;
}

#detailContent h1 {
    font-size: 1.4em;
}

#detailContent h2 {
    font-size: 1.35em;
}

#detailContent h3 {
    font-size: 1.3em;
}

#detailContent h4 {
    font-size: 1.2em;
}

#detailContent h5 {
    font-size: 1.1em;
}

#detailContent h6 {
    font-size: 1em;
}

#detailContent img {
    max-width: 100%;
    height: auto !important;
}

#detailContent iframe {
    max-width: 100% !important;
}

.page-article .page-article_inner .page-article_inner__related {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}

.account-form {
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.wrap-error .header-error {
    font-size: calc(var(--text-xl) * 5);
    line-height: calc(var(--text-xl) * 5);
    font-weight: 500;
    color: var(--dark-theme);
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 15px;
    }
}

@media (max-width: 576px) {
    .page-article .page-article_inner .page-article_inner__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.frm-validation .frm-validation_item {
    position: relative;
}

.frm-validation .frm-validation_item .frm-validation_label {
    font-weight: 500;
    color: var(--gray-800);
    margin-bottom: 5px;
    font-size: 1em;
}

.frm-validation .frm-validation_item .form-control {
    border-radius: 5px;
    border: 0 !important;
    background-color: var(--gray-100);
    height: 44px;
    font-size: 1em;
}

.frm-validation .frm-validation_item .form-control.disabled,
.frm-validation .frm-validation_item .form-control:disabled {
    cursor: not-allowed;
}

.frm-validation .frm-validation_item .btn-pass {
    position: absolute;
    right: 5px;
    top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-left: 1px solid var(--gray-200);
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .btn-pass + .form-control {
    padding-right: 50px;
}

.frm-validation .frm-validation_item textarea.form-control {
    height: auto;
}

.frm-wrap_pass .form-control.is-invalid, .was-validated .frm-wrap_pass .form-control:invalid {
    background-position: right calc(0.375em + 0.1875rem + 50px) center;
}

.frm-validation .frm-validation_item .form-control.is-valid, .frm-validation.was-validated .frm-validation_item .form-control:valid {
    padding-right: .75rem;
    background-image: none;
}

.frm-validation .frm-validation_item .form-control::-webkit-input-placeholder {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .form-control::-moz-placeholder {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .form-control:-ms-input-placeholder {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .form-control::-ms-input-placeholder {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .form-control::placeholder {
    color: var(--gray-500);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item .frm-validation_valid {
    font-size: var(--size-default);
}

.frm-validation .frm-validation_item.frm-validation_button {
    margin-top: 35px !important;
}

.frm-validation .frm-validation_item.frm-validation_button .button-theme {
    padding: 11px 40px;
    border-radius: 100px;
    width: 100%;
}

.frm-validation .frm-validation_item + .frm-validation_item {
    margin-top: 25px;
}

.frm-validation .frm-validation_desc a {
    color: var(--gray-800);
    font-weight: 700;
}

.frm-validation .frm-validation_desc a:hover {
    color: var(--primary-color);
}

.frm-validation .frm-validation_line {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    margin: 35px 0;
    background-color: #f1f1f1;
}

.frm-validation .frm-validation_line > span {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bs-white);
    padding-left: 10px;
    padding-right: 10px;
    color: #808080;
    font-size: 1em;
    top: -10px;
}

.frm-validation .frm-validation_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.frm-validation .frm-validation_buttons .frm-validation_button__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 48px;
    border-radius: 8px;
    background-color: rgba(238, 151, 45, .25);
    border: 1px solid rgba(238, 151, 45, .6);
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: .5px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--size-default);
}

.frm-validation .frm-validation_buttons .frm-validation_button__item img {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.frm-validation .frm-validation_buttons .frm-validation_button__item:hover,
.frm-validation .frm-validation_buttons .frm-validation_button__item:active {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--bs-white);
}

@media (max-width: 576px) {
    .frm-validation .frm-validation_buttons {
        flex-direction: column;
        gap: 6px;
    }

    .frm-validation .frm-validation_buttons .frm-validation_button__item {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9em;
        width: 100%;
    }
}

.floating-cart {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    background: var(--bs-white);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    width: 400px;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate3d(104%, 0, 0);
    transform: translate3d(104%, 0, 0);
    z-index: 21;
}

.floating-cart .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.floating-cart .cart-header .cart-title {
    text-transform: uppercase;
    font-size: var(--size-description);
    color: var(--gray-800);
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-top: 2px;
}

.floating-cart .cart-header .cart-close {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--gray-800);
}

.floating-cart .cart-header .cart-close svg {
    stroke: var(--gray-500);
    -webkit-transition: stroke .3s ease-in-out .1s;
    -o-transition: stroke .3s ease-in-out .1s;
    transition: stroke .3s ease-in-out .1s;
}

.floating-cart .cart-header .cart-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.floating-cart .cart-header .cart-close:hover svg {
    stroke: var(--gray-800);
}

.floating-cart .cart-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.floating-cart .cart-body .cart-main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.floating-cart .cart-body .cart-main .cart-main_scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.floating-cart .cart-body .cart-main .cart-main_scroll::-webkit-scrollbar {
    width: 5px;
}

.floating-cart .cart-body .cart-main .cart-main_scroll::-webkit-scrollbar-track {
    background: #ffffff;
}

.floating-cart .cart-body .cart-main .cart-main_scroll::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.floating-cart .cart-body .cart-main .cart-main_scroll::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9;
}

.floating-cart .cart-body .cart-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
}

.floating-cart .cart-body .cart-list .cart-item {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, .8);
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.floating-cart .cart-body .cart-list .cart-item .cart-item_image {
    width: 120px;
    display: block;
    margin-right: 15px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    max-width: 100%;
}

.floating-cart .cart-body .cart-list .cart-item .cart-item_image:before {
    display: block;
    padding-top: 100%;
    content: "";
}

.floating-cart .cart-body .cart-list .cart-item .cart-item_image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.floating-cart .cart-body .cart-list .cart-item .cart-item_title {
    font-size: var(--size-subtitle);
    color: var(--gray-800);
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 1.2;
}

.floating-cart .cart-body .cart-list .cart-item .cart-item_title:hover {
    color: var(--primary-color);
}

.floating-cart .cart-body .cart-list .cart-item .cart-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.floating-cart .cart-body .cart-list .cart-item .cart-price .old {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: var(--size-sub);
}

.floating-cart .cart-body .cart-list .cart-item .cart-price .current {
    color: var(--red-color);
    font-weight: 700;
    font-size: var(--size-subtitle);
}

.floating-cart .cart-body .cart-list .cart-item .cart-price .sale {
    margin-left: 3px;
    padding: 2px 5px;
    background-color: #B91C1C;
    color: var(--bs-white);
    font-size: calc(var(--size-small) * .9);
    border-radius: 4px;
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity .quantity-button {
    border-radius: 5px;
    height: 36px;
    width: 36px;
    border: 1px solid var(--gray-500);
    color: var(--gray-500);
    background: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--size-title);
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity .quantity-button svg {
    width: 12px;
    height: 12px;
    stroke: var(--gray-800);
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity .quantity-button:hover {
    background: var(--light-color);
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity .quantity-button:active {
    background: var(--primary-color);
    color: var(--bs-white);
    border-color: var(--primary-color);
}

.floating-cart .cart-body .cart-list .cart-item .cart-quantity .quantity input {
    border: 1px solid var(--gray-500);
    color: var(--gray-500);
    border-radius: 5px;
    padding: 5px;
    width: 60px;
    margin: 0 10px;
    text-align: center;
    font-size: var(--size-title);
    height: 36px;
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions .cart-action_item {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    stroke: var(--gray-800);
    fill: transparent;
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions > .cart-action_item svg {
    width: 20px;
    height: 20px;
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions > .cart-action_item:hover {
    stroke: var(--primary-color);
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions > .cart-action_item.is-selected {
    stroke: transparent;
    fill: #d70018;
}

.floating-cart .cart-body .cart-list .cart-item .cart-actions > .cart-action_item + .cart-action_item {
    margin-left: 10px;
}

.floating-cart .cart-body .cart-bottom {
    padding: 20px 20px 15px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    border-top: 1px solid rgba(221, 221, 221, .7);
    -webkit-box-shadow: 0 0 10px 0 rgba(221, 221, 221, .7);
    box-shadow: 0 0 10px 0 rgba(221, 221, 221, .7);
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity .35s cubic-bezier(.25, .46, .45, .94), -webkit-transform .35s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94), -webkit-transform .35s cubic-bezier(.25, .46, .45, .94);
}

.floating-cart .cart-body .cart-bottom .cart-total {
    margin-bottom: 10px;
    color: var(--gray-800);
    font-size: var(--size-heading-2);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.floating-cart .cart-body .cart-bottom .cart-total .cart-price_value {
    text-align: right;
}

.floating-cart .cart-body .cart-bottom .cart-desc {
    font-size: var(--size-default);
    margin-bottom: 10px;
    color: var(--gray-500);
}

.floating-cart .cart-body .cart-bottom .card-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.floating-cart .cart-body .cart-bottom .card-buttons > .button-theme {
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    margin-top: 15px;
}

.floating-cart .cart-body .cart-empty {
    padding: 50px 20px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
}

.floating-cart .cart-body .cart-empty svg {
    width: 60px;
    height: auto;
    fill: #b5b5bb;
    margin-bottom: 15px;
}

.floating-cart .cart-body .cart-empty .title {
    font-weight: 700;
    color: #b5b5bb;
    font-size: var(--size-title);
    margin-bottom: 15px;
}

.floating-cart .cart-body .cart-empty .button a {
    padding: 9px 30px;
}

body.js-show_cart .floating-cart {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
}

body.js-show_cart .floating-cart .cart-body .cart-empty,
body.js-show_cart .floating-cart .cart-body .cart-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .25s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .25s, transform .35s cubic-bezier(.25, .46, .45, .94) .25s, -webkit-transform .25s cubic-bezier(.25, .46, .45, .94) .25s;
}

.floating-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 20;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

body.js-show_cart .floating-overlay {
    pointer-events: auto;
    opacity: .5;
    visibility: visible;
}

body.js-show_cart {
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .floating-cart .cart-body .cart-list .cart-item .cart-item_image {
        width: 90px;
    }
}

.page-cart {
    padding: 40px 0;
    font-size: 14px;
}

.cart-inner {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(97, 97, 97, 0.12), 0 2px 4px rgba(97, 97, 97, 0.12);
    box-shadow: 0 1px 2px rgba(97, 97, 97, 0.12), 0 2px 4px rgba(97, 97, 97, 0.12);
    background-color: #fff;
}

.cart-inner .cart-boxsize {
    padding: 14px 15px 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #9e9e9e;
    font-size: 1em;
    letter-spacing: 0.3px;
}

.cart-inner .cart-thumb {
    width: 14%;
}

.cart-inner .cart-product {
    width: 29%;
}

.cart-inner .cart-price {
    width: 18%;
}

.cart-inner .cart-quantity {
    width: 21%;
}

.cart-inner .cart-total {
    width: 18%;
}

.cart-inner .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    background-color: rgba(0, 0, 0, .015);
}

.cart-inner .cart-header .cart-boxsize {
    padding: 18px 15px 14px;
    color: #171616;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-inner .cart-body .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
}

.cart-inner .cart-body .cart-item:last-child {
    border-bottom: 0;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image .cart-remove {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image .cart-remove > .btn-remove {
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 50%;
    background-color: #EF4444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    stroke: #fff;
    padding: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cart-inner .cart-body .cart-item .cart-thumb .cart-image .cart-remove > .btn-remove:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-inner .cart-body .cart-item .cart-product .cart-title {
    color: #171616;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.1em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cart-inner .cart-body .cart-item .cart-product .cart-title:hover {
    color: var(--primary-color);
}

.cart-inner .cart-body .cart-item .cart-product .cart-property {
    margin-top: 5px;
    color: #858181;
    font-size: .95em;
}

.cart-inner .cart-body .cart-item .cart-product .cart-property b {
    color: #171616;
}

.cart-inner .cart-body .cart-item .cart-price {
    font-size: 1.1em;
    color: #171616;
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity .quantity-button {
    border-radius: 5px;
    height: 36px;
    width: 36px;
    border: 1px solid #71717A;
    color: #71717A;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity .quantity-button svg {
    width: 12px;
    height: 12px;
    stroke: #27272A;
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity .quantity-button:hover {
    background: #F8FAFC;
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity .quantity-button:active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.cart-inner .cart-body .cart-item .cart-quantity .quantity input {
    border: 1px solid #71717A;
    color: #71717A;
    border-radius: 5px;
    padding: 5px;
    width: 60px;
    height: 36px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.1em;
}

.cart-inner .cart-body .cart-item .cart-total {
    font-size: 1.1em;
    color: #171616;
    font-weight: 700;
}

.cart-sidebar {
    background-color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    border-radius: 5px;
}

.cart-sidebar + .cart-sidebar {
    margin-top: 25px;
}

.cart-sidebar .cart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    padding: 15px 0 13px;
    font-size: 1.2em;
    color: #171616;
    font-weight: 700;
}

.cart-sidebar .cart-title > span {
    color: #EF4444;
    font-weight: 400;
    font-size: .85em;
}

.cart-sidebar .cart-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
}

.cart-sidebar .cart-list .cart-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1em;
    padding-bottom: 25px;
    color: #858181;
    gap: 20px;
}

.cart-sidebar .cart-list .cart-list_item .value {
    font-weight: 700;
    color: #171616;
    text-align: right;
}

.cart-sidebar .cart-list .cart-list_item:last-child {
    padding-bottom: 0;
}

.cart-sidebar .cart-desc {
    color: #b0adad;
    font-size: .95em;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
}

.cart-sidebar .cart-button {
    padding: 15px 0 10px;
}

.cart-sidebar .cart-button > .button-theme {
    width: 100%;
    padding: 10px 15px;
    border-radius: 100px;
    text-transform: uppercase;
}

.cart-sidebar .cart-link {
    text-align: center;
    padding-bottom: 15px;
}

.cart-sidebar .cart-link > a {
    color: #777373;
    text-decoration: underline !important;
}

.cart-sidebar .cart-link > a:hover {
    color: #171616;
}

.cart-sidebar .cart-products .cart-product_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.cart-sidebar .cart-products .cart-product_item .cart-product_content {
    padding: 10px 10px 10px 0;
    width: 60%;
    color: #171616;
}

.cart-sidebar .cart-products .cart-product_item .cart-product_content .title {
    margin-bottom: 5px;
}

.cart-sidebar .cart-products .cart-product_item .cart-product_content .title span {
    color: #EF4444;
    font-weight: 700;
}

.cart-sidebar .cart-products .cart-product_item .cart-product_content .property {
    font-size: .95em;
    color: #858181;
}

.cart-sidebar .cart-products .cart-product_item .cart-product_content .property b {
    color: #171616;
}

.cart-sidebar .cart-products .cart-product_item .cart-product_total {
    padding: 10px 0 10px 10px;
    width: 40%;
    text-align: right;
    font-weight: 700;
    color: #171616;
}

.cart-from {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    border-radius: 5px;
}

.cart-from .cart-from_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    background-color: rgba(0, 0, 0, .015);
    padding: 15px 15px 13px;
    font-size: 1.2em;
    color: #171616;
    font-weight: 700;
}


.cart-from .cart-from_header > span {
    font-weight: 400;
    color: #717177;
    font-size: .85em;
}

.cart-from .cart-from_header > span a:hover {
    color: var(--primary-color);
}

.cart-from .cart-from_body {
    padding: 15px;
}

.cart-from .cart-from_body .form-item {
    position: relative;
}

.cart-from .cart-from_body .form-item > label {
    font-size: 1.05em;
    font-weight: 700;
    color: var(--bs-gray-800);
    margin-bottom: 7px;
}

.cart-from .cart-from_body .form-item > .form-control,
.cart-from .cart-from_body .form-item > .form-select {
    width: 100%;
    border: 1px solid var(--bs-gray-400);
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 10px 15px 10px 20px;
    background-color: #fff;
    font-weight: 500;
    font-size: 1.05em;
}


.cart-from .cart-from_body .form-item > .btn-pass {
    position: absolute;
    right: 5px;
    top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-left: 1px solid var(--gray-200);
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
    color: var(--gray-500);
    font-size: var(--size-default);
}

.cart-from .cart-from_body .form-item > .btn-pass + .form-control {
    padding-right: 50px;
}

.was-validated .cart-from .cart-from_body .form-item > .btn-pass + .form-control {
    background-image: none;
}

.cart-from .cart-from_body .form-item > .form-control.is-valid, .was-validated .cart-from .cart-from_body .form-item > .form-control:valid {
    background-image: none;
    padding-right: 15px;
}

.cart-from .cart-from_body .section-text__checkout .text-checkout {
    background-color: #edf2f8;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    border: 1px solid rgb(var(--primary-rgb), 0.6);
}

.cart-from .cart-from_body .section-text__checkout .text-checkout p:last-child {
    margin-bottom: 0;
}

.cart-from .cart-from_body .form-desc {
    font-size: 1em;
    color: #717177;
    font-weight: 700;
}

.cart-from .cart-from_body .form-desc b {
    color: #EF4444;
}

.cart-payments {
    margin-top: 25px;
}

.cart-payments .cart-payment_item {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    box-shadow: 0 1px 2px rgb(97 97 97 / 12%), 0 2px 4px rgb(97 97 97 / 12%);
    border-radius: 5px;
    height: 100%;
}

.cart-payments .cart-payment_item .cart-payment_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    background-color: rgba(0, 0, 0, .015);
    padding: 15px 15px 13px;
    font-size: 1.2em;
    color: #171616;
    font-weight: 700;
}

.cart-payments .cart-payment_item .cart-payment_list {
    padding: 0 15px;
    position: relative;
    min-height: 100px;
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item {
    padding: 15px 0;
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    padding: 12px 15px;
    border: 1px solid var(--primary-color);
    background: rgba(238, 151, 45, 0.1);
    color: var(--primary-color);
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item .content .value-empty {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 1px 2px rgba(97, 97, 97, 0.2), 0 2px 4px rgba(97, 97, 97, 0.2);
    box-shadow: 0 1px 2px rgba(97, 97, 97, 0.2), 0 2px 4px rgba(97, 97, 97, 0.2);
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item .content .value-empty svg {
    stroke: var(--bs-success);
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item .content .value {
    font-weight: 700;
    color: #121212;
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item .desc {
    font-size: .95em;
    color: #717177;
    margin-top: 4px;
}

.cart-payments .cart-payment_item .cart-payment_list .cart-payment_list__item + .cart-payment_list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
    .cart-inner .cart-body .cart-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }

    .cart-inner .cart-body .cart-item .cart-thumb {
        width: 30%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
    }

    .cart-inner .cart-body .cart-item .cart-product {
        width: 60%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 10px;
    }

    .cart-inner .cart-body .cart-item .cart-quantity {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
        position: relative;
        top: 12px;
    }

    .cart-inner .cart-body .cart-item .cart-quantity .quantity input {
        width: 80px;
    }

    .cart-inner .cart-body .cart-item .cart-price {
        width: 50%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 0;
        text-align: right;
    }

    .cart-inner .cart-body .cart-item .cart-total {
        width: 50%;
        padding: 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: right;
        margin-left: auto;
    }
}

.page-brand .brand-header .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.page-brand .brand-header .heading .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 479px) {
    .page-brand .brand-header .heading .title {
        flex-wrap: wrap;
    }

    .page-brand .brand-header > .heading > .title > .section-heading_highlight {
        flex-shrink: 0;
        width: 100%;
        padding-bottom: 10px;
    }
}

.page-brand .brand-header .heading .title > span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

.page-brand .brand-header .heading .sort {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-brand .brand-header .heading .sort > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid var(--gray-500);
    color: var(--gray-500);
    font-size: var(--size-default);
}

.page-brand .brand-header .heading .sort > a.active,
.page-brand .brand-header .heading .sort > a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.page-brand .brand-header .heading .sort > a + a {
    margin-left: 8px;
}

.brand-breadcrumb {
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brand-breadcrumb .breadcrumb-heading {
    color: var(--bs-white);
    font-size: 2.2em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.brand-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--size-default);
}

.brand-breadcrumb .breadcrumb > .breadcrumb-item {
    color: var(--gray-300);
    position: relative;
}

.brand-breadcrumb .breadcrumb > .breadcrumb-item > a {
    color: var(--bs-white);
}

.brand-breadcrumb .breadcrumb > .breadcrumb-item > a:hover {
    color: var(--primary-color);
}

.brand-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
}

.brand-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
    font-family: "Font Awesome 5 Pro";
    float: none;
    padding-right: 0;
    content: "\f105";
    top: calc(50% - 1px);
    -webkit-transform: translateX(200%) translateY(-50%);
    -ms-transform: translateX(200%) translateY(-50%);
    transform: translateX(200%) translateY(-50%);
    left: 0;
    color: var(--gray-300);
    font-size: var(--size-heading-2);
    position: absolute;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .brand-breadcrumb .breadcrumb-heading {
        font-size: 1.6em;
    }
}

.table-order_list tr td,
.table-order_list tr th {
    padding: 15px;
    font-size: 1.1em;
}

.feature-expand {
    display: flex;
    flex-flow: column nowrap;
}

.feature-expand > .feature-expand__toggle {
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    color: var(--bs-primary);
    cursor: pointer;
}

.feature-expand > .feature-expand__toggle {
    position: relative;

}

.feature-expand > .feature-expand__toggle > .text {
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: var(--transition);
}

.feature-expand > .feature-expand__toggle > .text.text-after {
    color: var(--bs-danger);
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feature-expand > .feature-expand__toggle > .text > i {
    margin-left: 5px;
    transition: var(--transition);
}

.feature-expand > .feature-expand__body {
    display: flex;
    flex-flow: column nowrap;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    transition: var(--transition);
}

.feature-expand > .feature-expand__body > a {
    display: inline-block;
    padding: 2px 0;
    color: var(--gray-500);
    font-size: var(--size-default);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.feature-expand > .feature-expand__body > a:hover {
    color: var(--primary-color);
}

input[type=checkbox]:checked + .feature-expand > .feature-expand__body {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}

input[type=checkbox]:checked + .feature-expand > .feature-expand__toggle > i {
    transform: rotate(0.5turn);
    color: var(--bs-danger);
}

input[type=checkbox]:checked + .feature-expand > .feature-expand__toggle > .text.text-before {
    visibility: hidden;
    z-index: -1;
}

input[type=checkbox]:checked + .feature-expand > .feature-expand__toggle > .text.text-after {
    visibility: visible;
    z-index: 1;
}


.mb-30 {
    margin-bottom: 24px;
}

.theme-modal .modal-header {
    background: var(--backgroundURL) center / cover no-repeat;
    padding: 40px 50px 70px;
    width: 55%;
    flex-shrink: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
}

.theme-modal .modal-content {
    border: none;
}

.theme-modal .modal-header,
.theme-modal .modal-body {
    position: relative;
    border: none;
}

.modal-text {
    line-height: 24px;
    font-size: 1.05em;
    color: var(--bs-gray-700);
}

.theme-modal button[data-bs-dismiss] {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #a52626 !important;
    opacity: 1 !important;
    color: #fff;
    border-radius: 50%;
    transform: translateX(calc(100% + 10px));
    transition: 0.25s ease-in-out;
}

.theme-modal button[data-bs-dismiss]:not[disabled]:hover {
    background-color: #c63a3a !important;
}

.theme-modal button[data-bs-dismiss][disabled] {
    background-color: var(--primary-hover) !important;
    opacity: 0.65 !important;
}

.theme-modal .modal-body {
    padding: 40px;
}

.theme-modal .modal-body .modal-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.theme-modal .modal-body .form-label {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.theme-modal .modal-body .form-control {
    font-size: 0.875rem;
    height: 44px;
    border-radius: 0.25rem !important;
    transition: var(--transition);
    font-weight: 500;
}

.theme-modal .modal-body .form-group .input-group-text {
    height: 100%;
    border-radius: 0.25rem;
    transition: var(--transition);
}

.theme-modal .modal-body .form-control:focus,
.theme-modal .modal-body .form-group:focus-within .input-group-text {
    border-color: var(--primary-hover) !important;
}

.theme-modal .modal-body .form-group:focus-within .input-group-text {
    color: var(--primary-hover);
}

.theme-modal .modal-body .was-validated .form-group .form-control:invalid + .input-group-prepend .input-group-text {
    color: #dc3545;
    border-color: currentColor !important;
}

.theme-modal .modal-body .was-validated .form-group .form-control:valid + .input-group-prepend .input-group-text {
    border-color: #ced4da !important;
    color: #212529 !important;
}


.theme-modal .modal-body .was-validated .form-group .form-control:focus:invalid {
    border-color: #dc3545 !important;
}


.theme-modal .modal-body textarea.form-control {
    resize: none;
    height: auto;
    box-shadow: none;
    border-radius: .25rem !important;
}


.theme-modal .modal-body .input-group .invalid-feedback {
    position: absolute;
    top: calc(100% + 3px);
    left: 5px;
    margin-top: 0;
}


.theme-modal .button-theme {
    padding: 12px 24px;
    border-radius: 0.25rem;
}

@media (max-width: 991px) {
    .theme-modal .modal-body .modal-title {
        text-align: center;
    }

    .theme-modal .modal-header {
        padding: 65% 0 0 0;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .theme-modal .modal-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .theme-modal .modal-body {
        padding: 20px 15px;
    }
}

@media (max-width: 566px) {
    .theme-modal button[data-bs-dismiss] {
        transform: translate(-5px, 5px);
    }
}

/*===========CHỨC NĂNG XÂY DỰNG CẤU HÌNH==============*/
.list-widget-products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}

.widget-product {
    --border-color: #e0e0e0;
    --text-color: #333;
    --text-lighter: #757575;
    --border-radius: 0.25rem;
    border-radius: 0.5rem;
    /*box-shadow: rgb(0 0 0 / 8%) 0.1rem 0.1rem 0.5rem 0.1rem;*/
    transition-property: box-shadow;
    transition: box-shadow 0.25s ease-in-out;
    border: 1px solid var(--bs-gray-300);
}

.widget-product:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.widget-product .widget-product__wrapper {
    padding: 1rem;
    display: grid;
    grid-template-columns: 5rem 1fr auto;
    grid-gap: 1.25rem;
}

.widget-product .widget-product__main {
    display: flex;
    align-items: center;
}

.widget-product .widget-product__category {
    font-size: 0.925rem;
    font-weight: 700;
    color: var(--dark-color);
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.widget-product .widget-product__category > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-product .widget-product__main .main-media {
    flex-shrink: 0;
    width: 70px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 0.25rem;
    overflow: hidden;
}

.widget-product .widget-product__main .main-info {
    flex-grow: 1;
    padding: 0 0.75rem;
}

.widget-product .widget-product__main .main-info > * + * {
    margin-top: 0.25rem;
}

.widget-product .widget-product__main .main-info > * {
    color: var(--text-color);
}

.widget-product .widget-product__main .main-info .product-name > a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.widget-product .widget-product__main .main-info .price-original {
    color: var(--text-lighter);
}

.widget-product .widget-product__action {
    display: flex;
    flex-flow: column nowrap;
}

.widget-product .widget-product__action .action-main {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.25rem;
    align-items: center;
}

.widget-product__selected .widget-product__action .action-main {
    grid-template-columns: repeat(4, auto);
}

.widget-product .widget-product__action .action-add {
    margin-top: auto;
    flex-shrink: 0;
    align-self: flex-end;
    padding-top: 1rem;
}

.widget-product .widget-product__action .action-add > button {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0;
    outline: none;
    border: none;
    background-color: transparent;
    color: var(--bs-primary);
}

.widget-product .widget-product__action .action-quantity {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 0.75rem;
}

.widget-product .widget-product__action .action-quantity[disabled=true] {
    opacity: 0.75;
    user-select: none;
    pointer-events: none;
}

.widget-product .widget-product__action .quantity-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.8125rem;
    padding: 0;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    border-radius: 5px;
    background-color: transparent;
    transition: var(--transition);
}

.widget-product .widget-product__action .quantity-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--bs-white);
}

.widget-product .widget-product__action .quantity-input {
    height: 2rem;
    padding: 0 0.5rem;
    outline: none;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    text-align: center;
    transition: var(--transition);
}

.widget-product .widget-product__action .quantity-input:focus {
    border-color: var(--primary-color) !important;
}

.widget-product .widget-product__action .action-price {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.widget-product .widget-product__action .action-price .price-present,
.widget-product .widget-product__action .action-price .price-discounted {
    font-weight: 700;
    color: var(--text-color);
    font-size: 1rem;
}

.widget-product .widget-product__action .action-price .price-present {
    color: var(--red-color);
}

.widget-product .widget-product__action .action-btn {
    padding: 0.5rem 1.25rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
    border-radius: var(--border-radius);
    font-weight: 700;
    font-size: 0.875rem;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.widget-product .widget-product__action .action-btn.action-btn--warning {
    background-color: var(--primary-color);
}

.widget-product .widget-product__action .action-btn.action-btn--warning:hover {
    background-color: var(--primary-hover);
}

.widget-product .widget-product__action .action-btn.action-btn--danger {
    background-color: var(--red-color);
}

.widget-product .widget-product__action .action-btn.action-btn--danger:hover {
    background-color: var(--bs-danger);
}

.th-modal {
    --text-color: #333;
    --border-color: #E0E0E0;
    --blue-color: #1435c3;
    --text-lighter: #757575;
}

.th-modal .modal-dialog {
    max-width: 700px;
    height: 90%;
}

.th-modal .modal-content {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.th-modal .filter-price,
.th-modal .modal-header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    align-items: center;
    border-bottom: 0;
}

.th-modal .modal-content {
    border: 0;
}

.th-modal .modal-block {
    padding: 0 1rem 0.5rem;
}

.th-modal .modal-block--md {
    padding: 1rem;
}


.th-modal .modal-header .header-title {
    font-size: 1.25rem;
    position: relative;
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-color);
}

.th-modal .modal-header .header-title::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: -1rem;
    background-color: var(--text-color);
}

.th-modal .filter-price__radios,
.th-modal .modal-header .tags-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, max-content));
    grid-gap: 0.5rem 0.5rem;
    padding: 0 0.5rem;
}

.th-modal .modal-header .tags-list .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    padding: 0 1rem;
    color: var(--primary-color);
    border: 1px solid currentColor;
    border-radius: 99px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.th-modal .modal-header .tags-list .tag i {
    font-size: 0.625rem;
    margin-left: 0.25rem;
    margin-top: 1px;
}

.th-modal .modal-header .tags-list .tag::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-color: #fbead5;
    border-radius: inherit;
}

.th-modal .modal-header .tags-list .tag > * {
    position: relative;
    z-index: 2;
}

.th-modal .filter-dropdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
}

.th-modal .form-select {
    border-color: var(--border-color) !important;
    font-size: 0.8125rem;
    color: var(--text-color);
    background-size: 10px 10px;
}

.th-modal .form-select:focus {
    border-color: var(--primary-color) !important;
}

.th-modal .filter-price .filter-price__label {
    font-weight: 500;
}

.th-modal .filter-price__radios .filter-radio {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    white-space: nowrap;
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.th-modal .filter-price__radios .filter-radio .checked {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    z-index: 0;
    font-size: 8px;
}

.th-modal .filter-price__radios .filter-radio label {
    position: relative;
    z-index: 10;
    display: inline-block;
    cursor: pointer;
    border-radius: inherit;
    padding: 0.5rem 0.75rem;
}

.th-modal .filter-price__radios .filter-radio .triangle {
    display: inline-block;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: #fff var(--primary-color) #fff #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    opacity: 0;
    visibility: hidden;
    transition: inherit;
}

.th-modal .filter-price__radios .filter-radio > input:checked ~ .triangle {
    opacity: 1;
    visibility: visible;
}

.th-modal .filter-price__radios .filter-radio > input:checked + label {
    border-color: var(--primary-color);
}

.th-modal .modal-block__last .filter-group {
    display: grid;
    grid-template-columns: 1fr 252px;
    align-items: center;
}

.th-modal .theme-form {
    width: 100%;
    padding-left: 2rem;
}

.th-modal .theme-form input {
    width: 100%;
    padding: 0.375rem 0.75rem;
    min-height: 1rem;
    border: 1px solid var(--border-color);
    border-radius: 99px;
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.th-modal .modal-block__body {
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
    height: 365px;
    max-height: 365px;
    overflow: auto;
}

.th-modal .modal-block__body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.th-modal .modal-block__body::-webkit-scrollbar-thumb {
    background-color: #999;
}

.th-modal .modal-block__body::-webkit-scrollbar-track {
    box-shadow: rgb(0 0 0 / 30%) 0 0 6px inset;
    background-color: #f5f5f5;
}

.th-modal .item {
    padding: 0 1rem;
}

.th-modal .item .item-wrapper {
    display: grid;
    grid-template-columns: 12.5% 1fr 18% 12.5%;
    grid-gap: 0.5rem;
    padding: 0.5rem 0;
    align-items: center;

}

.th-modal .item + .item > .item-wrapper {
    border-top: 1px solid var(--border-color);
}

.th-modal .item .item-media .item-media__wrapper {
    width: 70px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    border-radius: 0.25rem;
    margin: 0 auto;
}

.th-modal .item .item-main .item-code,
.th-modal .item .item-main .item-name {
    font-size: 0.875rem;
}

.th-modal .item .item-main .item-name > a {
    color: var(--text-color);
}

.th-modal .item .item-main .item-name > a:hover {
    color: var(--bs-primary);
}

.th-modal .item .item-main .item-code {
    color: var(--text-lighter);
    margin-top: 0.25rem;
}

.th-modal .item .item-price {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    flex-flow: column nowrap;
}

.th-modal .item .item-price .price-bottom {
    font-size: 12px;
    font-weight: 400;
    display: flex;
}

.th-modal .item .item-price .price-bottom .price-original {
    color: var(--text-lighter);
    text-decoration: line-through;
}

.th-modal .item .item-price .price-present {
    color: var(--red-color);
    margin-left: 0.25rem;
}

@media (max-width: 767px) {
    .th-modal .modal-block__body {
        height: 260px;
        max-height: 260px;
    }

    .th-modal .filter-price {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
    }

    .th-modal .filter-dropdown {
        grid-template-columns: repeat(2, 1fr);
    }

    .th-modal .filter-price__radios {
        grid-template-columns: repeat(auto-fill, 130px);
        padding: 0.5rem 0;
    }

    .th-modal .filter-price__radios .filter-radio label {
        width: 120px;
    }

    .th-modal .modal-block__last .filter-group {
        grid-template-columns: 1fr;
        grid-gap: 0.75rem;
    }

    .th-modal .theme-form {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .th-modal .filter-dropdown {
        grid-template-columns: 1fr;
    }

    .th-modal .item .item-wrapper {
        grid-template-columns: repeat(2, auto);
    }

    .th-modal .item .item-wrapper .item-price {
        justify-self: center;
    }

    .th-modal .item .item-wrapper .item-price .price-top {
        font-size: 0.875rem;
    }

    .th-modal .item .item-wrapper .item-action {
        justify-self: end;
    }
}


.action-btn {
    border-radius: 0.25rem;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    position: relative;
    height: 2rem;
    width: 4rem;
}

.action-btn:hover {
    background-color: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}

.th-modal .pagination {
    padding: 1rem 1rem;
    justify-content: center;
    margin-bottom: 0;
}

.th-modal .pagination .page-item {
    display: inline-block;
    padding: 0 0.25rem;
}

.th-modal .pagination .page-link {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    border-radius: 0.25rem;
}

.th-modal .pagination .page-item.pageactive .page-link {
    background-color: var(--primary-color);
    color: var(--bs-white);
}

.th-modal .modal-block__body {
    position: relative;
    z-index: 1;
}

.th-modal .modal-block__body::before,
.th-modal .modal-block__body::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.th-modal .modal-block__body::before {
    content: attr(data-text-not-found);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0.25s cubic-bezier(0, 0, 0.2, 1);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
}

.th-modal .modal-block__body::after {
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border: 3px solid var(--primary-color);
    border-left-color: #fff;
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
    animation: spin 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.th-modal .modal-block__body.not-found::before,
.th-modal .modal-block__body.loading::before,
.th-modal .modal-block__body.loading::after {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.th-modal .modal-block__body.not-found::before,
.th-modal .modal-block__body.loading::before {
    width: 100%;
    height: 100%;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.th-modal .modal-block__body.not-found {
    overflow: hidden;
}

.th-modal .modal-block__body.not-found::before {
    width: 100%;
    height: 100%;
    background: #fff var(--bgURL) center / 200px no-repeat;
    color: var(--text-color);
}

.aside-widget {
    --text-color: #333;
    --border-color: #E0E0E0;
    --text-lighter: #757575;
}

.aside-widget {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--bs-gray-300);
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.widget-cost > * + * {
    margin-top: 0.5rem;
}

.widget-cost .widget-cost__price {
    display: flex;
    flex-flow: row nowrap;
    font-size: 1rem;
}

.widget-cost .widget-cost__price > .label {
    flex-shrink: 0;
    display: inline-block;
}

.widget-cost .widget-cost__price > .price {
    flex-grow: 1;
    display: inline-block;
    padding-left: 0.25rem;
}

.widget-cost .widget-cost__original {
    text-decoration: line-through;
    color: var(--text-lighter);
}

.widget-cost .widget-cost__final {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.widget-cost .widget-cost__discount {
    color: #d70018;
    font-weight: 700;
    font-size: 0.875rem;
}

.widget-cost .widget-cost__title {
    color: var(--text-color);
    font-size: 1rem;
}

.aside-wiget__actions > * + *,
.widget-cost__actions {
    margin-top: 1rem;
}

.aside-widget + .aside-widget {
    margin-top: 2rem;
}

.btn-widget {
    --btn-background: var(--gray-200);
    --btn-color: var(--text-color);
    --btn-border: transparent;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 2px solid var(--btn-border);
    width: 100%;
    font-size: 1.05em;
    font-weight: 500;
    color: var(--btn-color);
    background-color: var(--btn-background);
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.btn-widget.btn-wiget-outline:hover,
.btn-widget:hover {
    --btn-background: var(--primary-color);
    --btn-border: var(--btn-background);
    --btn-color: #fff;
}

.btn-widget.btn-wiget-outline {
    --btn-background: #fffff;
    --btn-color: var(--text-color);
    --btn-border: currentColor;
}

.btn-widget.btn-wiget-primary {
    --btn-background: var(--primary-color);
    --btn-border: var(--btn-background);
    --btn-color: #fff;
}

.btn-widget.btn-wiget-primary:hover {
    --btn-background: #fff;
    --btn-border: currentColor;
    --btn-color: var(--primary-color);
}

.page-background {
    background-color: var(--page-background);
}

.page-background .page-content {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
}

.nav-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 1rem 0;
}

.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--text-color);
    transition: var(--transition);
}

.nav-breadcrumb .breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 400;
}

.nav-breadcrumb .breadcrumb .breadcrumb-item:hover a {
    color: var(--primary-color);
}

.table-product + .table-product {
    margin-top: 1.5rem;
}

.table-product .table {
    --bs-table-striped-bg: #DDEBF7;
    --bs-table-hover-bg: #c4dbed;
    border-color: var(--gray-400);
}

.table-product .table-hover > thead > tr > * {
    text-align: center;
    padding: 0.75rem 0.5rem;
    font-weight: 700;
    color: var(--bs-danger);
}

.table-product .table-hover > tbody > tr > * {
    transition: 150ms ease;
    text-align: center;
}

.table-product .table-hover > tbody > tr > td {
    padding: 0.75rem 0.5rem;
}

.table-product .table-hover > tbody > tr > td:first-child {
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.table-product .table-hover > tbody > tr > td:first-child > img {
    margin-bottom: 0.75rem;
}

.table-product .table > :not(:first-child) {
    border-top: 1px solid var(--gray-400);
}

.style-heading {
    color: var(--gray-900);
    font-size: var(--size-heading-2);
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.style-heading--smater {
    font-size: var(--size-heading-1);
}

.style-heading--underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--primary-color);
}

.style-heading--prefix {
    padding-left: 45px;
    padding-bottom: 0;
}

.style-heading--prefix .prefix {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 30px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
}

.list-price .list-price__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.list-price ul {
    list-style: initial;
    padding-left: 25px;
}

.list-price ul > li {
    color: #0a58ca;
    transition: color 150ms ease;
}

.list-price ul > li:hover {
    color: var(--primary-color);
}

.list-price ul > li > a,
.list-price ul > li::marker {
    color: inherit;
    transition: inherit;
}

.list-price ul > li + li {
    margin-top: 0.25rem;
}

.list-price ul > li > a {
    display: inline-block;
}

.aside-products {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.25rem;
}

.aside-products .card {
    --color-price: #B91C1C;
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid #F4F4F5;
    transition: var(--transition);
}

.aside-products .card:hover {
    border-color: var(--primary-color);
}


.aside-products .card > .card-image {
    display: flex;
    justify-content: center;
}

.aside-products .card > .card-image > .card-image__wrapper {
    width: 150px;
}

.aside-products .card > .card-image img {
    transform: scale3d(1, 1, 1);
    transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
}

.aside-products .card:hover > .card-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.aside-products .card .card-name {
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}

.aside-products .card .card-price > .card-price__discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.aside-products .card .card-price > .card-price__discount > del {
    color: var(--gray-500);
}

.aside-products .card .card-price > .card-price__discount .persent {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: var(--color-price);
    color: #fff;
    font-size: 0.8125rem;
}

.aside-products .card .card-price > .price-final {
    font-weight: 700;
    color: var(--color-price);
}

@media (min-width: 576px) {
    .aside-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .aside-products {
        grid-template-columns: 1fr;
    }
}

.text-primary {
    color: var(--primary-color) !important;
}

.page-calculator .page-calculator__wrapper {
    padding: 1.75rem 1.25rem;
    border: 1px solid var(--gray-900);
    background-color: #fff;
    height: 100%;
    border-radius: 0.25rem;
}

.page-calculator .theme-form .form-field + .form-field {
    margin-top: 1.25rem;
}

.page-calculator .theme-form > .form-field > .form-label {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-calculator .theme-form .form-filed__actions,
.page-calculator .theme-form .form-field > .form-field__group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.page-calculator .theme-form > .form-filed__actions {
    justify-content: space-between;
}

.page-calculator .theme-form .form-field > .form-field__group > *:first-child {
    flex-grow: 1;
}

.page-calculator .theme-form .form-field > .form-field__group > *:last-child {
    flex: 0 0 60px;
    padding-left: 1.25rem;
    font-weight: 500;
}

.page-calculator .theme-form > .form-field select,
.page-calculator .theme-form > .form-field input {
    border-color: #ced4da;
}

.page-calculator .theme-form > .form-field select:focus,
.page-calculator .theme-form > .form-field input:focus {
    border-color: var(--primary-color) !important;
}

.page-calculator .theme-form .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.page-calculator .theme-form .form-check > .form-check-label {
    display: grid;
    grid-template-columns: 0 1fr;
    grid-gap: 0.5rem 1.25rem;
    width: 100%;
    align-items: center;
    position: relative;
}

.page-calculator .theme-form .form-check > .form-check-label::before,
.page-calculator .theme-form .form-check > .form-check-label::after {
    --width: 1rem;
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: var(--width);
    height: var(--width);
    transition: 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.page-calculator .theme-form .form-check > .form-check-label::before {
    border: 1px solid var(--gray-400);
}

.page-calculator .theme-form .form-check > .form-check-label::after {
    --width: 0.5rem;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 0.25rem;
    opacity: 0;
    transform: translateY(-50%);
}

.page-calculator .theme-form .form-check > .form-check-input:checked + .form-check-label::after {
    opacity: 1;
}

.page-calculator .btn-action {
    --btn-background: var(--primary-color);
    --btn-text-color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    margin: 0;
    background-color: var(--btn-background);
    color: var(--btn-text-color);
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid transparent;
    border-radius: 0.25rem;
}

.page-calculator .btn-action--md {
    padding: 0.75rem 0.15rem;
}

.page-calculator .btn-action--rouned {
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
}

.page-calculator .btn-action--transparent {
    --btn-background: transparent;
    --btn-text-color: var(--bs-blue);
}

.page-calculator .btn-action--browne {
    --btn-background: #623718;
    --btn-text-color: var(--bs-white);
}

.page-calulartor__result {
    display: grid;
    grid-template-rows: 1fr 30%;
    height: 100%;
}

.table-row {
    max-width: 440px;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
}

.table-row > .table-col {
    flex: 0 0 auto;
}

.table-row > .table-col-heading {
    width: 60%;
    font-weight: 500;
}

.table-row > .table-col-value {
    width: 40%;
    font-weight: 700;
}

.table-row + .table-row {
    margin-top: 1rem;
}

.table-row__header > .table-col,
.table-row__footer > .table-col {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
}

.table-row__header > .table-col {
    text-transform: uppercase;
}

.table-row__footer {
    padding: 1.25rem 0;
    margin-top: 0;
}

.page-calculator .page-calculator__actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-gap: 0.5rem;
    align-items: center;
}

.page-calculator .page-calculator__actions .action {
    text-align: center;
}

.page-calculator .page-calculator__actions .action > .btn-action {
    min-width: 210px;
    justify-content: center;
}

.page-calculator .page-calculator__extend {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.page-calculator .page-calculator__extend > .title {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .page-calculator .page-calculator__actions {
        grid-template-columns: repeat(3, 1fr);
    }
}

.calculator-panel {
    margin-bottom: 1.25rem;
}

.calculator-panel .panel-tabs {
    width: 100%;
    overflow: auto;
}

.calculator-panel .panel-tabs .panel-tab {
    float: left;
    margin-right: -100%;
    width: 100%;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    transition: var(--transition);
}

.calculator-panel .panel-tabs .panel-tab.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    user-select: auto;
}

.calculator-panel .panel-toggle {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

.calculator-panel .panel-toggle > span {
    font-weight: 500;
    color: var(--text-color);
}

.panel-btn {
    display: inline-block;
    margin-right: 1rem;
    outline: none;
    border: none;
    height: 12px;
    width: 36px;
    border-radius: 999px;
    background-color: #00000042;
    position: relative;
    transition: var(--transition);
}

.panel-btn > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 55%);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -49%);
    transition: var(--transition);
}

.panel-btn.active {
    background-color: rgba(238, 151, 45, 0.5);
}

.panel-btn.active > span {
    transform: translate(18px, -49%);
    background-color: var(--primary-color);
}

.table-row.disabled {
    opacity: 0.35;
}

.section-banner_sticky {
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.section-banner_sticky.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.section-banner_sticky .banner-item {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.section-banner_sticky .banner-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

@media (max-width: 1400px) {
    .section-banner_sticky .banner-item img {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .section-banner_sticky {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .section-banner_sticky .banner-item_1 {
        left: calc(((100vw - 1200px) / 2) - 165px);
    }

    .section-banner_sticky .banner-item_2 {
        right: calc(((100vw - 1200px) / 2) - 165px);
    }
}

@media screen and (min-width: 1400px) {
    .section-banner_sticky .banner-item_1 {
        left: calc(((100vw - 1320px) / 2) - 265px);
    }

    .section-banner_sticky .banner-item_2 {
        right: calc(((100vw - 1320px) / 2) - 265px);
    }
}

.section-category_v2 .category-item {
    background-color: var(--bs-white);
    border-radius: 5px;
    overflow: hidden;
}

.section-category_v2 .category-item .category-header {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.section-category_v2 .category-item .category-header .category-header_title {
    font-size: 1em;
    margin-bottom: 0;
}

.section-category_v2 .category-item .category-header .category-header_title > a {
    color: var(--bs-gray-1000);
    font-size: 1.5em;
    font-weight: 700;
}

.section-category_v2 .category-item .category-header .category-header_link > a {
    color: var(--bs-gray-600);
    font-size: 1em;
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.section-category_v2 .category-item .category-header .category-header_link > a:hover {
    color: var(--bs-gray-900);
}

.section-category_v2 .category-item .category-header .category-header_link > a > i {
    font-size: 1.3em;
}

.section-category_v2 .category-item .category-body {
    display: flex;
    position: relative;
    padding-left: 190px;
}

.section-category_v2 .category-item .category-body .category-body_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.section-category_v2 .category-item .category-body .category-body_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    transition: var(--transition-default);
}

.section-category_v2 .category-item .category-body .category-body_image:hover img {
    transform: scale(1.1);
    opacity: .9;
}

.section-category_v2 .category-item .category-body .category-body_list {
    display: flex;
    flex-wrap: wrap;
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item {
    width: 50%;
    padding: 30px 20px;
    border-left: 1px solid var(--bs-gray-300);
    border-top: 1px solid var(--bs-gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item .category-list_item--title {
    font-size: 1.1em;
    color: var(--bs-gray-1000);
    font-weight: 700;
    margin-bottom: 4px;
    transition: var(--transition-default);
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item .category-list_item--text {
    color: var(--bs-gray-600);
    font-size: 1em;
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item .category-list_item--image {
    max-width: 90px;
    margin-top: 10px;
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item .category-list_item--image > img {
    transition: var(--transition-default);
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item:hover .category-list_item--title {
    color: var(--primary-color);
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item:hover .category-list_item--image > img {
    transform: scale(1.1);
    opacity: .9;
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item:nth-child(3),
.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item:nth-child(4) {
    border-bottom: 1px solid var(--bs-gray-300);
}

.section-category_v2 .category-item .category-body .category-body_list .category-body_list--item:nth-child(2n) {
    border-right: 1px solid var(--bs-gray-300);
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brands-list .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05em;
    color: var(--bs-white);
    font-weight: 500;
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 6px 16px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: var(--transition-default);
}

.brands-list .brand-item:hover {
    background-color: var(--primary-hover);
    color: var(--bs-white);
}

.section-highlight {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 0 15px 15px;
}

.section-highlight .section-heading {
    text-align: center;
    margin-bottom: 0;
}

.section-highlight .section-heading .title {
    color: var(--bs-white);
    padding: 25px 0;
    font-size: 1.5em;
}

.section-highlight .section-highlight_button {
    border-radius: 4px;
    padding: 13px 50px 12px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: 1em;
    white-space: nowrap;
    border: 0;
    background-color: var(--bs-white);
    color: var(--bs-gray-1000);
}

.section-highlight .section-highlight_button:hover {
    color: var(--primary-color);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 35px;
}

.section-heading .heading-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--heading-color);
    font-size: 2em;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.section-heading .heading-subtitle {
    font-size: 1em;
    background: var(--primary-color);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    white-space: nowrap;
}

.section-heading .heading-subtitle::before,
.section-heading .heading-subtitle::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #4b4b4b;
    margin: 0 15px;
    opacity: 0.5;
}


.section-heading .heading-desc {
    margin-top: 24px;
    font-size: 1.075em;
    color: #4b4b4b;
    line-height: 1.6;
}


.section-heading .heading-title-2 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--heading-color);
    font-size: 2em;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.section-heading .heading-title__image {
    width: 30px;
    height: 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .section-heading .heading-title {
        font-size: 2.2em;
    }
}

@media (max-width: 992px) {
    .section-heading .heading-title {
        font-size: 2em;
    }
}

@media (max-width: 576px) {
    .section-heading .heading-title {
        font-size: 1.7em;
    }
}

/*=====================================
           card-product
 ========================================*/
.card-product {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #EBEBEBF5;
    transition: var(--transition-default);
    border: 1px solid var(--bs-gray-200);
}

.card-product .card-sale {
    min-width: 60px;
    position: absolute;
    z-index: 3;
    height: 25px;
    top: 6px;
    left: 6px;
    background: linear-gradient(295deg, #CD1A0C 0%, #FF5246 98.45%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-product .card-sale span {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
}

.card-product .card-header {
    border-bottom: 0;
    border-radius: 0;
    background-color: var(--bs-white);
    padding: 0 0 100%;
    overflow: hidden;
    position: relative;
}

.card-product .card-header .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
    -o-transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
}

.card-product .card-header .card-image .thumb {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    will-change: opacity;
    -webkit-transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
    -o-transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
    transition: all 0.4s cubic-bezier(.28, .12, .22, 1);
    z-index: 2;
}

.card-product:hover .card-header .card-image .thumb {
    opacity: 1;
}

.card-product:hover .card-header .card-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card-product .card-body {
    display: flex;
    flex-direction: column;
}

.card-product .card-body .card-category > a {
    color: var(--bs-gray-600);
    font-size: .95em;
    margin-bottom: 3px;
}

.card-product .card-body .card-category > a:hover {
    color: var(--bs-gray-1000);
}

.card-product .card-body .card-title > a {
    color: var(--bs-gray-1000);
    font-weight: 600;
    font-size: 1.2em;
}

.card-product .card-body .card-title > a:hover {
    color: var(--primary-color);
}

.card-product .card-body .card-link {
    color: var(--red-color);
}

.card-product .card-body .card-price {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
}

.card-product .card-body .card-price ins {
    text-decoration: unset;
    color: #d70018;
    font-size: 1.15em;
    font-weight: 700;
}

.card-product .card-body .card-price del {
    text-decoration: line-through;
    color: #707070;
    font-size: 0.95em;
    font-weight: 500;
}

.card-product .card-body .card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 20px;
    gap: 8px;
    color: var(--bs-white);
    border: none;
    font-weight: 500;
    font-size: 1.05em;
}

.card-product .card-body .card-actions:hover {
    background-color: var(--primary-hover);
}

.card-product .card-body .card-actions .card-action {
    margin-left: auto;
}

.card-product .card-body .card-actions button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    gap: 3px;
}

.card-product .card-body .card-actions button > span {
    color: var(--bs-white);
    display: inline-block;
    vertical-align: middle;
}

.card-product .card-body .card-actions button svg {
    stroke: var(--bs-gray-1000);
    height: 20px;
    width: 20px;
}

.card-product .card-body .card-actions button i {
    color: var(--bs-white);
}

.card-product .card-body .card-actions button:hover {
    color: var(--bs-gray-1000);
}

.card-product .card-body .card-actions button.active {
    color: #d70018;
}

.card-product .card-body .card-actions button.active svg {
    stroke: #ffffff;
}

.card-product .card-body .card-actions button.is-selected svg {
    stroke: #ffffff;
    fill: #d70018;
}

.card-product__characteristic {
    background-color: #edf0f3;
    border-radius: 20px;
    display: inline-flex;
    width: max-content;
    color: var(--bs-gray-700);
    padding: 3px 11px;
    font-size: 0.85em;
    font-weight: 500;
    margin-bottom: 5px;
}

.card-product__desc {
    font-size: 0.95em;
    font-weight: 500;
    color: var(--bs-gray-700);
}

.card-rating {
    font-size: 1.1em;
    max-width: fit-content;
}

.card-rating .star-icon i {
    font-size: 1.2em;
    color: #f5c518;
}

.card-rating .score {
    color: #333;
}

.card-rating .rating-count {
    margin-left: 4px;
}


@media (max-width: 768px) {
    .card-rating {
        font-size: 1em;
        max-width: fit-content;
    }

    .card-rating .star-icon i {
        font-size: 1em;
        color: #f5c518;
    }
}

@media (max-width: 425px) {
    .card-product__characteristic {
        width: unset;
        font-size: 0.8em;
    }
}


@media (max-width: 320px) {
    .card-product__characteristic {
        display: none !important;
    }

    .card-product .card-body .card-actions {
        margin-top: 5px;
        padding: 8px;
    }
}

.slider-module_product .button-slider {
    background: rgba(255, 255, 255, .9);
    height: 70px;
    width: 40px;
    font-size: 2rem;
    color: var(--gray-500);
    line-height: 1;
    opacity: .8;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.slider-module_product .button-prev {
    left: -16px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 6px 0 4px rgb(0 0 0 / 5%), 4px 0 4px rgb(0 0 0 / 9%);
    box-shadow: 6px 0 4px rgb(0 0 0 / 5%), 4px 0 4px rgb(0 0 0 / 9%);
    padding-right: 3px;
}

.slider-module_product .button-next {
    right: -16px;
    -webkit-box-shadow: -6px 0 4px rgb(0 0 0 / 5%), -4px 0 4px rgb(0 0 0 / 9%);
    box-shadow: -6px 0 4px rgb(0 0 0 / 5%), -4px 0 4px rgb(0 0 0 / 9%);
    border-radius: 4px 0 0 4px;
    padding-left: 3px;
}

.slider-module_product:hover .button-slider {
    opacity: 1;
}

.slider-module_product .button-slider:hover {
    background: var(--bs-white);
}


/*======================================
    section-product
=======================================*/
/*.category-product .section-product:not(:last-child) {*/
/*    border-bottom: 1px solid var(--bs-gray-200);*/
/*}*/

.section-product .section-heading .title > a {
    color: var(--bs-gray-800);
}

.section-product .section-heading {
    border-bottom: 2px solid var(--primary-color);
}

.section-product .section-heading .heading-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 20px;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0;
}

.section-product .section-heading .heading-title::after {
    content: '';
    display: block;
    line-height: 40px;
    background: var(--primary-color);
    width: 18px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -7px;
    transform: skewX(21deg);
    border-radius: 0 5px 0 0;
}

.section-product .section-heading .section-product__link {
    font-weight: 500;
    font-size: 1.05em;
    transition: var(--transition-default);
    background-color: var(--primary-color);
    color: var(--bs-white);
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.section-product__link .icon-hover {
    display: flex;
    align-items: center;
    margin-left: 5px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease;
}


.section-product .section-heading .section-product__link:hover {
    background-color: var(--primary-hover);
    transform: translateX(5px);
}

.section-tab__category .nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-tab__category .nav .tab-category {
    border: 1px solid rgb(221, 221, 227);
    border-radius: 16px;
    padding: 6px 24px;
    display: flex;
    color: var(--bs-gray-600);
    text-align: center;
    font-weight: 600;
    font-size: 0.9em;
    background-color: transparent;
    white-space: nowrap;
    transition: var(--transition-default);
    position: relative;
    overflow: hidden;
}

.section-tab__category .nav .tab-category .check-tab {
    position: absolute;
    right: -10px;
    top: -4px;
    width: 38px;
    font-weight: 500;
    color: var(--bs-white);
    font-size: 8px;
    transform: rotate(40deg);
    background-color: var(--primary-color);
    height: 18px;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.section-tab__category .nav .tab-category .check-tab > i {
    transform: rotate(-30deg);
    transition: var(--transition-default);
}

.section-tab__category .nav .tab-category.active {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.section-tab__category .nav .tab-category.active .check-tab {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 1024px) {
    .section-tab__category .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .section-tab__category .nav::-webkit-scrollbar {
        display: none;
    }
}

.contact-info {
    width: 100%;
}

.contact-info .contact-info_box {
    border-radius: 12px;
    background: var(--primary-color) url(/public/upload/theme/contact-information-bg.svg) bottom right/auto no-repeat;
    padding: 48px 36px;
    width: 100%;
}

.contact-info .contact-info_box .contact-info_title {
    font-size: var(--size-heading-1);
    color: var(--bs-white);
    margin-bottom: 36px;
    font-weight: 600;
}

.contact-info .contact-info_box .contact-info_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 80%;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__icon {
    height: 38px;
    width: 38px;
    flex-shrink: 0;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__icon svg {
    height: 100%;
    width: 100%;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__item___title {
    font-size: 0.925em;
    font-weight: 500;
    color: var(--bs-white);
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__item___value {
    font-size: 1.075em;
    color: var(--bs-white);
    line-height: 1.6;
    font-weight: 700;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item:hover .contact-info_list__item__content .contact-info_list__item___value {
    color: #f7eeb2;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__social___media {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__social___media-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__social___media-item:hover {
    background-color: #f7eeb2;
    color: var(--bs-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.contact-info .contact-info_box .contact-info_list .contact-info_list__item .contact-info_list__item__content .contact-info_list__social___media-item i {
    font-size: inherit;
}

.contact-info_list__social___media-item svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    z-index: 2;
    position: relative;
}

.contact-info_list__social___media-item svg path {
    fill: currentColor;
}

.page-contact .contact-box {
    padding: 30px;
    background-color: var(--bs-white);
    border-radius: 12px;
}

.page-contact .contact-box .heading-desc {
    margin-top: 0;
    font-style: italic;
}


.contact-form label {
    font-weight: 500;
    color: var(--bs-gray-1000);
    font-size: 1.1em;
    margin-bottom: 4px;
}

.contact-form .form-control {
    font-size: 1em;
    color: var(--bs-gray-1000);
}

.contact-form input.form-control {
    min-height: 44px;
    border-radius: 20px;
    padding: 5px 20px;
}

.contact-form .form-control::placeholder {
    color: var(--bs-gray-600);
}

.contact-form .form-control.is-valid, .contact-form .was-validated .form-control:valid {
    padding-right: .75rem;
    border-color: #ced4da;
    background-image: none;
}

@media (max-width: 1024px) {
    .contact-item {
        gap: 10px;
    }

    .contact-item .contact-item_icon {
        width: 45px;
        height: 45px;
        font-size: 1em;
    }

    .contact-item .contact-item_title {
        font-size: 1.3em;
    }

    .contact-item .contact-item_value {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .section-product .section-heading .section-product__link {
        font-size: 15px;
    }

    .section-product .section-heading .heading-title {
        font-size: 12px;
    }
}

/*===================================
                  article-card
  =====================================*/

.article-card__image {
    position: relative;
    overflow: hidden;
    clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.119%, 95.399% 0.464%, 96.364% 1.015%, 97.245% 1.755%, 98.029% 2.664%, 98.701% 3.723%, 99.249% 4.915%, 99.657% 6.219%, 99.912% 7.617%, 100% 9.091%, 100% 66.97%, 100% 66.97%, 99.732% 70.984%, 98.988% 73.969%, 97.863% 76.111%, 96.447% 77.599%, 94.835% 78.618%, 93.119% 79.355%, 91.39% 79.998%, 89.742% 80.733%, 88.268% 81.747%, 87.061% 83.227%, 87.061% 83.227%, 86.147% 85.185%, 85.483% 87.323%, 84.946% 89.551%, 84.409% 91.777%, 83.749% 93.91%, 82.839% 95.86%, 81.556% 97.535%, 79.775% 98.844%, 77.369% 99.696%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.636% 99.881%, 4.601% 99.536%, 3.636% 98.985%, 2.755% 98.245%, 1.971% 97.336%, 1.299% 96.277%, 0.751% 95.085%, 0.343% 93.781%, 0.088% 92.383%, 0% 90.909%, 0% 9.091%, 0% 9.091%, 0.088% 7.617%, 0.343% 6.219%, 0.751% 4.915%, 1.299% 3.723%, 1.971% 2.664%, 2.755% 1.755%, 3.636% 1.015%, 4.601% 0.464%, 5.636% 0.119%, 6.726% 0%);
}


.article-card .article-card_button {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    font-size: 1.6em;
    color: #5e5e5e;
    transition: var(--transition-default);
}

.article-card .article-card_header .article-card_button i {
    color: var(--bs-white);
    transition: var(--transition-default);
    transform: rotate(-45deg);

}

.article-card:hover .article-card_header .article-card_button i {
    transform: rotate(0);
}

.article-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.article-card__title,
.article-card-3__title {
    font-weight: 700;
    font-size: 1.15em;
    color: var(--bs-gray-700);
    margin-bottom: 5px;
    transition: var(--transition);
}

.article-card__text {
    color: var(--bs-gray-600);
}

.article-card__date {
    margin-bottom: 5px;
    font-size: 13px;

}

.article-card__date i {
    color: var(--secondary-color);
}

.article-card:hover .article-card__image > img,
.article-card-3:hover .article-card-3__image > img {
    transform: scale(1.05);
}

.article-card__title:hover {
    color: var(--primary-color);
}

.article-card .card-body .card-meta {
    color: #7f8285;
    font-weight: 500;
    font-size: 14px;
}

.article-card-2,
.article-card-3 {
    border-radius: 10px;
    border: 1px solid transparent;
}

.article-card-2__image {
    width: 100%;
    z-index: 2;
}

.article-card-2__image > img,
.article-card-3__image > img {
    width: 100%;
    height: auto;
}


.article-card-2__body {
    border-radius: 20px;
    margin-left: -20px;
    z-index: 1;
    padding: 20px 20px 20px 40px;
}

.article-card-2__title {
    font-size: 1.5em;
    text-transform: capitalize;
    line-height: 30px;
    border-bottom: 1px solid var(--bs-gray-200);
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-weight: 700;
    color: var(--bs-gray-700);
}

.article-card-2__title:hover,
.article-card-2:hover .article-card-2__title,
.article-card-3__title:hover,
.article-card-3:hover .article-card-3__title {
    color: var(--secondary-color);
}

.article-card-3__image {
    width: 100%;
}

.article-card-3__title {
    border-bottom: 1px solid var(--bs-gray-200);
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.article-card-3__body {
    padding: 20px 20px 20px 20px;
}

.list-article .list-article__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-article .list-article__item:not(:last-child) {
    border-bottom: 1px solid var(--bs-gray-300);
}


.sidebar-article {
    background-color: white;
    padding: 16px;
    border-radius: 20px;
}


@media (max-width: 576px) {
    .article-card-2 {
        flex-direction: column !important;
    }

    .article-card .article-card__text {
        display: none !important;
    }

    .article-card .article-card__title {
        --lines: 3 !important;
    }

    .article-card-2__image {
        width: 100%;
    }

    .article-card-2__image > img {
        border-radius: 0;
    }

    .article-card-2__body {
        margin-left: 0;
        z-index: 1;
        padding: 20px;
        width: 100%;
    }

    .article-card-2__title {
        font-size: 1.2em;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: unset;
        margin-top: 8px;
        border-bottom: 1px solid transparent;
    }

    .article-card-2 .article-card__text,
    .article-card-3 .article-card__text {
        display: none !important;
    }

    .article-card-3__body {
        padding: 15px;
    }

    .article-card-3__title {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
    }

    .article-card__title,
    .article-card-3__title {
        font-size: 1.05em;
    }

    .article-card .article-card_button {
        width: 40px;
        height: 40px;
    }
}

/*=====================================
                    footer
======================================*/
.section-box {
    padding: 25px 0;
    background-color: var(--primary-color);
}

.section-box ul > li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    background-color: var(--secondary-color);
}

.section-box ul > li > a {
    padding: 10px 20px;
    display: block;
    color: var(--bs-white);
    font-weight: 700;
    font-size: 1.2em;
    transition: var(--transition);
    font-family: var(--font-heading);
    white-space: nowrap;
}

.section-box ul > li > a:hover {
    color: var(--secondary-color);
}

.section-box .footer-contact {
    font-weight: 600;
}

.footer-contact__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--bs-white);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.footer-contact__icon svg path {
    fill: var(--secondary-color);
}

.footer-contact:hover .footer-contact__icon {
    animation: bounce-up 1s linear;
}

@keyframes bounce-up {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

.footer-logo img {
    max-width: 120px;
    height: auto;
}

.footer-top {
    padding: 40px 0;
}


.footer-top .footer-text {
    font-weight: 500;
    font-size: 1.05em;
    color: var(--bs-gray-400);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;

}

.footer-heading {
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--font-heading);
    margin-bottom: 15px;
}

.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: var(--secondary-color);
    font-family: var(--font-heading);
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid var(--bs-gray-600);
}

.footer-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--bs-white);

}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-list > a,
.footer-content,
.footer-content > a {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--bs-gray-300);
    transition: var(--transition-default);
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-social > a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--bs-white);
    background-color: var(--primary-color);
    border: 1px solid transparent;
    transition: var(--transition-default);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-social .footer-social_zalo {
    background-color: var(--primary-color);
}

.footer-social .footer-social_zalo svg {
    stroke: #fff;
    fill: #fff;
}


.footer-social > a:hover {
    background-color: var(--secondary-hover);
    color: var(--bs-white);
}

.footer-list > a:hover,
.footer-content > a:hover {
    color: var(--secondary-color);
    transform: translateX(5px);
}

.footer-terms__wrapper {
    padding: 20px 0;
    background: var(--primary-color);
}

.footer-copyright {
    font-size: 0.9rem;
    align-items: center;
    font-weight: 500;
    color: var(--bs-white);
}

.footer-copyright > a {
    color: var(--bs-gray-100);
}


@media (max-width: 725px) {
    .certification {
        width: 50% !important;
    }

}

@media (max-width: 576px) {
    .section-box ul > li {
        width: 50%;
    }

    .section-box ul > li > a {
        text-align: center;
    }

    .section-box ul > li:not(:last-child)::after {
        position: unset;
        content: unset;
        top: unset;
        right: unset;
        width: unset;
        height: unset;
        border-radius: unset;
        transform: unset;
        background-color: unset;
    }

    .section-box ul > li:nth-child(odd)::after {
        position: absolute;
        content: '';
        top: 50%;
        right: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transform: translate(50%, -50%);
        background-color: var(--secondary-color);
    }

}

/*=============================
                   modal
===================================*/

.modal-theme .modal-header .button-theme {
    padding: 0;
    height: 30px;
    width: 30px;
}

.header-mega {
    position: relative;
    margin-right: 30px;
    width: 230px;
}

.header-mega .header-mega_button {
    border-radius: 5px;
    color: var(--bs-white);
    font-weight: 600;
    font-size: 1.05em;
    border: 0;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.3px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    gap: 10px;
    width: 100%;
}

.header-mega .header-mega_button > i {
    font-size: 1.25em;
}

.header-mega .header-mega_button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.header-mega .header-mega_wrapper {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    transition: var(--transition-default);
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 2%), 0 2px 6px 2px rgb(60 64 67 / 6%);

}

.header-mega .header-mega_wrapper .mega-inner {
    width: 100%;
    position: relative;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item {
    overflow: hidden;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item:first-child .mega-item_link {
    border-radius: 5px 5px 0 0;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item:last-child .mega-item_link {
    border-radius: 0 0 5px 5px;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: var(--bs-gray-1000);
    font-weight: 600;
    background-color: var(--bs-white);
    width: 230px;
    font-size: 0.85em;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_link > img {
    width: 12px;
    height: 12px;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_link > i {
    margin-left: auto;
    font-size: 1.3em;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item:hover .mega-item_link,
.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_link:hover {
    background-color: #edf2f8;
    color: var(--primary-color);
}

.header-mega .header-mega_wrapper .mega-inner .mega-item + .mega-item {
    border-top: 1px solid var(--bs-gray-200);
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list {
    position: absolute;
    top: 0;
    left: calc(240px - 0.75rem);
    width: calc(100% - 240px);
    height: 100%;
    background-color: #edf2f8;
    border-radius: 0 5px 5px 0;
    padding: .75rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-default);
}

.header-mega .header-mega_wrapper .mega-inner .mega-item:hover .mega-item_list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media screen and (min-width: 992px) {
    .header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list {
        width: calc(960px - 240px - 0.75rem);
    }
}

@media screen and (min-width: 1200px) {
    .header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list {
        width: calc(1140px - 240px - 0.75rem);
    }
}

@media screen and (min-width: 1400px) {
    .header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list {
        width: calc(1320px - 240px - 0.75rem);
    }
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    border-radius: 5px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper::-webkit-scrollbar {
    width: 5px;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper::-webkit-scrollbar-track {
    background: var(--bs-white);
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper::-webkit-scrollbar-thumb {
    background: #cecece;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper .mega-item_column {
    border-radius: 5px;
    background-color: var(--bs-white);
    padding: .75rem;
    width: calc(25% - 0.75rem);
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper .mega-item_column .mega-item_column--title {
    font-size: 1em;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper .mega-item_column .mega-item_column--list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper .mega-item_column .mega-item_column--list .mega-item_column--list---item {
    color: var(--bs-gray-1000);
    display: flex;
    align-items: center;
    font-weight: 500;
}

.header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list .mega-item_list--wrapper .mega-item_column .mega-item_column--list .mega-item_column--list---item:hover {
    color: var(--primary-color);
}


.header.is-scroll .header-middle {
    padding: 5px 0;
}


.header.is-scroll .header-mega .header-mega_wrapper,
.header.is-page .header-mega .header-mega_wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: calc(100% + 10px);
    box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
}

.header.is-scroll .header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list,
.header.is-page .header-mega .header-mega_wrapper .mega-inner .mega-item .mega-item_list {
    box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
}

.header.is-scroll .header-mega .header-mega_wrapper:before,
.header.is-page .header-mega .header-mega_wrapper:before {
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    display: block;
    content: "";
}

.header.is-scroll .header-mega:hover .header-mega_wrapper,
.header.is-page .header-mega:hover .header-mega_wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header.no-scroll {
    -webkit-animation: header-no_scroll .5s forwards;
    animation: header-no_scroll .5s forwards;
}

@-webkit-keyframes header-scroll {
    0% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@keyframes header-scroll {
    0% {
        top: -10px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes header-no_scroll {
    0% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

@keyframes header-no_scroll {
    0% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

.floating-actions {
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 3;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-default);
}

.floating-actions.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.floating-actions a:not(:last-child) {
    margin-bottom: 10px;
}

.floating-actions .floating-return {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    box-shadow: 0 21px 51px rgba(3, 31, 114, 0.16);
}

.floating-actions .floating-return:hover {
    background-color: var(--primary-hover);
}

.floating-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom .6s ease-in-out, opacity .5s ease-in-out;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.floating-phone::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 22px;
    left: 0;
    border-radius: 50%;
    background: #dc1820;
    background-size: 400% 400%;
    animation: Gradient 3s infinite;
}

.floating-phone::after {
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    top: 27px;
    left: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 5;
}

.floating-phone svg {
    width: 60%;
    height: 60%;
    margin: 25%;
    z-index: 10;
}

.floating-phone svg path {
    fill: #e5e5e5;
}

.floating-phone span {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    left: -140px;
    top: calc(50% - 0);
    padding: 8px 15px;
    border-radius: 30px 30px 0 0;
    opacity: 0;
    pointer-events: none;
    transform: scale3d(0, 1, 1);
    transform-origin: right center;
    color: var(--bs-white);
}

.floating-phone span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: #dc1820;
    z-index: -1;
}

.floating-phone span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #dc1820;
    right: -6px;
    top: 10px;
}

.floating-phone:hover span {
    opacity: 1;
    pointer-events: auto;
    animation-name: goWidth;
    animation-duration: .4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes goWidth {
    from {
        transform: scale3d(0, 1, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.group-contact {
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 5;
    opacity: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 3px;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out;
}

.group-contact.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.group-contact .item-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--bs-white);
    background-color: var(--primary-color);
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    font-weight: 500;
    transition: var(--transition-default);
    padding: 10px;
    position: relative;
}

.item-contact .text-contact {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    margin-left: 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.item-contact:hover .text-contact {
    opacity: 1;
    visibility: visible;
}

.group-contact .item-contact:hover {
    width: auto;
}

.group-contact .item-contact .item {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    font-size: 1.5em;
    color: var(--bs-white);
}

.group-contact .item-contact .item.item-phone svg {
    width: 25px;
}

.group-contact .item-contact span.text {
    transition: all 0.35s ease-in-out;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.group-contact .item-contact:hover {
    background-color: #021e724a;
}


@media screen and (max-width: 576px) {
    .floating-actions {
        display: none;
    }

    .footer {
        margin-bottom: 55px;
    }

    .group-contact {
        display: flex;
        -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08) !important;
        background-color: #f3f3f3;
        flex-direction: row;
        bottom: 0;
        left: 0;
        height: 60px;
        width: 100%;
        gap: 1px;
    }

    .group-contact .item-contact {
        height: 60px !important;
        width: calc(100% / 4) !important;
        background-color: var(--primary-color);
        border-radius: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9em !important;
        gap: 2px;
        padding: 10px 0;
    }

    .group-contact .item-contact .item {
        border-radius: 50%;
        padding: 5px;
        font-size: 1em;
        background-color: var(--primary-color);
    }

    .group-contact .item-contact {
        background-color: var(--bs-white);
    }

    .group-contact .item-contact span.text {
        color: var(--bs-gray-800);
        font-weight: 700;
        opacity: 1;
        display: flex;
        visibility: visible;
    }

    .group-contact .item-contact .item.item-phone svg {
        width: 16px;
    }

    .group-contact .item-contact:hover {
        background-color: var(--bs-white);

    }

    .group-contact .item-contact:hover span.text {
        color: var(--secondary-color);
    }
}


.ratio-temp1 {
    --bs-aspect-ratio: 150px;
}

.ratio-temp2 {
    --bs-aspect-ratio: 125px;
}

.section-slider {
    padding-top: 10px;
}

.section-slider .section-top {
    margin-bottom: 10px;
}

@media (max-width: 991px) {

    .hero-slide .ratio {
        --bs-aspect-ratio: calc(9 / 16 * 100%);
    }

    .section-slider .section-top a {
        height: unset;
        --bs-aspect-ratio: calc(9 / 21 * 100%);
    }

    .ratio-temp2 {
        --bs-aspect-ratio: calc(9 / 21 * 100%);
    }
}

@media (max-width: 576px) {
    .section-slider .section-top {
        margin-bottom: 10px;
    }
}


.section-slider .button-slider {
    background: rgba(255, 255, 255, .9);
    height: 50px;
    width: 30px;
    font-size: 1.5rem;
    color: var(--gray-500);
    line-height: 1;
    opacity: .8;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.section-slider .button-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 6px 0 4px rgb(0 0 0 / 5%), 4px 0 4px rgb(0 0 0 / 9%);
    box-shadow: 6px 0 4px rgb(0 0 0 / 5%), 4px 0 4px rgb(0 0 0 / 9%);
    padding-right: 3px;
}

.section-slider .button-next {
    right: 0;
    -webkit-box-shadow: -6px 0 4px rgb(0 0 0 / 5%), -4px 0 4px rgb(0 0 0 / 9%);
    box-shadow: -6px 0 4px rgb(0 0 0 / 5%), -4px 0 4px rgb(0 0 0 / 9%);
    border-radius: 4px 0 0 4px;
    padding-left: 3px;
}

.section-slider:hover .button-slider {
    opacity: 1;
}

.section-slider .button-slider:hover {
    background: var(--bs-white);
}

@media (max-width: 576px) {
    .section-slider .button-slider {
        display: none !important;
    }
}

.page-config a {
    position: fixed;
    left: 10px;
    bottom: 55px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 4px;
    border: 0;
    transition: var(--transition-default);
    background-color: var(--primary-color);
    color: var(--bs-white);
    font-size: 0.9em;
    z-index: 3;


}

.page-config {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-config.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.page-config a:hover {
    color: var(--bs-white);
    background-color: var(--primary-hover);
}

.page-config a span {
    margin-right: 6px;
}

@media (max-width: 991px) {
    .page-config a {
        bottom: 36px;
    }
}

@media (max-width: 576px) {
    .page-config a {
        padding: 8px 10px;

    }
}

/*======================================
    section-number
=======================================*/

.section-number__wrap {
    border-radius: 30px;
    padding: 40px;
    background-color: var(--secondary-color);

}

.section-number__wrap .col:not(:last-child) {
    border-right: 1px solid var(--bs-gray-100);
}

.card-number__title {
    font-size: 3.5em;
    font-weight: 800;
    color: #fff;
}

.card-number__title > span {
    color: var(--bs-white);
}

.card-number__text {
    font-weight: 700;
    color: var(--bs-white);
}

@media (max-width: 1024px) {
    .section-number__wrap {
        padding: 30px;
    }

    .card-number {
        font-size: 0.6em;
    }
}

@media (max-width: 576px) {
    .section-number {
        display: none !important;
    }
}

/*======================================
          card-introduce
=======================================*/
.card-introduce__image {
    width: 120px;
    height: 120px;
}

.card-introduce__title {
    font-family: var(--font-heading);
    color: var(--bs-gray-800);
    font-weight: 700;
    font-size: 1.4em;
}

.card-introduce__text {
    line-height: 24px;
    font-size: 1.05em;
}

@media (max-width: 1024px) {
    .card-introduce__image {
        width: 95px;
        height: 95px;
    }
}

@media (max-width: 576px) {
    .card-introduce__title {
        font-size: 1.25em;
    }

    .card-introduce__text {
        font-size: 1em;
    }
}


/*========================================
          section-intro
=========================================*/
.section-introduction .introduction-image img {
    border-radius: 30px;
}

.section-introduction .introduction-image:before {
    right: -30px;
    top: 0;
    height: 50%;
    width: 15px;
    background: var(--primary-color);
}

.section-introduction .introduction-image:after {
    bottom: 0;
    left: -30px;
    height: 55%;
    width: 15px;
    background: var(--primary-color);
}

@media screen and (max-width: 992px) {
    .section-introduction .introduction-image {
        max-width: 75%;
        margin: 0 auto;
    }

    .section-introduction .introduction-image:before {
        width: 10px;
        right: -20px;
    }

    .section-introduction .introduction-image:after {
        width: 10px;
        left: -20px;
    }
}

/*========================================
          section-product__list
=========================================*/

.box__item {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
    transition: var(--transition-default);
}

.box__item:hover {
    box-shadow: 0 4px 8px rgba(97, 97, 97, 0.18), 0px 6px 12px rgba(97, 97, 97, 0.18);
    transform: translateY(-10px);
}

.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.box__image {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.box-text {
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 8px;
    color: var(--bs-gray-700);
}

.section-product_slider {
    display: none !important;
}

#list-product__slider .swiper-slide,
#list-product__slider .box__item,
#list-product__slider .box-image,
#list-product__slider img {
    box-shadow: none !important;
}

@media (max-width: 1024px) {
    .section-product__list .section-product_list {
        display: none !important;
    }

    .section-product__list .section-product_slider {
        display: block !important;
    }
}


/*===============================
      section-gallery
========================================*/

.section-gallery .swiper-slide iframe {
    width: 100%;
    height: 250px;
    display: block;
}

/*===============================
      section-feedback
========================================*/

.feedback-card {
    background: var(--primary-color);
    border-radius: 10px;
}

.feedback-card .feedback-bg {
    border-radius: 10px;
    position: absolute;
    inset: 0;
    opacity: 0.2;
}

.feedback-card_content {
    padding: 15px 25px;
}

.feedback-card .feedback-start {
    position: absolute;
    top: 0;
    right: -1px;
    padding: 5px;
    background: var(--bs-white);
    border-bottom-left-radius: 10px;
    color: #FFD700;
    font-size: 1em;
    z-index: 2;
}

.feedback-card_content .author-box .author-avt {
    width: 60px;
    height: 60px;
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}

.feedback-card_content .author-box .author-name {
    font-size: 1.3em;
    color: var(--bs-white);
}

.feedback-card_content .author-box .author-city {
    font-size: 1em;
    color: var(--bs-gray-300);
}

.feedback-image_decor {
    position: absolute;
    width: 30px;
    height: 30px;
}

.feedback-image_decor > svg {
    fill: #fff;
}

.feedback-image_decor.decor-top_right {
    top: -10px;
    right: 99px;
    pointer-events: none;
    transform: rotate(269deg);
}

.feedback-image_decor.decor-bottom_left {
    top: 20px;
    right: -11px;
    pointer-events: none;
    transform: rotate(270deg);
}

.feedback-body {
    font-size: 1.05em;
    color: var(--bs-white);
    line-height: 28px;
}


@media (max-width: 992px) {
    .feedback-card_content {
        padding: 14px 20px;
    }

    .feedback-card_content .author-box .author-avt {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }

    .feedback-card_content .author-box .author-name {
        font-size: 1.15em;
    }

    .feedback-card_content .author-box .author-city {
        font-size: 0.95em;
    }

    .feedback-body {
        font-size: 1em;
        line-height: 24px;
    }

    .feedback-image_decor {
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 768px) {
    .feedback-card_content {
        padding: 12px 16px;
    }

    .feedback-card_content .author-box .author-avt {
        width: 45px;
        height: 45px;
    }

    .feedback-card_content .author-box .author-name {
        font-size: 1.05em;
    }

    .feedback-card_content .author-box .author-city {
        font-size: 0.9em;
    }

    .feedback-image_decor.decor-bottom_left {
        top: 30px;
        right: -1px;
    }

    .feedback-image_decor.decor-top_right {
        top: 0;
        right: 110px;
    }

    .feedback-body {
        font-size: 0.95em;
        line-height: 22px;
    }

    .feedback-image_decor {
        width: 20px;
        height: 20px;
    }
}


.section-contact_form {
    min-height: 60vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.section-contact_form .contact-map_form {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-contact_form .contact-map_form iframe {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.section-contact_form .contact-info {
    background: var(--bs-white);
    border-radius: 16px;
    padding: 42px;
    position: relative;
    z-index: 2;
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
    border: 3px solid rgba(var(--secondary-rgb));
}

.section-contact_form .contact-map_form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--bs-black-rgb), 0.24);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: var(--transition-default);
}

.section-contact_form:hover .contact-map_form:before {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
}


@media screen and (max-width: 768px) {
    .section-contact_form {
        background: #f5f7f7;
        min-height: auto;
        padding-top: 0;
    }

    .section-contact_form .contact-map_form {
        position: relative;
    }

    .section-contact_form .contact-map_form iframe {
        height: 300px;
    }

    .section-contact_form .contact-map_form:before {
        display: none;
    }

    .section-contact_form .contact-info {
        position: static;
        margin-top: 30px;
        padding: 25px;
    }
}

.modal-contact .modal-content {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.modal-contact__close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--bs-white);
    border: 1px solid transparent;
    margin-bottom: 8px;
    transition: var(--transition);
}

.modal-contact__close:hover {
    opacity: 0.8;
}

.call-us__item-hotline {
    background: #dc1820;
}

.block-choice {
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-200);
    -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
}


.block-choice .block-choice__media {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
}

.block-choice .block-choice__media > img {
    width: 45px !important;
    height: 45px !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.block-choice .block-choice__media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -5px;
    bottom: -5px;
    background-color: #021e724a;
    border-radius: 50%;
    z-index: -1;
}

.block-choice:hover .block-choice__media > img {
    transform: scale(0.9);
}

.block-choice:hover {
    border: 1px solid var(--primary-color);
}

.block-choice .block-choice__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a0a0a;
    line-height: var(--bs-body-line-height);
    margin-bottom: 0.625rem;
}

.block-choice .block-choice__desc {
    color: var(--bs-gray-800);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .block-choice {
        padding: 20px 15px;
    }


    .block-choice .block-choice__media {
        width: 80px;
        height: 80px;
    }

    .block-choice .block-choice__media > img {
        width: 40px !important;
        height: 40px !important;
    }
}

.section-category__flex .category-wrap {
    overflow-x: auto;
}

.card-category .image {
    width: 160px;
    height: 160px;
    border: 7px solid var(--bs-white);
    box-shadow: 0px 0px 10px 0px #cbcbcbf5;
}

.card-category:hover .image img {
    transform: scale(1.1);
}

.card-category .title h3 {
    font-weight: 700;
    font-size: 1.4em;
    color: var(--bs-gray-800);
}

.card-category:hover .title h3 {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .card-category .image {
        width: 140px;
        height: 140px;
    }

    .card-category .title h3 {
        font-size: 1.3em;
    }
}

.section-agency__wrap {
    padding: 25px 10px 25px 25px;
    border-radius: 10px;
    border: 1px solid #fdcf3a;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.section-agency__wrap .wrap-height {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.section-agency__wrap .wrap-height::-webkit-scrollbar-track {
    background: rgb(160 160 160 / 20%);
}

.section-agency__wrap .wrap-height::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgb(160 160 160 / 20%);
}

.section-agency__wrap .wrap-height::-webkit-scrollbar-thumb {
    background-color: #fdcf3a;
}

.section-agency__wrap .wrap-height::-webkit-scrollbar {
    width: 6px;
}

.card-agency {
    padding-bottom: 15px;
}

.card-agency .title {
    font-weight: 700;
    font-size: 1.1rem;
}

.card-agency .icon {
    font-weight: 700 !important;
}

.card-agency svg {
    width: 14px;
    height: 14px;
}

.card-agency svg path {
    fill: #85661f;
}

.card-agency a {
    color: #85661f;
}

.card-agency a:hover {
    color: var(--primary-color);
}

.card-gallery:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    cursor: zoom-in;
}
