/*
Theme Name: Obelix Sushi Restaurant
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Oswald:wght@200..700&display=swap');

/*
--primary-color: #344e41;
--fs-color-primary: #344e41;
--fs-color-secondary: #a78448;
--fs-color-success: #7a9c59;
--fs-color-alert: #b20000;
--fs-experimental-link-color: #344e41;
--fs-experimental-link-color-hover: #a78448; */
:root {
    --header-font: "Oswald", sans-serif;
    --body-font: "Josefin Sans", sans-serif;
    --primary-color: var(--wp--preset--color--primary);
    /* --primary-color-hover: #AEDB2B; */
    --secondary-color: var(--fs-color-secondary);
    /* --secondary-color-hover: #2763DB; */
    --success-color: var(--fs-color-success);
    --alert-color: var(--fs-color-alert);
    --link-color: var(--fs-experimental-link-color);
    --link-color: var(--fs-experimental-link-color-hover);
    --bg-light-color: #f5f5f5;
    --text-dark: #0F0F0F;
    --text-light: #A1A1A1;
    --boder-dark-color: #0F0F0F;
    --boder-light-color: #ffffff70;
    --box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    --icon-font: 'fl-icons' !important;
    /* Slide define */
    --slide-dot-color: var(--primary-color);
    --slide-nav-color: var(--primary-color);
}

.small-container {
    max-width: 1200px !important;
}

/* Hero section */
.text-special {
    font-size: 30px;
    line-height: 50px;
    width: min-content;
    color: #FFF;
    font-weight: 500;
}

.text-special.before {
    padding-top: 42px;
}

.text-special.before::before {
    position: absolute;
    left: 5px;
    top: 5px;
    content: '';
    width: 21px;
    height: 21px;
    background: url(images/icon-2.png);
    z-index: 5;
}

.col-inner:has(.scroll) {
    height: 100%;
    position: relative;
}

.scroll {
    position: absolute;
    top: 40%;
    right: -41px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    transform: rotate(90deg);
    cursor: pointer;
    font-family: var(--header-font);
}

.scroll::after {
    position: absolute;
    content: '';
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #d74d29;
    right: -6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll:hover::after {
    opacity: 1;
    visibility: visible;
}

.scroll svg {
    width: 57px;
    height: auto;
    fill: #FFF;
    transform: rotate(-90deg);
    position: relative;
    z-index: 5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    letter-spacing: 1px;
    font-family: var(--header-font);
    line-height: 1.56;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: var(--header-font);
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

.button.secondary {
    width: max-content;
    height: 50px;
    background-color: #fff;
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.6px;
    padding: 0 33px 0 35px;
    border: 1px solid #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.secondary:hover {
    background-color: #111111;
    color: #FFF;
}

.dark .button.secondary {
    background-color: transparent;
    color: white;
    border-color: white;
}

.dark .button.secondary:hover {
    background-color: white;
    opacity: 1;
    border-color: white;
    color: #111111;
}

.hero-section .text-special {
    margin: 0 auto;
}

.banner-intro .company-info .company-info-text {
    white-space: nowrap !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner-intro .company-info {
    position: relative;
    width: auto;
}

.banner-intro .company-info::before {
    position: absolute;
    content: '';
    left: -19px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d74d29;
}

.banner-intro .company-info:first-child:before {
    display: none;
}

/* End Hero section */
/* About section */
.obl-about .images>.col-inner {
    position: relative;
}

.obl-about .images>.col-inner .img:nth-child(2) {
    position: absolute;
    position: absolute;
    top: -68px;
    right: -80px;
}

.obl-about .icon-box-img img {
    width: 40px;
}

.wrap-content h3 {
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.56;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 11px;
}

.wrap-content .text p:first-child {
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}

.wrap-content ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin-bottom: 3px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-left: 22px;
    position: relative;
    font-family: var(--header-font);
    list-style: none;
    margin-left: 0;
}

.wrap-content ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    left: 0;
    top: 14px;
}

.book-table-contact>.stack {
    position: relative;
    padding-left: 22px;
}

.book-table-contact>.stack::before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: 2px;
    content: '';
    background-color: #FFF;
    border-radius: 50%;
}

