/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




.product-intro-content h2, .product-nutrition-content h2 {
    font-size: 35px;
}
.has-sticky-product-cart {
    padding-bottom: 0px;
}


.shop-page-title.category-page-title {
    position: relative;
    overflow: hidden;
}

/* Gradient phía trên */
.shop-page-title.category-page-title::before{
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 200px;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255,255,255,.98) 5%,
    rgba(255,255,255,.96) 10%,
    rgba(255,255,255,.93) 15%,
    rgba(255,255,255,.88) 22%,
    rgba(255,255,255,.82) 30%,
    rgba(255,255,255,.72) 40%,
    rgba(255,255,255,.60) 50%,
    rgba(255,255,255,.48) 60%,
    rgba(255,255,255,.35) 70%,
    rgba(255,255,255,.22) 80%,
    rgba(255,255,255,.10) 90%,
    rgba(255,255,255,.03) 97%,
    transparent 100%
	);
}

/* Wave phía dưới */
.shop-page-title.category-page-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 120px;
    z-index: 2;
    pointer-events: none;

    background: #f6efd4;

    /* Tạo sóng */
    clip-path: path("M0,50 C120,120 260,0 420,50 C580,100 740,0 900,50 C1060,100 1220,0 1440,60 L1440,120 L0,120 Z");
}




.woocommerce-breadcrumb {
    font-size: 15px;
	font-weight: normal !important;
}
h1.shop-page-title.is-xlarge {
    font-size: 48px;
    text-shadow:
        0 2px 8px rgba(0,0,0,.5),
        0 0 20px rgba(255,255,255,.2);
}
.shop-page-title.featured-title .title-bg{
	background-position: center -170px !important;
}
.page-title-inner{
	min-height: 500px;
}
.category-page-title {
    height: 500px;
}
.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button{
	background-color: #ffffff00;
}
.related-products-wrapper h3 {
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;
    min-width: 100%;
    margin-top: 50px !important;
}
.single-product .product-main {
    padding-top: 80px;
}
.quantity+.button {
    font-size: 12px;
}
.row4coltcql h4 {
    font-family: sans-serif;
}


.imgcssla:before{
	z-index: 0;
    position: absolute;
    content: '';
    right: -1.302rem;
    top: -0.9375rem;
    width: 100%;
    height: 100%;
    border-radius: 15.625rem 1.042rem;
    background: linear-gradient(225deg, #FFD000 0%, rgba(255, 208, 0, 0.325802) 28.88%, rgba(255, 208, 0, 0) 73.76%);
}
.imgcssla img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15.625rem 1.042rem;
}
.rice-spec-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background: #ffffff82;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}
.rice-spec-table th{
    background:linear-gradient(135deg,#2e7d32,#66bb6a);
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:20px;
    text-align:center;
}
.rice-spec-table th small{
    display:block;
    margin-top:6px;
    font-size:14px;
    color:rgba(255,255,255,.85);
    font-weight:400;
}
.rice-spec-table td{
    width:33.333%;
    padding:24px;
    vertical-align:top;
	border: none !important;
}
.rice-spec-table td:last-child{
    border-right:none;
}
/* Bảng bên trong */
.inner-table{
    width:100%;
    border-collapse:collapse;
}
.inner-table tr{
    border-bottom:1px dashed #d8e8d8;
}
.inner-table tr:last-child{
    border-bottom:none;
}
.inner-table td{
    border:none;
    padding:12px 0;
    font-size:15px;
}
.inner-table td:first-child{
    color:#333;
    font-weight:600;
}
.inner-table td:nth-child(2){
    width:40px;
    text-align:center;
    color:#43a047;
    font-size:18px;
    font-weight:700;
}
.inner-table td:last-child{
    text-align:right;
    font-weight:700;
    color:#1b5e20;
}
/* Danh sách đặc tính */
.product-features{
    list-style:none;
    padding:0;
    margin:0;
}
.product-features li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    line-height:1.7;
    color:#555;
}
.product-features li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#4caf50;
    color:#fff;
    font-size:13px;
    text-align:center;
    line-height:20px;
    font-weight:bold;
}
.product-features strong{
    color:#1b5e20;
}

