/*
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.   ***************/

.header-top{
    height: 30px;
}
.topbar {
    padding: 5px 0;
  }
  .container {
    width: 100%;
    margin: 0 auto;  
  }
p {
    font-size: 16px;
    color: #000;
	line-height: 1.6em;
}
  body {
    font-family: 'Quicksand', sans-serif !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    text-align: center;
    color: black;
    font-size: 14px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-name {
    border-top-left-radius: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-subtotal {
    border-top-right-radius: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid #efefef;
    border-radius: 10px;
}
.cart-collaterals .cart-sidebar table {
    background: linear-gradient(to right, 
color-mix(in srgb, var(--fs-color-secondary) 50%, var(--fs-color-alert) 50%), 
color-mix(in srgb, var(--fs-color-secondary) 25%, var(--fs-color-alert) 75%));
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}
.cart_totals th.product-name {
    color: black;
    text-align: center;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive {
    background: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-cart-form__cart-item.cart_item td {
    padding: 10px 10px;
}
.cart-collaterals .cart-sidebar {
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 25px;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive th {
    color: black !important;
    font-size: unset;
}
.cart_totals tbody tr td, .shop_table tfoot tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type, td.product-total,.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    border: none;
}
.actions.clear {
    padding: 10px 10px;
}
.cart-collaterals .cart-sidebar form.checkout_coupon {
    padding-left: 10px;
    padding-right: 10px;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0.5em 0;
    padding: 0 10px;
}
.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, 
color-mix(in srgb, var(--fs-color-secondary) 50%, var(--fs-color-alert) 50%), 
color-mix(in srgb, var(--fs-color-secondary) 25%, var(--fs-color-alert) 75%));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
}
.cart-collaterals .cart-sidebar table th {
    color: white;
    font-size: 20px;
	border: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 5px 10px;
}
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 25px;
}
h3#order_review_heading {
    text-align: center;
    color: black;
}
.has-border{
    border: 1px solid #efefef;
    padding: 5px 20px;
    border-radius: 10px;
}
h2.woocommerce-order-details__title,h2.woocommerce-column__title {
    text-align: center;
    text-transform: uppercase;
 background: linear-gradient(to right, 
color-mix(in srgb, var(--fs-color-secondary) 50%, var(--fs-color-alert) 50%), 
color-mix(in srgb, var(--fs-color-secondary) 25%, var(--fs-color-alert) 75%));
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}
.woocommerce-order-details {
    border: 1px solid #efefef;
    border-radius: 10px;
}
.woocommerce-customer-details {
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
table.woocommerce-table--order-details,.woocommerce-customer-details address{
    padding-left: 10px;
    padding-right: 10px;
}
  .topbar-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
  }
  
  .text-slider {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
  }
  
  .text-slide {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    white-space: nowrap;
    animation: fadeInOut 4.5s linear infinite;
    animation-delay: calc(var(--order) * 1.5s - 1.5s);
    margin-top: -29px;
    margin-left: -124px;
    text-align: center;
  }
  
  @keyframes fadeInOut {
    0%, 20% {
      opacity: 0;
    }
    20%, 40% {
      opacity: 1;
    }
    40%, 100% {
      opacity: 0;
    }
  }
.header-main .flex-col.hide-for-medium.flex-left.flex-grow{
    width: 350px !important;
    flex: 0 !important;
    margin-right: 0 !important;
}
.header-main .nav-left{
    width: max-content;
}
.header-search-form-wrapper{
    width: 350px;
      
}
.header-main .header-search-form .search-field{
    border-radius:10px;
    height: 45px;
    width: 340px;
}
.header-main .header-search-form .ux-search-submit{
    border-radius: 7px !important;
    background-color: red;
    height: 45px;
    width: 44px;
    left: -35px;
}
.header-main .searchform .button.icon i{
    font-size: 1.8em;
}

.header-main ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase.nav-prompts-overlay{
    display: flex;
    justify-content: flex-start !important;
}

.header-main .flex-col.hide-for-medium.flex-right{
    margin-left: 0 !important;
}
.header-main li.header-block{
    width: 250px;
}
.text-giaohang {
    line-height: 16px;
    width: max-content;
    font-size: 17px;
    margin-top: 9px;
    margin-left: 5px;
    
}
.text-giaohang a{
    color: #e31837;
    font-family: 'Quicksand', sans-serif;
}
.text-giaohang a:hover{
    color: #006a31;
}

.header-main .header-button .icon-user::before {
    position: absolute;
    margin-left: -13px !important;
    margin-top: -10px !important;
    font-size: 26px;
	color:#006a31;
}
.header-main .header-button .nav-top-link {
    color: #006a31; 
    background-color: #dddddd !important; 
    padding: 10px;
    text-decoration: none;
    border: none;
    width: 50px;
    height: 50px;
}
.header-main .header-button .nav-top-link {
    color: #006a31; 
    background-color: #dddddd !important; 
    padding: 10px;
    text-decoration: none;
    border: none;
    width: 50px;
    height: 50px;
}
.header-main .header-button .account-link {
    color: #006a31; 
    background-color: #dddddd !important; 
    padding: 10px;
    text-decoration: none;
    border: none;
    width: 50px;
    height: 50px;
}
.header-main .header-button a.nav-top-link.nav-top-not-logged-in.icon.button.circle.is-outline.is-small{
	background-color: #ddd !important; 
}
.header-main .header-button a.account-link.account-login.icon.button.circle.is-outline.is-small{
    background-color: #ddd !important; 
}

.header-main .nav-dropdown {
    top: 100%;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 10px; 
    padding: 10px 0;
    font-family: 'Quicksand', sans-serif;
}
.header-main .nav-dropdown a {
    padding: 10px 20px;
    color: #333; 
    text-decoration: none;
    white-space: nowrap;
}
.header-main .nav-dropdown .is-active a {
    font-weight: bold;
    color: #000; 
}
.header-main ul.nav-dropdown.nav-dropdown-bold li a{
    color: #000;
}
.header-main ul.nav-dropdown.nav-dropdown-bold li a:hover{
    color: #006a31 !important;
    background-color: #ffffff !important;
}

.button [data-icon-label]:after{
    position: absolute;
    top: -6px;
    right: -20px;
    width: 18px;
    height: 18px;
    background: #e31837;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.message-container.container.medium-text-center {
    text-align: center;
}
.return-to-shop a.button.primary.wc-backward {
    background-color: #006a31;
    border-radius: 10px;
}
a.button-continue-shopping.button.primary.is-outline {
    background-color: #006a31;
    color: #ffffff;
    border: none;
    border-radius: 7px;
}
a.button-continue-shopping.button.primary.is-outline:hover {
    background-color: #e31837;
}
button.button.primary.mt-0.pull-left.small {
    border-radius: 7px;
}
button.button.primary.mt-0.pull-left.small:hover {
    color: #c7c5c5;
}
a.checkout-button.button.alt.wc-forward {
    border-radius: 5px;
}
.woocommerce .col-inner.has-border {
    border: 1px solid #aea7a7;
    border-radius: 10px;
}
.product-total span.amount {
    color: #434040 !important;
    font-weight: 700;
    white-space: nowrap;
}
.order-total span.amount {
    color: #e31837;
    font-weight: 700;
    white-space: nowrap;
	font-size: 20px;
}
.woocommerce-checkout-payment .button.alt {
    border-radius: 10px;
}
.header-main .header-button-1 .header-button .button{
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 12px;
    padding: 4px 20px;   
    font-family: 'Quicksand', sans-serif;
}
.header-main .header-button-2 .header-button .button{
    text-transform: capitalize;
    font-size: 13px;
    padding: 4px 20px;
    font-family: 'Quicksand', sans-serif;
}

