:root {
  --body: #fdf8e5;
  --do: #d20001;
  --mau-chinh: #3a7f43;
  --xanh-duong: #0d5390;
  --button-do: #ff3d4b;
  --button-xam: #44525b;
  --vang-menu: #fce68f;
  --bg-menu: #0d081c;
  --bg-button-search: #80807f;
  --button-slider: #44525b;
  --vang-active: #a58308;
  --footer: #3c3c3c;
  --footer-tv: #313131;
}

@font-face {
  font-family: "montserrat";
  src: url(/css/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url(/css/fonts/Montserrat-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url(/css/fonts/Montserrat-Italic.ttf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "montserrat";
  src: url(/css/fonts/Montserrat-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--body);
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 400;
  font-style: normal;
  padding: 0;
}
a {
  text-decoration: none;
  color: #111;
}

.container_h {
  padding: 0 16px;
  width: 100%;
  margin: auto;
}

.header-top {
  background-color: rgba(0, 86, 13, 0.46);
}
.header-top .topbar {
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
}

.header-top .navbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 0 10px 0;
}

.header-top .navbar a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
}

.header-top .navbar a:hover::after,
.header-top .navbar a.active::after {
  width: 100%;
}

#main {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  /* background:url("/images/category_rauqua_nano-scaled.jpg") no-repeat center
    center; */
  background-size: cover;
}

#main .layouts {
  margin: auto;
}
.article .breadcrumb li a {
  font-weight: bold;
  font-family: "montserrat" !important;
}
/* ===== HEADER ===== */
.ol-header {
  position: relative;
  width: 100%;
  background-color: rgba(66, 137, 73, 1);
  z-index: 1000;
}
.danh-muc .ol-header {
  position: unset;
  background-color: #6ca372;
}
.danh-muc .ol-header .header-top {
  background-color: #3a7f43;
}
/* .ol-header.scrolled {
  position:relative;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.15);
  animation:slideDown 0.4s ease;
} */
.ol-header.scrolled .header-top {
  display: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.slider-unique-demo .slick-list {
  padding-bottom: 50px;
}

.slider-unique-demo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.snow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 1em;
  user-select: none;
  opacity: 0.9;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
  }
}
.promo-section {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  display: flex;
  cursor: pointer;
  width: 90%;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.promo-content {
  width: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  background: rgba(0, 50, 0, 0.9);
}

.promo-content h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.promo-content p {
  font-size: 0.8em;
  margin-bottom: 10px;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  font-size: 0.9em;
  line-height: 2em;
  color: #fff;
  background: #a9a3a3;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.promo-btn:hover {
  background: #555;
}

.total-page {
  padding-bottom: 30px;
  background-color: #fff;
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.ol-logo {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.ol-logo img {
  height: 50px;
}
.ol-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ol-icons i {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.ol-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.ol-menu-overlay .menu-box,
.ol-menu-overlay .ol-search {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ol-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  padding: 5px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
.ol-menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ol-menu-overlay ul li {
  margin: 15px 0;
}

.ol-menu-overlay ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  font-weight: 400;
  transition: 0.3s;
}

.ol-menu-overlay ul li a:hover {
  color: #00ff88;
}

.ol-search-box {
  padding: 10px 5px;
  transition: 0.4s ease;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  width: 300px;
}
.ol-search-box form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ol-search-box button {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: #fff;
}
.ol-search-box input {
  padding: 8px 10px;
  width: 75%;
  border: none;
  outline: none;
  border-radius: 4px;
  font-family: "montserrat";
  background-color: transparent;
}
.ol-search-box input::placeholder {
  font-size: 18px;
  color: #fff;
  font-family: "montserrat";
}
.ol-search-box.active {
  width: 220px;
}
.ol-bars-btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ol-bars-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ol-icons-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ol-search-btn {
  font-size: 20px;
  margin-top: 5px;
  color: #fff;
  cursor: pointer;
}
.ol-icons-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ol-lang-switch button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
}
.ol-icons-right .ol-cart {
  background-color: #9d9494;
  border-radius: 50%;
  width: 28px;
  display: flex;
  align-items: center;
  height: 28px;
  position: relative;
  justify-content: center;
}
.ol-icons-right .ol-cart > a {
  display: inline-block;
  line-height: 28px;
}
.ol-icons-right .ol-cart i {
  margin-top: 3px;
  display: inline-block;
  color: #fff;
}
.ol-icons-right .ol-cart .ol-cart-count {
  color: #fff;
  display: block;
  padding: 3px 0 0 0;
  height: 22px;
  line-height: 18px;
  font-size: 10px;
  background-color: #084400;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  top: -10px;
  right: -10px;
}

.slider-unique-demo {
  position: relative;
  font-size: 0.9em;
}
.slider-unique-demo .slick-arrow {
  background: unset;
  border: unset;
  font-size: 3em;
  position: absolute;
  top: 30%;
  left: 10px;
  color: #fff;
  z-index: 5;
}
.slider-unique-demo .slick-arrow.slick-next {
  left: unset;
  right: 10px;
}
.slider-unique-demo .slide-item {
  position: relative;
}
.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: auto;
  height: 12px;
  transform: translateX(-50%);
  display: none !important;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  outline: none;
  border: 1px solid #fff;
  color: transparent;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.slider-unique-demo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: left center;
}

.slider-unique-demo .slick-dots li button:before {
  font-size: 12px;
  color: #ff6666;
}
.slider-unique-demo .slick-dots li.slick-active button:before {
  color: #000000;
}

.product-showcase {
  width: 100%;
  margin: 10px auto;
}
.product-showcase .list-showcase {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: relative;
  font-size: 0.9em;
}
.product-showcase .slick-dots {
  bottom: -40px;
  gap: 10px;
}
.list-showcase .slick-slide {
  margin: 0 10px;
}
.list-showcase .slick-list {
  margin: 0 -10px;
}
.product-showcase .list-showcase .slick-arrow {
  display: none !important;
}
.ps-title {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin: 30px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ps-title::before,
.ps-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 2px;
  background-color: #ddd;
}
.ps-title span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.ps-title::before {
  left: 0;
  transform: translateY(-50%);
}

.ps-title::after {
  right: 0;
  transform: translateY(-50%);
}

.product-group-title {
  display: none;
}

.product-showcase .ps-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 200px;
}

.product-showcase .ps-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-showcase .ps-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0 0 0 / 80%), transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  text-align: center;
}