/* Mobile */
@media (max-width:768px){

    .table-responsive{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    .rice-spec-table{
        width:1200px;
        table-layout:fixed;
    }

    .rice-spec-table > thead > tr > th:nth-child(1),
    .rice-spec-table > tbody > tr > td:nth-child(1){
        width:20%;
    }

    .rice-spec-table > thead > tr > th:nth-child(2),
    .rice-spec-table > tbody > tr > td:nth-child(2){
        width:25%;
    }

    .rice-spec-table > thead > tr > th:nth-child(3),
    .rice-spec-table > tbody > tr > td:nth-child(3){
        width:55%;
    }
}










.product-intro-content p, .product-nutrition-content p {
    margin-bottom: 20px;
}
li#tab-title-description {
    display: none !important;
}

.custom-product-info{
    display:grid;
    grid-template-columns:1fr 1.2fr 1fr;
    gap:50px;
    align-items:center;
    padding:50px 0;
}
.custom-product-info img{
    max-width:100%;
    display:block;
	margin-bottom: 0px !important;
}
.info-left h5, .info-right h5{
    margin-top: 0px !important;
    line-height: 1.5;
}
.info-left,
.info-right{
    text-align:center;
}
.info-left img,
.info-right img{
    width:80px;
    margin:0 auto 0px;
}
.info-center img{
    width:100%;
    border-radius:12px;
}
.content{
    font-size:16px;
    line-height:1.8;
}

@media(max-width:991px){

    .custom-product-info{
        grid-template-columns:1fr;
        gap:35px;
    }

    .info-center{
        order:-1;
    }

}





/*.titlecus {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.titlecus span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 80px;
    font-weight: 900;
    line-height: 1;

    color: #ffffff;
    background: transparent;

    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
}*/



