@media (min-width: 1400px) {
  .container {
    max-width: 1600px !important;
  }
}

@media (max-width: 1629px) {
  .container {
    max-width: 1600px !important;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.container {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.notification-add-product,
.notification-delete-product {
  position: fixed;
  display: none;
  right: 5%;
  color: white;
  top: 0;
  z-index: 9999;
  border: 1px solid #f08522;
  background: #81b29a;
  padding: 16px;
  animation: action-notification 1s ease-in-out;
}

@keyframes action-notification {
  0% {
    opacity: 0;
    top: 0
  }
  40% {
    opacity: 0.7;
    top: 40px;
  }
  100% {
    opacity: 1;
    top: 40px;
  }
}

.notification-add-product.active,
.notification-delete-product.active {
  display: block;
  top: 40px;
}

.notification-add-product a {
  text-decoration: none;
}

a, 
a:hover {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none !important;
}

li {
  list-style: none;
}

.line-height-css-60 {
  height: 60px;
}

.line-height-css-50 {
  height: 50px;
}

.line-height-css-40 {
  height: 40px;
}

.line-height-css-30 {
  height: 30px;
}

.line-height-css-20 {
  height: 20px;
}

.site-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}

.site-overlay.active {
  opacity: 0.3;
  visibility: visible;
}

/*footer*/
.scrolltop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  font-size: 16px;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  z-index: 12;
  text-align: center;
  opacity: 1;
  transition: all .5s ease-in-out 0s;
  transform: scale(1);
  padding: 6px 0;
  border-radius: 10px;
  background: #81b29a;
  color: #fff;
  cursor: pointer;
}

.scrolltop:hover {
  background: #000;
  color: #fff;
}

.footer {
  color: #212121;
  background-color: #ffffff;
  box-shadow: 0 0 5px #0003;
  padding: 30px 0 50px;
  margin-top: 60px;
}

.footer-top-newsltr_email {
  display: flex;
}

.footer-top-newsltr_email svg {
  width: 55px;
  height: 55px;
  fill: #81b29a;
  display: inline-block;
  vertical-align: middle;
}

.footer__list-social {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 86px 0 35px 15px;
  text-align: center;
}

.footer__list-social li {
  display: inline-block;
  vertical-align: middle;
}

.footer__list-social li a {
  min-width: 40px;
  min-height: 40px;
  border-radius: 10px;
  box-shadow: 0 0 5px #0003;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  margin: 0 6px;
  color: #222;
}

.footer__list-social li svg {
  width: 20px;
  height: 20px;
}

.visually-hidden {
  position: absolute!important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal!important;
}

.footer__blocks-wrapper h5 {
  color: #81b29a;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .footer__blocks-wrapper h5 {
    margin: 5px 0;
    font-size: 16px;
  }
  
  .footer-top-newsltr_email {
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .footer {
    padding: 15px 0 0;
    background-image: none!important;
  }
  
  .footer__list-social {
    text-align: center;
    margin-top: 15px;
    background-image: none!important;
    padding: 0;
  }
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-collapse li a {
  color: #212121;
  text-transform: capitalize;
}

.wbfootcont ul img {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer .footer-collapse {
    display: block!important;
  }
  
  #wb-Extras li {
    width: 50%;
    display: inline-block;
  }
  
  .footer .footer-collapse li {
    line-height: 45px;
    font-size: 16px;
    float: left;
  }
}

@media (min-width: 992px) {
  .fcontact svg {
    display: none;
  }
}

.header__heading {
  text-align: center;
}

#wb-fcontact li {
  float: none; 
  text-align: center;
}

.wbfootcont svg {
  width: 20px;
  height: 20px;
  fill: #222;
}

#wb-OpeningHours ul {
  display: flex;
  justify-content: space-between;
}

.wbfootcont ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#wb-OpeningHours ul li:first-child {
  color: rgba(0, 0, 0,.5);
}

.footer .footer-collapse li {
  line-height: 45px;
  font-size: 14px;
}

.ftime,
.footer-block:last-child h5 {
  padding-left: 100px;
}

@media (min-width: 1200px) {
  .footer-block:last-child h5, .ftime {
    padding-left: 50px;
  }
}