/* End About section */
/***** Footer *****/
footer .content-wrap .obl-custom-menu ul {
    display: flex;
    justify-content: center;
    gap: 10px 38px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    column-count: unset;
}

footer .content-wrap .obl-custom-menu li {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    position: relative;
    font-family: var(--header-font);
}

footer .content-wrap .obl-custom-menu li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -20px;
}

footer .content-wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: 18px;
    text-align: center;
}

footer .content-wrap::before {
    position: absolute;
    content: '';
    top: -13px;
    left: 16px;
    width: 1px;
    height: calc(100% + 26px);
    background-color: #454545;
}

footer .content-wrap::after {
    position: absolute;
    content: '';
    top: -13px;
    right: 16px;
    width: 1px;
    height: calc(100% + 26px);
    background-color: #454545;
}

footer .content-wrap .top {
    border-top: 1px solid #454545;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #454545;
    padding-top: 41px;
    padding-bottom: 30px;
}

footer .content-wrap .top .text {
    max-width: 65%;
    margin: 0 auto;
}

footer .content-wrap .banner-intro {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #454545;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .content-wrap .banner-intro div {
    width: auto;
    margin-left: 0;
}

footer .content-wrap .company-info .company-info-text {
    white-space: nowrap;
    margin: 0;
}

.absolute-footer .container {
    max-width: 1150px;
}

/***** End Footer *****/
.icon-shopping-basket:before,
.product-small .add_to_cart_button .cart-icon strong:after {
    content: "\e94c" !important;
}

.grid-tools a.quick-view:after {
    content: "\ea3a" !important;
}

.header-nav .icon-menu:before {
    content: "\ea2c" !important;
}

[data-icon-label]:after {
    background-color: var(--primary-color);
    box-shadow: none;
}

.header-main .header-nav {
    justify-content: center;
    color: var(--text-dark);
    font-weight: 500;
}

.header-main .header-nav .nav-icon.has-icon {
    margin-right: 2px;
}

.header-main .form-flat input:not([type=submit]),
.sidebar-menu .form-flat input:not([type=submit]) {
    background-color: #F3F3F3;
    padding: 12px 34px;
    max-height: unset;
    height: auto;
    /* min-height: unset; */
    /* border-radius: 0; */
    /* padding: 0; */
    line-height: 1.5;
}

.header-nav>li>a {
    position: relative;
}

.header-bottom-nav.nav-right {
    justify-content: flex-end;
}

.header-bottom .flex-left,
.header-bottom .flex-right {
    background: #000;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
}

.header-bottom .flex-left {
    border-radius: 13px 0 0 13px;
    padding-left: 30px;
}

.header-bottom .flex-right {
    border-radius: 0 13px 13px 0;
    padding-right: 30px;
}

.header-bottom .welcome-text {
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(87deg, #8843ee 0%, #f375b8 35%, #ffa392 70%, #ffdc54 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: var(--text-dark);
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    background-color: rgba(0, 0, 0, .03);
    border-color: transparent;
    /* border-radius: 99px; */
    box-shadow: none;
    color: currentColor !important;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.5em;
}

.header-nav-main>li.menu-item {
    margin-right: 24px;
}

.header-nav-main>li.menu-item>a {
    font-size: 15px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    position: relative;
    font-family: var(--header-font) !important;
}

.header-nav-main>li.menu-item>a>.icon-angle-down {
    display: none;
}

.header-nav-main>li.menu-item:hover>a,
.header-nav-main>li.menu-item.active>a {
    color: var(--primary-color);
}

.header-nav-main>li.menu-item:not(:first-child)>a::after {
    display: inline-block !important;
    position: absolute !important;
    content: '/' !important;
    left: -20px;
}

.header-nav-main>li.menu-item>a:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 50%;
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0;
}

.header-nav-main>li.menu-item.active>a:before {
    opacity: 1;
}

/***** Button - Form *****/
.button:not(.icon):not(.is-link)>span+i {
    border-left: solid 2px var(--boder-light-color);
    padding-left: 12px;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -2%;
}

