/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu, 17 Apr 2014 04:03:46 GMT
 */

/* Fix bootstrap */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul,
ol {
  list-style: none;
}

.input-group-btn {
  font-size: 14px !important;
}

.well {
  line-height: 18px;
  text-align: justify;
}
.well p {
  margin: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-nav > li > a {
  white-space: nowrap;
}

.dropdown-mobile {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 33px;
}

.dropdown-submenu li a {
  color: #fff !important;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Fixed Jquery UI Style */
.ui-widget {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.ui-datepicker {
  width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
  width: 59% !important;
  font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
  width: 39% !important;
  font-weight: normal !important;
}

/* Global */
html {
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
a,
a:link,
a:active,
a:visited {
  color: #4b7a00;
  font-size: 14px;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #065db0;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
.m-bottom {
  margin-bottom: 10px !important;
}
#wraper {
  width: 1080px;
  margin: 0 auto;
}
.fa-fix {
  margin-right: -5px;
}
.fa-pointer {
  cursor: pointer;
}
h3.sm {
  font-size: 16px;
}
span.keyword {
  background: yellow;
}
.nv-fullbg {
  min-height: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}
a.btn {
  color: #fff;
}

/* Header */
header {
  position: relative;
}
#header-wraper {
  position: relative;
}
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header #logo {
  float: left;
  padding: 0 0 10px 0;
}

#header #logo a img {
  height: 42px;
}

#header #logo h1 {
  float: left;
  margin: 0px;
  padding: 0px;
}

#header #logo object {
  float: left;
}

#header .pull-right {
  margin: 20px 0;
}
#header #logo a {
  font-size: 22px;
  line-height: 80px;
  color: #333;
}

.social-icons {
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}
.social-button,
.social-icons .button.icon:not(.is-outline),
.social-icons .button.icon:hover {
  background-color: currentColor !important;
  border-color: currentColor !important;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}


.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  display: block;
  width: 32px;
  height: 32px;
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-icons ul li a:hover {
  background: #fff;
  color: #f00;
}

.social-icons ul li a .fa {
  margin-right: -5px;
}

#search {
  float: left;
  width: 300px;
  margin: 5px 20px 0 0;
}
#search input[type="text"] {
  border: 1px #6eb433 solid;
}

#banner {
  position: relative;
  height: 100px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#banner img {
  width: 100%;
  min-height: 100%;
}

.fix_banner_left {
  width: 120px;
  height: 480px;
  position: fixed;
  top: 2px;
  left: 2px;
  display: none;
}
.fix_banner_right {
  width: 120px;
  height: 480px;
  position: fixed;
  top: 2px;
  right: 2px;
  display: none;
}

/* Body */
#body {
  padding-top: 10px;
  background: #fff;
}
#body .col-md-18 {
  float: right;
}
#body #category {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: stretch;
  align-content: stretch;
  float: none;
}
#body #category .col-sm-12 {
  border: 1px solid #eee;
  padding: 15px !important;
}
#body #category .col-sm-12:nth-child(n + 1) {
  border-right: 0;
}
#body #category .col-sm-12:nth-child(4n + 1) {
  border-right: 1px solid #eee;
}
.page-header {
  width: 100%;
  padding-bottom: 20px;
  border: none;
}

/* Font */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url("../../dungcuytecantho/fonts/roboto-400.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../../dungcuytecantho/fonts/roboto-700.woff") format("woff");
}

/* thanhtaifs dev */



ul,
ol {
  padding: 0;
  margin: 0;
}

.humberger__menu__wrapper {
  display: none;
}

.humberger__menu__logo img {
  width: 240px;
}

.header__top_menu {
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  padding: 4px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  height: 65px;
}

.header__top__left {
  padding: 15px 0 15px;
}

.header__top__left {
  font-size: 16px;
}

.header__top__left ul li {
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}

.header__top__left ul li a {
  font-size: 18px;
}

.header__top__left ul li a:hover {
  color: #f00;
}

.header__top__left ul li:after {
  position: absolute;
  right: -25px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.header__top__left ul li:last-child {
  margin-right: 0;
}

.header__top__right {
  text-align: right;
  padding: 10px 0 13px;
}

.header__top__right__menu {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
}

.header__logo {
  padding: 10px 0;
  text-align: center;
  display: none;
}

.header__logo a {
  display: inline-block;
}

.header__logo a img {
  display: none;
}

.header__menu {
  padding: 12px 0;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.header__menu ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  padding: 5px 0;
  display: block;
}
.arrow {
  font-size: 20px;
  margin-left: 6px;
  cursor: pointer;
  font-family: "FontAwesome";
  color: #65aa00;
}

.header__menu ul li.active a {
  color: #f00;
}

.header__menu ul li .header__menu__dropdown {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 250px;
  z-index: 99999;
  padding: 5px 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 0;
  visibility: hidden;
}

.header__menu ul li:hover .header__menu__dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
  word-wrap: break-word;
}

.header__menu ul li .header__menu__dropdown li:hover > a {
  color: #4b7a00;
}

.header__menu ul li .header__menu__dropdown li {
  margin-right: 0;
  display: block;
}

.header__menu ul li .header__menu__dropdown li a {
  text-transform: none;
  color: #1c1c1c;
  font-weight: 400;
  padding: 5px 15px;
}

.header__menu ul li:hover > a {
  color: #f00;
}

.header__menu ul li .header__menu__dropdown li .header__menu__dropdown {
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng khi dài */
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 500px; /* Tăng chiều rộng để chứa các item ngang */
  max-width: 650px; /* Giới hạn chiều rộng tối đa */
  z-index: 999999;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 14px;
}

.header__menu ul li .header__menu__dropdown li:hover .header__menu__dropdown {
  opacity: 1;
  visibility: visible;
}

.header__menu ul li .header__menu__dropdown li .header__menu__dropdown li a {
  color: #1c1c1c;
  font-weight: 400;
  padding: 8px 15px;
}

.header__menu
  ul
  li
  .header__menu__dropdown
  li
  .header__menu__dropdown
  li:last-child
  a {
  border-bottom: none;
}