input.minus.button.is-form {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
input.plus.button.is-form {border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.sticky-add-to-cart .quantity.buttons_added{
    display: flex;
    align-items: center;
}
.sticky-add-to-cart .quantity.buttons_added::before{
    content: "Chọn số lượng";
    font-size: 14px;
	margin-right: 10px;
    white-space: nowrap;
}
.quantity.buttons_added {
    width: 100%;
}
.sticky-add-to-cart--active {
    display: none !important;
}
/* Khối chứa 2 nút */
.sticky-add-to-cart{
    display: flex;
    flex-wrap: wrap;
}
/* Đưa nút Thêm vào giỏ và Mua ngay lên cùng một hàng */
.sticky-add-to-cart .single_add_to_cart_button,
.sticky-add-to-cart .buy_now_button{
    flex: 1 1 calc(50% - 5px);
    max-width: calc(48% - 5px);
    width: calc(50% - 5px);
	border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sticky-add-to-cart .buy_now_button{
    margin-left: 10px;
}



.gl-stock-label {
	margin-bottom: 15px;
}
.gl-stock-label span {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}
.gl-stock-label .in-stock {
    background: #D2F072;
    color: #1a7f37;
}
.gl-stock-label .out-stock {
    background: #D2F072;
    color: #d32f2f;
}


.product-info h1.product-title {
	padding-top: 0px;
}
.product-info .is-divider {
    display: none;
}
.cusicontxtcat img {
    border-radius: 100%;
    padding: 0px;
}
.cusicontxtcat p {
    font-size: 13px;
}
.box-text-products .add-to-cart-button a {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.box-text-products .add-to-cart-button a::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}
.box-text-products .price-wrapper{
    position: relative;
    padding-bottom: 30px;
}
.box-text-products .price-wrapper::after{
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    color: #FFC107;
    letter-spacing: 2px;
}


.type-product .col-inner{
    border-radius: 20px;
}
.type-product .product-small{
	background-color: #FFFFFF59 !important;
	border-radius: 20px;
}
.type-product .product-small img {
    width: 80%;
    object-fit: contain;
}
/*nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a, .shop-page-title {
    color: #00742e !important;
}*/
form.woocommerce-ordering {
    display: none;
}
.product.type-product, .post-type-archive-product main#main, .tax-product_cat main#main{
    background-image: url("https://greenliving.com.vn/wp-content/uploads/2026/06/bg353e.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.featured-title .page-title-inner {
    height: 200px;
}
.shop-page-title.featured-title .title-overlay{
	background-color: rgb(0 0 0 / 0%) !important;
}
/*.cssboxpost .post-title{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	max-height: 3em;
}*/
.cusslider .flickity-page-dots {
    bottom: -10px;
}
.store-title{
	padding: 10px;
	background-color: #ffffffa3;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.store-title h3{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
}
.store-title h3::before{
    content:"\f3c5"; /* Font Awesome location-dot */
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;

    background:#0b7a36;
    color:#fff;
    border-radius:50%;
    font-size:22px;

    flex-shrink:0;
    box-shadow:0 6px 18px rgba(0,0,0,.15);
}

@media (max-width:768px){
    .store-title h3{
        font-size:24px;
        gap:10px;
    }
    .store-title h3::before{
        width:40px;
        height:40px;
        font-size:18px;
    }
}



.boxhtch .col-inner {
    border-radius: 20px;
}
.imghtch {
    margin-bottom: -7px !important;
}
.imghtch img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	width: 100%;
    height: 280px;
    object-fit: cover;
}





/*------------------*/
.location-item{
    display:flex;
    align-items:center;
    gap:20px;
	background-color: #ffffffba;
    padding: 20px 20px;
	margin-top: -22px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.location-number{
    width:80px;
    height:80px;
    min-width:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffffffba;
    border-radius:100%;

    font-size:28px;
    font-weight:700;
    color:#0c5a2b;

    /* Shadow 4 hướng */
    box-shadow:
        0 -4px 10px rgba(0,0,0,.15),
        0 4px 10px rgba(0,0,0,.15),
        -4px 0 10px rgba(0,0,0,.15),
        4px 0 10px rgba(0,0,0,.15);
}
.location-content {
    text-align: left;
	min-width: 280px;
}
.location-content h3{
    margin:0px;
    font-size:25px;
    font-weight:700;
    color:#0b4f26;
    line-height:1.2;
}
/*.location-content p{
    margin:0;
    font-size:16px;
    color:#666;
    line-height:1.7;
}*/

/* Responsive */
@media (max-width:768px){

    .location-item{
        gap:16px;
    }

    .location-number{
        width:64px;
        height:64px;
        min-width:64px;
        font-size:22px;
    }

    .location-content h3{
        font-size:22px;
    }

    .location-content p{
        font-size:15px;
    }

}
/*-----------------*/


.cssdivbr br {
    display: block;
}
.s3img2col img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 100%;
	border: 7px solid #00742e;
}

.s2img2 img {
	border-radius: 100%;
    border: 7px solid #ffffff;
}
.s2img1 img {
	height: 500px;
    border-radius: 200px;
	object-fit: cover;
}
.imghatluapos img {
    z-index: 99;
	position: relative;
}
.imgdes2 img {
	margin-left: 50px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
    border: 7px solid #ffffff;
}
.imgdes1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
    border: 7px solid #00742e;
}




.video-circle{
    width:400px;
    height:400px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #ffffff;
    display:inline-block;
    box-sizing:border-box;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	margin: 10px 0px;
}

.video-circle video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}





.squiggle-path {
    stroke: #00742e;        /* Màu sắc đường vẽ */
    stroke-width: 0.5px;        /* ĐÃ SỬA: Độ dày nét mỏng lại còn 2px */
    stroke-linecap: round;   /* Bo tròn đầu mút */
    stroke-linejoin: round;
    fill: none;

    /* --- PHẦN LIÊN QUAN ĐẾN HIỆU ỨNG TỰ ĐỘNG VẼ --- */
    /* Đã tối ưu giảm xuống 350 để khớp với độ dài đường vẽ ngắn mới */
    stroke-dasharray: 350; 
    stroke-dashoffset: 350; 
    
    /* ĐÃ SỬA: Tăng từ 3s lên 6s để hiệu ứng chạy chậm lại một nửa */
    animation: draw 6s ease-in-out infinite;
}
/* Định nghĩa hiệu ứng vẽ từ trái sang phải */
@keyframes draw {
    0% {
        stroke-dashoffset: 350; /* Bắt đầu: ẩn hoàn toàn */
    }
    70% {
        stroke-dashoffset: 0;    /* Đến 70% thời gian (4.2s): vẽ xong hoàn chỉnh */
    }
    100% {
        stroke-dashoffset: 0;    /* Giữ nguyên trạng thái từ 70% - 100% để đứng im cho người xem nhìn */
    }
}