.header-bottom .header-bottom-nav li a{
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
	margin: 0;
}
.footer-wrapper .col {
    padding-bottom: 0;
}
.header-bottom .sub-menu a{
    color: #000000;
}
.header-bottom .nav-dropdown.nav-dropdown-bold li a:hover{
    color: #e31837 !important;
    background-color: #ffffff !important;
}

.footer-wrapper .footer{
    position: relative;
    width: 100%;
    background-color: #006a31;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
}
.footer .bg.section-bg.fill.bg-fill.bg-loaded{
    opacity: 0.05;
}
.img-thanhtoan img{
    width: 60px;
    height: 40px;
}

.footer .title-ft h4:after {
    content: '';
    position: absolute;
    left: 0;
    border-top: none;
    height: 3px;
    width: 100px;
    background-image: linear-gradient(to right, #e31837, transparent);
    display: block;
}

.sec-diachi{
    margin-left: -24px;
    margin-top: -40px;
}
.sec-diachi .text-diachi-ft{
    width: 230px;
}
.ux-diachi{
    height: 70px;
}
.ux-thoigian{
    height: 70px;
}
.ux-phone{
    height: 50px;
}
.ux-mail{
    height: 20px;
}

.sec-diachi .icon-ft-diachi::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 18px solid rgb(218, 18, 18);
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -12px; 
    margin-left: -17px;
    z-index: 1;
}
.sec-diachi .icon-ft-diachi .fas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px; 
    z-index: 2;
    margin-top: 5px;
    margin-left: 1px;
}   

.sec-diachi .text-thoigian-ft{
    width: 168px;
}
.sec-diachi .icon-ft-dongho::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 18px solid rgb(218, 18, 18);
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -16px; 
    margin-left: -18px;
    z-index: 1;
}
.sec-diachi .icon-ft-dongho .fas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px; 
    z-index: 2;
    margin-top: 0px;
    margin-left: 0px;
}


.sec-diachi .text-phone-ft a{
    color: #ffffff;
}
.sec-diachi .text-phone-ft a:hover{
    color: #ffb200;
}
.sec-diachi .icon-ft-phone::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 18px solid rgb(218, 18, 18);
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -27px; 
    margin-left: -18px;
    z-index: 1;
}
.sec-diachi .icon-ft-phone .fas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px; 
    z-index: 2;
    margin-top: -10px;
}

.sec-diachi .text-mail-ft a{
    color: #ffffff;
}
.sec-diachi .text-mail-ft a:hover{
    color: #ffb200;
}
.sec-diachi .icon-ft-mail::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 18px solid rgb(218, 18, 18);
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -25px; 
    margin-left: -18px;
    z-index: 1;
}
.sec-diachi .icon-ft-mail .fas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px; 
    z-index: 2;
    margin-top: -8px;
}
footer#footer .col.post-item {
    padding-bottom: 10px;
}
.footer .ft-tt h2 a {
    display: none;
}
.noidung-gioithieu h2{
	color: #006a31;
	font-size: 1.6em;
}
.footer h5.post-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
	font-size: 16px;
}
.footer h5.post-title.is-small a{
    color: #ffffff;
}
.footer h5.post-title.is-small a:hover{
    color: #ffb200;
}
.footer .is-divider{
    display: none;
}
.footer .box-image img {
    border-radius: 5px;
}
.ft-chinhsach p a {
    color: #ffffff;
}
.ft-chinhsach p a:hover {
    color: #ffb200;
}
                                      
.dieuhuong{
    background-color: #dddddd;
    position: relative;
    font-family: 'Quicksand', sans-serif;
}
.dieuhuong .col {
    padding-bottom: 0;
}
.dieuhuong .col-inner {
    padding: 16px 0px;
}

.dieuhuong1 .col-inner {
    padding-top: 16px;
}
span.breadcrumb_last {
    color: #e31837;
}
span.breadcrumb_last {
    color: #e31837;
}
.dieuhuong a{
    color: #000000;
}
.dieuhuong a:hover{
    color: #e31837;
}
.dieuhuong1 a{
    color: #000000;
}
.dieuhuong1 a:hover{
    color: #e31837;
}

.content-area.page-wrapper{
    font-family: 'Quicksand', sans-serif;
}

.sec-banner .banner img.attachment-original.size-original{
    border-radius: 15px;
}
.sec-banner .banner{
    background-color: #ffffff !important;
}

.title-danhmucnoibat a{
    color: #006a31;
    font-family: 'Quicksand', sans-serif;
}
.title-danhmucnoibat a:hover{
    color: #e31837;
}

.sec-danhmuc-trangchu .danhmuc-sanpham .flickity-slider .product-category .count{
	color: #fff;
}
.sec-danhmuc-trangchu .danhmuc-sanpham .flickity-slider .product-category a{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
    min-height: 122px;
}
.sec-danhmuc-trangchu .danhmuc-sanpham .flickity-slider .product-category a:hover{
    background: #e31837;
    
}
.danhmuc-sanpham .product-category .box-category .box-text h5 {
    color: #ffffff;
    flex: 1;
    text-align: left;
    font-size: 16px;
    padding-top: 14px; 
}
.sec-danhmuc-trangchu .danhmuc-sanpham .product-category .box-image {
    flex-shrink: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 120px; 
    height: 100%;
	text-align: center;
} 
.sec-danhmuc-trangchuc .danhmuc-sanpham .product-category .box-image {
    flex-shrink: 0;
    width: 100px; 
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;} 
.sec-danhmuc-trangchu .danhmuc-sanpham img{
    width: auto;
    height: 100px;
}
.sanpham .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #272525;
    margin-top: 10px;
}

.vechungtoi .vct-img .img-vct img{
    border-radius: 10px;
}

.monan-noibat .col-inner .product-small{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
	margin-top: 2px;
	padding-left: 20px;
}

.monan-noibat .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.monan-noibat .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.monan-noibat .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.noidung-monan p.box-excerpt.is-small {
    margin-top: 10px;
}
.product-small .box-excerpt {
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
}

.noidung-monan .add-to-cart-button{
    width: max-content;
    border: none;
}
.noidung-monan .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff !important;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}
.noidung-monan .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;
    color: #ffffff;
    
}
.monan-noibat .noidung-monan .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.monan-noibat .noidung-monan .woocommerce-Price-amount.amount{
    color: #e31837;
}

.noidung-monan .product-small.box.noidung-monan.has-hover.box-vertical.box-text-top{
    height: 200px;
}
.monan-noibat .image-tools.top.right.show-on-hover {
    opacity: 1;
    visibility: visible;
}
.wishlist-icon .wishlist-button.wishlist-added .icon-heart,
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon.fa-heart {
    color: red !important;
}
.wishlist-popup.dark {
    display: none;
}
/* i.yith-wcwl-icon.fa.fa-heart {
    display: none;
} */

.chuongtrinh .title-chuongtrinh{
    line-height: 15px;
}
.chuongtrinh .img-chuongtrinh{
    display: flex;
    margin: 0px 73px !important;
    
}
.chuongtrinh .chuongtrinh-img{
    border: 2px solid red;
    border-radius: 6px;
	padding: 10px;
}