/***** End Button - Form *****/
/* Light bg */
:root {
    --input-border-color: #111111;
    --input-focus-border-color: #111111;
    --input-bg-color: transparent;
    --input-focus-bg-color: #111111;
    --input-color: #111111;
    --input-focus-color: #111111;
}

.dark {
    --input-border-color: white;
    --input-focus-border-color: white;
    --input-bg-color: transparent;
    --input-focus-bg-color: white;
    --input-color: white;
    --input-focus-color: #111111;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: 1px solid var(--input-border-color);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    background: var(--input-bg-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.56;
    color: var(--input-color);
    overflow: hidden;
    margin-bottom: 22px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none;
    background-color: var(--input-focus-bg-color);
    box-shadow: none;
    border: 1px solid var(--input-focus-border-color) !important;
    color: var(--input-focus-color);
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
    border-radius: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 7px !important;
}

.page-banner-title-inner .title {
    font-size: 52px;
}

.page-banner-title-inner .sub-title {
    margin-top: 30px;
    font-size: 18px;
    width: 70%;
    margin: 26px auto 0px;
    display: block;
}

.button.is-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    color: #111111;
    letter-spacing: 2px;
    position: relative;
}

.button.is-link::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -7px;
    left: 1px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/***** Post *****/
.box-blog-post .is-divider,
.post_loop_item .is-divider {
    display: none;
}

.post-item .badge,
.post_loop_item .badge {
    width: 76px;
    height: auto;
}

.post-item .badge.post-date,
.post_loop_item .badge.post-date {
    top: 0;
}

.post-item .badge-inner,
.post_loop_item .badge-inner {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #111111;
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    font-family: var(--header-font);
}

.post-item .badge-inner .post-date-month,
.post_loop_item .badge-inner .post-date-month {
    font-weight: 500;
}

.box-blog-post .post-title,
.post_loop_item .post-title {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.obl-post-list .is-divider {
    display: none;
}

.obl-post-list .from_the_blog_excerpt {
    font-size: .88rem;
    margin-top: 14px;
}

.obl-post-list .page_loop_item {}

.post_single_page #comments .comment-respond {
    background-color: unset;
    padding: 0;
}

.post_single_page #comments textarea,
.post_single_page #comments input:not(.submit) {
    background-color: white;
}

.post_single_page .post-tags.tags-style-button a {
    background: white;
}

/***** End Post *****/
/***** Section *****/
.section-title-2 {
    width: 60%;
    margin: 0 auto 30px;
}

.about-image-box {
    border-radius: 9px;
    overflow: hidden;
}

.about-image-box .box-image .overlay {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 94.71%) !important;
    opacity: 1;
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: none;
}

/***** End Section *****/
/***** widget *****/
.widget {
    padding: 18px;
    margin-bottom: 30px;
    border-radius: 12px;
}

.widget .searchform input {
    border-radius: 10px 0px 0px 10px;
}

.widget .searchform .button {
    border-radius: 0px 10px 10px 0px;
}

.widget_categories {
    padding: 32px;
}

.widget_product_categories>ul>li,
.widget_categories>ul>li {
    background: white;
}

.widget_product_categories>ul>li,
.widget_categories>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    transition: 0.3s;
}

.widget_product_categories>ul>li+li,
ul.menu>li+li {
    border: none;
}

.widget_product_categories>ul>li:not(:last-child),
.widget_categories>ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_product_categories>ul>li>a,
.widget_categories>ul>li>a {
    padding: 10px 18px;
}

.widget_product_categories>ul>li .count,
.widget_categories>ul>li .count {
    margin-right: 14px;
}

.widget_product_categories>ul>li:hover,
.widget_categories>ul>li:hover {
    transform: translateY(-5px) scale(1.03);
    background-color: var(--primary-color);
    color: white;
}

.widget_product_categories>ul>li:hover a,
.widget_categories>ul>li:hover a {
    color: white;
}

h3.widget-title,
span.widget-title {
    /* text-transform: capitalize!important; */
    font-size: 20px;
    font-family: var(--header-font);
    margin-bottom: 22px;
    display: block;
}