/* QUAN TRỌNG: target đúng img bên trong */
.autozoomimg img {
  display: block;
  width: 100%;
  height: auto;

  animation: zoomInOut 2s ease-in-out infinite !important;
  transform-origin: center;
  will-change: transform;
}
/* KEYFRAME */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}







.boxft2 .col-inner {
    margin-left: -50px !important;
    width: 120%;
}
.boxtxtleft h3{
	color: #00742e;
    font-size: 23px;
}
.boxtxtcenter h3{
	color: #00742e;
    font-size: 20px;
}
.boxtxtcenter h2{
	color: #00742e;
    font-size: 40px;
}
.cssboxpost .is-divider{
	display:none;
}
.imgpttt{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.imgpttt img{
    width:35px;
    height:35px;
    object-fit:contain;
    padding:0px;
    background:#fff;
    border-radius:10px;
    box-sizing:border-box;
    display:block;
}
p.motapft {
    font-size: 14px;
}
.cssboxrowft h3 {
    margin-bottom: 15px;
	font-size: 16px;
}
.cssshadowduoift::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        to top,
        #00742e 0%,
        rgba(0,116,46,0.98) 8%,
        rgba(0,116,46,0.95) 16%,
        rgba(0,116,46,0.90) 24%,
        rgba(0,116,46,0.82) 32%,
        rgba(0,116,46,0.72) 40%,
        rgba(0,116,46,0.60) 50%,
        rgba(0,116,46,0.48) 60%,
        rgba(0,116,46,0.36) 70%,
        rgba(0,116,46,0.24) 80%,
        rgba(0,116,46,0.12) 90%,
        rgba(0,116,46,0.04) 96%,
        transparent 100%
    );
}


.header-wrapper.stuck {
    background-color: #fff !important;
}
.header-bg-color, .header-wrapper {
    background-color: #ffffff00 !important;
}
.boxbannerhome {
    margin-top: -100px;
}
/*header#header {
    margin-bottom: -100px;
}*/
.boxinfosp li {
    font-size: 13px;
}
.boxinfosp h4 {
    text-align: center;
	color: #00742e;
}
.boxinfosp {
    background-color: #ffffffdb;
    border-radius: 20px;
	padding: 100px 10px 20px 20px;
    margin-top: -110px;
	text-align: left;
	color: #000;
}
.cus1btn {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
	color: #fff !important;
    background-color: #00742e;
}
.button {
    overflow: hidden;
    border: none;
	line-height: 2.5;
}
.button span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-45deg);
    animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}




.fade-scroll{
    opacity:0;
    transform:translateY(40px);
    transition:
        opacity .65s ease-out,
        transform .65s cubic-bezier(.22,1,.36,1);
}

.fade-scroll.show{
    opacity:1;
    transform:translateY(0);
}





.cssshadowtrenduoi {
    position: relative;
    overflow: hidden;
}
/* Shadow phía trên */
.cssshadowtrenduoi::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:200px;
    pointer-events:none;
    z-index:1;
    background: linear-gradient(
    to bottom,
    #f6efd4 0%,
    rgba(246,239,212,0.98) 5%,
    rgba(246,239,212,0.96) 10%,
    rgba(246,239,212,0.93) 15%,
    rgba(246,239,212,0.88) 22%,
    rgba(246,239,212,0.82) 30%,
    rgba(246,239,212,0.72) 40%,
    rgba(246,239,212,0.60) 50%,
    rgba(246,239,212,0.48) 60%,
    rgba(246,239,212,0.35) 70%,
    rgba(246,239,212,0.22) 80%,
    rgba(246,239,212,0.10) 90%,
    rgba(246,239,212,0.03) 97%,
    transparent 100%
	);
}

