@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800&family=Bai+Jamjuree:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Athiti:wght@200;300;400;500;600&family=Jost:wght@100;300;400;500;600&display=swap");

/** fonts **/
.font-th {
  font-family: "Athiti", sans-serif;
}
.font-en {
  font-family: "Jost", sans-serif;
}
/** end fonts **/

html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Athiti", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background: rgb(190, 192, 194);
  background: linear-gradient(
      316deg,
      rgba(190, 192, 194, 1) 0%,
      rgba(231, 230, 230, 1) 100%
    )
    fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 14px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
#top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
  padding-bottom: 50px;
}

/* footer */
footer {
  /* margin-top: 30px; */
  padding: 40px 30px;
  background-color: #000000;
  color: #ffffff;
}
footer a,
footer a:hover {
  color: #ffffff;
  font-family: "Jost";
  font-size: 14px;
  letter-spacing: 1.5px;
}
footer .footer-links {
  display: flex;
  column-gap: 30px;
  justify-content: center;
}
footer .footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px;
  font-size: 14px;
  font-family: "Jost";
  width: 100%;
  max-width: 390px;
}
footer .footer-links a .fa {
  margin-right: 2px;
  font-size: 18px;
}
.footer-instagram {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  width: 100px;
  margin: 35px auto 20px auto;
}
.footer-links-main {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-links-main a {
  display: inline-block;
  border-right: 1px solid #ffffff;
  line-height: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}
.footer-links-main a:last-child {
  border-right: unset;
}
.footer-copyright {
  font-size: 12px;
  font-family: "Jost";
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  footer .footer-links {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
  .footer-links-main {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-links-main a {
    border-right: none;
    padding-right: 0;
  }
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  width: 100%;
}
/* breadcrumb */
.breadcrumb-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 5px;
  flex-direction: column;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: unset;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper {
    flex-direction: column;
  }
}

.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
  display: table;
  width: 100%;
}
.btn {
  padding: 7.5px 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default,
.btn-default:hover {
  /* color: #ffffff;
  background-color: #bebebe;
  background-image: linear-gradient(to bottom, #898989, #6c6c6c);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7; */

  /* color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7; */

  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #111111;
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #222222 #111111 #000000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  /* background-color: #333333;
  background-position: 0 -15px; */
}

/* 
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
} */

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  margin-bottom: 30px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 4px;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.product-thumb .caption {
  padding: 30px 0 0 0;
  height: 86px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
/* @media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0;
  }
} */
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
    padding-top: 20px;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  font-size: 16px;
  font-weight: 500;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  overflow: auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  border: none;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  line-height: 38px;
  background: unset;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Jost";
  transition: all 0.4s ease;
  padding: 0;
}
.product-thumb .button-group a {
  transition: all 0.4s ease;
  display: block;
}
.product-thumb-more {
  flex-grow: 1;
}
.product-thumb .button-group button.product-thumb-cart {
  width: 40px;
  background: #000000;
  color: #ffffff;
}
button.product-thumb-cart .fa {
  font-size: 18px;
}
/* .product-thumb .button-group button:hover,
.product-thumb .button-group a:hover {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  cursor: pointer;
} */
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.sa {
  width: 140px;
  height: 140px;
  padding: 26px;
  background-color: #fff;
  margin: 0 auto;
}

.sa-success {
  border-radius: 50%;
  border: 4px solid #a5dc86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}

.sa-success:after,
.sa-success:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}

.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}

.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}

.sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}

.sa-success-tip,
.sa-success-long {
  background-color: #a5dc86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}

.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}

.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }

  100%,
  12% {
    transform: rotate(-405deg);
  }
}

.alert .fa {
  margin-right: 4px;
}

.breadcrumb-title {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 28px;
  }
}

.category-product-list {
}
.category-product-list-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost";
  display: flex;
  gap: 5px;
  margin-top: 0;
}
.category-product-list-title .fa {
  font-size: 16px;
}
.category-product-list-detail {
  font-size: 14px;
}

.hidden-overflow {
  overflow: hidden;
}

.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 30px;
}
.circle-button > .fa {
  font-size: 16px;
}
.cart-button {
  position: relative;
}
.cart-button span.cart-badge {
  position: absolute;
  top: -9px;
  right: -5px;
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  font-family: "Jost";
}
/** toggle menu **/

#toogle-menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}

#toogle-menu .lower {
  opacity: 1;
}
#toogle-menu .lower .top-logo {
  height: 85px;
}

