#masthead  > div > div:nth-child(3) ul,
#masthead  > div > div:nth-child(3) ul li {
	width: 100% !important;
}
.sologan {
	font-size: 14px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-width: 1px !important;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: var(--fs-color-primary) !important;
	border-width: 2px !important;
}
.hotline {
	margin-right: 24px;
	gap: 10px;
}
.hotline svg {
	color: var(--fs-color-primary);
}
.hotline span {
	color: var(--fs-color-primary);
	font-size: 18px;
	font-weight: 700;
}
#wide-nav > div > div > ul > li{
	margin: 0 32px 0 0 !important;
}
#wide-nav > div > div > ul > li:last-child{
	margin: 0 0 0 0 !important;
}
#wide-nav > div > div > ul > li > a {
	font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    font-family: 'fontBeSemi';
}
.st-danhmuc {
	padding-bottom: 0 !important;
}
.acf-category-icons {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

.acf-category-item {
    text-align: center;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.acf-category-box {
    width: 150px;
    height: 150px;
    border: 2px solid #b08d48;
    display: flex;
	border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.acf-category-box img {
    width: 100%;
    height: 100%;
	border-radius: 8px;
    object-fit: cover;
}

.acf-category-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.acf-category-item:hover .acf-category-box {
    background: #2d5a3b;
    border-color: #2d5a3b;
}

.acf-category-item:hover .acf-category-title {
    color: #2d5a3b;
}

@media (max-width: 768px) {
    .acf-category-icons {
        gap: 30px;
    }

    .acf-category-box {
        width: 82px;
        height: 82px;
    }
}
.text-title {
	margin-bottom: 40px;
}
.text-title h3 {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 4px 0;
	color: var(--fs-color-secondary);
	font-family: 'fontGreat';
}
.text-title h2 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 0;
	color: #1a3c24;
	font-family: 'fontPlayBold';
}
.rounded-full {
	background-color: var(--fs-color-secondary);
	width: 96px;
	height: 4px;
	margin: 16px auto 0;
	border-radius: 4px;
}
.title-left .rounded-full {
	margin: 16px 0 0 0;
}
.slide-product .product-small .col-inner {
	border-radius: 8px;
}
.slide-product .product-small.box {
	border-radius: 8px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all 0.3s ease-in;
}

.slide-product .product-small.box .box-image,
.slide-product .product-small.box .box-image img{
	border-radius: 8px 8px 0 0;
}
.slide-product .product-small.box:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
	transition: all 0.3s ease-in;
}
.slide-product .product-title {
	text-align: center;
	margin-bottom: 8px;
}
.slide-product .product-title a {
	color: var(--fs-color-primary);
	margin: 0 !important;
	font-weight: 700;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	font-size: 17px;
	line-height: 1.3;
	min-height: calc(17px * 1.3 * 2);
	transition: all 0.3s ease;
}
.price-wrapper .price {
	text-align: center;
}
.price-wrapper bdi {
	font-size: 16px;
	color: var(--fs-color-secondary);
}
.box-text-products {
	padding: 16px !important;
}
.feedback {
	display: none !important;
}

/** tab sản phẩm */
.hoa-tabs-wrap {
    --hoa-image-height: auto;
}

.hoa-tabs-nav-wrap {
    margin-bottom: 24px;
}

.hoa-tabs-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hoa-tab {
    border: 0;
    background: transparent;
    color: #234236;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
	border: 1px solid var(--fs-color-primary);
    padding: 8px 14px;
    border-radius: 20px;
	min-width: unset;
    line-height: 1;
    white-space: nowrap;
    margin: 0 !important;
    transition: 0.3s;
}

.hoa-tab:hover {
    background: #f3f3f3;
}

.hoa-tab.active {
    background: #285d3f;
    color: #fff;
}

.hoa-parent-link {
    margin-left: auto;
    color: var(--fs-color-primary);
	font-family: 'fontBeSemi';
    text-decoration: none;
    white-space: nowrap;
	display: flex;
    align-items: center;
    gap: 10px
}
.hoa-parent-link svg {
	
	transition: all 0.3s ease;
}
.hoa-parent-link:hover {
    color: var(--fs-color-secondary);
}
.hoa-parent-link:hover svg {
	transform: translatex(4px);
	transition: all 0.3s ease;
}
.hoa-tab-panel {
    display: none;
}

.hoa-tab-panel.active {
    display: block;
}

.hoa-tabs-wrap .products .product-small.box .box-image a img {
    width: 100%;
    height: var(--hoa-image-height);
    object-fit: cover;
}
.hoa-tabs-nav-wrap{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:24px;
}

.hoa-tabs-nav-wrap.no-tabs{
    justify-content:flex-end;
	margin-top: -60px;
}

.hoa-tabs-nav{
    display:flex;
    gap:14px;
    flex:1;
}

.hoa-parent-link{
    white-space:nowrap;
    color:#1f5139;
    font-weight:600;
    text-decoration:none;
}
@media (max-width: 768px) {
    .hoa-tabs-nav-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .hoa-tabs-nav {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .hoa-parent-link {
        margin-left: 0;
    }

    .hoa-tabs-nav-wrap::-webkit-scrollbar {
        height: 4px;
    }

    .hoa-tabs-nav-wrap::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
	.slide-product .product-title a {
		font-size: 14px;
		line-height: calc(14px * 1.3 * 2);
	}
}
/** tiêu chí */
.sc-tiecchi{
    border-top: 4px solid var(--fs-color-secondary);
    border-bottom: 4px solid var(--fs-color-secondary);
}
.section-ft {
	border-top: 4px solid var(--fs-color-secondary);
}
.home-features-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.home-feature-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3b16b;
}

.home-feature-icon svg {
    width: 32px;
    height: 32px;
}

.home-feature-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 700;
}

.home-feature-desc {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .home-features-inner {
        grid-template-columns: repeat(2, 1fr);
		gap: 15px;
    }
}

.banner {
	background-color: unset !important;
}
.text-banner h3 strong{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0 0 4px 0;
	letter-spacing: 1px;
	color: var(--fs-color-primary);
	font-family: 'fontPlayBold';
}
.text-banner p {
	font-size: 16px;
	color: #111 !important;
}
/** Tin tức */
.flower-posts-slider-wrap {
    position: relative;
}