.header__menu
  ul
  li
  .header__menu__dropdown
  li
  .header__menu__dropdown
  li:hover
  > a {
  color: #28a745;
  background-color: #f8f9fa;
}

/* Thêm mũi tên cho các mục có submenu */
.header__menu
  ul
  li
  .header__menu__dropdown
  li:has(.header__menu__dropdown)
  > a:after {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  float: right;
  font-size: 12px;
  color: #999;
  padding: 4px;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.humberger__open {
  display: none;
}

.cart_position {
  margin-bottom: 15px;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1rem;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav ul li {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav a {
  font-size: 14px;
}

.humberger__menu__wrapper .slicknav_menu .slicknav_nav span {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  padding: 6px 6px;
}

.hero__categories__all {
  position: relative;
  padding: 10px 25px 10px 40px;
  cursor: pointer;
}

.hero__categories__all i {
  font-size: 16px;
  color: #7fad39;
  margin-right: 10px;
}

.hero__categories__all:after {
  position: absolute;
  right: 18px;
  content: "\f078";
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 18px;
  color: #7fad39;
}

.hero__categories__all span {
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
}

.hero__categories ul {
  padding-top: 4px;
  padding-bottom: 5px;
}

.hero__categories ul li {
  list-style: none;
}

.hero__categories ul li a:hover {
  color: #f00;
}
.hero__categories ul .has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 2px;
  font-weight: 500;
  color: #4b7a00;
  text-decoration: none;
}
.hero__categories ul .sub-menu {
  display: none;
  padding-left: 20px;
}

/* Cart Styles with #65aa00 */
.cart-icon-btn {
  background: linear-gradient(135deg, #2e9f3c, #5ea700);
  border: none;
  border-radius: 25px;
  padding: 8px 15px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  height: 50px;
  box-shadow: 0 2px 8px rgba(101, 170, 0, 0.3);
}

.cart-icon-btn:hover {
  background: linear-gradient(135deg, #5a9600, #65aa00);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(101, 170, 0, 0.4);
  color: white;
}

.cart-icon-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Cart Dropdown */
.cart-dropdown {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  background: white;
  width: 320px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 5px;
}

.cart-dropdownMobile {
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
}

.cart-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}

.cart-dropdown-header {
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
}

.cart-item img {
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.cart-item-info h6 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 500;
}

.cart-item-price {
  color: #65aa00;
  font-weight: 600;
  font-size: 13px;
}

.cart-quantity {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.quantity-btn {
  background: #65aa00;
  color: white;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.quantity-btn:hover {
  background: #5a9600;
}

.quantity-btn.decrease {
  background: #ff6b7a;
}

.quantity-btn.decrease:hover {
  background: #ff5252;
}

.cart-footer {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .total-price {
  color: #65aa00;
  font-size: 18px;
}

.checkout-btn {
  background: linear-gradient(135deg, #65aa00, #7bc100);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  transition: all 0.3s ease;
}

.checkout-btn:hover {
  background: linear-gradient(135deg, #5a9600, #65aa00);
  transform: translateY(-1px);
}

.empty-cart {
  text-align: center;
  padding: 30px 15px;
  color: #999;
}

.empty-cart i {
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.5;
}

/* End Cart Styles with #65aa00 */

.footer__copyright {
  text-align: center;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  margin-top: 20px;
}

.footer__copyright p {
  font-size: 16px;
  margin: 0px;
}

/* Removed empty ruleset for .footer__copyright a */

.footer__top {
  border-top: 3px solid #ff0707;
  padding: 20px 0;
}

.footer__top strong {
  color: #f00;
  font-size: 16px;
  line-height: 0.2;
}

.footer__top p {
  font-size: 14px;
}

.footer__top small {
  color: #505050;
}

.footer__top .panel-body h2 {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}


.content__footer {
  padding: 6px 0px;
}

.content__footer span {
  margin-bottom: 0.25rem !important;
  color: #4b7a00;
  padding: 6px 0px;
}


.hero__search {
  margin-top: 5px;

  border-radius: 12px;
}

.cart_postion {
  text-align: right;
}

.hero__search__form {
  width: 80%;
  height: 50px;
  border: 1px solid #ebebeb;
  position: relative;
  float: left;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero__search__form form .hero__search__categories {
  float: left;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  padding-left: 18px;
  padding-top: 13px;
  position: relative;
}

.hero__search__form form input {
  width: 85%;
  border: none;
  height: 48px;
  font-size: 16px;
  color: #1c1c1c;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.hero__search__form form button {
  position: absolute;
  right: 0;
  top: -1px;
  height: 50px;
}

.hero__search__form .search__button button {
  color: #fff;
  background: linear-gradient(to bottom, #2e9f3c, #5ea700);
  border-color: #6eb433;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hero__search__form form .hero__search__categories span {
  position: absolute;
  right: 14px;
}

.hero__item {
  position: relative;
  overflow: hidden; /* tránh ảnh tràn */
}

.hero__item img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* ép ảnh phủ kín khung, không để khoảng trắng */
}

.hero__text {
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
  color: #fff;
}

.hero__text h2 {
  font-size: 32px;
  color: #f00;
  line-height: 52px;
  font-weight: 700;
  margin: 10px 0;
}

.hero__text span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7fad39;
}

.set-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 30px 12px;
  background: #7fad39;
  border: none;
}

.categories__slider .owl-stage-outer {
  overflow: hidden;
}

.categories__slider .col-lg-3 {
  max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
  font-size: 18px;
  color: #65aa00;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-35px);
  background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

.service-image {
  padding: 4px 4px;
}
.service-image img {
  width: 200px;
}
.service-text a {
  padding-left: 12px;
  font-size: 24px !important;
}
.service-text p {
  padding-left: 12px;
  font-size: 16px;
}

.nv-social-share {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* cho các li ngang hàng */
}

.nv-social-share li {
  display: flex;
  align-items: center;
}
.facebook {
  padding-top: 4px;
}

.twitter-share {
  display: inline-flex;
  align-items: center;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}

.twitter-share i {
  margin-right: 5px;
}

.twitter a:hover {
  color: #f00;
}

.section-header {
  color: #65aa00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
}

.section-title-wrapper {
  margin-bottom: 4px;
}

.section-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #f00;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.divider-icon {
  font-size: 32px;
  color: #f00;
}

.product-card {
  background: white;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Begin breadcrumb */
.breadcrumb-card {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.breadcrumb-card .sub-breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-card .sub-breadcrumb:not(:last-child)::after {
  content: "›";
  margin: 0 12px;
  color: #999;
  font-size: 18px;
}

.breadcrumb-card .sub-breadcrumb a {
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.breadcrumb-card .sub-breadcrumb a:hover {
  background: #f8f9fa;
  color: #f00;
  transform: translateY(-1px);
}

.breadcrumb-card .sub-breadcrumb:last-child {
  color: #007bff;
  font-weight: 600;
}

/* End breadcrumb */

/* Product badges */

.product-hot {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hot-item {
  padding: 12px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: url(../images/hot.png) no-repeat;
  height: 50px;
  width: 50px;
  color: #fff;
  font-weight: bold;
}

.product-badges {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge {
  padding: 10px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: url(../images/new.png) no-repeat;
  height: 50px;
  width: 50px;
  color: #fff;
}
.badge_no {
  color: #28a745;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.product-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--light-color);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-info {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-code {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}

.product-info .product-title {
  color: #f00;
}

.product-title a {
  color: #4b7a00;
  text-decoration: none;
  transition: var(--transition);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title a:hover {
  color: var(--primary-color);
}

.product-category-badge {
  text-align: center;
  padding: 4px 8px;
  font-size: 16px;
}

.product-category-badge a {
  color: #4b7a00;
  text-decoration: none;
  transition: var(--transition);
}

.product-category-badge a:hover {
  color: #ff0000;
}

.product-price {
  margin-bottom: 12px;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.original-price {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: line-through;
}

.sale-price,
.current-price {
  font-size: 18px;
  font-weight: 700;
  color: #f00;
  text-align: center;
}

.product-action {
  padding: 0 15px 15px;
}

.btn-add-to-cart {
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(135deg, #2e9f3c, #5ea700);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-add-to-cart:hover {
  background-color: #3d6300;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(75, 122, 0, 0.3);
}

.btn-add-to-cart:active {
  transform: translateY(0);
}

.btn-add-to-cart svg {
  flex-shrink: 0;
}

/* Cart Notification */

.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4b7a00;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateX(400px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.cart-notification.show {
  transform: translateX(0);
  opacity: 1;
}

/* Danh sách sản phẩm */
.cart-products {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cart-products-total {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cart-item-popup {
  display: flex;
  gap: 10px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.cart-item {
  display: flex;
  gap: 12px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.cart-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #2e9f3c;
}

.cart-item-image {
  flex: 0 0 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cart-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
  color: #28a745;
}

/* Quantity controls */
.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 160px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: 2px solid #2e9f3c;
  background: white;
  color: #2e9f3c;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: #667eea;
  color: white;
  transform: scale(1.1);
}

.qty-btn:active {
  transform: scale(0.95);
}

.qty-input {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 600;
}

.qty-input:focus {
  outline: none;
  border-color: #667eea;
}

/* Price info */
.price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e9ecef;
}

.price-label {
  color: #718096;
  font-size: 0.95em;
}

.price-value {
  font-weight: 700;
  color: #2d3748;
  font-size: 1.1em;
}

.subtotal-value {
  color: #e53e3e;
  font-size: 1.2em;
}

/* Remove button */
.btn-remove {
  align-self: flex-start;
  padding: 8px 16px;
  background: #fc8181;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-remove:hover {
  background: #e53e3e;
  transform: translateX(-3px);
}

/* Payment summary */
#back_to_cart button {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

#back_to_cart button:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
.payment-summary {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 20px;
  height: fit-content;
}
/* Phương thức thanh toán */
.payment-method {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.payment-method h6 {
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}

.payment-method .form-check {
  padding: 12px 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.payment-method .form-check:hover {
  border-color: #28a745;
  background: #f1f9f3;
}

.payment-method .form-check:last-child {
  margin-bottom: 0;
}

.payment-method .form-check-input {
  margin-top: 0.35rem;
  cursor: pointer;
}

.payment-method .form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.payment-method .form-check-label {
  cursor: pointer;
  font-size: 14px;
  color: #495057;
  padding-left: 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* Khi radio được chọn */
.payment-method .form-check:has(.form-check-input:checked) {
  border-color: #28a745;
  background: #e8f5e9;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.1);
}

.payment-method .form-check:has(.form-check-input:checked) .form-check-label {
  color: #28a745;
  font-weight: 500;
}

/* Icon cho phương thức thanh toán (tùy chọn) */
.payment-method .form-check-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.summary-title {
  font-size: 1.5em;
  color: #2d3748;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 1em;
}

.summary-label {
  color: #718096;
  font-weight: 500;
}

.summary-value {
  font-weight: 700;
  color: #2d3748;
}

.total-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #e9ecef;
  font-size: 1.2em;
}

.total-value {
  color: #e53e3e;
  font-size: 1.5em;
}

.btn-checkout {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-checkout:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-checkout:active {
  transform: translateY(0);
}

.empty-cart {
  text-align: center;
  padding: 60px 20px;
  color: #718096;
}

.empty-cart i {
  font-size: 5em;
  margin-bottom: 20px;
  opacity: 0.3;
}

.empty-cart h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.cart-summary {
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  transition: all 0.3s ease;
}

.cart-summary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.cart-total {
  font-size: 1.1em;
  margin-bottom: 8px;
}

.cart-amount {
  color: #27ae60;
  font-weight: bold;
}

.cart-time {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 15px;
}

.medical-section-separator {
  margin: 10px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.medical-cross-divider {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  margin: 20px 0;
}

.cross-line {
  width: 80%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #65aa00 50%,
    transparent 100%
  );
  position: relative;
}

.medical-cross {
  position: absolute;
  background: #65aa00;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* Order format page */
.success-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
}

.success-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.success-header {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: scaleIn 0.5s ease-out;
}

.success-icon i {
  font-size: 40px;
  color: #28a745;
}


/* ===== Thông tin chủ sở hữu website ===== */
.owner-info,
.branch-info {
    background: #f9f9f9;
    border-left: 4px solid #ff0000;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
}

.owner-info h3,
.branch-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ff0000;
    font-family: "Comic Sans MS", cursive;
    font-size: 15px;
    font-weight: bold;
}

.owner-info ul,
.branch-info ul {
    padding-left: 18px;
    margin: 0;
}

.owner-info ul li,
.branch-info ul li {
    list-style: disc;
    margin-bottom: 6px;
    color: #008000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.owner-info strong,
.branch-info strong {
    color: #000;
    font-weight: bold;
}

/* ===== Chi nhánh ===== */
.branch-info h4 {
    margin: 10px 0 5px;
    color: #ff0000;
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-weight: bold;
}

.branch-item ul li em {
    color: #555;
    font-style: italic;
    font-size: 13px;
}

/* Icon nhẹ cho dễ nhìn */
.branch-info li::marker {
    color: #ff0000;
}



/* --------------------- CHAT ZALO ------------------------ */
/* Định vị nút */
.zalo-button-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  flex-direction: column; /* xếp icon và chữ theo cột */
  align-items: center;
  gap: 10px;
}

/* Chữ “Liên hệ ngay” */
.zalo-label {
  background: #0068ff;
  margin-top: 5px; /* khoảng cách trên dưới giữa icon và chữ */
  color: #fff;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  animation: shake 1.5s infinite;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hiệu ứng rung */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* Làm cho tất cả iframe YouTube responsive */
iframe[src*="youtube.com"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 100%;
}



/*--------------------------------- Responsive Media Quaries -----------------------------*/

/* Medium Device = 1200px */

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0 16px;
  }
}

@media only screen and(max-width: 1024px) {
  header .container {
    padding: 16px !important;
  }

  #header #logo {
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  #header #logo h1 {
    float: none;
  }

  #header #logo h1 a {
    display: block;
  }

  #header #logo a {
    line-height: normal;
  }

  #header #logo a img {
    height: 28px;
  }

  #header .pull-right {
    float: none !important;
    overflow: hidden;
    text-align: center;
    margin: 0;
  }

  #search,
  #social-icons {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

/* Medium Device = 992- 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo {
    display: block;
    padding: 12px 0px;
  }
  .header__menu ul li {
    margin-right: 45px;
  }
  .hero__categories__all {
    padding: 10px 25px 10px 20px;
  }
  .hero__categories ul {
    padding-left: 20px;
  }
  .latest-product__slider.owl-carousel .owl-nav {
    right: 0;
  }
  .product__details__tab .nav-tabs:before {
    width: 265px;
  }
  .product__details__tab .nav-tabs:after {
    width: 265px;
  }
  .shoping__discount form input {
    width: 240px;
  }

  #body #category .col-sm-12:nth-of-type(9),
  #body #category .col-sm-12:nth-of-type(10),
  #body #category .col-sm-12:nth-of-type(11),
  #body #category .col-sm-12:nth-of-type(12) {
    margin-bottom: 0;
  }

  .body-content .panel-default:last-child,
  .body-content .panel-default:last-child .panel-body {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
  #body .col-md-18,
  #body .col-sm-8 {
    width: 100%;
  }
  #body .col-sm-8 .right-top .panel-body,
  #body .col-sm-8 .support {
    display: none;
  }

  #body .col-sm-8 .right-top .panel-heading {
    background: url(../images/down.gif) no-repeat #f00 center bottom;
    background-size: 30px auto;
    margin-left: -16px;
    width: calc(100% + 56px) !important;
    border-radius: 0;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 16px;
  }

  #body .col-sm-8 .support-ol {
    display: inline-block;
    width: 33.33333%;
    float: left;
  }
  #body #category .col-sm-12 {
    width: 33.333333%;
  }
  .navbar-default {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .hero__search__form form input {
    width: 70%;
  }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu > li > a {
    color: #fff !important;
  }
  .ddsmoothmenu-v {
    display: none;
  }

  .header__logo {
    display: block;
  }
  .header__logo a img {
    width: 320px;
    display: block;
  }
  .hero__categories {
    margin-bottom: 30px;
  }

  .categories__slider.owl-carousel .owl-nav button {
    left: -20px;
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
  .filter__sort .nice-select {
    padding-left: 5px;
    padding-right: 28px;
  }
  .product__details__quantity {
    margin-bottom: 10px;
  }
  .product__details__text .primary-btn {
    margin-bottom: 10px;
  }
  .product__details__tab .nav-tabs:before {
    width: 150px;
  }
  .product__details__tab .nav-tabs:after {
    width: 150px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .humberger__open {
    display: block;
    font-size: 22px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    padding-top: 50px;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__logo {
    margin-bottom: 30px;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__logo img {
    width: 240px;
  }
  .humberger__menu__contact {
    padding: 10px 0 13px;
  }
  .humberger__menu__contact ul li {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    line-height: 30px;
    list-style: none;
  }
  .humberger__menu__contact ul li i {
    margin-right: 5px;
    color: #65aa00;
    font-size: 14px;
    font-weight: bold;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #7fad39;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 25px;
  }
  .humberger__menu__widget {
    margin-bottom: 20px;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #7fad39;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: center;
    padding: 10px 0 24px;
  }
  .over_hid {
    overflow: hidden;
  }

  .row > div[class*="col-xs-4"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #wraper nav.show-bg .navbar-toggle span,
  #wraper nav.show-bg .navbar-toggle {
    background: transparent;
    border: 0;
  }
  #wraper nav.show-bg .navbar-toggle:before {
    content: "";
    background: url(../images/batsu.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  #wraper {
    position: relative;
  }
  #wraper nav {
    position: absolute;
    top: 0;
    width: 44px;
    height: 34px;
    right: 0;
  }

  #wraper .show-bg:before {
    content: "MENU";
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }

  #wraper nav .navbar-default {
    background: transparent;
    margin: 0;
    padding: 0;
  }

  #wraper nav.show-bg {
    background: #6eb433;
    height: 100%;
    z-index: 99;
    width: 100%;
  }

  .navbar-default .navbar-nav li {
    overflow: hidden;
  }

  .navbar-default .navbar-nav li a {
    background-color: #ff7a00;
    font-size: 15px;
    border-left: 0;
  }

  .navbar-default .navbar-nav li .dropdown-menu li a {
    background-color: #fff !important;
  }

  #wraper nav .navbar-default .navbar-collapse {
    padding-top: 50px;
    border: none;
  }

  .navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
    background: #6eb433;
    z-index: 999;
    top: 8px;
    margin-right: 0;
  }

  #menu-site-default .navbar-nav ul {
    border: 0;
  }

  #menu-site-default .navbar-nav > li > .dropdown-menu,
  #menu-site-default .navbar-nav > li > .dropdown-submenu {
    display: block;
    position: unset;
    width: 100%;
    padding: 0;
  }

  #menu-site-default .navbar-nav .dropdown-menu > li > a:hover,
  #menu-site-default .navbar-nav .dropdown-menu > li > a,
  #menu-site-default .navbar-nav .dropdown-submenu > li > a:hover,
  #menu-site-default .navbar-nav .dropdown-submenu > li > a {
    color: #111 !important;
    background: url(../images/menu-icon.png) no-repeat left 16px center #fff !important;
    line-height: 1.8 !important;
    font-size: 12px !important;
    display: block;
    font-weight: normal;
    font-style: normal;
    padding: 13px 16px 12px 30px;
  }

  .home-page a {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
  }

  .home-page a:hover {
    background-color: #ff0707 !important;
  }

  #header #logo {
    padding: 0 !important;
  }

  #search {
    margin: 10px 0;
    max-width: 550px;
    margin-bottom: 0;
  }

  #top {
    background: #6eb433;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 5px;
    margin-top: 5px;
  }

  #footer .footer-top .left,
  #footer .footer-top .right {
    width: 50%;
  }

  .sidebar .panel-default > .panel-heading {
    text-align: center;
  }

  #top {
    width: calc(100% + 32px) !important;
    font-size: 12px;
  }

  #search form {
    padding: 0 0 10px !important;
  }

  header .container {
    padding-bottom: 0 !important;
  }
}

/* Mobile Device = up to 767px */
@media only screen and (max-width: 767px) {
  .cart_postion {
    padding-right: 10px;
  }
  .cart-item {
    gap: 2px;
  }
  .cart-icon-btn {
    font-size: 0; /* ẩn text mà vẫn giữ icon */
    padding: 8px;
    background: transparent;
    color: #2e9f3c;
    box-shadow: none;
  }

  .cart-icon-btn i {
    font-size: 35px; /* vẫn hiện icon to rõ */
  }

  .cart-badge {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -5px;
  }
  .header__logo {
    display: block;
  }

  .header__logo a img {
    width: 320px;
    display: block;
  }

  .hero__categories {
    margin-bottom: 30px;
  }
  .hero__search {
    margin-bottom: 30px;
  }
  .hero__search__form {
    width: 80%;
  }
  .hero__search__form form input {
    width: 80%;
    border-radius: 1rem;
  }
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .hero__search__phone {
    float: left;
    margin-top: 30px;
  }
  .categories__slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .categories__slider.owl-carousel .owl-nav button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright__text {
    float: none;
    margin-bottom: 25px;
  }
  .footer__copyright__payment {
    float: none;
  }
  .filter__item {
    text-align: center;
  }
  .filter__option {
    text-align: center;
  }
  .product__details__pic {
    margin-bottom: 40px;
  }
  .product__details__tab .nav-tabs:before {
    display: none;
  }
  .product__details__tab .nav-tabs:after {
    display: none;
  }
  .shoping__cart__table {
    overflow-y: auto;
  }
  .shoping__discount form input {
    margin-bottom: 15px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }

  .humberger__open {
    display: block;
    font-size: 22px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    padding-top: 50px;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper a img {
    width: 240px;
  }
  .humberger__menu__logo {
    margin-bottom: 30px;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__contact {
    padding: 10px 0 13px;
  }
  .humberger__menu__contact ul li {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    line-height: 30px;
    list-style: none;
  }
  .humberger__menu__contact ul li i {
    color: #252525;
    margin-right: 5px;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #7fad39;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 25px;
  }
  .humberger__menu__widget {
    margin-bottom: 20px;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }

  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #7fad39;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: center;
    padding: 10px 0 24px;
  }
  .over_hid {
    overflow: hidden;
  }

  .row > div[class*="col-xs-4"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .categories__slider.owl-carousel .owl-nav button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
  }

  .cart-dropdown {
    width: 280px;
  }

  #footer .footer-top .left,
  #footer .footer-top .right {
    width: 100%;
  }

  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n) {
    width: calc((100% - 32px) / 3) !important;
    margin-right: 16px;
  }

  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    margin-right: 0;
  }
  .copyright {
    padding: 10px 16px;
  }
  .copyright span {
    display: block;
  }
  .copyright span,
  .copyright a {
    font-size: 11px;
    line-height: 1.4;
  }

  .hotline-header {
    display: inline !important;
  }

  .hotline-top {
    flex-direction: column;
    gap: 6px;
    margin-top: 5px;
  }

  .hotline-inline {
    justify-content: flex-start;
  }
  .hotline-inline li {
    margin-top: 5px;
  }
}
/* Extra Small Device = up to 479px */
@media only screen and (max-width: 479px) {
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .featured__controls ul li {
    margin-bottom: 10px;
  }
  .product__details__text ul li b {
    width: 100px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 20px;
  }
  .shoping__cart__btns {
    text-align: center;
  }
  .primary-btn.cart-btn.cart-btn-right {
    float: none;
    margin-top: 10px;
  }
  .shoping__checkout .primary-btn {
    display: block;
    text-align: center;
    padding: 10px 15px 10px;
  }
  .map .map-inside {
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
  }
  .map .map-inside .inside-widget {
    width: 250px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 15px;
  }
  .shoping__discount form input {
    width: 100%;
  }
  .checkout__order {
    padding: 20px;
  }
  .blog__details__hero__text h2 {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  .header__logo {
    padding: 15px 0;
  }
  .header__logo a img {
    width: 230px;
    display: block;
  }
  #top .hidden {
    display: block !important;
  }

  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n),
  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    width: calc((100% - 16px) / 2) !important;
    margin-right: 16px;
  }

  #body #category .col-sm-12:nth-of-type(2n),
  #products .col-sm-12:nth-of-type(2n) {
    margin-right: 0;
  }

  #header #logo h1 {
    text-align: left !important;
  }

  .shop-detail .images-thumb,
  .shop-detail .content-detail {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 32px;
  }
  #body .col-sm-8 .support-ol {
    width: 100%;
  }
  .panel-default > .panel-heading {
    font-size: 15px;
  }
  .support-ol .name-phone span.name {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .hotline-list li {
    min-width: 100%;
  }

  #body #category .col-sm-12 {
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #eee !important;
  }
  #header #logo a img {
    height: auto;
    width: 100%;
  }
  #top {
    font-size: 12px !important;
  }
  #top .hidden {
    display: block !important;
  }
  #header #logo a img {
    width: auto;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination .page-item {
    margin: 2px;
  }

  .pagination .page-link {
    padding: 0.3rem 0.5rem;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .pagination {
    font-size: 14px;
  }

  .pagination .page-link {
    padding: 0.25rem 0.5rem;
  }

  .pagination .page-item {
    margin-bottom: 4px;
  }

  .pagination.flex-wrap {
    flex-wrap: wrap;
  }
   .price-stock-row {
                flex-direction: column;
                align-items: flex-start;
            }          

}

@media (max-width: 395px) {
  #header #logo a img {
    height: 25px;
  }
  #body #category .col-sm-12,
  #products .col-sm-12,
  #body #category .col-sm-12:nth-of-type(4n),
  #products .col-sm-12:nth-of-type(4n),
  #body #category .col-sm-12:nth-of-type(3n),
  #products .col-sm-12:nth-of-type(3n) {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 357px) {
  #header #logo a img {
    height: 21px;
  }
}

/* Footer */

#footer .footer-copyright a {
  color: #fff;
}
#footer .footer-copyright .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#footer .footer-copyright .menu li {
  display: inline-block;
}
#footer .footer-copyright .menu li a {
  display: inline-block;
  white-space: nowrap;
}
#footer .footer-copyright .menu li span {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer-copyright .menu li.top {
  padding: 0 4px;
  background: #428bca;
  color: #fff;
  -webkit-border-radius: 2px;
  margin-left: 10px;
}
#footer .footer-copyright .menu li.top .fa {
  margin-right: -2px;
}
#footer .footer-copyright .theme-change {
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