#toogle-menu .lower label:hover {
  cursor: pointer;
}

#toggle-menu-overlay input {
  display: none;
}

#toggle-menu-overlay .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 1);
}

#toggle-menu-overlay .overlay label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  position: fixed;
  top: 0;
  right: 4vw;
  height: 85px;
  z-index: 100;
  cursor: pointer;
  text-decoration: line-through;
  font-size: 20px;
  font-family: "Jost";
  font-weight: 300;
}

#toggle-menu-overlay .overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

#toggle-menu-overlay #op:checked ~ .overlay-hugeinc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow-y: scroll;
}

#toogle-menu + div {
  padding-top: 100px;
}
/* #toogle-menu + .default-wrapper {
  padding-top: 120px;
} */

#toogle-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 0 4vw;
  list-style: none;
  margin: 0;
  height: 85px;
}
.toggle-menu-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.toggle-menu-overlay {
  margin: 120px 30px 30px 30px;
}
.toggle-menu-overlay ul {
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}
.toggle-menu-overlay ul li {
  margin-right: 40px;
  margin-bottom: 45px;
}
.toggle-menu-overlay ul li a {
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  display: block;
  font-weight: 300;
  font-family: "Jost";
  border-right: 2px solid #ffffff;
  padding-right: 40px;
}
.toggle-menu-overlay ul li:last-child a {
  border-right: none;
}

.toggle-menu-overlay-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
}
/* #toogle-menu .lower .top-logo {
  display: none;
}
.toogle-menu-active .lower .top-logo {
  display: block !important;
} */

@media (max-width: 767px) {
  .toogle-menu-active {
    background: rgb(190, 192, 194);
    background: linear-gradient(
      45deg,
      rgba(190, 192, 194, 1) 0%,
      rgba(231, 230, 230, 1) 100%
    );
  }
  #toogle-menu ~ .default-wrapper {
    padding-top: 90px;
  }
  #toogle-menu .lower .top-logo {
    height: 60px;
  }
  #toogle-menu ul {
    height: 60px;
  }
  .toggle-menu-overlay {
    margin-top: 70px;
  }
  .toggle-menu-overlay ul {
    flex-direction: column;
  }
  .toggle-menu-overlay ul li a {
    font-size: 20px;
    line-height: 20px;
    padding-right: 0;
    border-right: none;
  }
  .toggle-menu-overlay ul li {
    margin-right: 0px;
    margin-bottom: 20px;
    /* text-align: center; */
  }
  .toggle-menu-overlay-links {
    gap: 5px;
    margin: 30px auto;
    max-width: 350px;
  }
  #toggle-menu-overlay .overlay label {
    font-size: 14px;
  }
  #toggle-menu-overlay footer {
    margin-top: 0;
    padding: 0 30px;
  }
}
/** end toggoe menu **/

.home-outlined-button {
  border: 1px solid #000000;
  padding: 8px 40px;
  display: block;
  text-align: center;
  clear: both;
  font-size: 14px;
  /* font-weight: 300; */
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.home-outlined-button .fa {
  font-size: 16px;
}
.home-outlined-button > div {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.home-outlined-button > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 140px;
  text-align: left;
}
.home-outlined-button > div > div:nth-child(2) > div:nth-child(2) {
  margin-top: -3px;
  font-size: 12px;
}
.home-outlined-button-white,
.home-outlined-button-white:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.home-outlined-button-white .fa {
  color: #ffffff;
}

.alert-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.alert-text a {
  text-decoration: underline;
  color: #03b093;
  font-weight: 500;
}
/** overide sweetalert2 **/

/** end sweetaert2 **/

/** checkout-cart **/
#checkout-cart form {
  background: #ffffff;
}
#checkout-cart thead td {
  font-weight: 500;
  background-color: #f6f5f5;
}
#checkout-cart .cart-totals {
  background-color: #ffffff;
}
/** end checkout-cart **/

.panel-default > .panel-heading {
  background-color: #f6f5f5;
}
.panel-body {
  background: #ffffff;
}

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0px;
}

/** checkout **/
.line-login-button,
.line-login-button:hover {
  background: #3bcd00;
  color: #ffffff;
  padding: 0 12px;
}
.line-login-button > img {
  height: 35px;
}
.text-or {
  width: 100px;
  text-align: center;
}
.checkout-login-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.checkout-login-buttons > div:nth-child(1),
.checkout-login-buttons > div:nth-child(3) {
  flex: 1;
}
.checkout-login-buttons input,
.checkout-login-buttons a {
  width: 100%;
}
#checkout-login > div:nth-child(2) {
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  padding-bottom: 15px;
}
.text-agree a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .checkout-login-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .text-or {
    width: 100%;
  }
  #checkout-login > div:nth-child(2) {
    border-left: none;
    padding-left: 15px;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
