@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.vka-checkbox:not(:checked)~.vka {
    animation-name: zoom;
    -webkit-animation-name: zoom;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    cursor: pointer;
    box-shadow: 0 0 0 0 #ef4136;
}

.price_sale_item_module {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.b-card-58 .price_sale_item_module .b_price {
    display: block;
}

.b-card-58 .b_price .market {
    margin-bottom: 5px;
}

.b-card-58 .b_price .discount {
    margin-bottom: 0;
}

.b-card-58 .price_sale_item_module .b_icon {
    position: relative;
    font-size: 12px;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    line-height: 43px;
}

/* Căn giữa hình ảnh với class aligncenter */
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Căn giữa hình ảnh trong ACF hoặc editor */
figure.aligncenter,
.wp-block-image .aligncenter {
    text-align: center;
}

.s-product-1 .s_top h3 i {
    color: #f8d625;
}

.row-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-7>div {
    padding-left: 7px;
    padding-right: 7px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5>div {
    padding-left: 5px;
    padding-right: 5px;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-10>div {
    padding-left: 10px;
    padding-right: 10px;
}

.ft-service.align-items p {
    margin-bottom: 0;
}

[class*=s-cart-] .s_table tr td:first-child {
    padding-left: 0;
}

[class*=s-cart-] .s_table tr td {
    border-bottom: 1px solid #ccc;
    padding: .5em .22em .5em .22em;
}

.s-cart-2 .td-image {
    width: 50px;
    line-height: 0;
}

.form-group.c-form-border>p {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 3px;
}

.c-form-border input.wpcf7-form-control {
    padding: 1.1em 1.072em 1em .5em;
    font-weight: 300;
    font-size: 13px;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.c-form-border--icon input.wpcf7-form-control {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    z-index: 2;
    height: 0;
    border: none;
    background-color: transparent;
    position: relative;
}

.__form_send_phone_single_product form>p {
    position: relative;
    border: 5px solid #09c1b6;
    border-radius: 3px;
    max-width: unset;
    width: 100%;
    color: #666;
    font-size: 13px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.__form_send_phone_single_product form>p input.c_input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 15px;
    line-height: normal;
    border: none;
    background-color: transparent;
}

.__form_send_phone_single_product form>p .c-btn--secondary {
    color: #fff;
    padding: 7px;
    font-size: 13px;
    border-radius: 0;
    font-weight: 700;
    background: #444;
    background: #ebc301;
    color: #444;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    font-size: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 0;
}

.wc-block-components-checkout-place-order-button--full-width {
    background: #ef4136;
}

.c-modal-box.__modal_map{
    max-width: 85%;
}

.__modal_map .s-tab-1 {
    margin-top: 0;
}

.__modal_map iframe {
    width: 100%;
    height: calc(100vh - 280px);
}

.c-modal-box.__modal_map .c-modal-group{
    height: calc(100vh - 95px);
}

.map_modal_content{
    overflow: auto;
}

.map_comtent_modal {
    padding: 15px;
}

.map_comtent_modal .item{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.map_comtent_modal .b-card-40{
    margin-bottom: 0;
}

.map_comtent_modal .b-card-40:hover .map_title{
    color: #c50d00;
}

.map_comtent_modal .map_title {
    color: #ef4136;
    font-weight: bold;
}

.map_comtent_modal .map_content p{
    margin-bottom: 0;
}

.product_variations {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product_variations label {
    /* display: block;
    padding: 0 5px;
    width: 50%;
    margin: 0; */
    margin-bottom: 10px;
}

.product_var_input {
    display: none;
}

.product_variations .type_product_checkbox {
    border: 1px solid #f9f9f9;
    text-align: center;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555;
    cursor: pointer;
    transition: all 0.3s;
}

input[type="radio"]:checked+label .type_product_checkbox {
    background-color: #f8c700;
    color: #000;
    border-color: #f8c700;
}

.p-detail-13 .p_content .info li {
    width: 100%;
}

.type_product_checkbox p {
    margin-bottom: 0;
}

.product_type_name {
    font-weight: bold;
}

.pro_type_price_module {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.pro_type_price_module .pro_type_price {
    font-weight: bold;
}

.pro_type_price_module .pro_type_old_price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    margin-left: 5px;
}

.list-wrpaaer {
    height: 100px !important;
}

.wc-block-components-address-form__address_2-toggle {
    display: none !important;
}

/* Container của phần đánh giá */
.woocommerce-Reviews {
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
    /* Màu nền cho phần đánh giá */
}

/* Tiêu đề phần đánh giá */
.woocommerce-Reviews-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    /* Màu chữ */
}

/* Danh sách các đánh giá */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Mỗi đánh giá */
.commentlist .review {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    /* Màu nền cho mỗi đánh giá */
    border-radius: 5px;
    /* Bo tròn góc cho đánh giá */
}

/* Tên người đánh giá */
.commentlist .review .woocommerce-review__author {
    font-weight: bold;
    margin-bottom: 10px;
    color: #0071a1;
    /* Màu chữ cho tên tác giả */
}

/* Thời gian đánh giá */
.commentlist .review .woocommerce-review__meta {
    font-size: 14px;
    color: #999;
    /* Màu chữ cho thời gian */
    margin-bottom: 10px;
}

/* Nội dung đánh giá */
.commentlist .review .description {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Đánh giá sao (star rating) */
.star-rating {
    display: inline-block;
    font-size: 16px;
    color: #f39c12;
    /* Màu vàng cho rating */
    margin-bottom: 10px;
}

/* Form đánh giá (rating form) */
#review_form_wrapper {
    margin-top: 30px;
}

#review_form {
    background-color: #f9f9f9;
    /* Màu nền cho form */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Định dạng cho phần chọn sao */
#review_form .comment-form-rating {
    margin-bottom: 20px;
}

#review_form .comment-form-rating label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#review_form .comment-form-rating select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Form viết đánh giá */
#review_form .comment-form-comment {
    margin-bottom: 20px;
}

#review_form .comment-form-comment label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#review_form .comment-form-comment textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: vertical;
    /* Cho phép thay đổi kích thước theo chiều dọc */
}

/* Nút gửi đánh giá */
#review_form .form-submit input {
    background-color: #f8d625;
    /* Màu nền nút */
    color: #fff;
    /* Màu chữ */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* Hiệu ứng chuyển đổi màu nền */
}

#review_form .form-submit input:hover {
    background-color: #f7d113;
    /* Màu nền khi hover */
}

