/*
Theme Name: Flatsome child
Description: Flatsome Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --color-main: #8bc318;
    --color-secon: #ff0000;
    --color-thir: #ff8000;
    --color-border: #dddddd;
}
.product-small img{
	border-radius: 10px;
    padding: 5px;
}
.pd-bottom{
	padding-bottom: 0 !important;
}
tr.cart-subtotal {
    display: none;
}
/*Header*/

.sidebar-checkout-home .coupon-form,.sidebar-checkout-home .woocommerce-checkout-payment,
.sidebar-checkout-home .form-row.place-order{
	display: none;
}
.sidebar-checkout-home form{
	margin-bottom: 0;
}

/*Trang chủ*/
.st_menu .sc-menu{
	margin-bottom: 0 !important;
}
.st_menu .home-menu-cat ul li,#shop-sidebar .widget ul li {
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-border);
}
.st_menu .home-menu-cat ul li:last-child,#shop-sidebar .widget ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

.st_menu .home-menu-cat ul li a:hover,#shop-sidebar .widget ul li a:hover{
	color: var(--color-thir);
}


.border-col .col-inner .col-inner .col-inner {
    padding: 0;
    border: 0;
}
.border-col h3 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    text-align: center;
}
.border-col .product-small{
	border-bottom: 1px dashed #dddddd;
}

.product-small .box-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.product-small .box-text .price-wrapper {
    order: 3;
    padding: 10px 0;
}
span.amount{
    font-size: 20px;
    color: var(--color-secon);
}
del span.amount{
	color: #111 !important;
	opacity: 0.6 !important;
	font-size: 16px;
}

.badge-container {
    margin: 15px 0 0;
}
.badge-inner.secondary.on-sale {
    font-size: 10px;
}
.badge-container .badge {
    height: 20px;
    width: 20px;
}

.sticky-col .col-inner,#shop-sidebar{
	position: sticky;
    top: 135px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.st_story .text-story p:first-child{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.st_number .icon-box-text p:first-child{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 0;
}
.icon-box-left, .icon-box-right {
    align-items: center;
}
/*Footer*/
.st_footer h2{
	margin-bottom: 15px;
}
.st_footer h2:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    position: relative;
    top: 40px;
}
.st_footer ul li{
	list-style: square;
}
.st_contact input {
    height: 3.507em;
}
span.wpcf7-spinner {
    display: none !important;
}
.st_contact input.wpcf7-form-control.wpcf7-submit.button {
    padding: 0px 20px 0px;
    position: absolute;
    right: 16px;
    height: 41px;
    top: 6px;
    background: #fff !important;
    color: #000 !important;
    border-radius: 99px !important;
}
.st_contact form{
    margin-bottom: 0;
}
.st_contact input.wpcf7-form-control.wpcf7-number {
    padding: 24px;
    font-size: 13px;
}
/*Woocomerce*/
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row  {
	width: 48%;
}
.woocommerce-checkout .form-row-first#billing_address_1_field {
    margin-right: 0px;
}
.woocommerce-checkout .form-row-first{
	margin-right: 10px;
}
.woocommerce-checkout #billing_date_field{
	width: 100% !important;
}

.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}
a.showcoupon {
    font-weight: 600;
    color: #096743;
}

.checkout_coupon .flex-row {
    align-items: flex-end;
}
button#place_order,.woocommerce-billing-fields__field-wrapper input,.woocommerce-input-wrapper textarea {
    border-radius: 4px;
}
button.single_add_to_cart_button.button.alt {
    border-radius: 99px;
}
li#tab-title-additional_information {
    display: none;
}
h3.product-section-title{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 85%;
    color: var(--color-main);
    margin: 0 auto;
    margin-bottom: 30px
}

h3.product-section-title::before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 102%;
    width: 30px;
    height: 2px;
    background: var(--color-main);
}

h3.product-section-title::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 102%;
    width: 30px;
    height: 2px;
    background: var(--color-main);
}


/* -------CSS on Mobile--------- */
@media only screen and (max-width: 48em) {
	.off-canvas-left .mfp-content {
		width: 100%;
		top: 70px;
		background: transparent !important;
		box-shadow: none;
	}
	.mobile-sidebar {
		background: #333;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		font-size: 17px;
		color: #fff;
	}
	.mfp-content .toggle {
		color: #fff;
	}
	.icon-menu:before {
		content: "\f550";
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		margin-right: 5px;
	}
	.icon-menu:after {
		content: "Menu";
		font-weight: bold;
		color: #fff;
		font-family: 'Muli';
	}
	.header-main .nav > li > a > i {
		font-size: 15px;
		color: #fff;
		background: var(--color-main);
		border-radius: 4px;
		padding: 5px;
	}
	.nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
	.pd-bottom{
		padding-bottom: 30px !important;
	}
	.st_menu ul#menu-danh-muc-trang-chu {
    margin: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
}
	.st_menu .home-menu-cat ul li, #shop-sidebar .widget ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}