.text-giamgia p strong{
	color: #ffb200;
    font-family: 'Lobster';
	font-size: 1.125em;
}
.text-giamgia h3{
	font-size: 40px;
	color: #ffffff;
    font-family: 'Quicksand', sans-serif;
}
.text-giamgia p{
	margin-bottom:0px;
}
.section.giamgia{
    height: 800px;
    display: flex;
    align-items: flex-start;
    font-family: 'Quicksand', sans-serif;
}
.title-monannoibat h2 {
    color: #006a31;
}
.title h3{
	color: #e31837;
	font-size: 1.7em;
}
.noidung-feedback h3 {
    font-size: 30px;
    color: #006a31;
}
.tt-cty h3{
	color: #e31837;
font-size: 3em;
    line-height: 1em;
}
.feedback .box {
    margin-bottom: 1em;
}
.email-dangki h3{
	font-size: 40px;
	color:#fff;
}
.tt-cty p {
    font-size: 17px;
    font-weight: 600;
}
.feedback .box-text.text-left h4,.feedback .box-text.text-left p {
    color: #fff;
}
.sanpham-giamgia .product-small .col-inner{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}
.row.product-giamgia.equalize-box.large-columns-4.medium-columns-2.small-columns-2.row-small {
	padding: 3em 3em 2em 3em;
}
.sanpham-giamgia .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
}
.sanpham-giamgia .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.sanpham-giamgia .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.sanpham-giamgia p.box-excerpt.is-small {
    margin-top: 10px;
}
.sanpham-giamgia .box-except{
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 3 ;
}
.sanpham-giamgia .woocommerce-Price-amount,.amount{
    color: #e31837;
}
.title-danhmucnoibat strong{
	font-family: 'Lobster';
	color: #ed1c24;
	font-size: 20px;
}
.title-danhmucnoibat h3{
	font-size: 40px;
	color: #006a31;
	line-height: 1.4em;
	margin-bottom: 0;
}
.title-danhmucnoibat p {
    margin-bottom: 0;
}
.category-page-row{
	padding-top:0px;
}
.sanpham-giamgia .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}
.sanpham-giamgia .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;
}
.sanpham-giamgia .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.row.sanpham-giamgia{
    margin-top: -16em;
    
}
.sanpham-giamgia .col-inner{
    border-radius: 15px;
      padding: 2em 2em 1em 2em;  
}
.tg-demnguoc{
    font-size: 400%;   
}
.tg-demnguoc .ux-timer.dark span{
    color: #ffb200;
    
}
.tg-demnguoc .ux-timer.dark strong{
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Segoe UI';
    font-size: 18px;
}

.title-bestseller h1{
    margin-top: -20px;
    font-family: 'Quicksand', sans-serif;
}
.title-bestseller h1 a{
    color: #006a31;
}
.title-bestseller h1 a:hover{
    color: #e31837;
}

.best-seller .title a{
    color: #006a31;
}
.best-seller .title a:hover{
    color: #e31837;
}
.product-bestseller .col-inner .product-small {
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
	margin-top: 1px;
	padding: 10px;
}
.best-seller {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-family: 'Quicksand', sans-serif;
} 
.best-seller .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.best-seller .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.best-seller .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}
.box-text-products {
    padding-bottom: 0 !important;
}
.best-seller p.box-excerpt.is-small {
    margin-top: 10px;
}
.best-seller .box-except{
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 3 ;
}
.best-seller .woocommerce-Price-amount,.amount{
    color: #e31837;
}

.best-seller .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}
.best-seller .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;
    
}

.best-seller .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.best-seller .image-tools.top.right.show-on-hover {
    opacity: 1;
    visibility: visible;
}

.sec-banner_6 .img-banner_6 img{
    border-radius: 10px;
}
.blog-wrapper.blog-single.page-wrapper .dieuhuong {
    margin-bottom: 2em;
}
.menu-giuatrang{
    position: -webkit-sticky; 
    position: sticky;
    top: -30px; 
    z-index: 9;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin-top: -30px;
}
.menu-container {
    width: 100%;
    height: 50px;
    background-color: #006a31;
    border-radius: 5px;
}  
.menu-all-sticky {
    background: #006a31;
    padding: 10px 10px 4px 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.menu-all-sticky li{
    display: inline-block;
    margin: 6px 15px 10px;
    transition: all .4s ease;
}
.menu-all-sticky .nav-link {
    color: black;
    background-color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
} 
.menu-all-sticky .nav-link:hover {
    color: #ffffff;
    background-color: #e31837;
    padding: 10px;
}
.sec-sanpham .xemchitiet{
    width: 160px;
    height: 40px;
    background-color: #006a31;
    border-radius: 5px;
    margin: 0 auto;
}
.sec-sanpham .xemchitiet h3{
    padding-top: 5px;
    padding-left: 5px;
}
.sec-sanpham .xemchitiet a{
    color: #ffffff;
} 
.sec-sanpham .xemchitiet:hover{
    background-color: #e31837;
}

.sec-sanpham .title a{
    color: #e31837;
}
.sec-sanpham .title a:hover{
    color: #006a31;
}
.sanpham1 .col-inner .product-small{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
	padding-left: 10px;
}
.post-item .box-text.text-left {
    padding: 15px;
}
.sanpham1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-family: 'Quicksand', sans-serif;
} 
.sanpham1 .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.sanpham1 .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.sanpham1 .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.sanpham1 p.box-excerpt.is-small {
    margin-top: 10px;
}
.sanpham1 .is-small{
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2 ;
}
.sanpham1 .woocommerce-Price-amount,.amount{
    color: #e31837;
}
.sanpham1 .image-tools.top.right.show-on-hover {
    opacity: 1;
    visibility: visible;
}
.sanpham1 .khai-vi {
    margin-top: -30px;
}
.sanpham1 .my-y {
    margin-top: -30px;
}
.sanpham1 .salad{
    margin-top: -30px;
}
.sanpham1 .thuc-uong {
    margin-top: -30px;
}

.sanpham1 .box-image{
    margin: 0 auto;
}


.sanpham1 .add-to-cart-button{
    width: max-content;
    border: none;
	margin-top: 10px;
}
.sanpham1 .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff !important;
    border-radius: 10px;
    margin: auto;
    padding: 10px !important;
    text-transform: capitalize;
}
.sanpham1 .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;
    
}

.sanpham1 .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.tintuc-moinhat{
    margin-top: -50px;
}
.tintuc-moinhat .title-tintucmoinhat h1 a{
    color: #006a31;
}
.tintuc-moinhat .title-tintucmoinhat h1 a:hover{
    color: #e31837;
}

.tintuc-moinhat .blog-trangchu .col-inner{
    overflow: hidden;
    transition: all .4s ease;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    height: 100%;
    width: 100%; 
} 
.tintuc-moinhat .blog-trangchu .from_the_blog_excerpt {
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
}