/* Page break line */
.nv-hr {
  clear: both;
  height: 1px;
  border-bottom: 1px #dadada solid;
  margin: 10px 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nv-hr.nv-hr-lg {
  margin: 20px 0;
}
.nv-hr.nv-hr-sm {
  margin: 5px 0;
}

/* Social share, social button */
.nv-social-share {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nv-social-share li {
  display: inline-block;
}
.nv-social-share li.facebook {
  position: relative;
  padding-right: 40px;
}

/* Form control */
.nv-captcha {
  vertical-align: middle;
}

/* List item */
.nv-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #4b7a00;
}
.nv-list-item span {
  color: #4b7a00;
}
.nv-list-item li {
  padding: 1px;
  margin: 0;
}
.nv-list-item.sm li {
  padding: 2px;
}
.nv-list-item.xsm li {
  padding: 1px;
}
.nv-list-item.lg li {
  padding: 10px;
}

/* Block global */
.nv-block-banners {
  position: relative;
  margin-bottom: 2px;
  text-align: center;
}
.nv-block-banners .link {
  position: absolute;
  top: 0;
  left: 0;
}
.nv-block-banners img {
  max-width: 100% !important;
  height: auto;
}
.nv-block-rss li {
  border-bottom: 1px #dadada solid;
}
.nv-block-rss li:last-child {
  border: none;
  padding-bottom: 0;
}
.nv-block-rss li:first-child {
  padding-top: 0;
}
.nv-block-rss img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* Info die */
.nv-infodie {
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px #dadada solid;
  background: #fff;
  position: absolute;
  min-height: 300px !important;
  min-width: 300px !important;
  display: table;
}
.nv-infodie .panel-body {
  display: table-cell;
  vertical-align: middle;
}

.panel-body p {
  margin: 0px;
}
.panel-body ul {
  margin: 0px;
  padding: 0px;
}

.panel-body img {
  margin-right: 5px;
}

.nv-infodie .logo {
  max-width: 90% !important;
}

/* Form */
input[type="checkbox"],
input[type="radio"] {
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: 0px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="radio"] {
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled:checked:before,
input[type="radio"]:disabled:checked:before {
  opacity: 0.7;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  font: normal 14px/1 "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  margin: 0px 0 0 0px;
  color: #1e8cbe;
}

input[type="radio"]:checked:before {
  content: "\2022";
  text-indent: -9999px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
  background-color: #1e8cbe;
}

.img-thumbnail {
  height: auto !important;
}

.navbar-inverse {
  background-color: #0855a1;
  border-color: #043c72;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #043c72;
}

.list-inline .hidden-xs a {
  color: #848484;
}
.list-inline .hidden-xs a:hover {
  color: #0066cc;
}
.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 5px;
}
.panel-primary > .panel-heading > a {
  color: #fff;
}
.panel-primary > .panel-heading > a:hover {
  color: #ddd;
}
table caption {
  color: #0066cc;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  padding: 0px 0 5px 2px;
}

blockquote {
  font-size: 13px;
}

.modal-header .close {
  margin-top: -2px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#sb-container {
  z-index: 99999999 !important;
}

.pointer {
  cursor: pointer;
}

.chromeframe {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100% !important;
  z-index: 99999999999999 !important;
  background: #ffff00 !important;
  color: #000 !important;
  height: 25px;
  line-height: 25px;
  padding: 0.2em 0;
  text-align: center !important;
}
#timeoutsess {
  display: none;
}