.st_menu .home-menu-cat ul li a, #shop-sidebar .widget ul li a {
    font-size: 14px;
    padding: 5px 10px;
}
}

/* css dihi */
:root{
    --color-1: #8bc318;
    --color-2: #fdb92b;
}
button.ux-relay__button.ux-relay__load-more-button.button.primary.mb-0 {
    width: 100%;
    border-radius: 6px;
}
/* Header */
.header-nav-main li.active a{
    color: var(--color-1) !important;
}
a.nav-top-link{
    color: #494646 !important;
}
/* Body */
.st_menu h2{
    text-transform: uppercase;
}
.st_menu h2 span{
    color: var(--color-1);
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, var(--color-1), var(--color-1), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    padding: 10px 0px 0px 0px;
}
.st_menu h2, .st_menu h3{
    color: var(--color-1);
}
.st_menu .home-menu-cat{
    padding: 20px;
    background: var(--color-1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 25px -10px #000;
}
.st_menu .home-menu-cat img {
    width: 60px;
    height: 30px;
    margin-left: -15px;
    margin-top: -10px;
}
.st_menu .home-menu-cat img.ring-ring{
	width: 30px;
	height: 30px;
	margin-left: 0;
	margin-top: 0;
}
.st_menu img.fire-km{
	width: 60px;
    height: 30px;
	margin-left: -15px;
	margin-top: -10px;
}
.title-menu img{
    width: 30px;
    height: 30px;
}
.st_menu form.checkout.woocommerce-checkout{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px -10px #000;
    border: 1px solid var(--color-1);
}
.st_menu a.button.btn-checkout-home {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 0 !important;
    background-color: var(--color-1);
}
th.product-name, tr.order-total, th.product-total{
    text-transform: none;
}
.st_menu .home-menu-cat ul li a{
    color: #fff;
	font-weight: 600;
    transition: .3s;
}
.border-col .col-inner .col-inner{
    padding: 10px;
    background: #fff;
    border: 1px solid var(--color-1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}
.product-small .product-title a {
    font-size: 16px;
    color: var(--color-1);
    font-weight: 600;
}
.product-small .box-excerpt.is-small{
    text-align: justify;
}
.add-to-cart-button a {
    width: 100%;
    padding: 7px;
    margin: 0;
    border-radius: 6px;
    border: 2px solid var(--color-1) !important;
    color: var(--color-1) !important;
    transition: .3s;
}
.add-to-cart-button a:hover{
    background-color: var(--color-1) !important;
    color: #fff !important;
}
a.button.primary.lowercase {
    border-radius: 8px;
    /* padding: 0px 30px; */
    background-color: var(--color-1);
    margin: 0;
    width: 100%;
}
/* Tab Image */
.st_dichvu p{
    color: #000;
}
.giuseart_tabs > .nav .tab {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-basis: 16.1%;
}
.giuseart_tabs .nav{margin-bottom:15px}

.giuseart_tabs > .nav .tab a {
    text-align:center;
    display: inline-block;
    border:1px solid var(--color-1);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    font-size: 15px;
    color: black;
    transition: .3s;
}
.giuseart_tabs > .nav .tab.active a {
  background: #ededed;
  box-shadow: none;
  border: 1px solid var(--color-1);
  border-radius: 6px;
  transform: scale(1.03);
  box-shadow: 0px 0px 30px -10px #000;
}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a > img {
    width:100%;
    height:100%;
    margin: 0 auto;
}
.giuseart_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(1) {
    display: none;
}
.giuseart_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}
.giuseart_tabs > .nav .tab a:before {
    display: none;
}
.giuseart_tabs .nav h3 {text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
    color: black;
    text-align: center;
}
.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
    /* padding:20px; */
    text-align: justify;
}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav.nav-vertical a{
	border: 1px solid #d2d2d2;
	text-align:center;
}
.giuseart_tabs .nav-vertical{
	margin-bottom:0;
	width: 200px;
	background-color: #ededed;
}
.st_dichvu .row .col .col-inner{
    padding: 10px;
}
a.button.primary.btn-xemthem {
    text-transform: none;
    font-weight: 300;
    border-radius: 5px;
}
/* hinh ảnh */
.st_hinhanh img{
    margin: 5px 10px;
}
.st_hinhanh p{
    color: var(--color-1);
    margin-bottom: 5px;
}
/* đặt bàn */
.st_datban .form-db{
    padding: 40px 20px 20px 20px;
    border: 1px solid var(--color-1);
}
.st_datban .form-db.second{
    margin-top: 50px;
}
.st_datban .form-db h3{
    margin-top: -60px;
    padding: 5px;
}
.st_datban .form-db h3 span {
    text-transform: uppercase;
    background: #fff;
    padding: 0px 15px;
    font-weight: 300;
}
.st_datban .wpcf7 label {
    font-size: 15px;
    font-weight: 300;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select{
    border: 1px solid var(--color-1);
    box-shadow: none;
    height: 50px;
}
textarea{
    border: 1px solid var(--color-1);
    box-shadow: none;
}
input:focus-visible{
    outline: transparent;
}
/* chi tiết blog */
.page-wrapper{
    padding: 30px;
}
/* blog */
.blog-archive .col.post-item .col-inner {
    line-height: 1.5em;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    height: 100%
}

.blog-archive .col.post-item .col-inner:hover {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 30%)
}