.tintuc-moinhat .blog-trangchu h5 a{
    color: #000000;
}
.tintuc-moinhat .blog-trangchu h5 a:hover{
    color: #e31837;
}
.tintuc-moinhat .blog-trangchu h5 a.plain{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.tintuc-moinhat .blog-trangchu .post-meta{
    color: #e31837;
    font-weight: 700;
}
.tintuc-moinhat .blog-trangchu .is-divider{
    display: none;
}

.feedback{
    font-family: 'Quicksand', sans-serif;
}   
.feedback .slider-feedback{
    border-radius: 5px;
}
.img-feedback img.attachment-original.size-original{
    border-radius: 100%;
}
.slider-feedback .text-feedback {
    margin-left: -45px;
    margin-top: 23px;
}

.ly-do{
    margin-top: -60px;
}
.row-noidung{
    flex-shrink: 0;
    width: 214px;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-right: 10px;
}
.img-lydo .img-inner{
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    background: #006a31;
    transition: all .5s ease;
    transform: scale(0.9);
}
.text-lydo h4{
    margin-top: -25px;
}

.email-dangki{
    font-family: 'Quicksand', sans-serif;
}
.gioithieu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.gioithieu-img .box-image {
    margin-left: 15px;
}
.noidung-gioithieu{
    font-family: 'Quicksand', sans-serif;
}
.noidung-gioithieu img{
    border-radius: 5px;
}
.img-daubep img {
    border-radius: 10px;
    margin-left: 2em;
}
.title-danhmucnoibat h4{
    font-family: 'Lobster';
}
.title-danhmucnoibat a{
    color: #006a31;
}
.title-danhmucnoibat a:hover{
    color: #e31837;
}
.sec-danhmuc{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-family: 'Quicksand', sans-serif;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.sec-danhmuc .danhmuc-sanpham .flickity-slider .product-category .count{
   color:#fff;
}
.sec-danhmuc .danhmuc-sanpham .flickity-slider .product-category a{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
    min-height: 122px;
}
.sec-danhmuc .danhmuc-sanpham .flickity-slider .product-category a:hover{
    background: #e31837;
    
}
.danhmuc-sanpham .product-category .box-category .box-text h5 {
    color: #ffffff;
    flex: 1;
    text-align: left;
    font-size: 16px;
    padding-top: 14px; 
}
.sec-danhmuc .danhmuc-sanpham .product-category .box-image {
    flex-shrink: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 120px; 
    height: 100%;
} 
.sec-danhmuc .danhmuc-sanpham .product-category .box-image {
    flex-shrink: 0;
    width: 100px; 
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.sec-danhmuc .danhmuc-sanpham img{
    width: auto;
    height: 100px;
}
.sanpham .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #272525;
    margin-top: 10px;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    font-family: 'Quicksand', sans-serif;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase a:hover {
    color: #e31837;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    color: #e31837;
}
.sanpham{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.sanpham .xemchitiet{
    width: 160px;
    height: 40px;
    background-color: #006a31;
    border-radius: 5px;
    margin: 0 auto;
}
.sanpham .xemchitiet h3{
    padding-top: 5px;
    padding-left: 5px;
}
.sanpham .xemchitiet a{
    color: #ffffff;
} 
.sanpham .xemchitiet:hover{
    background-color: #e31837;
}

.sanpham .title a{
    color: #006a31;
}
.sanpham .title a:hover{
    color: #e31837;
}
.sanpham .product-small .col-inner{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
}
.sanpham {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-family: 'Quicksand', sans-serif;
    margin-top: -75px;
} 
.sanpham .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.sanpham .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.sanpham .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.sanpham .box-except{
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 3 ;
}
.sanpham p.box-excerpt.is-small {
    margin-top: 10px;
}

.sanpham .woocommerce-Price-amount,.amount{
    color: #e31837;
}


.sanpham .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}
.sanpham .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;
    
}

.sanpham .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top:10px;
}

span.widget-title.shop-sidebar,.sidebar-wrapper span.widget-title,.post-sidebar.large-3.col span.widget-title{
    background-color: #006a31;
    padding: 15px 100px 15px 9px;
    color: #ffffff;
    border-radius: 10px;
	display:block;
}
.sidebar-inner .is-divider.small,.widget .is-divider{
    background-color: #ffffff;
	display:none;
}                    

.sanpham .product-small.product .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}

.sanpham .product-small.product .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.sanpham .product-small.product p.box-excerpt.is-small {
    margin-top: 10px;
}

.sanpham .product-small.product .woocommerce-Price-amount,.amount{
    color: #e31837;
    font-size: 15px;
}
.sticky-add-to-cart--active{
    display: none;
}
.woocommerce-variation-price{
    display: none;
}
/* .product-small  .box-image{
    width: 206px;
    height: 206px;
    margin: 0 auto;
	align-content: center;
} */


.sanpham .product-small .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}
.sanpham .product-small .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;   
}

.sanpham .product-small .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}
.row.category-page-row {
    font-family: 'Quicksand', sans-serif;
}   
/* .category-page-row .product-small  .box-image{
    width: 206px;
    height: 206px;
    margin: 0 auto;
}
.category-page-row .product-small .box-image img{
    width: auto;
    max-width: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
} */
.category-page-row .product-small  .box-image img:hover{
    transition: 0.3 all ease-in-out;
}
.category-page-row .product-small .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}
.category-page-row .product-small .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;   
}

.category-page-row .product-small .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}

.category-page-row .product-small.product .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.category-page-row .product-small.product .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.category-page-row .product-small.product .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.category-page-row .product-small.product p.box-excerpt.is-small {
    margin-top: 10px;
}

.category-page-row .product-small.product .woocommerce-Price-amount,.amount{
    color: #e31837;
    font-size: 15px;
}
.category-page-row .menu-item a {
    font-weight: bold;
    color: #000000;
}
.category-page-row .widget-title {
	text-transform: capitalize;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: #006a31;
}
form.woocommerce-ordering {
    display: none;
}
p.woocommerce-result-count.hide-for-medium {
    display: none;
}
.shop-page-title.category-page-title.page-title {
    background-color: #dddddd;
}
.shop-page-title nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    color: #e31837;
    text-transform: capitalize;
}
.product-container {
    margin: 0 auto;
}
.product-info .breadcrumbs{
    margin-left: -666px;
}
 .product-info .breadcrumbs a{
    color: #000000;
}
.product-info .breadcrumbs a:hover{
    color: #e31837;
}

.sp-chitiet .col-inner {
    border: 2px solid #006a31;
    border-radius: 20px;
    background-color: #e7fff2;
    padding: 10px;
}
.product-info{
    position: sticky;
    top: 20px;
}
.product-images {
    max-width: 75%;
    margin: 0 auto;
}
h1.product-title.product_title.entry-title {
    color: #006a31;
}
.product-info .is-divider{
    display: none;
}

.product-info span.woocommerce-Price-amount.amount {
    font-size: 25px;
}

.ux-quantity.quantity.buttons_added {
    border: 2px solid #006a31;
    border-radius: 7px;
	margin-bottom: 1em;
}
input.ux-quantity__button.ux-quantity__button--minus.button.minus.is-form {
    background-color: #006a31;
    height: 30px;
    border-radius: 6px;
    width: 36px;
}
input.ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    background-color: #006a31;
    height: 30px;
    border-radius: 5px;
    width: 36px;
}
.shop-page-title.category-page-title.page-title .page-title-inner.flex-row.medium-flex-wrap.container {
    padding: 10px 0px;
}
.quantity .input-text {
    height: auto;
}
.cart .single_add_to_cart_button.button.alt{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background-color: #e31837;
	margin-bottom: 0;
} 
.cart .single_add_to_cart_button.button.alt:hover{
    background-color: #ebb4bc;
}

.ux-swatch-selected-value {
    color: #006a31;
}
.image-tools.is-small.top.right.show-on-hover {
    opacity: 1;
    visibility: visible;
}
.wishlist-icon {
    position: relative;
    top: 0.5em;
}

.custom-wishlist-button {
    min-width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
	display: inline-flex;
}
.custom-wishlist-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff; /* Adjust text color if needed */
    text-decoration: none;
}

.custom-wishlist-button a:hover {
    background: #004d24; /* Darker shade for hover effect */
}

/* .wishlist-popup.dark {
    display: none;
}/*
  
.wishlist-button.button.is-outline.circle.icon{
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.wishlist-button i.icon-heart{
    transition: color 0.3s ease;
}
.wishlist-button i.icon-heart:hover{
    color: #e31837;
}
.wishlist-button .icon-heart:before {
    font-size: 20px; 
	display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wcwl-add-button{
	min-width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
}
.yith-wcwl-wishlistaddedbrowse{
	min-width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
}
.yith-wcwl-wishlistexistsbrowse{
    min-width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006a31;
    border-radius: 5px;
    overflow: hidden;
}
i.yith-wcwl-icon.fa.fa-heart {
    color: #ffffff;
}
i.yith-wcwl-icon.fa.fa-heart:hover {
    color: #e31837;
}
.add-to-cart-wishlist {
    display: inline-block;
}  */
.custom-button-wrapper {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	gap:10px;
}
.single_add_to_cart_button.buy-now {
	background: #e31837;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    width: 49%;
    height: 50px;
    margin: 10px 0 0 0;
    transition: all .3s ease;
}