.widget .is-divider {
    display: none;
    background-color: rgba(0, 0, 0, .1);
}

.post_single_page .widget .is-divider {
    display: none;
}

.widget_categories>ul>li::after {
    content: '\e925';
    font-family: var(--icon-font);
    margin-left: 4px;
    font-size: 12px;
    position: relative;
    top: 1px;
    padding-right: 15px;
}

.widget>ul>li.recent-blog-posts-li {
    background: unset;
}

.widget .recent-blog-posts {
    align-items: center !important;
}

.widget .recent-blog-posts a {
    font-size: .9em;
    line-height: 1.5;
    margin-bottom: 0;
}

.widget .badge-outline .badge-inner {
    border: 0;
    width: 66px;
    height: 56px;
    display: block;
    background-position: center;
    border-radius: 2px;
}

.badge-circle+.badge {
    margin: 0;
}

.widget>ul>li.recent-blog-posts-li .post_comments {
    display: none;
}

.widget input {
    background: white;
}

.widget input:focus {
    background: white;
}

/***** End widget *****/
/***** Dich vu *****/
.dich_vu_loop_item {
    overflow: hidden;
}

.dich_vu_loop_item .box-text {
    position: absolute;
    bottom: -168px;
    z-index: 2;
    transition: all 0.6s;
}

.dich_vu_loop_item .from_the_blog_excerpt {
    height: 90px;
    overflow: hidden;
    transition: all ease .3s;
    transition-delay: .1s;
}

.dich_vu_loop_item:hover .from_the_blog_excerpt {
    height: auto;
}

.dich_vu_loop_item:hover .box-text {
    bottom: 0;
}

.dich_vu_loop_item .box-text .button {
    position: relative;
    text-align: left;
    font-size: 14px;
    font-family: var(--header-font);
}

.dich_vu_loop_item .box-text .button::after {
    content: '\e925';
    font-family: var(--icon-font);
    margin-left: 4px;
    font-size: 12px;
    position: relative;
    top: 1px;
    transition: all 0.3s;
}

.dich_vu_loop_item .box-text .button:hover::after {
    margin-left: 6px;
}

.dich_vu_loop_item .box-text-inner {
    display: flex;
    flex-direction: column;
}

.dich_vu_loop_item .custom-post-meta-icon {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
}

.dich_vu_loop_item .custom-post-meta-icon img {
    width: 48px;
}

.dich_vu_loop_item .overlay {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 94.71%) !important;
    /* background-color: transparent!important; */
}

/***** Homepage *****/
.section-title .text h3 {
    margin-bottom: 0px;
}

/***** End Homepage *****/
/***** Product *****/
/* Category */
.product-category .box-category {
    background: white;
    border-radius: 30px;
    padding: 2% 10% 2% 10%;
}

.product-category .box-category .box-image {
    width: 70%;
}

.product-category .box-category .box-text button {
    padding: 4px 26px !important;
    font-size: 13px;
    border-radius: 8px;
    display: inline;
    width: auto !important;
}

.product-category .box-text h5 {
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 1px;
}

/* Single product */
strong {
    font-weight: 600;
}

.page-header-wrapper .entry-title {
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
    position: relative;
    text-shadow: none;
}

.page-header-wrapper .woocommerce-breadcrumb,
.page-header-wrapper .breadcrumbs {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: var(--header-font);
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
    margin-top: 14px;
    text-shadow: none;
}

.breadcrumbs .divider,
.breadcrumbs .separator {
    font-size: 0;
    opacity: 1;
    margin: 10px;
}

.breadcrumbs .divider::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d74d29;
    color: #FFF;
    top: -10px;
    right: 0;
}

.short-description {
    background: var(--bg-light-color);
    padding: 14px;
    border-radius: 13px;
}

.short-description ul {
    margin: 0;
}

.short-description li {
    list-style: none;
    margin-left: 0 !important;
    font-size: 14px;
}

.short-description p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 6px;
}

.short-description p:last-child {
    margin-bottom: 0;
}