.blog-archive .col.post-item .box-text {
    padding: 15px
}

.blog-archive .post-item:nth-child(n+3) .box-text h5 {
    min-height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-1);
    font-weight: 600;
}
.blog-archive .post-item .col-inner {
    box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%
}

.blog-archive .col.post-item:nth-child(1) .image-cover:after,.blog-archive .col.post-item:nth-child(2) .image-cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(transparent,#333336);
    pointer-events: none;
    backface-visibility: hidden;
    transition: opacity .3s
}

.blog-archive .col.post-item:nth-child(1) .image-cover,.blog-archive .col.post-item:nth-child(2) .image-cover {
    padding-top: 65%!important
}

.blog-archive .col.post-item:nth-child(1) .box-text,.blog-archive .col.post-item:nth-child(2) .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.blog-archive .col.post-item:nth-child(1),.blog-archive .col.post-item:nth-child(2) {
    max-width: 50%;
    flex-basis: 50%
}

.blog-archive .col.post-item:nth-child(1) .box-text,.blog-archive .col.post-item:nth-child(2) .box-text {
    padding: 1.5rem!important;
    color: #fff
}

.blog-archive .col.post-item .box-text p.cat-label {
    color: #fff!important;
    opacity: 1;
    font-size: 12px;
    font-weight: 500
}

.blog-archive .post-item .box-text h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.blog-archive .post-item:hover img {
    transform: scale(1.1)
}

.blog-archive .post-item:nth-child(n+3) .box-text {
    padding: 1rem 1.25rem;
    border-top: 2px solid var(--color-1);
}

.blog-archive .post-item:nth-child(n+3) .box-text p.cat-label {
    position: absolute;
    top: -14px;
    left: 1rem;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--color-1);
    padding: .2rem 1rem;
    border-radius: 4rem;
    opacity: 1;
    text-transform: none;
    font-weight: 500
}
.blog-archive .is-divider{
    display: none;
}
.title-bv {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, var(--color-1), var(--color-1), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    padding: 10px 0px 0px 0px;
}
.title-bv span {
    font-size: 20px;
    background-color: var(--color-1);
    padding: 10px 10px 5px 10px;
    color: #fff;
    border-radius: 0px 10px 0px 0px;
}
.bai-viet-lien-quan .row{
    padding-top: 15px;
}
.bai-viet-lien-quan .box-text-inner.blog-post-inner {
    color: var(--color-1);
    font-weight: 600;
}
.entry-divider.is-divider.small {
    display: none;
}

@media only screen and (max-width: 48em) {
    .blog-archive .col.post-item:nth-child(1),.blog-archive .col.post-item:nth-child(2) {
        flex-basis:100%;
        max-width: 100%
    }
}
/* Footer */
.st_footer {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(/wp-content/uploads/2024/09/bg-ft.png);
    background-size: contain;
}
.st_footer h3 span::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 99px;
    background: var(--color-1);
    position: relative;
    top: 35px;
}
.st_footer p{
    color: #000;
}
.st_footer ul li{
    list-style: none;
    margin-left: 0;
    color: #000;
}
.st_footer ul li a{
    color: #000;
    transition: .3s;
}
.st_footer ul li a:hover{
    color: var(--color-1);
}
.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}

/* thực đơn */
form.woocommerce-ordering {
    display: none;
}
.shop-container .product-small .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 10px;
}
/*sản phẩm đã xem  */
.product-seen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.product-seen a img{
    border-radius: 10px !important;
/*     padding-bottom: 10px; */
    width: 300px;
    height: 210px !important;
    object-fit: cover;
}
.product-seen .item-product{
    flex-basis: 24%;
    padding: 10px;
}
p.name.product-title.woocommerce-loop-product__title a{
    margin-bottom: 0;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   height: 44px;
}
@media only screen and (max-width: 48em) {
    .giuseart_tabs > .nav .tab {
        flex-basis: 30%;
        margin-bottom: 6px;
    }
    .blog-wrapper{
        margin: 0 10px;
    }
    .blog-archive h1.page-title {
        text-align: center;
    }
    .product-seen {
        display: flex;
        flex-direction: column;
    }
    .product-seen a img{
        width: 380px !important;
        height: 300px !important;
    }
}
.tooltipster-box{
	display: none;
}
.tooltipster-arrow{
	display: none;
}