.flower-post-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border: 1px solid rgba(176,141,72,.22);
    height: 100%;
}

.flower-post-image {
    display: block;
    height: 245px;
    overflow: hidden;
}

.flower-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.flower-post-card:hover .flower-post-image img {
    transform: scale(1.06);
}

.flower-post-content {
    padding: 22px 22px 24px;
}

.flower-post-title {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
}

.flower-post-title a {
    color: #2d5a3b;
    text-decoration: none;
}

.flower-post-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.flower-post-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d5a3b;
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.flower-post-btn:hover {
    background: #b08d48;
    color: #fff;
}

.flower-post-nav {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #2d5a3b;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.flower-post-prev {
    left: -20px;
}

.flower-post-next {
    right: -20px;
}

.flower-post-pagination {
    text-align: center;
    margin-top: 24px;
}

.flower-post-pagination .swiper-pagination-bullet-active {
    background: #b08d48;
}
.flower-posts-head{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.flower-posts-all{
	background: #2d5a3b;
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition:.3s;
}

.flower-posts-all:hover{
    background: #b08d48;
    color: #fff;
}
@media (max-width: 767px) {
    .flower-post-image {
        height: 220px;
    }

    .flower-post-nav {
        display: none;
    }
}
.flower-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #2d5a3b;
    color: #fff;
    padding: 16px 22px;
    border-radius: 7px;
    text-decoration: none;
    min-width: 270px;
	margin-bottom: 20px;
    transition: .3s;
	
}

.flower-social-btn:hover {
    background: #b08d48;
    color: #fff;
}

.flower-social-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #2d5a3b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 48px;
    font-style: italic;
}

.flower-social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flower-social-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.flower-social-text strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.flower-social-text small {
    color: #fff;
    font-size: 13px;
    margin-top: 4px;
}
.content-ft p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFF;
}
.icon-ft {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.icon-ft img {
	width: 24px;
	height: 24px;
	margin-bottom: 0 !important;
	filter: brightness(0) saturate(100%) invert(67%) sepia(14%) saturate(1570%) hue-rotate(1deg) brightness(83%) contrast(82%);
}
.title-ft h3 {
	font-size: 20px;
	font-weight: 700;
	color: #d4b470;
	margin-top: 0;
	margin-bottom: 24px;
	font-family: 'fontPlay';
}
.menu-ft a {
	min-height: unset !important;
}
.menu-ft a span {
	font-size: 14px;
	color: #FFF;
}
.menu-ft a:hover span {
	color: #d4b470;
}
.flower-about-modern {
    --main: #2d5a3b;
    --sub: #b08d48;
    max-width: 1180px;
    color: #234236;
}

.flower-about-hero {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 55px;
}

.flower-about-badge,
.flower-section-label {
    display: inline-block;
    color: var(--sub);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: capitalize;
    font-size: 24px;
	font-family: 'fontGreat';
    margin-bottom: 12px;
}

.flower-about-hero h2,
.flower-about-content h3,
.flower-about-story h3,
.flower-about-cta h3 {
    color: var(--main);
    font-size: 42px;
	font-family: 'fontPlayBold';
    line-height: 1.2;
    margin: 0 0 18px;
}

.flower-about-hero p,
.flower-about-story p {
    font-size: 17px;
    line-height: 1.8;
    color: #5f6f65;
}

.flower-about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 65px;
}

.flower-about-image {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 22px 50px rgba(45,90,59,.18);
}

.flower-about-image:after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 22px;
    pointer-events: none;
}

.flower-about-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: .6s ease;
}

.flower-about-image:hover img {
    transform: scale(1.08);
}

.flower-about-content {
    background: #fff;
    padding: 42px;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border: 1px solid rgba(176,141,72,.22);
}

.flower-about-content ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.flower-about-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
}

.flower-about-content li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sub);
    font-weight: 800;
}

.flower-about-story {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 55px;
}

.flower-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 60px;
}

.flower-service-card {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #f8f4eb 100%);
    padding: 36px 28px;
    border-radius: 26px;
    text-align: center;
    border: 1px solid rgba(176,141,72,.22);
    box-shadow: 0 14px 38px rgba(0,0,0,.07);
    transition: .35s ease;
    overflow: hidden;
}

.flower-service-card:before {
    content: "";
    position: absolute;
    inset: auto -30% -60% -30%;
    height: 120px;
    background: var(--main);
    border-radius: 50%;
    opacity: 0;
    transition: .35s ease;
}

.flower-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 55px rgba(45,90,59,.22);
    border-color: var(--sub);
}

.flower-service-card:hover:before {
    opacity: .08;
}

.flower-service-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--main);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 12px 28px rgba(45,90,59,.25);
    transition: .35s ease;
}

.flower-service-card:hover .flower-service-icon {
    background: var(--sub);
    transform: rotateY(180deg) scale(1.08);
}

.flower-service-card h4 {
    color: var(--main);
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 14px;
}

.flower-service-card p {
    color: #607067;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.flower-about-cta {
    background: var(--main);
    border-radius: 30px;
    padding: 36px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 4px solid var(--sub);
    border-bottom: 4px solid var(--sub);
}

.flower-about-cta h3 {
    color: #fff;
    margin-bottom: 0;
}

.flower-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--sub);
    color: #fff;
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s ease;
}

.flower-about-btn:hover {
    background: #fff;
    color: var(--main);
    transform: translateY(-3px);
}

@media (max-width: 900px) {
    .flower-about-grid,
    .flower-service-grid {
        grid-template-columns: 1fr;
    }

    .flower-about-cta {
        flex-direction: column;
        text-align: center;
    }

    .flower-about-hero h2,
    .flower-about-content h3,
    .flower-about-story h3,
    .flower-about-cta h3 {
        font-size: 32px;
    }
}

/* Shop / Category page - flower style */
.woocommerce-shop #main,
.tax-product_cat #main{
    background:#f8f6f1;
}

.woocommerce-shop .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb{
    font-size:15px;
    font-weight:800;
    text-transform:uppercase;
    color: var(--fs-color-primary);
}

.woocommerce-shop .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a{
    color: #111;
}

.woocommerce-shop .woocommerce-breadcrumb a:hover,
.tax-product_cat .woocommerce-breadcrumb a:hover{
    color:#2d5a3b;
}