.single_add_to_cart_button.buy-now:hover {
    background-color: #ebb4bc;
}
a.button.button-dat-ban {
    background: #006a31;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin: 10px 0 0 0;
    transition: all .3s ease;
    width: 48%;
    position: absolute;
    bottom: 59px;
    right: 10px;
}
.custom-product-note-field label{
    color: #006a31;
    font-size: 19px;
    
}
.custom-product-page {
    margin: 0 auto;
	font-family: 'Quicksand', sans-serif;
	color: #000000;
}
.custom-product-page .product-breadcrumb-container{
    font-size: 16px;
}
.product-breadcrumb-container nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    text-transform: capitalize;
    color: #000000;
}
.product-breadcrumb-container nav.woocommerce-breadcrumb.breadcrumbs.uppercase a:hover {
    color: #e31837;
}
.custom-product-page .is-divider.small{
	display: none;
}
.custom-product-page .woocommerce-Price-amount.amount {
    color: #e31837;
    font-size: 17px;
}
.custom-product-page .image-tools.absolute.top.show-on-hover.right.z-3{
    opacity: 1;
    visibility: visible;
}
.custom-product-page .thongtin-sp .col-inner {
	position: sticky;
	top: 2px;
	margin-left: 5px;
	height: max-content;
}

.text-nhanvou {
border: 2px solid #006a31;
    width: max-content;
    border-radius: 50px;
    padding: 0.5em 2em 0.5em 3em;
    background-color: #ffffff;
    margin-top: -3em;
	position: relative;
}
.noidung-voucher {
    margin-top: 1em;
}
.voucher {
    border: 2px dashed #006a31;
    border-radius: 10px;
	color: #000000;
    margin-top: 3em;
	padding-bottom: 0 !important;
}
.text-nhanvou span {
    margin-left: 20px;
	color: #006a31;
}
.text-nhanvou p{
	margin-bottom:0px;
}
.text-nhanvou:before {
    content: '';
    background: url(/wp-content/uploads/2024/08/code_dis.gif) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 12px;
    top: 4px;
}
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a {
    color: #006a31;
    margin: 0;
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #006a31;
    font-weight: bold;
}
.mota-sanpham .col-inner .woocommerce-tabs {
    border: 1px solid #006a31;
    border-radius: 10px;
	padding: 1em;
}
.nav-line>li>a:before{
	display:none;
}
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    border-bottom: 1px solid #006a31;
}
.mota-sanpham  .review-form-inner.has-border{
	border: none;
}
.form-submit .submit {
    background-color: #006a31;
    border-radius: 8px;
}

.support-text {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin-top: 15px; 
}
.support-text .support-phone {
    color: #e31837;
    text-decoration: none;
}
.support-text .support-phone:hover {
    color: #006a31;
}

.textwidget .block-ttnb {
    margin-top: 0em;
}
.cot-tintuc .title-ttnb h2 {
    background-color: #006a31;
    color: #ffffff;
    padding: 3px 14px 4px 10px;
    border-radius: 8px;
    font-size: 26px;
}
.cot-tintuc .title-ttnb h2 a:hover {
    color: #e31837;
}
.cot-tintuc h5.post-title.is-small a{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word; 
	-webkit-line-clamp: 2;
        
}
.cot-tintuc h5.post-title.is-small a:hover{
    color: #e31837; 
}
.cot-tintuc .is-divider{
    display: none; 
	
}
.cot-tintuc .block-blog .box-image img {
     border-radius: 5px; 
}

.xemtatca {
    text-align: center;
    width: 100%;
    border: 1px solid #006a31;
    border-radius: 10px;
    margin-top: 15px;
    padding-top: 9px;
}
.xemtatca a {
    color: #006a31;
}
.xemtatca:hover {
    background-color: #e31837;
    border: 1px solid #e31837;
    color: #ffffff;
}
.xemtatca a:hover {
    color: #ffffff;
}

.img-sale img {
    border-radius: 10px;
}
.img-sale img {
    margin-top: 32px;
}
.related-products-wrapper {
    border-top: none;
}

.related-products-wrapper .product-small.product .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.related-products-wrapper .product-small.product .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.related-products-wrapper .product-small.product .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.related-products-wrapper .product-small.product p.box-excerpt.is-small {
    margin-top: 10px;
}

.related-products-wrapper .product-small.product .woocommerce-Price-amount,.amount{
    color: #e31837;
    font-size: 15px;
}
.sticky-add-to-cart--active{
    display: none;
}
.woocommerce-variation-price{
    display: none;
}


.related-products-wrapper .product-small .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
}
.related-products-wrapper .product-small .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;   
}

.related-products-wrapper .product-small .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}

.product-small.product .col-inner{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
	margin-top: 1px;
	padding: 10px;
}
.equalize-box .product-small.product .woocommerce-LoopProduct-link{
    color: #272525;
    font-weight: 500;
    font-size: 18px;
}
.equalize-box .product-small.product .woocommerce-LoopProduct-link{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 1;
}
.equalize-box .product-small.product .woocommerce-LoopProduct-link:hover{
    color: #e31837;
}

.equalize-box .product-small.product p.box-excerpt.is-small {
    margin-top: 10px;
}

.equalize-box .product-small.product .woocommerce-Price-amount,.amount{
    color: #e31837;
    font-size: 15px;
}
.sticky-add-to-cart--active{
    display: none;
}
.woocommerce-variation-price{
    display: none;
}


.product-small .add-to-cart-button a{
    background-color: #006a31;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px 15px;
}
.equalize-box .product-small .add-to-cart-button a:hover{
    background-color: #e31837;
    border-color: #ffffff;   
}

.equalize-box .product-small .price-wrapper .price{
    display: flex;
    flex-direction: column;
	margin-top: 10px;
}