/* Đánh giá không có */
.woocommerce-noreviews {
    font-size: 16px;
    color: #999;
    /* Màu chữ cho thông báo không có đánh giá */
    margin: 20px 0;
}

.woocommerce-tabs {
    margin: 4rem 0 2rem
}

.woocommerce-tabs .form-submit{
    text-align: center;
}

.woocommerce-tabs #tab-description h2,
.woocommerce-tabs #tab-description p {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-additional_information .woocommerce-product-attributes {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-reviews .woocommerce-Reviews {
    max-width: 100vw;
    width: 100%
}

.woocommerce-tabs #tab-reviews #submit {
    float: right
}

.woocommerce-tabs ul {
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: var(--heading--font-family);
    border-bottom: var(--button--border-width) solid var(--button--color-background)
}

.woocommerce-tabs ul li {
    display: inline-flex !important
}

.woocommerce-tabs ul li a {
    color: currentColor;
    text-decoration: none;
    font-weight: 700;
    padding: var(--button--padding-vertical) var(--button--padding-horizontal)
}

.woocommerce-tabs ul li.active a {
    color: var(--button--color-text);
    background-color: var(--button--color-background);
    border: var(--button--border-width) solid var(--button--color-background)
}

.woocommerce-tabs .panel>* {
    margin-top: 0 !important
}

.woocommerce-tabs .panel h1::before,
.woocommerce-tabs .panel h2::before {
    content: none
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: var(--global--font-size-lg);
    margin: 0 0 2rem !important
}

.woocommerce-tabs #comments {
    padding-top: 0
}

.woocommerce-tabs .comment-reply-title {
    font-family: var(--heading--font-family);
    font-size: 1em;
    font-weight: 700;
    display: block
}

.woocommerce-tabs #reviews ol.commentlist {
    padding: 0;
    margin: 0
}

.woocommerce-tabs #reviews li.comment,
.woocommerce-tabs #reviews li.review {
    list-style: none;
    margin: .5rem 0 2.5rem 0
}

.woocommerce-tabs #reviews li.comment .avatar,
.woocommerce-tabs #reviews li.review .avatar {
    max-height: 36px;
    width: auto;
    float: right
}

.woocommerce-tabs #reviews li.comment p.meta,
.woocommerce-tabs #reviews li.review p.meta {
    margin-bottom: .5em
}

.woocommerce-tabs #reviews .comment-form-rating label {
    max-width: 58rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.woocommerce-tabs #reviews .stars{
    text-align: center;
}

.woocommerce-tabs #reviews p.stars {
    margin-top: 0
}

.woocommerce-tabs #reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    color: #f39c12;
    font-size: 23px;
}

.woocommerce-tabs #reviews p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce-tabs #reviews p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce-tabs #reviews p.stars:hover a::before {
    content: "\e020"
}

.woocommerce-tabs #reviews p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce-tabs #reviews p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce-tabs #reviews p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce-tabs #reviews .comment-form-author,
.woocommerce-tabs #reviews .comment-form-email {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.woocommerce-tabs #reviews .comment-form-author>label,
.woocommerce-tabs #reviews .comment-form-email>label{
    display: block;
    width: 66px;
}

.woocommerce-tabs #reviews .comment-form-author>input,
.woocommerce-tabs #reviews .comment-form-email>input{
    display: block;
    padding: 5px 10px;
    border: 1px solid #888888;
    border-radius: 3px;
    height: 32px;
    width: 100%;
    max-width: 350px;
}

.c-headline-2 .c_divider{
    font-weight: 600;
}

.new_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.c-img {
    display: block;
    position: relative;
    padding-top: 100%;
}
.c-img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.news_img{
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.news_img .c-img{
    padding-top: 100%;
}

.news_img .created_at{
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px;
    background: #1b1718;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.news_brief{
    width: calc(60% - 30px);
    margin-left: 20px;
}

.created_at p{
    margin: 0;
}

.created_at .date{
    font-size: 23px;
}

.created_at .moth{
    font-size: 12px;
}

.news_title{
    font-weight: bold;
    margin-bottom: 15px;
}

.news_description{
    font-size: 14px;
}

@media screen and (max-width:779px) {
    .new_item{
        display: block;
    }

    .news_img{
        width: 100%;
        margin-bottom: 15px;
    }

    .news_brief{
        width: 100%;
        margin-left: 0;
    }
}