#timeoutsess a {
  color: #0000ff !important;
}
.border {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0;
}
.border2 {
  border: none;
}
#page {
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}
#page h1 {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: -2px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 10px 0;
}
#page h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -1px;
  font-style: italic;
  margin: 40px 0 0 0;
}
#page h3 {
  float: right;
}
#page h3 a {
  font-weight: normal;
  font-size: 16px;
  color: #004499;
}
#page h3 a:hover {
  color: #333;
}
.hot {
  background: url(../images/hot.png) no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.new {
  background: url(../images/new.png) no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  margin-left: 140px;
  margin-top: -50px;
  z-index: 30;
}
#top {
  width: 1080px;
  margin: 0 auto;
  font-weight: bold;
  color: #f00;
  text-transform: uppercase;
  font-size: 15px;
}
#top strong {
  text-shadow: 1px 1px 1px #ffe000;
  font-size: 19px;
}
.border {
  border: 1px solid #eee;
}
.support-ol .name-phone span.phone {
  color: #f00;
}
.ddsmoothmenu-v ul li a {
  color: #f00 !important;
  /*text-transform:uppercase;*/
  text-shadow: 1px 1px 1px #ffe000;
}
.thumbnail > img,
.thumbnail a > img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.keywords {
  display: none;
}

/* css new 28/04 */