.tintuc{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.noidung-tintuc .blog-tintuc .col-inner{
    overflow: hidden;
    transition: all .4s ease;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    height: 100%;
    width: 100%; 
} 
.noidung-tintuc .blog-tintuc h5 a{
    color: #000000;
}
.noidung-tintuc .blog-tintuc h5 a:hover{
    color: #e31837;
}
.noidung-tintuc .blog-tintuc .post-meta{
    color: #e31837;
    font-weight: 600;
}
.noidung-tintuc .blog-tintuc .is-divider{
    display: none;
}
.noidung-tintuc .blog-tintuc .from_the_blog_excerpt {
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2 ;
}

.noidung-tintuc .blog-nho-tintuc .col-inner{
    overflow: hidden;
    transition: all .4s ease;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    height: 100%;
    width: 100%; 
} 
.noidung-tintuc .blog-nho-tintuc h5 a{
    color: #000000;
}
.noidung-tintuc .blog-nho-tintuc h5 a:hover{
    color: #e31837;
}
.noidung-tintuc .blog-nho-tintuc .post-meta{
    color: #e31837;
    font-weight: 600;
}
.noidung-tintuc .blog-nho-tintuc .is-divider{
    display: none;
}
.noidung-tintuc .blog-nho-tintuc h5 a.plain{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.noidung-tintuc .blog-nho-tintuc .from_the_blog_excerpt {
    font-size: 15px;
    color: #231f20;
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2 ;
}
.widget-dm-tt{
    font-family: 'Quicksand', sans-serif;
}
.widget-dm-tt .title-dmsp{
    background-color: #006a31;
    border-radius: 7px;
}
.widget-dm-tt .title-dmsp h2{
    color: #ffffff;
    padding: 5px;
	font-size: 22px;
}

.widget-dm-tt .menu-menu_dolafood-container li {
    border-top: none;
}
.widget-dm-tt .menu-menu_dolafood-container li a{
    color: #181818;
}
.widget-dm-tt .menu-menu_dolafood-container li a:hover{
    color: #006a31
}
.block-ttnb{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.widget-dm-tt .block-ttnb .title-ttnb {
    background-color: #006a31;
    border-radius: 7px;
}
.widget-dm-tt .block-ttnb .title-ttnb h2 a {
    color: #ffffff;
    padding: 5px;
}
.widget-dm-tt .block-ttnb .title-ttnb h2 a:hover {
    color: #e31837;
}
.widget-dm-tt .block-blog .is-divider{
    display: none;
}
.widget-dm-tt .block-blog h5 a:hover{
    color:#e31837;
}
.widget-dm-tt .block-blog .box-image img{
    border-radius: 5px;
}
.widget-dm-tt .block-blog .box-text-inner.blog-post-inner{
    width: 190px;
}
 

.dieuhuong-tintuc {
    background-color: #dddddd;
    padding: 16px;
    font-family: 'Quicksand', sans-serif;
}
.blog-wrapper.blog-single.page-wrapper {
    font-family: 'Quicksand', sans-serif;
    color: #000000;
	padding-top: 0;
}
div#breadcrumbs {
    padding: 15px 0px;
}
.post-sidebar.large-3.col {
padding-left: 0;
	border-left: none !important;
}
.post-sidebar .menu-item a {
    color: #000000;
}
.block-blog .col.post-item {
    padding-bottom: 10px;
}
.post-sidebar .title-dmsp {
    background-color: #006a31;
    padding: 5px 0px 1px 9px;
    border-radius: 5px;
}
.post-sidebar .title-dmsp h2 {
    color:#ffffff;
	font-size: 15px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page {
    border-top: none;
}


.post-sidebar .textwidget .block-ttnb h2 a {
    background-color: #006a31;
    padding: 4px 8em 5px 8px;
    border-radius: 5px;
    color: #ffffff;
	font-size: 18px;
}
.post-sidebar .textwidget .block-ttnb h2 a:hover {
    color: #e31837;
}

.post-sidebar h5.post-title.is-small a{
    display: -webkit-box;
    -webkit-box-orient: vertical ;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
      
}
.post-sidebar h5.post-title.is-small a:hover{
    color: #e31837;
}
.post-sidebar .is-divider{
    display: none;
}
.post-sidebar .block-blog .box-image img {
    border-radius: 5px;
}
h1.entry-title {
    text-align: left;
    color: #000000;
}
.entry-divider.is-divider.small {
    display: none;
}
.entry-meta.uppercase.is-xsmall {
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
}

.lienhe-page{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.lienhe{
    font-family: 'Quicksand', sans-serif;
}

.lienhe .thongtin-cuahang .cuahang-diachi .icon-address .fas,.fa-map-marker-alt{
    margin-top: 15px;
    margin-left: 12px;
    font-size: 21px;
    
}
.icon-address{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.icon-address::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    border: 1px solid green;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 11px; 
    margin-left: 7px;
}
.icon-address .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.lienhe .thongtin-cuahang .cuahang-phone .icon-fone .fas,.fa-phone-alt{
    margin-top: 4px;
    margin-left: 10px;
    font-size: 21px;
}
.icon-fone{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.icon-fone::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    border: 1px solid green;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: 5px; 
}
.icon-fone .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.cuahang-phone a:hover {
    color: #e31837;
}

.cuahang-email{
    margin-top: -9px;
}

.cuahang-email a:hover{
    color: #e31837;
}
.lienhe-page .form-lienhe .wpcf7-form-control{
    border-radius: 5px;
	margin: 0px;
}
.form-lienhe .wpcf7-form-control-wrap{
    width: auto;
}
.form-lienhe .wpcf7-form-control.wpcf7-submit {
    border-radius: 10px;
    font-size: 14px;
    background-color: #006a31;
    text-transform: capitalize; 
    color: #ffffff;
}
.form-lienhe .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #e31837;
}    
.qa-page{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: -1em;
}
.cauhoi-thuonggap{
    font-family: 'Quicksand', sans-serif;
    color: #000000;
}                                            
.cauhoi-thuonggap .text{
    margin-top: 20px;
    position: relative;
}
.footer-wrapper .footer ul li {
    list-style: none;
    margin-left: 0;
}
.cauhoi-thuonggap h3.name{
    color: rgb(0, 0, 0);
    font-size: 20px;
}
.cauhoi-thuonggap h3.name2{
    color: rgb(0, 0, 0);
    font-size: 20px;
}
.cauhoi-thuonggap h3.name3{
    color: rgb(0, 0, 0);
    font-size: 20px;
}
.cauhoi-thuonggap h3.name4{
    color: rgb(0, 0, 0);
    font-size: 20px;
}
.cauhoi-thuonggap .text h3.name:before{
    background: #006a31;
    content: '';
    height: 3px;
    z-index: 1;
    width: 90px;
    display: block;
    position: absolute;
    top: 29px;    
}

.hoidap .toggle{
    display: none;
}
.hoidap a{
    background-color: #e3e3e3;
    border-radius: 10px;
    text-decoration: none;
    color: #0c0c0c;
}   
.accordion-title.active {
    background-color: #006a31;
    border:1px solid #006a31;
    color: #ffffff;
    font-weight: 700;
}   
.hoidap-active{
    border: 1px solid #e3e3e3 !important;
    border-radius: 10px !important;
    margin-top: 7px;
}

.cauhoi-thuonggap .giaidap .wpcf7-form-control {
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
	margin: 0;
}
.cauhoi-thuonggap .giaidap .wpcf7-form-control-wrap {
    width: 100%;
    border-radius: 10px;
}
.giaidap textarea{
    max-width: 100%;
    min-width: 100%;
}
.giaidap .wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    background-color: #006a13;
    text-transform: capitalize;
	width: 30%;
}
.giaidap .wpcf7-submit:hover{
    background-color: #e31837;
}
.hethong{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.hethong-cuahang{
    font-family: 'Quicksand', sans-serif;
}                                             
.diachi-cuahang{
    font-family: 'Quicksand', sans-serif;
}
.hethong-cuahang .col-inner  {
display: flex;
    border-radius: 10px;
	background-color: rgb(0, 106, 49);
	padding: 1em;
}
.hethong-cuahang .col-inner .img {
    margin-bottom: 0 !important;
}
.hethong-cuahang .text{
    font-size: 18px;
    width: 73%;
}
.hethong-cuahang .text p{
	color:#fff;
	margin-bottom: 0;
}
.hethong-cuahang .text h3 {
    font-size: 3em;
    color: #fff;
	 margin-bottom: 0;
    line-height: 1em;
}
.form-diachi{
    height: 96px;
    background-color: #d8d5d5;
    border-radius: 10px;
}
.form-diachi .form-tinhthanh label{
    color: #3b3a3a;
}
.form-diachi .form-tinhthanh .wpcf7-form-control-wrap{
    background-color: #006a13;
}
.dola {
    border: 1px solid #006a31;
    border-radius: 10px;
    padding: 10px;
	margin-top: .5em;
}


.title-datban{
    margin-top: 20px;
}

.thoigian-form .thoigian .col-inner{
    background-color: #ffffff;
    border-radius: 10px;
	padding: 2em;
}

.thoigian-form .thoigian .text .title{
    font-family: lobster;
    color: #ff0026;
    display: block;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #e31837;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.thoigian .text .list-time{
    list-style: none;
    font-family: 'Quicksand', sans-serif;
    color: #000000;
}
.thoigian .text .list-time li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #9b9b9b;
}
.thoigian .text p a{
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #006a31;
    text-decoration: none;
}
.thoigian .text p a:hover{
    color: #e31837;
}
.form-datban .col-inner{
    background-color: #006a31;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;   
}
.form-datban .wpcf7-form-control {
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    width: calc(110% - 22px); 
}
.form-datban .wpcf7-form p {
    margin-bottom: 15px;
}
.form-datban .wpcf7-form p label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    margin-left: 5px;
}
.form-datban .wpcf7-form p:nth-child(2), .form-datban .wpcf7-form p:nth-child(3) {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.form-datban .wpcf7-form p:nth-child(3) {
    margin-right: 0;
}
.form-datban .wpcf7-form p:nth-child(4), .form-datban .wpcf7-form p:nth-child(5) {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.form-datban .wpcf7-form p:nth-child(5) {
    margin-right: 0;
}
.form-datban textarea{
    max-height: 70px;
    min-height: 70px;

}
.form-datban .submit-container {
    text-align: center;
    clear: both;
}
.form-datban .wpcf7-submit {
    width: 130px;
    padding: 0;
    border-radius: 10px;
    background-color: #e31837;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}
.form-datban .wpcf7-submit:hover{
    background-color: #df4444;
}
.form-datban .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    right: 0;
    background: #fce4e4;
    color: #d32f2f;
    padding: 5px;
    margin-top: -25px;
    font-size: 12px;
    border: 1px solid #d32f2f;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.form-datban .wpcf7-response-output{
    display: none;
}
.title-danhmucnoibat {
    margin-bottom: 1em;
}
.col-sanpham {
    background-color: rgb(104, 173, 136);
    padding-bottom: 0;
    border-radius: 15px;
}
.border-chuongtrinh {
    padding-bottom: 0;
}
@media only screen and (max-width: 1024px)
{
	.best-seller .product-small .box-image {
    width: auto !important;
}
	.hethong-cuahang p {
    font-size: 14px;
}
	.entry-header-text.text-center {
    padding-left: 0;
    padding-right: 0;
}
	.sec-sp-giamgia {
    padding-bottom: 0 !important;
}
	.tt-cty h3 {
    font-size: 37px;
}
	.tintuc-moinhat {
    padding: 0px !important;
}
	.row.sanpham-giamgia {
    margin-top: -23em;
}
	.ux-timer {
        font-size: 77% !important;
    }
	.vechungtoi .col {
    padding-bottom: 0;
}
.header-search-form-wrapper {
    width: 80px;
}
	.sec-danhmuc-trangchu{
		padding:0px !important;
	}
.header-main .header-search-form .search-field {
    border-radius: 10px;
    height: 45px;
    width: 192px;
}	
.header-main ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase.nav-prompts-overlay {
    margin-left: 100px;
}
.header-main .nav-spacing-xlarge>li {
    margin: 5px;
}
.img-giaohang img.attachment-original.size-original {
    width: 50px;
    height: 50px;
	margin-left: 10px;
}
.text-giaohang {
    line-height: 10px;
    width: max-content;
    font-size: 15px;
    margin-top: 9px;
    margin-left: 6px;
}
.header-main .header-button .account-link {
    color: #006a31;
    background-color: #dddddd !important;
    padding: 10px;
    text-decoration: none;
    border: none;
    width: 40px;
    height: 40px;
}

.header-main .header-button-1 .header-button .button {
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 12px;
    padding: 2px 9px;
    font-family: 'Quicksand', sans-serif;
}
.header-main .header-button-2 .header-button .button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 2px 11px;
    font-family: 'Quicksand', sans-serif;
}
.header-bottom ul {
    width: auto;
	margin-top: 0px;
}
.nav-spacing-large>li {
    margin: 5px;
}
.header-bottom .header-bottom-nav li a {
    font-size: 12px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
}
.danhmuc-sanpham>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0px 7px 16px;
}
.sec-danhmuc-trangchu .danhmuc-sanpham img {
    width: auto;
    height: 91px;
}
.danhmuc-sanpham .box-image img {
    margin: 4px auto;
    max-width: 100%;
   
}
.danhmuc-sanpham .product-category .box-category .box-text h5 {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
}
	
.vechungtoi .img-vechungtoi img {
    border-radius: 10px;
    width: 145px;
}	
		
.chuongtrinh .img-chuongtrinh {
    display: flex;
    margin: 0px 5px !important;
}
.sanpham-giamgia .product-small .col-inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}
.sanpham-giamgia .row.product-giamgia.equalize-box.large-columns-4.medium-columns-2.small-columns-2.row-small {
    height: 30em !important;
	padding: 3em;
}
.widget-dm-tt .block-blog .box-text-inner.blog-post-inner {
    width: 100%;
}
.widget-dm-tt .box-text h5 a.plain {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 2;
    margin-left: 1em;
}
span.widget-title.shop-sidebar {
    background-color: #006a31;
    padding: 8px 13px 13px 6px;
    color: #ffffff;
    border-radius: 10px;	
}	
.post-sidebar .title-dmsp {
    background-color: #006a31;
    padding: 4px 3px 1px 0px;
    border-radius: 5px;
}
.post-sidebar .title-dmsp h2 {
    color: #ffffff;
    font-size: 19px;
}
.post-sidebar .textwidget .block-ttnb h2 a {
    background-color: #006a31;
    padding: 0px 44px 1px 8px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
}
.post-sidebar h5.post-title.is-small a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    word-break: break-word;
    -webkit-line-clamp: 3;
}