/* Sidebar */
.woocommerce-shop #shop-sidebar .widget,
.tax-product_cat #shop-sidebar .widget{
    margin-bottom:28px;
}

.woocommerce-shop #shop-sidebar .widget-title,
.tax-product_cat #shop-sidebar .widget-title{
    display:block;
    color:#2d5a3b;
    font-size:18px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:16px;
    position:relative;
}

.woocommerce-shop #shop-sidebar .widget-title:after,
.tax-product_cat #shop-sidebar .widget-title:after{
    content:"";
    display:block;
    width:34px;
    height:3px;
    background:#b08d48;
    margin-top:10px;
    border-radius:99px;
}

.heading-font{
    color:#2d5a3b;
}

/* Category widget */
.woocommerce-shop .product-categories,
.tax-product_cat .product-categories{
    background:linear-gradient(135deg,#2d5a3b,#3f7a54);
    border-radius:16px;
    padding:14px;
    box-shadow:0 14px 32px rgba(45,90,59,.16);
}

.woocommerce-shop .product-categories li,
.tax-product_cat .product-categories li{
    margin:0!important;
    border-bottom:1px solid rgba(255,255,255,.25);
}

.woocommerce-shop .product-categories li:last-child,
.tax-product_cat .product-categories li:last-child{
    border-bottom:none;
}

.woocommerce-shop .product-categories a,
.tax-product_cat .product-categories a{
    display:block;
    color:#fff;
    font-weight:800;
    padding:12px 4px;
    transition:.25s ease;
}

.woocommerce-shop .product-categories a:hover,
.tax-product_cat .product-categories .current-cat > a{
    color:#f5dfaa;
    padding-left:8px;
}

/* Filter price */
.woocommerce-shop .price_slider_wrapper .ui-slider,
.tax-product_cat .price_slider_wrapper .ui-slider{
    background:#d8d0bd;
}

.woocommerce-shop .price_slider_wrapper .ui-slider-range,
.tax-product_cat .price_slider_wrapper .ui-slider-range,
.woocommerce-shop .price_slider_wrapper .ui-slider-handle,
.tax-product_cat .price_slider_wrapper .ui-slider-handle{
    background:#2d5a3b!important;
}

.woocommerce-shop .price_slider_amount .button,
.tax-product_cat .price_slider_amount .button{
    background:#2d5a3b;
    color:#fff;
    border-radius:999px;
    font-weight:800;
}

.woocommerce-shop .price_slider_amount .button:hover,
.tax-product_cat .price_slider_amount .button:hover{
    background:#b08d48;
}

/* Toolbar */
.woocommerce-shop .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count{
    color:#2d5a3b;
    font-weight:800;
}

.woocommerce-shop .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select{
    height:46px;
    border:1px solid rgba(176,141,72,.35);
    border-radius:10px;
    color:#2d5a3b;
    font-weight:700;
    background:#fff;
    box-shadow:0 8px 22px rgba(45,90,59,.06);
}

/* Product cards */
.woocommerce-shop .products .product-small .col-inner,
.tax-product_cat .products .product-small .col-inner{
    background:#fff;
    border:1px solid rgba(176,141,72,.28);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(45,90,59,.08);
    transition:.3s ease;
}

.woocommerce-shop .products .product-small:hover .col-inner,
.tax-product_cat .products .product-small:hover .col-inner{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(45,90,59,.18);
    border-color:#b08d48;
}

.woocommerce-shop .box-image,
.tax-product_cat .box-image{
    background:#f6efe2;
}

.woocommerce-shop .box-image img,
.tax-product_cat .box-image img{
    object-fit:cover;
    transition:.35s ease;
}

.woocommerce-shop .product-small:hover .box-image img,
.tax-product_cat .product-small:hover .box-image img{
    transform:scale(1.05);
}

.woocommerce-shop .box-text-products,
.tax-product_cat .box-text-products{
    padding:18px 16px 20px;
    text-align:center;
}

.woocommerce-shop .product-title a,
.tax-product_cat .product-title a{
    color:#2d5a3b;
    font-size:17px;
    font-weight:900;
    margin-bottom: 10px !important;
    line-height:1.45 !important;
}

.woocommerce-shop .product-title a:hover,
.tax-product_cat .product-title a:hover{
    color:#b08d48;
}

.woocommerce-shop .price,
.tax-product_cat .price{
    justify-content:center;
    color:#b08d48;
    font-size:17px;
    font-weight:900;
}

.woocommerce-shop .price del,
.tax-product_cat .price del{
    color:#9b9b9b;
    font-size:14px;
    opacity:1;
}

.woocommerce-shop .price ins,
.tax-product_cat .price ins{
    color:#d62828;
    text-decoration:none;
}

/* Sale badge */
.woocommerce-shop .badge-inner,
.tax-product_cat .badge-inner{
    background:#2d5a3b!important;
    color:#fff;
    font-weight:900;
}

/* Add to cart hover icon */
.woocommerce-shop .cart-icon,
.tax-product_cat .cart-icon{
    background:#2d5a3b;
    color:#fff;
    border-radius:50%;
}

/* Pagination */
.woocommerce-shop .page-numbers li > span,
.woocommerce-shop .page-numbers li > a,
.tax-product_cat .page-numbers li > span,
.tax-product_cat .page-numbers li > a{
    border-radius:10px;
    border:1px solid rgba(176,141,72,.35);
    color:#2d5a3b;
    font-weight:800;
}

.woocommerce-shop .page-numbers li .current,
.tax-product_cat .page-numbers li .current{
    background:#2d5a3b!important;
    color:#fff!important;
    border-color:#2d5a3b!important;
}

@media(max-width:849px){
    .woocommerce-shop #shop-sidebar,
    .tax-product_cat #shop-sidebar{
        margin-bottom:24px;
    }

    .woocommerce-shop .woocommerce-ordering,
    .tax-product_cat .woocommerce-ordering{
        width:100%;
    }

    .woocommerce-shop .woocommerce-ordering select,
    .tax-product_cat .woocommerce-ordering select{
        width:100%;
    }
}

/* Fix arrow category sidebar */
.product-categories .cat-parent,
.widget_product_categories .cat-parent{
    display:flex!important;
    align-items:center;
    flex-flow:row wrap;
    justify-content:space-between;
    gap:10px;
}