.short-description li::before {
    font-family: var(--icon-font);
    content: "\e95a";
    margin-right: 4px;
    color: var(--fs-color-secondary);
}

.product-gallery-slider {
    background: var(--bg-light-color);
    border-radius: 14px;
}

.product-gallery,
.product-thumbnails .col a {
    background: var(--bg-light-color);
    border-radius: 7px;
}

.single-product .price-wrapper .price ins {
    background: var(--secondary-color);
    padding: 8px 10px;
    display: inline-block;
    color: white;
    border-radius: 14px;
    margin-bottom: 8px;
}

.single-product .price-wrapper .price ins span.amount {
    color: white;
}

.single-product .price-wrapper .price del span.amount {
    font-size: 20px;
    color: black;
    opacity: .8;
}

ul.product_list_widget li .has-variant,
ul.product_list_widget li .woocommerce-Price-amount {
    font-size: 13px;
}

ul.product_list_widget li .has-variant .woocommerce-Price-amount {
    margin-left: 2px;
}

.product_list_widget .product-title {
    font-weight: 500;
}

.product_list_widget del span.amount {
    background: unset;
    padding: 0;
    border-radius: 0;
    color: black;
}

.product-type-variable .product-page-price {
    display: none;
}

.single-product .has-variant {
    font-size: 18px;
}

.woo-variation-swatches.wvs-show-label .variations th {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.variations .reset_variations {
    bottom: 15px;
    right: 20px;
}

.woo-variation-swatches .variable-items-wrapper {
    justify-content: center;
}

.button.alt {
    background-color: var(--alert-color);
}

.woocommerce-variation-price {
    font-size: 28px;
    letter-spacing: 0;
}

.stock.out-of-stock {}

.stock.out-of-stock {
    margin-bottom: 0;
    margin-top: 20px;
}

.stock.out-of-stock::before {
    font-family: var(--icon-font);
    content: "\ea3b";
    margin-right: 4px;
}

/* Woo variation watch */
:root {
    --wvs-tick: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
    --wvs-cross: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
    --wvs-selected-item-box-shadow: 0 0 0 2px #ddd;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    /* box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #000); */
}

/* Review Form */
#review_form>.review-form-inner {
    border: none;
    padding: 0;
}

.stars a {
    font-size: 15px;
}

.stars a:after {
    font-family: var(--icon-font);
}

.stars a.star-1:after {
    content: "\e9ad";
}

.stars a.star-2:after {
    content: "\e9ad\e9ad";
}

.stars a.star-3:after {
    content: "\e9ad\e9ad\e9ad";
}

.stars a.star-4:after {
    content: "\e9ad\e9ad\e9ad\e9ad";
}

.stars a.star-5:after {
    content: "\e9ad\e9ad\e9ad\e9ad\e9ad";
}

.stars a.active:after,
.stars a:hover:after {
    color: #FFAD0F;
}

/* Sticky add to cart */
.sticky-add-to-cart--active {
    padding: 4px 20px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 0px 20px #00000029;
    background-color: #fff;
    transform: translateY(0%);
    transition: transform .5s;
    border: none;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1290px;
    justify-content: space-between;
}

.sticky-add-to-cart__product .sticky-add-to-cart-img {
    width: 66px;
    height: 66px;
}

.sticky-add-to-cart__product .product-title-small {
    width: calc(70% - 150px);
    font-size: 16px;
}