.hethong-cuahang h1{
	font-size: 45px !important;
	margin-top: -15px !important;
}
.ux-quantity.quantity.buttons_added {
    border: 2px solid #006a31;
    border-radius: 7px;
    margin-bottom: 1em;
}
.cart .single_add_to_cart_button.button.alt {
    height: 50px;
    border-radius: 6px;
    background-color: #e31837;
}
.cart .single_add_to_cart_button.button.alt:hover{
    background-color: #ebb4bc;
}
.wishlist-button i.icon-heart{
    transition: color 0.3s ease;
}
.wishlist-button i.icon-heart:hover{
    color: #e31837;
}
.wishlist-button .icon-heart:before {
    font-size: 20px; 
}
.single_add_to_cart_button.buy-now {
    background: #e31837;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    width: 48%;
    height: 50px;
    margin: 10px 0 0 0;
}
a.button.button-dat-ban {
    background: #006a31;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    margin: 10px 0 0 0;
    transition: all .3s ease;
    width: 48%;
}
.related-products-wrapper .product-small .box-image {
    width: 100%;
    margin: 0 auto;
}
 
.cot-tintuc .title-ttnb h2 a {
    background-color: #006a31;
    color: #ffffff;
    padding: 5px 45px 5px 10px;
    border-radius: 8px;
    font-size: 23px;
}
.cot-tintuc h5.post-title.is-small a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* position: relative; */
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 0; */
    word-break: break-word;
    -webkit-line-clamp: 2;
    margin-left: 0.7rem;
}

.xemtatca{
	width: 96%;
}	
.img-sale img {
    margin-top: 32px;
    width: 97%;
}