/* Shadow phía dưới */
.cssshadowtrenduoi::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:200px;
    pointer-events:none;
    z-index:0;
    background: linear-gradient(
    to top,
    #f6efd4 0%,
    rgba(246,239,212,0.98) 5%,
    rgba(246,239,212,0.96) 10%,
    rgba(246,239,212,0.93) 15%,
    rgba(246,239,212,0.88) 22%,
    rgba(246,239,212,0.82) 30%,
    rgba(246,239,212,0.72) 40%,
    rgba(246,239,212,0.60) 50%,
    rgba(246,239,212,0.48) 60%,
    rgba(246,239,212,0.35) 70%,
    rgba(246,239,212,0.22) 80%,
    rgba(246,239,212,0.10) 90%,
    rgba(246,239,212,0.03) 97%,
    transparent 100%
	);
}

.cssboxtxtbanner p{
	font-size: 18px;
}
.cssboxtxtbanner h1{
	font-size: 40px;
	/*font-family: cursive;*/
	margin-bottom: 20px;
}
.cssboxtxtbanner h1 br {
    display: none;
}
.cssboxtxtbanner h1, .cssboxtxtbanner p {
	text-shadow:
        -3px -3px 8px rgba(14, 57, 55, 0.6),
         3px -3px 8px rgba(14, 57, 55, 0.6),
        -3px  3px 8px rgba(14, 57, 55, 0.6),
         3px  3px 8px rgba(14, 57, 55, 0.6),
         0    0   20px rgba(14, 57, 55, 0.5);
}

.cssshadowduoi::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
    to top,
    #f6efd4 0%,
    rgba(246,239,212,0.98) 8%,
    rgba(246,239,212,0.95) 16%,
    rgba(246,239,212,0.90) 24%,
    rgba(246,239,212,0.82) 32%,
    rgba(246,239,212,0.72) 40%,
    rgba(246,239,212,0.60) 50%,
    rgba(246,239,212,0.48) 60%,
    rgba(246,239,212,0.36) 70%,
    rgba(246,239,212,0.24) 80%,
    rgba(246,239,212,0.12) 90%,
    rgba(246,239,212,0.04) 96%,
    transparent 100%
	);
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



.product-intro-content h2, .product-nutrition-content h2 {
    font-size: 28px;
}
.shop-page-title.featured-title .title-bg {
    background-position: center !important;
}
.custom-product-info .content {
    width: 70%;
    margin: 0 auto;
}
.boxtxtcenter h2{
	font-size: 28px;
}
.cssboxtxtbanner h1 br {
    display: block;
}
.button {
    font-size: 14px;
}
.imgdes2 {
    text-align: center;
}
.imgdes2 img {
	margin-left: 0px;
    width: 300px;
    height: 300px;
}
.imgdes1 img {
    height: 180px;
}
.cssdivbr br {
    display: none;
}
.s3img2col img {
    width: 100%;
    height: 180px;
}
.video-circle {
    width: 300px;
    height: 300px;
}
.cssboxrowft {
    padding: 0px 15px;
}
.cssboxrowft .col-inner {
    margin-bottom: 20px;
}
.boxft2 .col-inner {
    margin-left: 0px !important;
    width: 100%;
}
.cssboxpost .post-title {
    color: #fff;
}
.cssshadowduoift::after{
	height: 50px;
}
.cssshadowtrenduoi::before, .cssshadowtrenduoi::after{
	height: 100px;
}
.cssboxtxtbanner h1 {
    font-size: 30px;
}
.cssboxtxtbanner p {
    font-size: 17px;
}
}



#mega-menu-title {
  color: #fff;
}
#wrapper, #main{margin-top:0px;}
#mega-menu-wrap {
    background: #FA0000 !important;
}

.menudm ul{padding-left: 0;
margin: 0;}
.menudm ul li,#menu-menusanpham li{ list-style: none;
border-bottom: 1px solid #fff;
margin: 0;
padding: 10px;padding: 5px 10px;font-size:14px;}