.row-top {
  background: #6eb433;
  color: #fff;
  padding: 5px;
  margin: 0;
}

#wraper {
  max-width: 1200px;
  width: 100% !important;
}

#body {
  padding: 24px 16px 0 !important;
}
#header #logo a {
  outline: none;
}

a {
  transition: all ease-in-out 0.3s;
  outline: none;
}

.images-thumb img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Removed empty ruleset for .shop-detail .images-thumb #imageproduct */
.shop-detail .images-thumb .tab-pane {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(101, 170, 0, 0.2);
  padding: 8px;
}

.shop-detail .images-thumb .tab-pane a {
  color: #fff;
}

.shop-detail .product_info li h2 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}

.shop-detail .product_info .price .money {
  font-size: 18px;
}
.shop-detail .product_info li .text-justify {
  line-height: 20px;
}
.shop-detail .product_info li .text-justify strong {
  font-weight: 700;
}

.price-stock-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

        .price-stock-row .price {
            flex: 1;
            margin-bottom: 0;
        }

        .price-stock-row .stock-status {
            margin-bottom: 0;
        }

        .price p {
            margin: 0;
        }

        .money {
            color: #e74c3c;
            font-size: 24px;
            font-weight: bold;
        }

        /* Stock Status Button Style */
        .stock-status {
            display: flex;
            align-items: center;
        }

        .stock-status-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 5px 10px;
            background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            cursor: default;
            box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .stock-status-btn:hover {
            box-shadow: 0 4px 12px rgba(46, 204, 113, 0.4);
            transform: translateY(-2px);
        }

        .stock-status-btn i {
            font-size: 16px;
        }

        /* Out of Stock Style */
        .stock-status-btn.out-of-stock {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
        }

        .stock-status-btn.out-of-stock:hover {
            box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
        }