.product-categories .toggle,
.widget_product_categories .toggle{
    position:static!important;
    margin:0!important;
    width:auto!important;
    height:auto!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    line-height:1!important;
    flex-shrink:0;
    color:#fff;
}

.product-categories .toggle i,
.widget_product_categories .toggle i{
    font-size:14px;
    line-height:1!important;
    margin:0!important;
}

.product-categories .icon-angle-down,
.widget_product_categories .icon-angle-down{
    transform:translateY(0);
}

.woocommerce-mini-cart__buttons.buttons > a{
    border-radius:10px;
}
.is-divider {
	display: none !important;
}
.page-title-inner {
	padding: 20px 0 !important;
	align-items: center;
}

/** Single */
.flower-single-product{
    max-width:1200px;
    margin:0 auto;
    padding:40px 0;
}

.flower-product-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    align-items:start;
}

.flower-product-gallery{
    min-width:0;
}

.flower-main-swiper{
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(176,141,72,.25);
    box-shadow:0 16px 42px rgba(45,90,59,.12);
}

.flower-zoom-trigger{
    position:relative;
    display:block;
    width:100%;
    padding:0;
    border:0;
	margin: 0;
    background:transparent;
    cursor:zoom-in;
    overflow:hidden;
}

.flower-zoom-trigger img{
    width:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.flower-zoom-trigger:hover img{
    transform:scale(1.06);
}

.flower-zoom-icon{
    position:absolute;
    right:18px;
    bottom:18px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#2d5a3b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    transition:.3s ease;
}

.flower-zoom-trigger:hover .flower-zoom-icon{
    background:#b08d48;
    transform:scale(1.1);
}

.flower-gallery-prev,
.flower-gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    color:#2d5a3b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(0,0,0,.16);
    transition:.3s ease;
}

.flower-gallery-prev{
    left:16px;
}

.flower-gallery-next{
    right:16px;
}

.flower-gallery-prev:hover,
.flower-gallery-next:hover{
    background:#2d5a3b;
    color:#fff;
}

.flower-thumb-swiper{
    margin-top:16px;
}

.flower-thumb-swiper .swiper-slide{
    height:90px;
    border-radius:16px;
    overflow:hidden;
    border:2px solid transparent;
    cursor:pointer;
    opacity:.65;
    transition:.3s ease;
}

.flower-thumb-swiper .swiper-slide-thumb-active,
.flower-thumb-swiper .swiper-slide:hover{
    border-color:#b08d48;
    opacity:1;
}

.flower-thumb-swiper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.flower-product-info{
    background:#fff;
    padding:36px;
    border-radius:28px;
    border:1px solid rgba(176,141,72,.25);
    box-shadow:0 16px 45px rgba(45,90,59,.10);
}

.flower-badge{
    display:inline-block;
    background:#f8f1df;
    color:#b08d48;
    padding:8px 16px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:16px;
}

.flower-product-title{
    color:#2d5a3b;
    font-size: 28px;
    line-height:1.2;
    margin:0 0 18px;
	font-family: 'fontPlayBold';
}

.flower-price{
    color:#b08d48;
    font-size: 20px;
    font-weight:900;
    margin-bottom:20px;
}

.flower-price del{
    color:#999;
    font-size:16px;
}

.flower-price ins{
    text-decoration:none;
}

.flower-short-desc{
    color:#5f6f65;
    font-size:16px;
    line-height:1.8;
    margin-bottom:24px;
}

.flower-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-bottom:26px;
}

.flower-features div{
    background:#f8f6f1;
    color:#2d5a3b;
    border-radius:15px;
    padding:13px 14px;
    font-size: 12px;
    font-weight:700;
    border:1px solid rgba(176,141,72,.16);
}

.flower-cart-wrap{
    background: #2d5a3b;
    border:1px solid #d9e5fb;
    border-radius:18px;
    padding:20px;
    margin-bottom:22px;
}

.flower-cart-wrap form.cart{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:nowrap;
	margin-bottom: 0;
}

.flower-cart-wrap .quantity{
    display:flex;
    height:48px;
    border:1px solid #d6dce8;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    min-width:204px;
}

.flower-cart-wrap .quantity input.qty{
    width:68px;
    height:48px;
    border:0!important;
    border-left:1px solid #d6dce8!important;
    border-right:1px solid #d6dce8!important;
    border-radius:0!important;
    text-align:center;
    font-weight:700;
    color:#111;
    background:#fff;
    box-shadow:none!important;
}

.flower-cart-wrap .quantity .minus,
.flower-cart-wrap .quantity .plus{
    width:68px;
    height:48px;
    border:0!important;
    background:#fff!important;
    color:#111!important;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
}

.flower-cart-wrap .single_add_to_cart_button{
    background: var(--fs-color-primary) !important;
    color:#fff!important;
    border-radius:10px!important;
    min-height:48px;
    padding:0 32px!important;
    font-size:15px;
    font-weight:900;
    text-transform:uppercase;
    box-shadow:0 12px 22px rgba(13,69,159,.22);
}

.flower-cart-wrap .single_add_to_cart_button:hover{
    background: var(--fs-color-secondary) !important;
    transform:translateY(-2px);
}

@media(max-width:576px){
    .flower-cart-wrap form.cart{
        flex-direction:column;
        align-items:stretch;
    }

    .flower-cart-wrap .quantity{
        width:100%;
    }

    .flower-cart-wrap .quantity .minus,
    .flower-cart-wrap .quantity .plus,
    .flower-cart-wrap .quantity input.qty{
        flex:1;
        width:auto;
    }

    .flower-cart-wrap .single_add_to_cart_button{
        width:100%;
    }
}

.flower-meta{
    color:#6d766f;
    font-size:15px;
}

.flower-meta a{
    color:#2d5a3b;
    font-weight:700;
}

.flower-product-desc{
    margin-top:60px;
    background:#fff;
    padding:40px;
    border-radius:28px;
    border:1px solid rgba(176,141,72,.22);
    box-shadow:0 12px 36px rgba(45,90,59,.08);
}

.flower-product-desc h2{
    color:#2d5a3b;
    font-size:32px;
    margin:0 0 22px;
}

.flower-related-products{
    margin-top:65px;
}