.product-showcase .ps-text {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 8%;
}

.drink-showcase {
  width: 100%;
  margin: 0 auto;
}
.drink-showcase.best-seller {
  background-color: #9ac7a5;
  padding: 10px 0 50px;
  margin-top: 30px;
}
.drink-showcase.best-seller .ps-title span {
  background-color: #9ac7a5;
  color: #fff;
}

.drink-showcase .ds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.drink-showcase .ds-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.drink-showcase .ds-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px #666;
}

.drink-showcase .ds-image {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  object-position: center;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.drink-showcase .ds-overlay {
  padding: 5px;
  color: #333;
  background: rgba(3, 117, 53, 0.7);
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.drink-showcase .ds-overlay .ds-text {
  display: block;
  font-size: 0.8em;
  margin-bottom: 5px;
  overflow: hidden;
  color: #fff;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

.drink-showcase .ds-overlay .ds-price {
  display: block;
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
}

.drink-showcase .ds-overlay .pip-top {
  white-space: nowrap;
  background: var(--green-dark);
  height: 30px;
  line-height: 30px;
  width: 96%;
  margin: auto auto 0;
}

.drink-showcase .ds-btn {
  color: #fff;
  border: none;
  font-size: 0.7em;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  vertical-align: top;
}
.drink-showcase .ds-btn .bt-loading {
  display: none;
  width: 20px;
}

.drink-showcase .ds-overlay .pip-top:hover {
  background: #21867a;
}

.drink-showcase .ds-large .ds-image {
  height: auto;
}

.drink-showcase .icon-cart:before {
  content: "THÊM VÀO GIỎ";
  font-family: "montserrat" !important;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.drink-showcase .icon-tick {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  margin-right: 3px;
  color: var(--orange);
  font-size: 1.2em;
  display: none;
  vertical-align: middle;
}
.drink-showcase .icon-tick.active {
  display: inline-block;
}

.footer {
  background: #2b5326;
  color: #fff;
  padding: 0;
  border: none;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 30px 16px;
}
.footer-policies h3 {
  font-size: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left;
}
.footer-policies ul.list-page {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
}
.footer-policies li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer-policies li::before {
  content: "✔";
  margin-right: 8px;
  color: #fff;
  font-size: 0.7em;
}

.footer-badges {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-badges img {
  object-fit: contain;
  padding: 5px;
  border-radius: 5px;
  height: 70px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  background-color: #003d12;
  padding: 16px;
}

.footer .footer-menu {
  margin-bottom: 10px;
  text-align: center;
}
.footer-menu a {
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
  font-size: 14px;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer li a {
  font-weight: bold;
  color: currentColor;
}

.footer .footer-copyright {
  font-size: 0.8em;
  background-color: transparent;
  border-top: 1px solid var(--green-dark);
  text-align: left;
}

.sp-section .sp-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.sp-section .sp-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  text-align: center;
  transition: transform 0.3s ease;
}
.sp-section .sp-card .content {
  padding: 0 15px;
}
.sp-section .sp-card:hover {
  transform: translateY(-5px);
}

.sp-section .sp-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.sp-section .sp-title {
  font-size: 0.9em;
  font-weight: 400;
  margin: 10px 0;
  color: rgb(51, 72, 98);
}

.sp-section .sp-price {
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.sp-section .sp-btn {
  background: #7e7676;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.3s;
}
.sp-section .sp-btn:hover {
  background: #5c4e38;
}

.sp-section .sp-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #888;
  color: #fff;
  padding: 18px 8px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}
.sp-section .sp-badge.sp-sale {
  background: #e74c3c;
}
.sp-section .sp-badge.sp-new {
  background: #9d9494;
}

/* Code de */
.main-content .products .products-list .product-item .product-item-title {
  padding: 0 5px;
}
.main-content
  .products
  .products-list
  .product-item
  .product-item-price
  .pip-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .products .products-list .product-item .product-item-title a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.main-content .products .products-list .product-item .product-item-price {
  padding: 0 5px;
  align-items: center;
}

.main-content .products .products-list .product-item .product-item-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding-bottom: 5px;
  background-color: rgba(3, 117, 53, 0.7);
  color: #fff;
}
.main-content .products .products-list .page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  width: 100%;
}
.main-content .products .products-list .page-nav a {
  width: 26px;
  height: 25px;
  background: #003d12;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-content .products .products-list .page-nav a.active {
  background-color: #65a95d;
}
.icon-cart::before {
  content: "THÊM VÀO GIỎ";
  font-family: "montserrat" !important;
}
.main-content
  .products
  .products-list
  .product-item
  .product-item-price
  .pip-top {
  width: 96%;
  background-color: var(--green-dark);
  padding: 0 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.main-content
  .products
  .products-list
  .product-item
  .product-item-price
  .pip-top
  .icon-cart {
  width: auto;
  height: 30px;
  font-size: 0.9em;
  color: #fff;
}
.main-content
  .products
  .products-list
  .product-item
  .product-item-price
  .pip-top
  .icon-cart
  .bt-loading {
  width: auto;
  height: auto;
  padding: 0 5px;
  display: none;
}
.main-content
  .products
  .products-list
  .product-item
  .product-item-price
  .pip-top
  .icon-cart
  .bt-loading
  svg {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
}
.main-content .products .products-list {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.product-detail .pd-content div.flash-sale {
  padding: 10px 0;
}
.product-detail .pd-content span.pd-price {
  padding: 0;
  color: #111;
  font-size: 1.5em;
  margin: 0;
}
.product-detail .pd-content div.pd-description {
  padding: 0;
  color: rgb(119, 119, 119);
  border-top: none;
}
.product-detail .pd-content div.number_spinner a {
  height: 100% !important;
  background-color: rgb(249, 249, 249) !important;
}
.product-detail .pd-content div.pd-cart-buttons {
  padding: 15px 0;
  border: none;
  margin-top: 10px;
}
.product-detail .pd-content .buttons a.button {
  background-color: #063600;
  color: #fff !important;
  font-weight: bold;
  border: none;
}
.product-detail .pd-content div.buttons .button.fill {
  background-color: #fff;
  color: #063600 !important;
  border: 1px solid #063600;
}
.product-detail .pd-content div.pd-categories {
  font-size: 0.8em;
  color: #777;
  padding: 10px 0;
  margin-top: 0;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.product-detail .pd-content div.pd-categories a {
  border: none;
  font-size: 1em;
  padding: 0;
}
.topic.pd-description .topic-content.tab_2 {
  display: none;
}
.topic.pd-description .topic-content a {
  display: inline;
  overflow-wrap: break-word;
}
div.topic.pd-description {
  border-top: none;
}
.tab-container#detail_tabs {
  border-top: 1px solid #ececec;
  background-color: #fff;
}
.tab-container#detail_tabs .topic-content {
  border: none;
  padding: 20px 0;
  color: #777;
}
.product-detail .image-slider .owl-carousel#image_slider {
  border: none;
}
.tab-container#detail_tabs ul.tab-nav li.active {
  border: none;
  border-top: 2px solid #9d9494;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.9em;
}
.products.topic h3.topic-title {
  border-bottom: none;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #555;
}
.products .product h4.p-title a {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #334862;
  font-size: 0.9em;
  padding: 0 15px;
  font-weight: 400;
  text-align: center;
}
.products .product div.price {
  color: #111;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
.container .container-title {
  text-transform: uppercase;
  color: #555 !important;
}
div.orders table th {
  font-weight: bold;
}
.orders table th:nth-child(1) {
  text-align: left;
}
.orders tr.product td:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-page .total-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.orders-page label {
  color: #444;
  font-size: 0.9em;
}
.orders-page .total-form .selection {
  color: #888;
  height: 2.507em;
}
.orders-page .total-form .form-group {
  width: 48%;
}
.orders-page .total-form .form-group:first-child {
  width: 100%;
}
.orders-payment .box-right {
  border: 2px solid #9d9ea0;
  padding: 10px 30px 30px 30px;
}
/* end de code */
.filter-section-unique .fsu-header {
  background: #2f6d32;
  color: white;
  padding: 15px;
  text-align: center;
  position: relative;
}

.fsu-filter-btn {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 8px 15px 8px 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
}

.filter-section-unique .fsu-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  transition: left 0.4s ease;
  overflow-y: auto;
  z-index: 1000;
  padding: 30px 20px;
  color: #777;
}

.filter-section-unique .fsu-sidebar.active {
  left: 0;
}

.filter-section-unique .fsu-sidebar h3 {
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
}
.filter-section-unique .fsu-sidebar h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ccc;
}

.filter-section-unique .fsu-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.filter-section-unique .fsu-sidebar ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
}