.sticky-add-to-cart--active form {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.sticky-add-to-cart--active form .single_add_to_cart_button {
    background-color: var(--alert-color);
    color: white;
    border-radius: 14px;
    padding: 6px 20px;
}

.sticky-add-to-cart--active form .single_add_to_cart_button::after {
    content: "\e94c" !important;
    font-family: var(--icon-font);
    margin-left: 10px;
}

.zoom-button {
    border-color: transparent !important;
}

.payment-logo p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.badge-container .badge .badge-inner {
    border-radius: 6px;
}

.col .live-search-results,
.header .search-form .live-search-results,
.header-block .live-search-results {
    border: none;
    border-radius: 10px;
}

.autocomplete-suggestion {
    border: none !important;
}

/* Product Loop */
.slider-2-col-item .product-small {
    padding: 0;
}

.product-small .box-text-products {
    text-align: center;
}

.product-small .box-image {
    overflow: hidden;
    border-radius: 26px;
    background: var(--bg-light-color);
}

.section-gray .product-small .box-image {
    background: white;
}

.product-item .badge-container,
.product-small .badge-container {
    left: -14px;
    top: 10px;
}

.product-small .woocommerce-Price-amount {
    display: inline-block;
    margin-bottom: 0;
}

.product-small del .woocommerce-Price-amount {
    background: unset;
    font-size: 13px !important;
    text-decoration: line-through;
}

.has-variant .woocommerce-Price-amount {
    margin-left: 2px;
}

.product-small .box-text-products .product-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.product-item .product-title a {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.45;
}

.product-item .price-wrapper {
    margin-top: 12px;
}

.product-item .box-text p {
    margin: 0;
}

/* End Product */
/* Category page */
.woocommerce-shop #main,
.woocommerce-shop .shop-page-title {
    background: var(--bg-light-color);
}

.category-page-row .product-small .box-image {
    background: transparent;
    border-radius: 0;
}

.category-page-row .product-small>.col-inner .product-small {
    background: white;
    overflow: hidden;
    border-radius: 26px;
}

div.col-inner:has(.checkout-sidebar) {
    border-radius: 14px;
}

/***** End Dich vu *****/
.widget.widget_categories>ul>li {
    text-transform: none;
    margin-bottom: 10px;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    white-space: nowrap;
}

.recent-blog-posts-li .badge.post-date .badge-inner {
    color: white;
    width: auto;
    height: auto;
}

.recent-blog-posts-li .badge.post-date {
    background-color: var(--primary-color);
    color: white;
    border-radius: 9px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.obl-widget-cat-list {
    background-color: var(--bg-light-color);
    border-radius: 17px;
}

.obl-widget-cat-list .is-divider {
    display: none;
}

.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
    border-radius: 0 !important;
}

.sidebar-menu-tabs__tab.active {
    background: black;
}

.sidebar-menu-tabs__tab.active a {
    color: white !important;
}

.sidebar-menu-tabs__tab a {
    font-size: 14px !important;
}

.nav-line-bottom>li>a.sidebar-menu-tabs__tab-link:before {
    display: none;
}

.nav.nav-sidebar {
    padding-top: 20px;
}

.col,
.columns,
.gallery-item {
    padding-bottom: 0;
}

.woocommerce-shop .product-small .box-text-products {
    padding-left: 10px;
    padding-right: 10px;
}

/***** End Slider effect *****/
/***** Food menu *****/
.front-food-menu .panel.active {
    height: 419px !important;
    overflow-y: auto !important;
    padding-right: 22px;
    position: relative;
}

.tab-panels .panel {
    position: relative;
}

.tab-panels .panel.loading::after {
    display: block;
    position: absolute;
    content: "";
    border: 3px solid #f5f5f542;
    border-right-color: var(--primary-color);
    border-radius: 50%;
    animation: 0.75s linear infinite spin;
    width: 46px;
    height: 46px;
    bottom: calc(50% - 23px);
    right: calc(50% - 23px);
    z-index: 11;
}

.food-menu-item {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.food-menu-item:last-child {
    margin-bottom: 0;
}

.food-menu-item .title {
    width: 100%;
    margin-left: 18px;
}

.food-menu-item .title .details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #ffffff5e;
    margin-bottom: 10px;
    padding-bottom: 6px;
    align-items: baseline;
}

.food-menu-item .title .details .name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

.food-menu-item .title p {
    margin-bottom: 0;
    margin-top: 0px;
}

.food-menu-item img {
    width: 80px;
    height: 80px;
}

.food-menu-item .serp {
    height: 1px;
    border-top: dashed 1px white;
    width: 40%;
    position: relative;
    top: 31px;
}

.food-menu-item .price {
    /* padding-top: 20px; */
    font-size: 17px;
    white-space: nowrap;
}

.tabbed-content .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 47px;
    position: relative;
    margin-bottom: 28px;
}