.menudm ul li a{padding: 3px 0;color:#000;}

#wide-nav > .flex-row > .flex-left {
    width: 25%;
    min-width: 261px;
    margin-right: 15px;
}
.rowmenu1{padding-right:0;}
.rowmenu2{padding-left: 0;
padding-top: 0;
padding-bottom: 0;}
.badge-container{
	margin: 0;
}
.onsale{background: #00C800;
border-radius: 50%;
width: 40px;
height: 40px;
display: block;
text-align: center;
line-height: 40px;
margin-left: -15px;
margin-top: -15px;
color: #fff;font-size: 14px; display:none;}
.absolute-footer{padding:0;}
.footer-primary{padding:10px;}

body{font-family:'Arial', sans-serif !important}
.nav > li > a {
font-family: "arial", sans-serif !important;
	padding:10px 4px;
}
#mega_menu > li > a {
    font-size: 16px;color:#333;
}
.autocomplete-suggestion {
    background: #fff !important;
    color: #333;
    font-size: 16px;
}

.autocomplete-suggestion span.amount {
    color: #000;
}
.policy_intuitive {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, del, em, img, strong, sub, sup, b, u, i, center, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
	.policy_intuitive h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #0096E3;
}
	.policy_intuitive ul.policy_new {
    position: relative;
    overflow: hidden;
}
	.policy_intuitive ul.policy_new li {
    margin: 8px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}
	.policy_intuitive ul.policy_new li>span {
    flex: 1;
    margin-right: 2px;
    padding: 3px;
    width: 35px;
    max-width: 35px;
}
	.policy_intuitive ul.policy_new li>span i {
    display: block;
}
.section-title b {
   margin-top: 31px;
background-color: #2F8146;
opacity: 1;
}
.section-title-main{background:#2F8146;color:#fff;}
.section-title-center b {
    margin-top: 30px;
    background-color: #2F8146;
    opacity: 1;
}
.section-title-bold span{border-radius: 5px 5px 0 0;}
.section-title-center span{margin: 0 15px;
color: #fff !important;
border-radius: 5px 5px 0 0;
padding: 0 15px;margin: 0;}
.section-title-normal span {
    border-bottom:5px solid #2F8146;
    margin-right: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333 !important;
    padding: 10px;
	background:none;
}
.section-title-normal {
    border-bottom: solid 2px #eee;
}
.section-title-normal b {
    display: none;
}

span.quangphu-show-cats {
background: none;
width: 800px;
margin: 0;
height: 44px;
padding: 0 15px;
}
span.quangphu-show-cats li {
	display: block;
	width: auto;
	margin: 0;
	width: 100%;
}
span.quangphu-show-cats li a {
    background: none;
    font-size: 15px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-right: 0 !important;
    padding-left: 10px;
    position: relative;
    padding: 0px 8px;
    margin: 0 3px 0 0;
        margin-right: 3px;
	height:44px;
	line-height:44px;
}
span.quangphu-show-cats .owl-nav{position:absolute; top:0; color:#000; width:100%;}
span.quangphu-show-cats .owl-prev{position: absolute;
right: -16px;
margin: 0;
height: 30px;
top: 0;
background: #f4f4f4 !important;
width: 40px;border-radius: 50%;}
span.quangphu-show-cats .owl-next{position: absolute;
left: -16px;
margin: 0;
padding: ;
padding: ;
height: 30px;
top: 0;
background: #f4f4f4 !important;
width: 40px;border-radius: 50%;}
span.quangphu-show-cats .owl-item{text-align:center}


#mega-menu-max_mega_menu_1 .mega-menu-item{position:relative !important;width: 100% !important;padding: 5px !important;}
#mega-menu-max_mega_menu_1 ul.mega-sub-menu {
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
}
#mega-menu-max_mega_menu_1 .mega-menu-item .mega-indicator{float:right !important;}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: '\f139' !important;
    
}
.product-footer h1, .product-footer h2, .product-footer h3, .product-footer h4, .product-footer h5, .product-footer h6, .heading-font {
  color: #2F8146;
  margin: 15px 0;
}
td {
  color: #666;
  border: 1px solid #eee !important;
  padding: 5px !important;
}
.single-product .woocommerce-tabs .panel ul li::before {
  content: "";
  font-family: FontAwesome;
  color: #ffbe4e;
  margin-right: 10px;
	background:url("checkicon.png");
	display: inline-block;
width: 30px;
height: 30px;
}

.single-product .woocommerce-tabs .panel ul.camket li::before {

	background:url("checkck.png");

}