.flower-related-head{
    text-align:center;
    margin-bottom:30px;
}

.flower-related-head span{
    color:#b08d48;
    font-size:20px;
    font-weight:900;
    text-transform:capitalize;
    letter-spacing:.08em;
	font-family: 'fontGreat';
}

.flower-related-head h2{
    color:#2d5a3b;
    font-size:36px;
    margin:8px 0 0;
	font-family: 'fontPlayBold';
}

.flower-related-products .product-small .col-inner{
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(176,141,72,.25);
    box-shadow:0 10px 28px rgba(45,90,59,.08);
    transition:.3s ease;
}

.flower-related-products .product-small:hover .col-inner{
    transform:translateY(-6px);
    box-shadow:0 18px 38px rgba(45,90,59,.18);
    border-color:#b08d48;
}

.flower-related-products .product-title a{
    color:#2d5a3b;
    font-weight:900;
}

.flower-related-products .price{
    color:#b08d48;
    font-weight:900;
}

.flower-zoom-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    background:rgba(0,0,0,.82);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    padding:30px;
}

.flower-zoom-modal.active{
    opacity:1;
    visibility:visible;
}

.flower-zoom-modal img{
    max-width:92vw;
    max-height:88vh;
    object-fit:contain;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}

.flower-zoom-close{
    position:absolute;
    top:22px;
    right:28px;
    width:46px;
	margin: 0 !important;
	padding: 0 !important;
    min-height: unset !important;
    height:46px;
    border-radius:50%;
    border:0;
    background:#fff;
    color:#2d5a3b;
    font-size:34px;
    line-height:1;
    cursor:pointer;
    transition:.3s ease;
}

.flower-zoom-close:hover{
    background:#b08d48;
    color:#fff;
}

body.flower-zoom-open{
    overflow:hidden;
}

@media(max-width:991px){
    .flower-product-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .flower-product-title{
        font-size:24px;
    }
}

@media(max-width:576px){
	.home-feature-title {
		font-size: 16px;
	}
    .flower-single-product{
        padding:25px 14px 50px;
    }
	.flower-price {
		font-size: 17px;
	}
    .flower-product-info,
    .flower-product-desc{
        padding:24px;
        border-radius:22px;
    }

    .flower-features{
        grid-template-columns:1fr;
    }

    .flower-thumb-swiper .swiper-slide{
        height:72px;
    }

    .flower-related-head h2{
        font-size:30px;
    }
}
.flower-order-box{
    margin:22px 0;
}

.flower-open-order{
    width:100%;
    background:#2d5a3b;
    color:#fff;
    border:0;
    border-radius:14px;
    padding:16px 24px;
	margin: 0;
    font-size:17px;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:0 14px 28px rgba(45,90,59,.22);
    transition:.3s ease;
}

.flower-open-order span{
    display:block;
    font-size:14px;
    font-weight:600;
    text-transform:none;
    line-height: 1.3;
}

.flower-open-order:hover{
    background:#b08d48;
    transform:translateY(-3px);
}

.flower-order-modal{
    position:fixed;
    inset:0;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.flower-order-modal.active{
    opacity:1;
    visibility:visible;
}

.flower-order-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.62);
    backdrop-filter:blur(4px);
}

.flower-order-popup{
    position:relative;
    max-width:920px;
    width:calc(100% - 30px);
    margin:7vh auto;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
    transform:translateY(30px) scale(.96);
    transition:.3s ease;
}

.flower-order-modal.active .flower-order-popup{
    transform:translateY(0) scale(1);
}

.flower-order-head{
    background:#2d5a3b;
    color:#fff;
    padding:20px 28px;
}

.flower-order-head h3{
    color:#fff;
    margin:0;
    font-size:20px;
}

.flower-order-close{
	position: absolute;
    right: 22px;
    top: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    min-height: unset;
    height: unset;
    width: 40px;
    display: flex;
    height: 40px;
    line-height: unset;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background-color: red;
    border-radius: 50%;
}

.flower-order-body{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:24px;
    padding:28px;
}

.flower-order-product{
    display:grid;
    grid-template-columns:120px 1fr;
    gap:16px;
    align-items:center;
    background:#f8f6f1;
    border:1px solid rgba(176,141,72,.22);
    border-radius:16px;
    padding:14px;
}

.flower-order-product img{
    width:120px;
    height:150px;
    object-fit:cover;
    border-radius:12px;
}

.flower-order-product h4{
    color:#2d5a3b;
    font-size:18px;
    margin:0 0 8px;
}

.flower-order-product p{
    margin:0;
}

.flower-order-product strong{
    color:#b08d48;
    font-size:18px;
}

.flower-order-qty{
    display:flex;
    align-items:center;
    gap:14px;
    margin:22px 0;
    color:#2d5a3b;
    font-weight:800;
}

.flower-order-qty button{
    width: 38px;
    height: 38px;
    border: 0;
    margin: 0;
    min-height: unset;
    line-height: unset;
    padding: 0;
    border-radius: 50%;
    background: #f1eadc;
    color: #2d5a3b;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.flower-order-qty input{
    width: 86px !important;
    height: 44px !important;
    text-align: center;
    border: 1px solid rgba(176, 141, 72, .35) !important;
    border-radius: 8px !important;
    font-weight: 800;
	margin: 0 !important;
}

.flower-order-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff9ea;
    border:1px solid #f1dca8;
    border-radius:12px;
    padding:15px 18px;
    color:#2d5a3b;
    font-weight:800;
}

.flower-order-total strong{
    color:#b08d48;
    font-size:22px;
}

.flower-order-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.flower-form-row.full{
    grid-column:1 / -1;
}

.flower-form-row label{
    display:block;
    color:#2d5a3b;
    font-size:14px;
    font-weight:800;
    margin-bottom:6px;
}

.flower-form-row input,
.flower-form-row textarea{
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    outline: none;
    margin-bottom: 0 !important;
}

.flower-form-row textarea{
    min-height:86px;
    resize:vertical;
}

.flower-form-row input:focus,
.flower-form-row textarea:focus{
    border-color:#b08d48;
    box-shadow:0 0 0 3px rgba(176,141,72,.14);
}