.hotline-box {
  list-style: none;
  margin: 0;
}

.hotline-box h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hotline-list {
  display: flex;
  flex-wrap: wrap; /* Cho phép xuống dòng */
  justify-content: space-between; /* Canh đều mỗi hàng */
  gap: 8px; /* Khoảng cách giữa các số */
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotline-list li {
  flex: 1 1 auto; /* Mỗi số tự co giãn */
  min-width: 150px; /* Đảm bảo không bị quá nhỏ */
  text-align: center;
}

.hotline-list a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 6px 10px;
  font-weight: 700;
  color: #f00;
  font-size: 18px;
  transition: all 0.2s ease;
}

.hotline-list a:hover {
  color: #dc3545;
}

.socaial-share {
  padding: 5px 0;
  font-size: 0;
}
.socaial-share .button_share {
  font-size: 0;
}

.socaial-share .button_share {
  width: calc(100% / 3);
  display: inline-block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-right: 0;
  height: 40px;
  outline: none;
}

.socaial-share .button_share:hover {
  background: rgb(101, 170, 0);
  color: #fff;
  border: 1px solid rgb(101, 170, 0);
}
.socaial-share .button_share:last-child {
  border-right: 1px solid #f0f0f0;
}
.socaial-share .button_share i {
  font-size: 20px;
  line-height: 30px;
}