.single-product .woocommerce-tabs .panel ul li{list-style:none; margin:0;}
#mega-menu-title {
  font-weight: bold;
}
#wide-nav > .flex-row > .flex-left {

  min-width: 285px;

}
.btn_baogia {
  border: solid 2px #2F8146;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px;
  background: url(ic_baogia.png) no-repeat left 10px center;
  width: 170px;
padding: 10px 0px 10px 40px !important;
font-weight: bold !important;
color: #000;
}
.title_ft {
  position: relative;
  color: #434343;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.title_ft::after {
  background: #2F8146;
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#wide-nav > .flex-row > .flex-left {
  max-width: 263px;
}
#mega-menu-wrap {
  background: #2F8146 !important;
}
.menudm{background:#EFF4F7;}
.menudm a{color:#000;}
#menu-menusanpham .menu-item-30,#menu-menusanpham .menu-item-36{background:#fff;}
.boavang{border: 2px solid #2F8146;
padding: 5px;
border-radius: 20px;}
.bgvang{background:#2F8146}
#menu-menusanpham{background:#EFF4F7;}
#menu-menusanpham a{color:#333;}
.post-sidebar .widget{border: 2px solid #2F8146;
padding: 5px;
border-radius: 20px;}
.tabbed-content .nav > li > a{padding:0 10px;}
.ux-menu{display: inline-block;
margin-bottom: 15px;
background: #F0F4F7;
width: 100%;
padding: 15px 15px;}
.ux-menu .ux-menu-link{
display: inline-block !important;
background: #fff;
padding: 0px 10px; border-radius:20px;}
.ux-menu-link__link{line-height:1.5; min-height:auto;font-size: 14px;}
.ux-menu-link:hover{background:#2F8146; color:#000;}
.section-title a {
  font-size: 15px;
}
#footer ul li{font-size:14px; list-style:none;margin: 0;}
.nopadding{padding:0 !important}
.nopadding .gallery-item{padding:0 !important}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
  vertical-align: top;
}
.category .archive-page-header{background:#F0F4F7;
padding: 30px;
margin-bottom: 15px;}
.category .page-wrapper{padding:0;}
.category #wrapper, .category #main{margin:0;}
#breadcrumbs{padding: 5px;
background: #eee;
font-size: 14px;
border-radius: 4px;}
.entry-title{padding:15px 0;}
.entry-header-text {
  padding: 0;
}
.entry-content{padding:0;}
.metapost{
	border-bottom: 1px dashed #eee;
margin-bottom: 15px;
font-size: 14px;
font-style: italic;
}
/*.product-main .content-row{border: solid 3px #2F8146;
border-radius: 10px;}*/
.box_camket ul li {
  list-style: none;
  background: url(https://vuanhatam.com/wp-content/uploads/2023/06/arrow_check.png) no-repeat left top 5px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #232323;
  font-size: 13px;
}
.camketli{margin-bottom:15px; font-size:15px;}
.product-tabs.nav-tabs > li > a {padding: 10px 15px;border-radius:10px 10px 0 0;}
.product-tabs.nav-tabs > li.active > a {background:#2F8146;color:#000;}
.variations th,.variations td{vertical-align:middle;}
.product-main {
  padding: 15px 0;
}
.category-page-title{background-color:#F0F4F7 !important}
.variations td.value{border:none !important;}
a.reset_variations{background: red;
color: #fff;
padding: 5px;
opacity: 1 !important;
color: #fff !important;
border-radius: 20px;}
.section-title-container {
  margin-bottom: 15px;
}
.tabbed-content .nav > li > a {
  padding: 10px 10px;
  border-radius:10px 10px 0 0;
}
.tabbed-content .nav > li.active > a {
  background:#2F8146 !important;
  
}
span.amount{color:red !important;}
@media only screen and (max-width: 1024px) {
	span.quangphu-show-cats {
    background: none;
    width: 600px;
    margin: 0;
    height: 44px;
    padding: 0 15px;
}
}
@media only screen and (max-width: 768px) {
	span.quangphu-show-cats {
    background: none;
    width: 500px;
    margin: 0;
    height: 44px;
    padding: 0 15px;
}
	.ux-menu {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
	#footer ul li {
  font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
	span.quangphu-show-cats {
    background: none;
    width: 100%;
    margin: 0;
    height: 44px;
    padding: 0 15px;
}
}