.subnews {
  margin: 0;
}

@media (min-width: 992px) {
  .footer-block:last-child h5, .ftime {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .footer-block:last-child h5, .ftime {
    padding-left: 0;
  }
  
  .footer .footer-collapse li {
    line-height: 30px;
  }
  
  .footer__blocks-wrapper {
    padding: 20px 0 !important;
  }
  
  .footer-top-newsltr_email svg, .subnews, .fadd, .footcustomlink {
    display: none;
  }
  
  .footer-top-newsltr_email h4 {
    font-size: 16px !important;
  }
}

.footer-top-newsltr_email h4 {
  font-size: 18px;
  color: #81b29a;
  margin-bottom: 5px;
}

.footer__blocks-wrapper {
  padding: 60px 0;
}

/*header*/
.spotlight-search {
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 10px;
  transform: translate3d(-50%,0,0);
  z-index: 105;
  overflow-y: auto;
  width: 90%;
  max-height: 500px;
}

h4.product-search__title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-search__thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

a.product-search {
  gap: 20px;
  margin-bottom: 20px;
}

a.product-search:hover .product-search__title,
a.product-search:hover.tvh-price_default {
  color: #81b29a;
}

.mainHeader.hSticky {
	visibility: hidden;
	opacity: 0;
}

.mainHeader.hSticky.hSticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}