.tabs .nav-tabs li a {
  outline: none;
  font-size: 14px;
  color:#4b7a00;
}

.tabs .tab-content {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 20px 32px 40px;
  border-top: 0;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 1.8;
}

.tabs .tab-content .form-review > div {
  width: 100%;
  margin-bottom: 12px;
}

.tab-content > .active {
  padding: 0;
}

.tabs .tab-content .tab-pane p {
  line-height: 26px;
}

#products .row > [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

#body #category .col-sm-12,
#products .col-sm-12 {
  padding: 0 !important;
  margin-bottom: 40px;
  width: calc((100% - 48px) / 4) !important;
  margin-right: 16px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  vertical-align: top;
  float: none;
  word-spacing: 0;
}
#body #category .col-sm-12:nth-of-type(n + 1) {
  border-right: 1px solid #f0f0f0;
}
#body #category .col-sm-12:nth-of-type(4n),
#products .col-sm-12:nth-of-type(4n) {
  margin-right: 0;
}

.body-content #category .list-product {
  font-size: 0;
}

#body #category .col-sm-12 .thumbnail,
#products .col-sm-12 .thumbnail {
  padding: 0;
  margin-bottom: 0;
}

#body #category .col-sm-12 .thumbnail > div,
#products .col-sm-12 .thumbnail > div {
  height: auto !important;
}