.flower-submit-order{
    grid-column:1 / -1;
    background:#2d5a3b;
    color:#fff;
    border:0;
    border-radius:12px;
    padding:15px 24px;
    font-size:16px;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
}

.flower-submit-order:hover{
    background:#b08d48;
}

body.flower-modal-open{
    overflow:hidden;
}

@media(max-width:768px){
    .flower-order-popup{
        margin:20px auto;
        max-height:calc(100vh - 40px);
        overflow:auto;
    }

    .flower-order-body{
        grid-template-columns:1fr;
        padding:20px;
    }

    .flower-order-form{
        grid-template-columns:1fr;
    }
}

/** Liên hệ */
.sgnp-contact-wrap{
	width:100%;
}

.contact_html_page_wrap{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:24px;
	align-items:start;
}

.title-contact p:nth-child(1) {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	padding-left: 16px;
	border-left: 4px solid var(--fs-color-primary);
	margin-bottom: 24px;
	font-family: 'fontPlayBold';
	color: var(--fs-color-primary);
}

.title-contact p:nth-child(2) {
	line-height: 1.625;
	margin-bottom: 32px;
	color: rgb(75 85 99);
	font-size: 16px;
}

.contact_html_page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.contact_html_page .item-contact {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 24px;
	background-color: rgb(255 255 255);
	border: 1px solid rgb(243 244 246);
	border-radius: 16px;
	min-height: 180px;
}

.contact_html_page .item-contact .icon {
	border-radius: 8px;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_html_page .item-contact:nth-child(1) .icon {
	background-color: rgb(220 252 231);
	color: rgb(46 125 50);
}

.contact_html_page .item-contact:nth-child(2) .icon {
	background-color: rgb(254 226 226);
	color: rgb(211 47 47);
}

.contact_html_page .item-contact:nth-child(3) .icon {
	background-color: rgb(255 243 205);
	color: #d97706;
}

.contact_html_page .item-contact:nth-child(4) .icon {
	background-color: rgb(219 234 254);
	color: rgb(37 99 235);
}

.contact_html_page .item-contact h3 {
	color: rgb(17 24 39);
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}

.contact_html_page .item-contact p,
.contact_html_page .item-contact p a {
	margin-bottom: 0;
	color: rgb(75 85 99);
	font-size: 14px;
	line-height: 20px;
	text-decoration:none;
	word-break:break-word;
}

.map-box {
	margin-top: 40px;
	background-color: rgb(229 231 235);
	border-radius: 24px;
	height: 256px;
	position: relative;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.map-box iframe {
	width: 100%;
	height: 100%;
	border:0;
}

.cf7-wrap {
	max-width: 720px;
}

.cf7-row {
	display: flex;
	gap: 18px;
	margin-bottom: 16px;
}

.cf7-row-2 .cf7-col {
	flex: 1;
}

.cf7-col {
	width: 100%;
}

.cf7-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #111827;
}

.cf7-control {
	display: block;
	position: relative;
}

.cf7-wrap input[type="text"],
.cf7-wrap input[type="tel"],
.cf7-wrap input[type="email"],
.cf7-wrap select,
.cf7-wrap textarea {
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
	outline: none;
	background: #fff;
	box-sizing: border-box;
}

.cf7-wrap textarea {
	min-height: 140px;
	resize: vertical;
}

.cf7-control.has-icon input,
.cf7-control.has-icon select {
	padding-left: 44px;
}

.cf7-wrap input:focus,
.cf7-wrap select:focus,
.cf7-wrap textarea:focus {
	border-color: #093991;
	box-shadow: 0 0 0 3px rgba(9, 57, 145, 0.15);
}

.cf7-wrap .cf7-submit {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 14px 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	background: #093991;
	color: #fff;
}

.cf7-wrap .cf7-submit:hover {
	filter: brightness(0.95);
}

.box-form-col .col-inner {
	height: 100%;
}

.box-form {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 40px;
	background-color: rgb(255 255 255);
	border-top: 4px solid var(--fs-color-primary);
	border-radius: 24px;
	height: 100%;
}

.box-form h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: var(--fs-color-primary);
	font-family: 'fontPlayBold';
	margin-bottom: 8px;
}

.box-form > p {
	font-size: 14px;
	line-height: 20px;
	color: rgb(107 114 128);
	margin-bottom: 32px;
}

.box-form form input{
	font-size: 14px;
	line-height: 20px;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	border-radius: 8px;
	min-height: unset;
	height: unset;
	border: 1px solid rgb(209 213 219);
}

.box-form form textarea{
	font-size: 14px;
	line-height: 20px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid rgb(209 213 219);
}

.box-form form select {
	font-size: 14px;
	line-height: 20px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	border-radius: 8px;
	min-height: unset;
	height: unset;
	margin-bottom: 0;
	border: 1px solid rgb(209 213 219);
}

.box-form form input[type="submit"] {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	background-color:var(--fs-color-primary);
	color: rgb(255 255 255);
	letter-spacing: 0.35px;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 16px;
}
.box-form form input[type="submit"]:hover {
	background-color:var(--fs-color-secondary);
}
.wpcf7-spinner {
	display: none !important;
}
.box-form form .cf7-control span.material-symbols-outlined {
	position: absolute;
	z-index: 99;
	top: 20%;
	left: 10px;
}

.cf7-col p,
.cf7-col p input{
	margin-bottom: 0;
}

.box-form .note {
	margin-top: 24px;
	color: rgb(107 114 128);
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.box-form .note a {
	color: #093991;
	text-decoration-line: underline;
}

.wpcf7-spinner{
	margin:10px 0 0;
}

.wpcf7-not-valid-tip{
	font-size:12px;
	margin-top:6px;
}

.wpcf7-response-output{
	margin:16px 0 0 !important;
	padding:10px 12px !important;
	border-radius:10px;
	font-size:13px;
}

@media (max-width: 991px){
	.contact_html_page_wrap{
		grid-template-columns:1fr;
	}
}

@media (max-width: 767px){
	.contact_html_page{
		grid-template-columns:1fr;
	}

	.cf7-row{
		flex-direction:column;
		gap:16px;
	}

	.box-form{
		padding:24px 18px;
	}

	.title-contact p:nth-child(1){
		font-size:24px;
		line-height:30px;
	}
}
.post-item,
.post-item .col-inner,
.post-item .col-inner .box{
	border-radius: 10px;
}
.post-item .col-inner .box-image,
.post-item .col-inner .box-image img{
	border-radius: 10px 10px 0 0;
}
.post-item .post-title a:hover {
	color: var(--fs-color-primary);
}
.post-item .image-cover {
	padding-top: 80% !important;
}
#comments {
	display: none !important;
}
/* Wishlist page - Flower style */
body.woocommerce-wishlist .page-wrapper,
body .wishlist_table {
    background: #f8f6f1;
}