.tabbed-content .nav li a {
    font-family: var(--header-font);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    padding-top: 4px;
    letter-spacing: 2.5px;
    text-align: center;
    padding-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.cta-book-table .section-bg.bg-loaded {
    background-size: contain !important;
}

.dark .tabbed-content .nav li a {
    color: #FFF;
}

/* cursor */
/* ------------------------------------------  */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #d74d29;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #d74d29;
    opacity: 0.3;
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #d74d29;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0.5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0;
}

svg.progress-circle {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 37px;
    height: 37px;
}

svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    fill: none;
}

.back-to-top {
    background-color: white !important;
    color: var(--primary-color) !important;
}

.wpcf7 span {
    position: relative;
}

.wpcf7 span::after {
    display: none;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 14px;
    color: var(--input-color);
    height: 50px;
    border-left: solid 1px var(--input-border-color);
    padding-left: 15px;
    line-height: 50px;
}

.wpcf7 .col-name span::after {
    font-family: var(--icon-font);
    content: "\e9e3";
    display: inline-block;
}

.wpcf7 .col-phone span::after {
    font-family: var(--icon-font);
    content: "\e9a2";
    display: inline-block;
}

.wpcf7 span:has(.wpcf7-email):after {
    font-family: var(--icon-font);
    content: "\e96b";
    display: inline-block;
}

.wpcf7 .col-date span::after {
    font-family: var(--icon-font);
    content: "\e946";
    display: inline-block;
}

.wpcf7 .col-time span::after {
    font-family: var(--icon-font);
    content: "\e964";
    display: inline-block;
}

.wpcf7 .col-people span::after {
    font-family: var(--icon-font);
    content: "\e9e3";
    display: inline-block;
}

.book-table-wrap .col input,
.book-table-wrap .col p {
    margin-bottom: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    letter-spacing: 0;
    text-transform: none;
    font-size: 13px;
    text-align: left;
    line-height: 1.56;
}

.wpcf7 .wpcf7-form-control-wrap span[aria-hidden="true"] {
    text-transform: none;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
}

.wpcf7 .wpcf7-form-control-wrap:has(input:focus)::after {
    color: var(--input-focus-color);
    border-color: var(--input-focus-color);
}

.block-icon-1 {
    position: relative;
    overflow: hidden;
}

.block-icon-1 .img.decor {
    position: absolute;
    right: -134px;
    top: -100px;
}

.block-icon-1.left .img.decor {
    right: auto;
    left: -134px;
}

