body {
  width: 100%;
  height: 100%;
  background: #fffaf8;
  color: #443d3a;
  font-family: "Helvetica Neue", "Noto Sans Thai", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #443d3a;
}

:root {
  --beauty-ink: #443d3a;
  --beauty-muted: #887a75;
  --beauty-rose: #c97978;
  --beauty-rose-dark: #a95c63;
  --beauty-blush: #f8e7e3;
  --beauty-cream: #fffaf8;
  --beauty-line: #eaded9;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
  background: var(--beauty-cream);
}

/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 320px;
  margin-left: -160px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: #fff;
  border-bottom: 1px solid var(--beauty-line);
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a, #top .list-inline-item .dropdown > span {
  font-size: 1.1em;
  color: var(--beauty-muted);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

#logo h1, #logo h1 a {
  color: var(--beauty-rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid var(--beauty-line);
  border-color: var(--beauty-line);
  min-height: 40px;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 28px;
}

#menu .navbar-nav > li > a {
  color: var(--beauty-ink);
  text-shadow: none;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: var(--beauty-blush);
}

/* Beauty Starter home page */
.beauty-home {
  padding-bottom: 60px;
}

.beauty-hero {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(112deg, #f9e7e2 0%, #fdf3ee 52%, #f4e3dd 100%);
  padding: 58px 68px;
  position: relative;
  margin-bottom: 28px;
}

.beauty-hero-copy { position: relative; z-index: 2; }
.beauty-eyebrow {
  color: var(--beauty-rose-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}
.beauty-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.03em;
  margin: 18px 0;
}
.beauty-hero h1 em, .beauty-note h2 em { color: var(--beauty-rose-dark); font-style: italic; }
.beauty-hero p { color: var(--beauty-muted); font-size: 16px; line-height: 1.8; max-width: 440px; margin-bottom: 26px; }
.beauty-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.beauty-btn-primary { background: var(--beauty-rose-dark); border: 1px solid var(--beauty-rose-dark); color: #fff; border-radius: 30px; padding: 13px 25px; }
.beauty-btn-primary:hover { background: var(--beauty-ink); border-color: var(--beauty-ink); color: #fff; }
.beauty-btn-link, .beauty-section-heading a { color: var(--beauty-rose-dark); text-decoration: none; font-size: 13px; font-weight: 600; }
.beauty-btn-link:hover, .beauty-section-heading a:hover { color: var(--beauty-ink); }
.beauty-btn-link i, .beauty-section-heading a i { margin-left: 6px; }
.beauty-hero-art { height: 330px; min-width: 300px; position: relative; }
.beauty-orb { position: absolute; border-radius: 50%; }
.beauty-orb-one { width: 310px; height: 310px; right: 8%; top: 8px; background: rgba(255, 255, 255, .52); }
.beauty-orb-two { width: 190px; height: 190px; left: 4%; bottom: 8px; background: rgba(201, 121, 120, .18); }
.beauty-bottle { position: absolute; left: 33%; top: 54px; width: 122px; height: 226px; border-radius: 25px 25px 31px 31px; background: linear-gradient(90deg, #bd6e70, #e29a96 52%, #b76268); box-shadow: 19px 24px 32px rgba(138, 78, 78, .18); transform: rotate(6deg); }
.beauty-bottle:before { content: ""; position: absolute; left: 17px; right: 17px; top: 88px; height: 82px; border-radius: 6px; background: #f9e9e2; }
.beauty-bottle-cap { position: absolute; top: -38px; left: 28px; width: 66px; height: 46px; border-radius: 8px 8px 3px 3px; background: #f2d3c8; box-shadow: inset 9px 0 0 rgba(255,255,255,.25); }
.beauty-bottle-label { position: absolute; top: 112px; left: 25px; width: 72px; color: var(--beauty-rose-dark); font: 11px Georgia, serif; text-align: center; line-height: 1.2; }
.beauty-sparkle { position: absolute; color: #fff; font-size: 34px; }
.sparkle-one { right: 2%; top: 25px; }.sparkle-two { left: 8%; top: 70%; font-size: 25px; }
.beauty-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--beauty-line); border: 1px solid var(--beauty-line); margin-bottom: 62px; }
.beauty-values > div { display: flex; align-items: center; gap: 14px; background: #fff; padding: 20px 24px; }
.beauty-values i { color: var(--beauty-rose); font-size: 20px; width: 26px; text-align: center; }
.beauty-values strong, .beauty-values small { display: block; }.beauty-values strong { font-size: 13px; }.beauty-values small { color: var(--beauty-muted); margin-top: 4px; font-size: 12px; }
.beauty-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.beauty-section-heading h2 { font: 400 34px Georgia, "Times New Roman", serif; margin: 8px 0 0; }
.beauty-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 64px; }
.beauty-category-card { min-height: 165px; border-radius: 18px; color: var(--beauty-ink); padding: 20px; display: flex; flex-direction: column; justify-content: end; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.beauty-category-card:hover { color: var(--beauty-ink); transform: translateY(-4px); box-shadow: 0 14px 30px rgba(91, 66, 60, .10); }
.beauty-category-card span { font-size: 11px; color: var(--beauty-rose-dark); margin-bottom: auto; }.beauty-category-card strong { font: 24px Georgia, serif; }.beauty-category-card small { color: var(--beauty-muted); margin-top: 5px; }.category-skin { background: #f2e8dc; }.category-makeup { background: #f5dfe1; }.category-hair { background: #e8e1d7; }.category-gift { background: #e9e3ef; }
.beauty-featured { margin-bottom: 64px; }.beauty-featured #content { padding-bottom: 0; }.beauty-featured .row { align-items: start; }
.beauty-note { display: flex; justify-content: space-between; gap: 40px; align-items: center; border-top: 1px solid var(--beauty-line); border-bottom: 1px solid var(--beauty-line); padding: 42px 0; }.beauty-note h2 { font: 400 32px/1.15 Georgia, serif; margin: 10px 0 0; }.beauty-note p { color: var(--beauty-muted); max-width: 470px; line-height: 1.8; margin: 0; }

.product-thumb { background: #fff; border: 1px solid var(--beauty-line); border-radius: 16px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-thumb:hover { transform: translateY(-4px); box-shadow: 0 15px 28px rgba(91, 66, 60, .09); }
.product-thumb .image { background: #f8f0ec; padding: 18px; }.product-thumb .image img { mix-blend-mode: multiply; }
.product-thumb .content { padding: 16px; }.product-thumb h4 { min-height: 42px; margin-bottom: 10px; }.product-thumb h4 a { color: var(--beauty-ink); text-decoration: none; }.product-thumb h4 a:hover { color: var(--beauty-rose-dark); }.product-thumb .description p { color: var(--beauty-muted); font-size: 12px; }.product-thumb .price { color: var(--beauty-rose-dark); font-weight: 700; }.product-thumb .button button { background: var(--beauty-blush); border: 0; color: var(--beauty-rose-dark); }.product-thumb .button button:hover { background: var(--beauty-rose-dark); color: #fff; }

footer { background: #443d3a; color: #f9ede8; padding-top: 50px; } footer h5 { color: #fff; } footer a { color: #f3d8d0; } footer a:hover { color: #fff; }

@media (max-width: 767px) {
  .beauty-hero { grid-template-columns: 1fr; min-height: 0; padding: 42px 26px 18px; }.beauty-hero-art { height: 245px; transform: scale(.82); transform-origin: center top; margin-bottom: -42px; }.beauty-values { grid-template-columns: 1fr; }.beauty-values > div { padding: 16px 20px; }.beauty-category-grid { grid-template-columns: repeat(2, 1fr); }.beauty-section-heading { align-items: start; flex-direction: column; }.beauty-note { flex-direction: column; align-items: start; }.beauty-hero h1 { font-size: 48px; }
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Beauty Starter final overrides (kept at the end so they win over defaults). */
#menu { background: #fff; border: 1px solid var(--beauty-line); border-radius: 0; }
#menu .navbar-nav > li > a { color: var(--beauty-ink); text-shadow: none; }
#menu .navbar-nav > li > a:hover { background: var(--beauty-blush); }
#menu .navbar-toggler i { color: var(--beauty-ink); border-color: var(--beauty-ink); }
footer { background: #443d3a; border: 0; border-top: 1px solid var(--beauty-line); color: #f9ede8; padding-top: 50px; }
footer a { color: #f3d8d0; }
footer a:hover { color: #fff; }
footer h5 { color: #fff; }
.product-thumb { background: #fff; border: 1px solid var(--beauty-line); border-radius: 16px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-thumb:hover { transform: translateY(-4px); box-shadow: 0 15px 28px rgba(91, 66, 60, .09); }
.product-thumb .image { background: #f8f0ec; padding: 18px; }
.product-thumb .image img { mix-blend-mode: multiply; }
.product-thumb .description { padding: 16px; }
.product-thumb .description h4 { min-height: 42px; margin-bottom: 10px; }
.product-thumb .description h4 a { color: var(--beauty-ink); text-decoration: none; }
.product-thumb .description h4 a:hover { color: var(--beauty-rose-dark); }
.product-thumb .description p { color: var(--beauty-muted); font-size: 12px; }
.product-thumb .price { color: var(--beauty-rose-dark); font-weight: 700; }
.product-thumb .button button { background: var(--beauty-blush); border-top: 1px solid var(--beauty-line); color: var(--beauty-rose-dark); }
.product-thumb .button button:hover { background: var(--beauty-rose-dark); color: #fff; }