body.woocommerce-wishlist .content-area,
body.woocommerce-wishlist .entry-content {
    margin: 0 auto;
}

body.woocommerce-wishlist h1,
body.woocommerce-wishlist h2,
body.woocommerce-wishlist .entry-title {
    color: #2d5a3b;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 26px;
}

body.woocommerce-wishlist h1:after,
body.woocommerce-wishlist h2:after,
body.woocommerce-wishlist .entry-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #b08d48;
    border-radius: 99px;
    margin-top: 12px;
}
td.product-thumbnail {
	max-width: 180px !important;
    min-width: 60px;
    width: 180px !important;
}
/* Ẩn share và add to cart */
.yith-wcwl-share,
.wishlist_table .product-add-to-cart .add_to_cart_button ajax_add_to_cart,
.wishlist_table .add_to_cart_button,
.wishlist_table .product-stock-status {
    display: none !important;
}

/* Table */
.wishlist_table {
    border: 1px solid rgba(176,141,72,.24);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(45,90,59,.08);
    background: #fff !important;
}

.wishlist_table thead th {
    background: #2d5a3b;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: 18px 20px;
    border: 0;
}

.wishlist_table tbody tr {
    border-bottom: 1px solid rgba(176,141,72,.18);
    transition: .25s ease;
}

.wishlist_table tbody tr:hover {
    background: #fffaf0;
}

.wishlist_table td {
    padding: 22px 20px !important;
    vertical-align: middle;
    border: 0;
}

.wishlist_table .product-name a {
    color: #2d5a3b;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.wishlist_table .product-name a:hover {
    color: #b08d48;
}

.wishlist_table .product-price,
.wishlist_table .product-price .amount {
    color: #b08d48;
    font-size: 18px;
    font-weight: 900;
}

/* Remove button */
.wishlist_table .product-remove a,
.wishlist_table .remove_from_wishlist {
    background: #2d5a3b !important;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 18px !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s ease;
}

.wishlist_table .product-remove a:hover,
.wishlist_table .remove_from_wishlist:hover {
    background: #b08d48 !important;
    color: #fff !important;
}

/* Nếu có ảnh sản phẩm */
.wishlist_table .product-thumbnail img {
    width: 90px;
    height: 110px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(176,141,72,.25);
}

/* Empty wishlist */
.wishlist-empty {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    color: #2d5a3b;
    font-weight: 700;
    box-shadow: 0 14px 38px rgba(45,90,59,.08);
}
.hoa-parent-link-mobile {
    display: none;
}
/* Mobile */
@media(max-width:768px) {
    .wishlist_table {
        border-radius: 18px;
    }

    .wishlist_table thead {
        display: none;
    }

    .wishlist_table tbody tr {
        display: block;
        padding: 18px;
    }

    .wishlist_table td {
        display: block;
        padding: 10px 0;
        text-align: left;
    }

    .wishlist_table .product-name a {
        font-size: 16px;
    }
}
@media(max-width: 1500px) {
	.flower-order-popup {
		margin: 1vh auto;
	}
}
@media (max-width: 1200px) {
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
		padding: 0 !important;
	}
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		top: 3px !important;
	}
	#masthead > div > div:nth-child(3) ul {
		width: 80% !important;
	}
	#wide-nav > div > div > ul > li {
		margin: 0 12px 0 0 !important;
	}
	#wide-nav > div > div > ul > li > a {
		font-size: 12px;
	}
}
@media(max-width: 849px) {
	.header-search-form {
		min-width: max-content !important;
        width: max-content !important;
        margin: 0 !important;
        padding: 5px !important;
        border-radius: 12px;
        border: 2px solid var(--fs-color-primary);
	}
	.section-ft .section-content > .row > .col {
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
		padding-bottom: 15px !important;
	}
	.acf-category-icons {
		gap: 20px;
	}
	.text-title h3 {
		font-size: 26px;
	}
	.text-title h2 {
		font-size: 26px;
	}
	.section {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	    .hoa-tabs-nav-wrap .hoa-parent-link {
        display: none;
    }

    .hoa-parent-link-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 24px auto 0;
        color: #2d5a3b;
        font-weight: 800;
        text-decoration: none;
        width: fit-content;
    }

    .hoa-parent-link-mobile svg {
        transition: .3s ease;
    }

    .hoa-parent-link-mobile:hover {
        color: #b08d48;
    }

    .hoa-parent-link-mobile:hover svg {
        transform: translateX(4px);
    }
	.medium-flex-wrap .flex-col {
		padding: 5px 15px !important;
	}
}
@media(max-width:550px) {
	.text-banner {
		width: 100% !important;
		left: 0 !important;
	}
	.banner.has-hover {
		padding-top: 350px !important;
	}
	.section-ft .section-content > .row > .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.flower-social-btn {
		min-width: 100%;
	}
}
/* Flatsome mobile menu - flower style */
.off-canvas .sidebar-menu {
    padding: 30px 0 0 0 !important;
}
.off-canvas-left .mfp-content {
    background: #fffaf2 !important;
}

.off-canvas .sidebar-menu .nav > li:not(.custom) > a {
    color: #2d5a3b !important;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(176,141,72,.22);
    letter-spacing: .02em;
}