.block-icon-1 .icon-box-img {
    background-color: var(--primary-color);
    width: 99px !important;
    height: 99px !important;
    margin: auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.block-icon-1 .icon-box-img svg {
    height: 52px;
}

.obl-content {
    font-size: 18px;
}

.obl-excrept,
.wg-blockquote {
    padding: 30px 44px 43px;
    position: relative;
    color: white !important;
    background: url(images/bg-quote.jpg);
    font-size: 19px;
}

.book-table-wrap form,
.book-table-wrap form p,
.book-table-wrap form textarea,
.book-table-wrap form input {
    font-size: 14px;
    text-align: left;
    line-height: 1.56;
}

.book-table-wrap .banner-layers {
    position: relative;
    overflow: hidden;
}

.book-table-wrap .book-decor {
    position: absolute;
    top: 24px;
    transform: translate(-69%, -50%) !important;
}

.dark input::placeholder,
.dark textarea::placeholder {
    color: white;
}

.food-menu-item {
    margin-bottom: 18px;
}

.mobile-sidebar .form-flat input:not([type=submit]) {
    background-color: unset !important;
    border: none;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #ffffff4d;
    border-radius: 0;
    font-size: 20px;
}

.mobile-sidebar .form-flat input:not([type=submit]):focus {
    border: none !important;
    box-shadow: none;
    outline: unset;
    border-bottom: solid 1px white !important;
}

.searchform .button.icon {
    width: auto;
    padding: 0 16px;
    height: auto;
    padding-bottom: 6px;
    padding-right: 8px;
}

.mobile-submenu-toggle .nav>li>a {
    font-size: 20px;
}

.header-search:hover a:before {
    content: none;
}

.header-search input {
    border-radius: 0;
}

::-webkit-scrollbar {
    height: 3px;
    /* height of horizontal scrollbar â† You're missing this */
    width: 3px;
    /* width of vertical scrollbar */
}

.custom-post-category.current a .header-title {
    color: var(--primary-color);
}

.ux-menu.menu-style-one {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.ux-menu.menu-style-one .menu-item {
    display: block;
}

.ux-menu.menu-style-one .menu-item .ux-menu-link__link {
    position: relative;
    border: none !important;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    position: relative;
    font-family: var(--header-font);
}

.ux-menu.menu-style-one .menu-item:not(:last-child) .ux-menu-link__link:after {
    content: '/';
    margin-left: 20px;
}

.ux-menu.menu-style-one .menu-item .ux-menu-link__link:hover {
    color: #f02828;
}

.hover-underline a span {
    position: relative;
}

.hover-underline a span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: .8;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.hover-underline a:hover span::before {
    transform-origin: left;
    transform: scaleX(1);
}

.post-info.icon-light .post-date::before {
    content: "\e01a";
}

.post-info.icon-light .post-category::before {
    content: "\e004";
}

.post-info .post-category a:last-child {
    margin-left: 4px;
}

.post-info.separation-dot>span:not(:last-child):not(:only-child)::after {
    border-radius: 50%;
}

.post-info>span:not(:last-child):not(:only-child)::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0px 10px;
    background-color: var(--text-dark);
    opacity: .5;
}

.post-info.has-icon>span::before {
    display: inline-block;
    font-family: var(--icon-font);
    margin-right: 6px;
    font-size: 90%;
}

section.bg-second {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(246, 246, 246)
}

.mb-0 {
    margin-bottom: 0;
}

.single-post main>.row>.col.large-9 {
    padding-right: 30px;
}

.single-post main>.row>.col.large-3 {
    padding-left: 30px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .single-post main>.row>.col.large-9 {
        padding-right: 0;
    }

    .single-post main>.row>.col.large-3 {
        padding-left: 0;
    }

    .nav>li>a>i.icon-search:before {
        content: "\e9a9" !important;
    }

    .off-canvas .sidebar-menu {
        padding: 0;
    }

    .dich_vu_loop_item .box-text {
        bottom: 0;
    }

    .title-wrap {
        flex-direction: column;
    }

    .page-banner-title-inner .sub-title {
        width: 100%;
        margin: 0;
        font-size: 16px;
    }

    .page-banner-title-inner .title {
        font-size: 40px;
    }

    .header-inner {
        background: white;
    }

    .page-header-wrapper .entry-title {
        font-size: 36px;
    }

    .block-icon-1 .icon-box-img {
        width: 78px !important;
        height: 78px !important;
    }

    .block-icon-1 .icon-box-img svg {
        height: 42px;
    }

    .banner-intro .company-info .company-info-text {
        white-space: wrap !important;
    }

    .banner-intro .company-info {
        text-align: center;
    }

    footer .content-wrap .top .text {
        max-width: unset;
    }

    .banner-intro .company-info::before {
        display: none;
    }

    .intro.col {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .tabbed-content .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: flex-start;
        gap: 12px 24px;
        overflow-x: auto;
    }

    .food-menu-item .title .details {
        flex-direction: column;
    }

    .food-menu-item {
        margin-bottom: 20px;
    }

    .cta-slider .img .img-inner {
        padding-top: 300px !important;
    }

    .scroll {
        display: none;
    }

    .book-table-section .image-left .img-inner {
        padding-top: 320px !important;
    }

    .wrap-content .book-table-wrap h3 {
        font-size: 28px;
        line-height: 1.56;
    }

    .book-table-wrap .wpcf7 .row.send-button .wpcf7-submit {
        width: 100%;
        text-align: center;
    }

    .mobile-nav .nav-icon i.icon-menu {
        font-size: 30px;
    }

    .html.header-button-1 .button {
        font-size: 18px;
    }
}