.thumbnail > img,
.thumbnail a > img {
  width: auto !important;
  max-width: 100% !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.hot {
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0;
  top: -1px;
  left: -3px;
  font-size: 12px;
}
.new {
  width: 40px;
  height: 40px;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  margin: 0;
  top: -8px;
  left: -8px;
  font-size: 12px;
}

.thumbnail {
  /*border: 1px solid #eee;*/
  padding: 10px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
}

.thumbnail .image_center {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_pro {
  min-height: 20px;
  color: #666;
  font-size: 14px;
}

.thumbnail .caption {
  padding-bottom: 0;
  position: relative;
}

.thumbnail .caption .price {
  margin-bottom: 10px;
}
.thumbnail .caption .price span {
  padding: 0;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: normal;
}

.thumbnail .caption .clearfix a {
  display: block;
}

.thumbnail .caption .clearfix a {
  margin: 0;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  border: 0;
  background: none;
  color: #f00 !important;
  text-shadow: 1px 1px 1px #ffe000;
  border-top: 1px solid #f0f0f0 !important;
  margin-left: -9px;
  width: calc(100% + 18px);
  border: 0;
  outline: none;
}

.thumbnail .caption .clearfix a:hover {
  background: #6eb433;
}

.thumbnail .caption .clearfix a button {
  background: none;
  color: #f00 !important;
  border: none;
  text-shadow: 1px 1px 1px #ffe000;
  padding: 0;
  margin: 0;
  outline: none;
}

.thumbnail .caption .clearfix a button:active {
  box-shadow: none;
}

.sidebar {
  padding-right: 24px !important;
}

.sidebar .panel-default > .panel-heading {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 16px;
}

.panel-default > .panel-heading {
  color: #4b7a00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* product under detail */

.nv-social-share li.facebook {
  padding-right: 0;
}

.fb_iframe_widget {
  margin-right: 0;
}

.pagination .page-link {
  border-color: #4b7a00;
}

.page-link:hover {
  background-color: #65aa00; /* xanh lá sáng */
  border-color: #4b7a00; /* xanh đậm */
  color: #fff; /* chữ trắng */
}

.page-item.disabled .page-link {
  border-color: #4b7a00; /* giữ border xanh đậm */
  color: #aaa; /* chữ xám nhạt */
}

.page-item.active .page-link {
  background-color: #aadd55; /* xanh sáng tươi */
  border-color: #65aa00; /* xanh lá sáng */
  color: #2e4d00; /* chữ xanh đậm dễ đọc */
  font-weight: 600;
}

.pagination > li > a,
.pagination > li > span {
  width: 42px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.input-group {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
}

.input-group-btn > .btn {
  height: 100%;
  width: 40px;
  padding: 0;
  line-height: 22px;
}

.input-group-btn > .btn .fa {
  font-size: 13px !important;
}

/* menu top */
.ddsmoothmenu-v ul li a {
  background-position: left center !important;
  padding: 10px 16px !important;
}

#menu-site-default .navbar-nav > li > .dropdown-menu {
  padding: 0;
}
#menu-site-default .navbar-nav .dropdown-menu > li > a {
  padding: 13px 16px 12px 30px;
  background-position: left 16px center;
}

#menu-site-default .navbar-nav .dropdown-menu > li > a:hover {
  color: #fff;
  background: url(../images/menu-icon-hover.png) no-repeat left 16px center
    #ff7a00;
}

#footer .nv-block-banners {
  background: #fff;
}

#footer .panel-body > div:last-child {
  margin-bottom: 0;
}

.copyright {
  text-align: center;
  background: #000;
  padding: 5px 16px;
  color: #fff;
}

.copyright a {
  font-style: normal;
}

.copyright a:hover {
  color: #ffe000;
}

/* page content right */

.page-content .border-content {
  border: 1px solid #f0f0f0;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 16px;
}

.page-content h1 {
  font-size: 30px;
  line-height: 1.6;
  color: #6eb433;
  margin-bottom: 20px;
}

.page-content .border-content .bodytext p {
  line-height: 1.6;
}

/* news */

.news_column .panel {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
  margin: 0;
}

.news_column .panel .panel-body {
  padding: 0;
}

.news_column .panel a.images {
  height: 148px;
  float: left;
  overflow: hidden;
  margin-right: 16px;
}

.news_column .panel a.images .img-thumbnail,
.news_column .panel a.images .imghome {
  padding: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.news_column .panel .panel-body h3 {
  font-size: unset !important;
  margin-bottom: 12px !important;
  font-weight: normal;
}

.news_column .panel .panel-body h3 a {
  color: #6eb433;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  font-weight: normal;
  outline: none;
}

.news_column .panel .panel-body h2 {
  margin-bottom: 12px !important;
}

.news_column .panel .panel-body h2 {
  font-weight: normal;
}
.news_column .panel .panel-body h2 a {
  font-size: 22px;
  color: #6eb433;
  font-style: normal;
  line-height: 30px;
  font-weight: normal;
  outline: none;
}

.news_column.detail-news {
  padding: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  margin-top: 18px;
}
.news_column.detail-news .panel-body h1 {
  margin-bottom: 12px !important;
  line-height: 1.8;
}

#idcomment {
  height: auto;
}

#idcomment .btn-primary {
  margin-top: 0;
}

#social-icons {
  font-size: 5px;
}

#social-icons ul li a:hover {
  background: #f00;
  color: #fff;
}
#social-icons ul li:last-child a {
  margin-right: 0;
}

.cert-icons {   
  text-align: center;
  padding-top: 6px;
}


.cert-icons img {  
  height: 50px;
  width: 130px;

}

.home-page a {
  background: rgb(255, 122, 0);
}

.money,
.thumbnail .caption .price span {
  color: #f00 !important;
  font-weight: 700;
}

.sidebar .support .panel-default .panel-heading {
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

.support-ol .name-phone span.name,
.support-ol .name-phone span.phone {
  font-size: 14px !important;
}

#category .row > [class^="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

#category .page-header {
  margin-top: 10px;
}
#category .page-header h1 {
  font-size: 16px !important;
  font-weight: bold;
}