.img-daubep img {
    border-radius: 10px;
    margin-left: 3em;
    width: 14%;
}	
.voucher{
	border: 1px dashed #006a31;
    padding-bottom: 5px !important;
    padding: 45px 15px 15px 15px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;	
	height: auto;
}
.text.text-nhanvou {
    color: #006a31;
    font-weight: 600;
    background: #fff;
    border-radius: 20px;
    border: 1px solid;
    font-size: 16px;
    border: 2px solid #006a31;
	margin-top: -3em;
}
.noidung-voucher {
    margin-top: 1em;
}
.giaidap .wpcf7-form-control.wpcf7-submit {
    color: #ffffff;
    background-color: #006a13;
    text-transform: capitalize;
    width: 34%;
}
.form-diachi {
    height: auto;
    background-color: #d8d5d5;
    border-radius: 10px;
}
.form-diachi .form-tinhthanh.large-6 {
    flex-basis: 100%;
    max-width: 100%;
}
.form-diachi .form-nhapten.large-6 {
    flex-basis: 100%;
    max-width: 100%;
}	
.diachi-ggmap .col-inner {
    position: sticky;
    top: 0px;
 }	
	.cot-tintuc .title-ttnb h2 {
    padding: 8px 4px 8px 10px;
    font-size: 18px;
}
	span.widget-title.shop-sidebar, .sidebar-wrapper span.widget-title, .post-sidebar.large-3.col span.widget-title {
    padding: 15px 10px 15px 9px;
}
	.post-item .box-text.text-left {
    padding: 9px;
}
	.hethong-cuahang .text h3 {
    font-size: 2em;
}
}
@media screen and (max-width: 949px) and (min-width: 768px) and (orientation: landscape) {
	.products.large-columns-4>.col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
	.noidung-voucher a.button {
    padding: 0px 8px;
    font-size: 14px;
}
	.footer-wrapper .medium-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
	.related .product-small .add-to-cart-button a {
    padding: 5px 7px;
}
		.category-filtering.category-filter-row.show-for-medium {
    background: #006a31;
    color: #fff;
    padding: 4px;
    margin-top: 15px;
}
}


/*ip14 maxwidth 549*/
@media only screen and (max-width: 768px){
.header-bottom.wide-nav.hide-for-sticky.nav-dark.flex-has-center{
	background-color: #ffffff !important;
}
.header-bottom ul{
	margin: 0px;
}
		.product-images {
    max-width: 100%;
}
	a#top-link {
    display: block !important;
}
	.title-danhmucnoibat {
    margin-top: 2em;
}
	.sec-danhmuc {
    padding-top: 0px !important;
}
	.best-seller {
    padding-bottom: 0 !important;
}
		.category-filtering.category-filter-row.show-for-medium {
    background: #006a31;
    color: #fff;
    padding: 4px;
    margin-top: 15px;
}
.header-search-form-wrapper {
    width: auto;
}
.mobile-nav .search-form{
    padding: 0px;
    width: 100%;
}
	.post-sidebar.large-3.col {
    padding-left: 15px;
}
.searchform .button.icon {
    margin: 0px;
    border-radius: 5px;
}
.header-search-form .search-field {
    border-radius: 5px 0 0 5px;
    height: 45px;
    background-color: #dddddd;
}
	
.section.giamgia {
    height: 67em;
    display: flex;
    align-items: flex-start;
    font-family: 'Quicksand', sans-serif;
}
.tg-giamgia.medium-6 {
    flex-basis: 100%;
    max-width: 100%;
}	
.img-giamgia.medium-6 {
    flex-basis: 100%;
    max-width: 100%;
}
.sec-sp-giamgia {
    margin-top: -5em;
}
.row.sanpham-giamgia {
    max-width: 90%;
    margin-top: -36%;
}
.sanpham-giamgia .row.sanpham-giamgia {
    max-width: 44em;
    margin-top: -13em;
}
.sanpham-giamgia .row.product-giamgia.equalize-box.large-columns-4.medium-columns-2.small-columns-2.row-small {
    height: 30em;
}	
.sanpham-giamgia .product-small .col-inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    background: #fff;
    height: 84%;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
}


button.wishlist-button.button.is-outline.circle.icon {
    font-size: 11px;
}	
.wishlist-button .icon-heart:before {
    font-size: 11px;
}
.sec-banner_6 img {
    border-radius: 10px;
}

.feedback{
	margin-top: -3em;	
}	
.sec-diachi .icon-ft-diachi .fas {
    margin-left: 0em;
}	
.sec-diachi .icon-ft-dongho .fas {
    margin-left: 0em;
}
.sec-diachi .icon-ft-phone .fas {
    margin-left: 0em;
}
.sec-diachi .icon-ft-mail .fas {
    margin-left: 0em;
}	
.footer .ft-tt .block-ttnb {
    margin-left: 1em;
}	
.sanpham1 .col-inner .product-small {
    display: grid;
}
	.sanpham1 .product-small .box-image {
    width: 100% !important;
    height: auto;
	padding: 1em;
}
	.sanpham1 .product-small .box-text.text-left {
    padding: 20px !important;
}
}
	
@media only screen and (max-width: 549px){
	.sec-danhmuc-trangchu .danhmuc-sanpham .product-category .box-image,.sec-danhmuc .danhmuc-sanpham .product-category .box-image {
    width: 55% !important;
}
	.product-images {
    max-width: 100%;
}
	.noidung-voucher .col {
    padding-bottom: 0;
}
	    .sec-danhmuc-trangchu .danhmuc-sanpham .flickity-slider .product-category .count,.danhmuc-sanpham .product-category .box-category .box-text h5,.sec-danhmuc .danhmuc-sanpham .flickity-slider .product-category .count {
        margin-left: 40px;
    }
	.chuongtrinh .col.small-12,.border-chuongtrinh {
    padding-bottom: 10px;
}
	    .title-danhmucnoibat {
        margin-top: 1em;
    }
	.tintuc-moinhat .blog-trangchu h5 a.plain {
    font-size: 17px;
}
	.sec-sanpham {
    padding-top: 0 !important;
}
	.thongtin-cuahang .col {
    padding-bottom: 0;
}
	.monan-noibat .col {
    padding-bottom: 0;
}
	.vechungtoi,.mota-sanpham{
    margin-top: 0 !important;
}
	.voucher {
        margin-top: 15px;
        margin-bottom: 0;
    }
	    .vechungtoi .col {
        padding-bottom: 15px;
    }
	.product-bestseller .col:last-child {
    display: none;
}
	.sec-banner_6 .img-inner {
    margin-top: 0px !important;
}
	    .danhmuc-sanpham .product-category .box-category .box-text h5 {
        font-size: 26px;
    }
	.vechungtoi .box-text.text-left {
    display: none;
}
	.title-danhmucnoibat h3 {
    font-size: 29px;
}
	.monan-noibat .col-inner .product-small {
    padding: 1em;
}

	    .chuongtrinh .img-chuongtrinh {
        margin: 0px !important;
    }
	.text-giamgia h3 {
    font-size: 30px;
}
	    .section.giamgia {
        height: 100%;
        padding-bottom: 14em !important;
    }
    .sanpham1 .col-inner .product-small {
        padding-left: 0;
    }
	    .sanpham1 .product-small .box-text.text-left {
        padding: 10px !important;
    }
	.tt-cty h3 {
    font-size: 2em;
}
	.noidung-feedback h3 {
    font-size: 22px;
}
	.tt-cty .col {
    padding-bottom: 0;
}
	.slider-feedback .box-image {
    width: 50% !important;
}
	.ft-tt .box {
    gap: 1em;
    display: flex;
}
	.sec-chef .box-text.text-left {
    display: none;
}
	.sec-danhmuc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.block-blog .box.box-vertical {
    display: flex;
}
	    .cot-tintuc h5.post-title.is-small a {
        font-size: 1.2em;
    }
	.post-sidebar.large-3.col {
        padding-bottom: 0;
    }
}	
	

	