.off-canvas .sidebar-menu .nav > li:not(.custom) > a:hover,
.off-canvas .sidebar-menu .nav > li:not(.custom).active > a,
.off-canvas .sidebar-menu .nav > li:not(.custom).current-menu-item > a {
    background: linear-gradient(135deg,#2d5a3b,#3f7a54);
    color: #fff !important;
    padding-left: 30px;
}

.off-canvas .sidebar-menu .nav > li:not(.custom) > a:before {
    content: "✿";
    color: #b08d48;
    margin-right: 10px;
}

.off-canvas .sidebar-menu .nav > li:not(.custom) > a:hover:before,
.off-canvas .sidebar-menu .nav > li:not(.custom).active > a:before,
.off-canvas .sidebar-menu .nav > li:not(.custom).current-menu-item > a:before {
    color: #fff;
}

.mfp-close {
    color: #fff !important;
    background: #2d5a3b !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.mfp-bg {
    background: rgba(45,90,59,.72) !important;
    backdrop-filter: blur(4px);
}
.logo-mobile {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.logo-mobile img {
	width: 150px;
	height: 150px; 
}
/* =========================
   DESKTOP CTA
========================= */
.st-cta-desktop {
    position: fixed;
    right: 16px;
    bottom: 120px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.st-cta-desktop .st-cta-item {
    width: auto;
    height: auto;
    background: var(--fs-color-primary);
    border-radius: 10px;
    text-align: center;
    padding: 8px 5px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    transition: .2s;
}

.st-cta-desktop .st-cta-item:hover {
    transform: translateY(-3px);
}

.st-cta-desktop .st-cta-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    font-weight: bold;
}

.st-cta-desktop .st-cta-item .icon svg {
    width: 40px;
    height: 40px;
    fill: #FFF;
}

.shake {
    animation: phoneShake 2s infinite;
}

@keyframes phoneShake {
    0%,100% { transform: rotate(0); }
    10% { transform: rotate(-12deg); }
    20% { transform: rotate(12deg); }
    30% { transform: rotate(-8deg); }
    40% { transform: rotate(8deg); }
}

@media(max-width: 1024px) {
    .st-cta-desktop {
        display:none !important;
    }
}

/* =========================
   CATEGORY DRAWER MOBILE
========================= */
body.st-cat-open {
    overflow: hidden;
}

.st-cat-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}

.st-cat-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0 -10px 30px rgba(0,0,0,.18);
    transform: translateY(100%);
    transition: transform .3s ease;
    height: 85vh;
    overflow: hidden;
}

.st-cat-drawer.is-open {
    transform: translateY(0);
}

.st-cat-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.st-cat-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--fs-color-primary);
    color: #fff;
    padding: 14px 16px;
}

.st-cat-drawer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.st-cat-close {
    width: 34px;
    height: 34px;
    border: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    border-radius: 999px;
    font-size: 24px;
    line-height: 1;
	margin: 0;
    padding: 0;
    min-height: unset;
    cursor: pointer;
}

.st-cat-drawer-body {
    max-height: calc(78vh - 62px);
    overflow-y: auto;
    padding: 10px 0 90px;
    background: #fff;
}

/* tree */
.st-cat-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}
.st-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.st-cat-link {
    flex: 1;
    display: block;
    padding: 14px 16px;
    color: var(--fs-color-primary);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

.st-cat-link:hover,
.st-cat-link:focus {
    color: var(--fs-color-secondary);
    text-decoration: none;
    background: rgba(9,57,145,.04);
}

.st-cat-toggle {
	width: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 6px;
    border: 0;
    background: transparent;
    color: var(--fs-color-primary);
    font-size: 24px;
    margin: 0;
    padding: 0;
    min-height: unset;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-cat-toggle-icon {
    display: inline-block;
    transition: transform .25s ease;
}

.st-cat-item.is-open > .st-cat-row .st-cat-toggle-icon {
    transform: rotate(45deg);
}
.st-cat-children {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f7f9ff;
    transition: max-height .28s ease;
}

.st-cat-item.is-open > .st-cat-children {
    max-height: 1200px;
}

.st-cat-children .st-cat-link {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px 12px 24px;
}

.st-cat-empty {
    padding: 16px;
    color: var(--fs-color-primary);
    font-weight: 600;
}
.st-cta-item.st-cta-category {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}
/* =========================
   MOBILE BOTTOM CTA
========================= */
.st-bottom-cta-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.st-bottom-cta {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: var(--fs-color-primary);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.14);
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
}

.st-cta-item {
    flex: 1 1 20%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 4px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.st-cta-item:hover,
.st-cta-item:focus {
    color: #fff;
    text-decoration: none;
}

.st-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    color: var(--fs-color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.st-text {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.st-cta-phone .st-text {
    font-weight: 700;
}

.st-zalo-text {
    font-size: 10px;
    font-weight: 700;
    color: #093991;
}

.st-phone-shake {
    animation: stPhoneShake 2.2s infinite;
    transform-origin: 50% 50%;
}

@keyframes stPhoneShake {
    0%, 100% { transform: rotate(0deg); }
    5% { transform: rotate(-10deg); }
    10% { transform: rotate(10deg); }
    15% { transform: rotate(-8deg); }
    20% { transform: rotate(8deg); }
    25% { transform: rotate(-5deg); }
    30% { transform: rotate(5deg); }
    35% { transform: rotate(0deg); }
}
@media(max-width: 1250px) {
	#wide-nav > div > div > ul > li{
		margin: 0 16px 0 0 !important;
	}
	#wide-nav > div > div > ul > li > a{
		font-size: 13px;
	}
}
@media (max-width: 849px) {
    body {
        padding-bottom: 76px;
    }
	.text-banner h3 strong {
		font-size: 24px;
	}
}

@media (min-width: 850px) {
    .st-bottom-cta-wrap {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .ux-cat-block-price {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 850px) {
    .st-cat-drawer,
    .st-cat-drawer-overlay {
        display: none !important;
    }
}
.flower-contact-price-loop {
    color: #b08d48;
    font-size: 17px;
    font-weight: 900;
}
#yith-wcwl-form .wishlist-title-with-form,
#yith-wcwl-form .hidden-title-form,
#yith-wcwl-form .show-title-form,
#yith-wcwl-form .wishlist-title,
#yith-wcwl-form input[name="wishlist_name"],
#yith-wcwl-form .edit-title-buttons {
    display:none !important;
}
@media (max-width: 849px) {
    .header-wrapper.stuck #masthead.hide-for-sticky,
    .header-wrapper.stuck .header-main.hide-for-sticky {
        display: block !important;
    }

    .header-wrapper.stuck {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        z-index: 99999 !important;
    }
/* 
    body.header-stuck {
        padding-top: 70px;
    } */

/*     body.admin-bar .header-wrapper.stuck {
        top: 46px !important;
    } */
}