.mainHeader.hSticky.hSticky-nav.hSticky-up {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header-wrapper {
  display: block;
  position: relative;
}

header.header {
  background: rgba(0,0,0,0);
}

.header-top {
  padding: 20px 0;
}

.spotlight-search__field {
  display: flex;
}

.search-field {
  width: 100%;
  height: 50px;
  border-radius: 30px  0 0 30px;
  padding-right: 20px;
  padding-left: 20px;
  outline: none;
  border: none;
  box-shadow: 0 0 5px #0003;
}

.search-smalls {
  width: auto;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 30px 30px 0;
  transition: .3s all ease;
  background: #81b29a;
  border: #81b29a;
  white-space: nowrap;
  color: #fff;
  box-shadow: 0 0 5px #0003;
}

.field__input-search {
  width: 100%;
  position: relative;
}

.field__input-search label {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0.4285714286em;
  margin-left: 1px;
  padding: 0 1.8em;
  z-index: 1;
  transform: translateY(3px);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  opacity: 0;
}

.field__input-search.active input {
  padding-top: 1.2em;
  padding-bottom: 0.3571428571em;
}

.field__input-search.active label {
  opacity: 1;
  transform: none;
  color: #737373;
}

.header__icons-right {
  display: flex;
  justify-content: end;
  height: 100%;
}

.items-icon-a {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

@media(max-width: 450px) {
  .top-cart-content {
    width: 330px !important;
    right: -15px !important;
  }
}

.top-cart-content-user {
  right: 0px;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  z-index: 29;
  transition-duration: 0s;
  transition-delay: .1s;
  display: none;
  width: 180px;
}

.user-widget-items {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #222;
}

.user-widget-items svg {
  width: 16px;
}

.user-widget-items:last-child {
  border-bottom: none;
}

.user-widget-items a {
  height: auto;
  display: block;
  padding: 0;
  color: #666;
}

.user-widget-items a:hover {
  color: #444;
  text-decoration: underline;
}

.items-icon-a img,
.items-icon-a .far.fa-heart{
  width: 28px; 
  font-size: 28px;
  color: #222;
}

.header_layout-wrap-items-icon_bag,
.header_layout-wrap-items-icon_user {
  position: relative;
}

.header_layout-wrap-items-icon_hamberger {
  display: none;
}

.header_layout-wrap-items-icon_user a {
  color: #81b29a;
  font-size: 18px;
}

.header_layout-wrap-items-icon_user a svg {
  color: #81b29a;
}

.header_layout-wrap-items-icon_user a:hover svg {
  color: #333;
}

.top-cart-content,
.top-cart-content-user {
  right: 0px;
  top: 100%;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
  z-index: 29;
  transition-duration: 0s;
  transition-delay: .1s;
  display: none;
  width: 380px;
}

.handle-dropdown {
  cursor: pointer;
}

.top-cart-content.thatClass,
.top-cart-content-user.thatClass {
  display: block;
}

.loadingWrapper2 {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.lds-hourglass {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.lds-roller {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #dfc;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.notification-add-cart-error {
  position: fixed;
  display: none;
  right: 10%;
  color: #000;
  top: 30%;
  z-index: 1000;
  border: 1px solid #81b29a;
  background: #fff;
  padding: 16px;
  animation: notification-add-cart-error 0.5s ease-in-out;
}

.box_cart_content .cart-body {
  padding: 15px 15px 0;
  max-height: 390px;
  overflow-y: auto;
}

.box_cart_content .cart-body .cart_product {
  margin-bottom: 14px;
  width: 100%;
  display: table;
}

.ajaxcart_row .cart_image {
  display: table-cell;
  width: 83px;
  vertical-align: top;
  padding: 0;
  /*position: relative;*/
}

.cart_image img {
  width: 88px;
  height: 88px; 
  object-fit: cover;
}

.box_cart_content .cart-body .cart_info {
  padding-left: 10px;
  vertical-align: top;
}

.box_cart_content .cart-body .cart_product_info {
  margin-bottom: 5px;
}

.box_cart_content .cart-body .cart_product_info .cart_product_name {
  display: block;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222;
}

.box_cart_content .cart-body .cart_product_info .cart_price {
  font-size: 14px;
  color: #fcaf17;
  display: block;
  margin-bottom: 5px;
}

.box_cart_content .cart-body .cart_product_info .variant-title {
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
  color: #767676;
}

.input_group_btn {
  width: 90px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.minus.btn_qty_minus,
.plus.btn_qty_plus,
.input_qty_number {
  /*height: 28px;*/
  width: 30px;
  background: #fff;
  outline: none;
  text-align: center;
  border: none;
}

.cart_prices {
  font-size: 13px;
}

.cart-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}

.cart_total {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.button_process_checkout {
  background: #81b29a;
  color: #fff !important; 
  font-size: 14px;
  width: 100%;
  padding: 0.75rem;
  text-align: center;
  border-radius: 10px;
}

.button_process_checkout:hover {
  background: #000;
  color: #fff !important; 
}

.btn_process_checkout {
  gap: 15px;
}

.length-wish-list,
.dnt-quantityCart {
  position: absolute;
  right: -12px;
  top: 6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #81b29a;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.items-icon-i .items-icon-a {
  position: relative;
}

.header_layout-wrap-items-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom {
  background: #81b29a;
  position: relative;
}

.tvh-menu-item-ul {
  padding-left: 0;
  margin-bottom: 0;
}

li.tvh-sidebar-menu-item {
  display: inline-block;
  /*margin-right: 25px;*/
  padding: 13px;
}

.nav-top-link {
  display: block;
  color: #fff;
  position: relative;
}

.tvh-sidebar-menu-item:hover .nav-top-link {
  color: #222;
}

.tvh-sidebar-menu-item:hover a.nav-top-link:after {
  transform: scaleX(1);
  transform-origin: left right;
  transition: all 300ms ease;
}

.nav-top-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 96%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 300ms ease;
}

.tvh-sidebar-menu-item:hover .tvh-mega-content {
  display: block;
}

.tvh-mega-content {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  z-index: 9;
  display: none;
}

.tvh-menu-item-ul-lv2 {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}

.nav-top-link-lv2 a {
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.blog_img img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #eee;
}

.blog_info .blog_title {
  letter-spacing: .3px;
  text-transform: capitalize;
  margin: 5px 0;
  color: #222;
  font-weight: 600;
  display: block;
  
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.blog_info .blog_date {
  margin: 0;
  text-align: center;
  font-size: 14px;
}

.swiper-button-next-header.color-xam,
.swiper-button-prev-header.color-xam {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  width: 35px !important;
  height: 35px !important;
}

.tvh__menu-item-ul-lv2 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.tvh__menu-item-ul-lv3-li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #222;
}

.headphn {
  color: #fff;
}

.mobile-sidebar {
  display: none;
}

@media (max-width: 991px) {
  .header-top {
    padding: 10px 0;
  }
}

@media(max-width: 768px) {
  .header__heading-logo {
    display: flex;
    z-index: 11;
    position: relative;
  }
  
  .mobile-sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgb(255,255,255);
    transform: translateX(-270px);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
  }
  
  #dropback {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0b0b0b;
    z-index: 9999;
    opacity: 0.6;
    display: none;
  }
  
  .mobile-sidebar ul {
    padding: 0;
  }
  
  .wbmenuclose {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 600;
  }
  
  .sidebar-menu ul li+li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .btn-group {
    padding: 12px 15px;
  }
  
  .menu-item-type {
    padding: 8px 15px;
  }
  
  .btn-toggle-nav {
    transition: all .3s ease;
  }
  
  .btn-toggle-nav.active {
    transform: rotate(-180deg);
    transition: all .3s ease;
  }
  
  .menu-item-type a {
    color: #222;
    font-size: .8em;
  }
  
  .sidebar-menu ul li .nav-top-link {
    text-decoration: none;
    color: #222;
    font-size: .8em;
    width: 100%;
    height: 100%;
    font-weight: 700;
  }
  
  .simple--item-mb {
    padding-top: 6px;
  }
  
  .simple--item-mb a {
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .children {
    max-height: 0;
    overflow: hidden;
    transition: 500ms all;
  }
  
  .children.active {
    max-height: 1000px;
    transition: 500ms all;
  }
  
  .header-bottom {
    display: none;
  }
  
  .header_layout-wrap-items-icon_hamberger,
  .mobile-sidebar {
    display: block;
  }
  
  .header__heading-link {
    height: 47px;
    display: flex;
    align-items: center;
  }
  
  .header_layout-wrap-items-icon_hamberger a svg {
    width: 24px !important;
    height: 24px;
  }
}

@media(max-width: 767px) {
  .headicon {
    position: absolute !important;
    top: 10px;
  }
  
  .header__heading-link img {
    max-width: 135px;
  }
  
  .length-wish-list, .dnt-quantityCart {
    right: 0;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  
  .items-icon-a {
    padding-left: 5px;
    padding-right: 8px;
  }
  
  .items-icon-a img,
  .items-icon-a .far.fa-heart,
  .items-icon-a svg{
    width: 22px !important; 
    font-size: 22px;
  }
}

/*list danh mujc index*/
.homecatb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px #0003;
}

.homecatb:hover .mona_title {
  color: #81b29a;
}

span.mona_title {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  color: #222;
}

/*customer-support-information*/
.support-infor {
  padding: 30px 0;
  box-shadow: 0 0 5px #0003;
  text-align: center;
  border-radius: 5px;
}

.featured-box-img img {
  filter: brightness(0);
  transition: .3s all ease;
  max-width: 48px;
}

.featured-box {
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.featured-box-img {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  min-width: 85px;
  min-height: 85px;
  padding: 18px 0;
  text-align: center;
}

.icon-box-text h3 {
  font-size: 19px;
  color: #222;
  font-weight: 700;
  text-align: left;
}

.icon-box-text p {
  font-size: 15px;
  color: #00000099;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 600;
}

.featured-box:hover img {
  filter: brightness(1);
  transition: .3s all ease;
}

@media(max-width: 768px) {
  .heading span, .flash-countdown-text {
    font-size: 20px !important;
  }
  
  .heading p {
    font-size: 11px !important;
  }
  
  .featured-box {
    justify-content: flex-start;
    margin: 7px;
  }
  
  .featured-box-img {
    min-width: 70px;
    min-height: 70px;
    padding: 10px 0;
  }
  
  .featured-box-img img {
    max-width: 44px;
  }
  
  .icon-box-text h3 {
    font-size: 16px;
  }
  
  .icon-box-text p {
    font-size: 12px;
  }
  
  .items-tab-name-cate {
    padding: 6px 15px !important;
    margin: 0 5px !important;
  }
  
  .carousel_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  
  .flex-col-link {
    font-size: 16px !important;
  }
  
  .news-index,
  .vn-time-blog {
    font-size: 14px !important;
  }
  
  .btn-read-more {
    padding: 10px 20px !important;
    width: 130px;
  }
}

.vn-title-blog {
  margin-bottom: 8px;
}

/*product-tab-item-index*/
.heading p {
  font-size: 20px;
  color: #81b29a;
  font-weight: 700;
  margin-bottom: 5px;
}

.heading span,
.flash-countdown-text {
  font-size: 40px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.list-tab-name-category {
  text-align: center;
}

.items-tab-name-cate {
  margin: 0 25px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 8px 25px;
  box-shadow: 0 0 5px #0003;
  border-radius: 20px;
  cursor: pointer;
}

.items-tab-name-cate.active {
  color: #fff;
  background: #81b29a;
}

.items-tab-list-product-cate {
  /*opacity: 0;*/
  /*height: 0px;*/
  /*transform: translate(0px, 25px);*/
  /*margin-top: 15px;*/
  /*transition: transform 2.5s ease, opacity 1s ease 0.3s;*/
  /*overflow: hidden;*/
  padding: 10px 0;
  display: none;
}

.items-tab-list-product-cate.active {
  display: block;
  /*opacity: 1;*/
  /*height: auto;*/
  /*transform: translate(0px, 25px);*/
}

.tvh-product-resize {
  position: relative;
  box-shadow: 0 0 5px #0003;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}

.card__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #81b29a;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  padding: 4px 15px;
}

@media (max-width: 768px) {
  .list-absolute {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.main-category-body-right-item-product:hover .list-absolute {
  visibility: visible;
  opacity: 1;
  transition: .3s ease;
}

@media (min-width: 769px) {
  .list-absolute {
    position: absolute;
    top: 70px;
    left: 15px;
    visibility: hidden;
    opacity: 0;
  }
}

.btn-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .5px;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px #0003;
  color: #222;
}

.btn-icon span {
  opacity: 0;
  visibility: hidden;
  transition: width .3s;
  font-size: 0px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  width: 0;
}

.btn-icon a:hover {
  background: #81b29a;
  color: #fff;
  justify-content: inherit;
  width: 100%;
}

.btn-icon a:hover {
  width: 120px;
}

.btn-icon a:hover span {
  visibility: visible;
  opacity: 1;
  font-size: 12px;
  transition: .3s ease;
  margin-left: 5px;
}

.img-product-div img,
.img-product {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.tvh-pro-name {
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #222;
}

.tvh-product-price {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.tvh-price_default {
  color: #222;
  font-size: 17px;
  font-weight: 600;
}

.tvh-price_new {
  color: #7f7f7f;
  font-size: 15px;
  margin-right: 3px;
}

.item-product-list-img {
  height: 28px;
  margin: 10px 0;
}

.varition-image-list {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}

.varition-image {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 5px;
}

.varition-image img {
  border-radius: 100%;
  padding: 2px;
  object-fit: cover;
}

.varition-image .dnt-img-dot.active {
  border: 1px solid #000;
}

.varition-image .dnt-img-dot {
  border: 1px solid #ddd;
}

/*banner-category*/


/*customer-feed-back*/
.carousel_content {
  max-width: 850px;
  margin: auto;
}

.carousel_avt,
.carousel_author,
.carousel_content {
  text-align: center;
}

.color-xam {
  box-shadow: 0 0 5px #0003;
  transition: .3s ease;
  border-radius: 6px;    
  width: 42px !important;
  height: 42px !important;
  visibility: hidden;
  opacity: 0;
}

.mySwiperBannerQC:hover .color-xam,
.mySwiperBannerBlog:hover .color-xam {
  visibility: visible;
  opacity: 1;
}

.color-xam:hover {
  background: #81b29a;
}

.color-xam:hover:after,
.color-xam:hover:before {
  color: #fff;
}

.color-xam:after,
.color-xam:before {
  font-size: 18px !important;
  color: #222;
}

/*flash-sale*/


/*blog*/
.mySwiperBannerBlog img {
  max-height: 600px;
  min-height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.vn-blog-content {
  margin: auto 0;
  transform: translate(0, 10%);
}

.flex-col-link {
  font-size: 30px;
  color: #222;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.flex-col-link:hover {
  color: #81b29a;
}

.news-index {
  font-size: 17px;
  font-weight: 600;
  color: #00000099;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vn-time-blog {
  font-weight: 600;
}

.btn-read-more {
  padding: 16px 30px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  background: #81b29a;
  display: block;
  width: 160px;
  text-align: center;
}

@media (max-width: 1024px) {
  .vn-blog-content {
    margin: auto 0;
    transform: translate(0, 0);
  }
  
  .flex-col-link {
    font-size: 26px;
  }
}

/*category*/
.breadcrumb {
  margin: 30px 0;
  border-radius: 10px !important;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
}

.breadcrumb-ul {
  padding: 0;
  margin: 0;
}

.breadcrumb-ul li {
  display: inline-block;
  padding: 0 3px;
}

.breadcrumb-ul li a {
  color: #222;
  font-size: 14px;
}

.breadcrumb-ul li a:hover {
  color: #81b29a;
}

/*modal*/
.modal-products .modal-content {
  max-width: 800px;
  margin: auto;
  max-height: 800px;
  overflow: auto;
}

.modal-main-modal-product {
  gap: 20px;
}

.modal-modal-left, 
.modal-modal-right {
  width: 50%;
}

.gallery-modal-top img, 
.gallery-modal-thumbs img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.variations {
  margin-bottom: 20px;
}

.variations label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

#text-color, #text-size {
  padding: 0 5px;
}

.style-variant-template {
  padding-left: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.style-variant-template li {
  float: left;
  margin-right: 5px;
  list-style: none;
}

.style-variant-template label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.style-variant-template input {
  display: none;
}

.style-variant-template li span {
  display: block;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 400;
}

.style-variant-template-size span {
  min-width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 32px;
}

.item-show.selected {
  border: 1px solid #222;
}

.style-variant-template .out-of-stock .item-show {
  opacity: 0.5;
  border: 1px dashed #ccc !important;
  pointer-events: none;
}

input[type='radio'] {
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 2px 0;
}

.item-show {
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 6px;
}

.item-show img {
  border-radius: 6px;
}

.mona-bg {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overHidden {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-modal-thumbs-modal {
  overflow: hidden;
}

.gallery-modal-top-modal .swiper-slide {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 6px;
  overflow: hidden;
}

.gallery-modal-thumbs-modal .swiper-slide-thumb-active {
  border: 1px solid #222 !important;
}

.gallery-modal-thumbs-modal .swiper-slide {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px;
  overflow: hidden;
}

.ndv-img {
  border-radius: 6px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.name-product {
  font-size: 19px;
}

.btn-style-add {
  color: #fff;
  background: #81b29a;
  border: #81b29a;
}

.btn-style-checkout {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.btnAddCart {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
}

.mona-bg-modal {
  width: 43px;
  height: 43px;
}

.mona-bg-modal span {
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 600 !important;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.style-variant-template-modal input[type=radio]:checked + div.mona-bg-modal span {
  border: 1px solid #81b29a;
}

.wbstockinfo_high-modal {
  color: #008a00;
  font-size: 14px;
  font-weight: 600;
}

.remain-quantity {
  position: relative;
  height: 3px;
  border-radius: 4px;
  background: #eeeeee;
  overflow: hidden;
  margin-top: 7px;
}

.wbstockinfo-probar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  display: block;
  transition: width 1.15s ease-in-out;
  background: #008a00;
}

.input-group-modal {
  display: flex;
  width: 125px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.input-group-modal input {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  outline: none;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tvh_modal_attribute-modal .out-of-stock .mona-bg-modal span {
  opacity: 0.5;
  border: 1px dashed #ccc !important;
  cursor: not-allowed !important;
}

.price-product {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-product span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.modal-main-modal-product {
  display: flex;
}

.gallery-modal-top-modal {
  display: block;
}

@media(max-width: 600px) {
  .name-product {
    font-size: 17px;
  }
  
  .modal-main-modal-product {
    display: block;
  }
  
  .modal-modal-left, .modal-modal-right {
    width: 100%;
  }
  
  .gallery-modal-top-modal {
    display: none;
  }
  
  .modal-modal-right {
    margin-top: 20px;
  }
}
/*end*/

img.git-modal {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%,-50%);
  display: none;
}




/*Thông báo yêu thích*/

.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:30px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}


.setWishlist.active svg path {
  fill: #fe6b5e !important;
  stroke: #fe6b5e !important;
}