/** checkout **/

.modal-header .close {
  margin-top: -5px;
}
.close {
  font-size: 30px;
}

@media (max-width: 767px) {
  .table-responsive {
    height: auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #aaa;
  }
  .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #aaa;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 20px;
  }
}

.icon-success {
  text-align: center;
  margin: 15px auto;
}
.icon-success img {
  width: 100%;
  max-width: 100px;
}
.success-text a {
  text-decoration: underline;
  font-weight: 500;
}

/** product-details **/
.product-details {
  padding-left: 40px;
}
.product-details h1 {
  /* margin-top: 30px; */
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
.product-details h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
}
.product-details h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400;
}
.product-details .list-unstyled {
  font-size: 16px;
  font-weight: 500;
}
.product-description {
  margin: 50px 0;
  /* min-height: 400px; */
}
.product-description img {
  max-width: 100% !important;
  height: auto !important;
}
#button-cart .fa {
  font-size: 16px;
}
#product-product .qty-add {
  display: flex;
  align-items: flex-end;
  /* flex-direction: column;
  align-items: stretch; */
  gap: 15px;
}
#product-product .qty-add > div:nth-child(1) {
  flex: 1;
}
#product-product .qty-add > div:nth-child(2) {
  flex: 4;
}
#product-product .qty-add button {
  width: 100%;
}
#product-product .qty-add input {
  height: 42px;
}
#product-product .related {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost";
}

@media (max-width: 767px) {
  .product-details {
    padding-left: 15px;
  }
  #product-product .qty-add {
    flex-direction: column;
    align-items: stretch;
  }
  #product-product .related {
    margin-top: 30px;
  }
}
/** end product-details **/

.alert a {
  text-decoration: underline;
  color: inherit;
}

/** account-register **/
#account-register form {
  background: #f0f0f0;
  padding: 30px;
}
#account-register #content a {
  text-decoration: underline;
}
/** end account-register **/

.account-menu a {
  text-decoration: underline;
}
.account-menu h2 {
  font-size: 18px;
}
#form-language .language-select {
  text-align: left;
}
#form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#form-language .dropdown-toggle {
  padding: 0;
  font-size: 14px;
  color: #000000;
}
#form-language .dropdown-menu img {
  margin-right: 6px;
}

.account-settings > ul {
  display: flex;
  justify-content: space-between;
}

#account-address table,
#account-reward table,
#account-order table,
#account-return table {
  background: #f0f0f0;
}
#account-address table td {
  padding: 15px;
}

#home-salon {
  padding-top: 0 !important;
}

.nav-top-stick {
  position: fixed !important;
}
.nav-top-stick .top-logo {
  visibility: visible !important;
}
#nav-top {
  /* border: 1px solid red; */
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
}
#nav-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#nav-top ul li {
}
#nav-top .top-logo {
  visibility: hidden;
  height: 88px;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0px;
}

.product-all {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.product-all > a {
  display: inline-block;
  padding: 8px;
  border: 1px solid #000000;
  /* background: #ffffff; */
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  /* font-family: "Jost"; */
}
.panel-group .panel + .panel {
  margin-top: 0;
}

.captcha input {
  width: 100%;
  max-width: 150px;
}
.captcha img {
  margin-top: 4px;
}

#information-about h2 {
  text-decoration: underline;
}
.about-content {
  width: 100%;
  max-width: 800px;
  /* margin: 0 auto; */
  font-size: 16px;
}
.about-content a {
  text-decoration: underline;
}
.about-content .row {
  margin-bottom: 10px;
}

.screen-indicator {
  position: fixed;
  z-index: 6;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.screen-indicator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.screen-indicator ul li {
  margin-bottom: 10px;
}
.screen-indicator a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Jost";
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.screen-indicator a.active {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.screen-indicator a .fa {
  font-size: 6px;
  color: #ffffff;
}
.screen-indicator a.active .fa {
  font-size: 10px;
  color: #000000;
}

@media (max-width: 767px) {
  .screen-indicator {
    display: none;
  }
}

.badge-primary {
  color: #fff;
  background-color: #000000;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