.filter-section-unique .fsu-sidebar ul li:hover {
  color: #2f6d32;
}

.filter-section-unique .fsu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 900;
}

.filter-section-unique .fsu-overlay.active {
  display: block;
}

.pfu-filter {
  font-size: 14px;
  max-width: 260px;
  padding: 10px 0;
}

.pfu-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #555;
}

.pfu-slider-container {
  position: relative;
  height: 24px;
  margin-bottom: 12px;
}
.pfu-slider-container #pfu-minRange {
  top: -5px;
  left: 0;
}
.pfu-slider-container #pfu-maxRange {
  top: -5px;
  right: 0;
}
.pfu-slider-container input[type="range"] {
  position: absolute;
  width: 100%;
  height: 24px;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}

.pfu-slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.pfu-slider-container input[type="range"]::-moz-range-track {
  height: 3px;
  background: transparent;
}

.pfu-slider-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 3;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
  -webkit-appearance: none;
}

.pfu-slider-container input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 3;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
}

.pfu-slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  background: #ddd;
  border-radius: 2px;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.pfu-btn {
  background: #666;
  color: #fff;
  border: none;
  padding: 7px 16px;
  font-size: 12px;
  border-radius: 20px;
  cursor: pointer;
  margin-left: auto;
}

.pfu-btn:hover {
  background: #000;
}

.pfu-range-values {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.pfu-range-values span {
  font-weight: bold;
}
.sort-select {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sort-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 5px 25px 5px 10px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  outline: none;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "montserrat";
}

.sort-select::after {
  content: "▼";
  font-size: 15px;
  color: #111;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.sort-select select option {
  padding: 10px;
  font-size: 14px;
  color: #111;
}
.box-select {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.breadcrumb {
  text-align: left !important;
}
.box-select .breadcrumb {
  font-size: 0.8em;
  left: unset !important;
  transform: unset !important;
}
.callbuy-box {
  margin-top: 20px;
}
.callbuy-title {
  font-size: 1em;
  text-transform: uppercase;
  color: #777;
}

.callbuy-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}

.callbuy-icon {
  width: 40px;
  height: 40px;
  background: #6cbc39;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.callbuy-number a {
  font-size: 1.4em;
  font-weight: bold;
  color: #2b3e50;
  text-decoration: none;
}

.callbuy-number a:hover {
  text-decoration: underline;
}
.product-detail .pd-content div.pd-socials {
  margin-top: 10px;
}
.product-detail .pd-content div.pd-socials [class^="icon-"] {
  color: #c0c0c0;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}

.contact-float-box {
  position: fixed;
  right: 17px;
  bottom: 40px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  z-index: 9999;
}

.contact-float-box .contact-float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-float-box .contact-float-item {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.contact-float-box.contact-float-active .contact-float-item {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.contact-float-box .contact-float-toggle {
  background: #86cd91;
  color: #fff;
  display: none;
}
.contact-float-box .contact-float-toggle i {
  height: 26px;
}

.contact-float-box .contact-float-phone {
  background: #03e78b;
  color: #fff;
}

.contact-float-box .contact-float-zalo {
  background: #0065f7;
  color: #fff;
}

.contact-float-box .contact-float-messenger {
  background: #1e88e4;
  color: #fff;
}
.contact-float-box .contact-float-shopee {
  background: #f65421;
  color: #fff;
}
.scrollup {
  display: none !important;
}

#olMenuBox .pd-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
#olMenuBox .pd-socials a {
  font-size: 1.2em;
}

.box-clear a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  opacity: 0.9;
  padding: 0 10px;
  font-size: 0.85em;
  font-weight: normal;
}
.box-clear {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-momo {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .container_h {
    max-width: 540px;
  }
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .header-top .topbar {
    padding: 6px 0;
  }
  .header-top .navbar {
    padding: 0;
  }
  .drink-showcase .ds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-badges {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .container_h {
    padding: 0;
  }
  .slider-unique-demo .slick-list {
    padding-bottom: 0;
  }
  .slick-dots {
    display: flex !important;
  }
  .product-showcase .list-showcase .slick-arrow {
    position: absolute;
    width: 40px;
    display: inline-block !important;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
  }
  .product-showcase .list-showcase:hover .slick-arrow {
    opacity: 1;
  }
  .product-showcase .list-showcase .slick-arrow.slick-next {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-showcase .list-showcase .slick-arrow.slick-prev {
    left: 30px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 10;
  }
  .product-showcase .list-showcase .slick-arrow i {
    font-size: 35px;
    color: #fff;
  }
  .container_h {
    max-width: 720px;
  }
  .ol-logo {
    font-size: 26px;
  }
  .ol-logo img {
    height: 70px;
    display: inline-block;
    vertical-align: middle;
  }
  .ps-title {
    font-size: 20px;
  }
  .product-showcase {
    margin: 30px auto 10px;
  }
  .product-showcase .ps-item {
    height: 270px;
  }
  .drink-showcase .ds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-policies h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sp-section .sp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider-unique-demo .slick-arrow {
    display: flex !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 3.5em;
  }
  .slider-unique-demo .slick-arrow.slick-next {
    right: 20px;
  }
  .slider-unique-demo .slick-arrow.slick-prev {
    left: 20px;
  }
  .slider-unique-demo {
    font-size: 1em;
  }
  .promo-section {
    top: unset;
    bottom: 30px;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
  }
  .promo-section.center {
    transform: translateX(-50%);
    left: 50%;
  }
  .promo-section.right {
    transform: unset;
    right: 0;
    left: unset;
  }
  .promo-section.left {
    transform: unset;
    left: 0;
    right: unset;
  }
  .promo-content {
    padding: 20px 40px;
  }
  .drink-showcase .ds-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 996px) {
  .container_h {
    max-width: 960px;
  }
  .ps-title {
    grid-column: span 3;
    font-size: 22px;
  }
  .product-showcase .ps-item {
    margin-bottom: 0;
  }
  .drink-showcase .ds-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 25px;
  }
  .sp-section .sp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sort-select {
    margin-left: auto;
  }
  .orders-payment .table .col.item-left {
    width: 60% !important;
  }
  .orders-payment .table .col.item-right {
    width: 40% !important;
  }
}
@media (min-width: 1200px) {
  .main-content .products .products-list {
    gap: 25px;
  }
  .main-content .products .products-list .product-item {
    width: calc(25% - 25px);
  }

  .product-showcase .list-showcase {
    width: 90%;
    gap: 40px;
    margin: 0 auto;
  }
  .product-showcase .ps-item {
    height: auto;
    border-radius: 15px;
  }

  .product-showcase.product-groups {
    background-color: #fafafa;
    margin: 0;
    padding: 50px 0;
  }
  .drink-showcase .ds-overlay .pip-top {
    margin-bottom: 10px;
  }
  .drink-showcase.best-seller {
    margin-top: 0;
  }
  .container_h {
    padding: 20px;
  }
  .drink-showcase {
    padding: 40px 0;
  }
  .container_h {
    max-width: 1140px;
  }
  .total-page {
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
  }
  .bg-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/category_rauqua_nano-scaled.jpg") no-repeat center
      center;
    background-size: cover;
    z-index: -1;
  }
  .ol-header {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer {
    max-width: 1200px;
    margin: auto;
  }
  .footer-policies li {
    font-size: 16px;
  }
  .footer-bottom,
  .footer-menu a {
    font-size: 15px;
  }
  .footer-badges {
    margin-bottom: 20px;
  }
  .header-top,
  .header-bottom {
    padding: 0 50px;
  }
  .promo-section {
    font-size: 1.5em;
  }
  .promo-btn {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .container_h {
    max-width: 1200px;
  }
}
