@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500&display=swap";
/* scrollbar */
body {
  overscroll-behavior-y: contain;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
header {
  border-top: 5px solid #e0b76e;
  background-color: white;
  z-index: 999999 !important;
}
.container-fluid {
  padding: 0;
  max-width: 1920px;
}
.search-bar {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.search-bar .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.search-bar form {
  width: 500px;
  max-width: 95%;
  margin-top: 30vh;
  box-shadow: 0 0 10px -5px;
}
.search-bar form input {
  height: 80px;
  font-size: 26px;
  outline: none !important;
  box-shadow: none !important;
}
.search-bar form .btn {
  background: white;
  border: 1px solid gainsboro;
  border-left: 0;
  padding: 0 25px;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: white;
  box-shadow: 0 0 5px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px !important;
  max-width: 350px;
}
.sidebar + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.sidebar .close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.sidebar ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.sidebar.open {
  padding: 10px;
  width: 70%;
}
.sidebar.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.sidebar.close {
  padding: 0;
  width: 0%;
}
.sidebar.left {
  left: 0;
  right: auto;
}
.sidebar.right {
  left: auto;
  right: 0;
}
.nav-item:not(.has-mega) .dropdown-menu .sub-arrow {
  position: absolute;
  right: 0;
  padding: 5px 15px;
}
.custom-nav {
  background-color: white !important;
}
.navbar {
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 5px 15px 0px;
}
.navbar .nav-item {
  color: #bea49a;
  font-weight: 400;
}
.navbar .nav-link {
  color: #000;
  font-weight: 400;
  padding: 8px 10px !important;
}
.navbar .nav-link.active {
  color: #c7623e;
}
.navbar .top-menu {
  display: flex;
  gap: 10px;
}
.navbar .top-btn {
  color: white;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 50px;
  min-width: 130px;
  height: 35px;
  text-align: center;
  padding: 3px 0;
  font-size: 15px;
  font-weight: 300;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .top-btn img {
  vertical-align: middle;
  margin-right: 2px;
  width: 30px;
  height: 30px;
}
.navbar .top-btn:hover {
  opacity: 0.5;
  /* เพิ่มเอฟเฟกต์ hover */
}
.dropdown-menu .nav-link {
  color: #6c757d;
}
@media (min-width: 425px) and (max-width: 767px) {
  .top-btn {
    min-width: 120px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .top-btn {
    min-width: 110px !important;
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .top-btn {
    min-width: 90px !important;
    font-size: 9px !important;
  }
}
/*.navbar.main-nav {
	border-top: 1px solid #725046;
}*/
.btn-burger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 10px;
}
.btn-burger.white .bar {
  background-color: #6c757d;
}
.btn-burger.dark .bar {
  background-color: black;
}
.btn-burger .bar {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}
.btn-burger:focus .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.btn-burger:focus .bar:nth-child(2) {
  opacity: 0;
}
.btn-burger:focus .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.item-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #3c261d;
}
.item-highlight img {
  border: 2px solid transparent;
  border-radius: 2px;
  margin-bottom: 5px;
}
.item-highlight:hover img {
  border-color: #d3705b;
}
.item-highlight:hover span {
  color: #d3705b;
}
.navbar-brand {
  /*margin-right: 80px;
	margin-top: -15px;
	height: 90px;
	margin-bottom: -40px;
    width: 100px;*/
  /*	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px; 
	&::before {
		content: "";
		position: absolute;
		width: 20%;
		height: 90px;
		background-color: $background-color_6;
		left: 0;
		top: -17px;
		z-index: -1;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	} */
}
footer {
  font-size: 14px;
  background-color: #f5f5f5;
  color: black;
}
footer .footer-credit {
  padding: 5px 0;
  text-align: center;
  color: white;
  background-color: #e0b76e;
}
footer .footer-heading {
  color: black;
  font-weight: 400;
}
footer img + .footer-heading {
  display: inline-block;
}
footer .list-group-item {
  background-color: transparent !important;
  border: none;
  padding: 3px 0;
}
footer .list-group-item a {
  color: black;
  text-decoration: none;
}
footer .list-group-item a img {
  width: 30px;
  height: 30px;
}
footer .list-group-item:nth-child(n+2) img {
  margin-left: 10px;
}
.newsletter-section form {
  display: flex;
}
.newsletter-section form button {
  background-color: #f68920 !important;
  border: none;
  border-radius: 50px;
  margin-left: 15px;
  white-space: nowrap;
}
.newsletter-section form input {
  border-radius: 50px;
  border: none;
}
.newsletter-section span + form {
  margin-left: 15px;
}
.newsletter-section span {
  font-weight: 400;
  color: black;
}
.page-banner {
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0 15px;
}
.page-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: -1;
  opacity: 0.5;
}
.page-banner h1 {
  position: relative;
  /* padding-bottom: 10px;
        margin-bottom: 10px; */
  margin: 0;
  padding: 0;
  color: white;
  font-size: 30px;
  text-align: center;
  word-wrap: break-word;
  max-width: 50%;
  line-height: 1.5;
}
.page-banner p {
  color: white;
  font-size: 20px;
  position: relative;
}
.page-banner p:not(:empty):after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  background-color: #dc5a3b;
  width: 70px;
  height: 3px;
  margin: auto;
}
.search-section {
  background-color: #e0b76e;
  padding: 15px 0;
}
.search-section input {
  border: none;
  border-radius: 5px !important;
}
.search-section .fa {
  color: #e0b76e;
}
.search-section button {
  border: none;
  background-color: white !important;
  margin-left: 15px !important;
  border-radius: 5px !important;
  min-width: 50px;
}
.search-section .form-control {
  font-weight: 400;
}
.sty-border {
  border: 1px solid #e7e7e7;
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.advance-search {
  padding: 20px;
  height: auto;
  transition: height 0.3s ease;
}
.advance-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 183, 110, 0.25);
  border-color: #e0b76e;
}
.advance-search .avs-btn {
  border: 1px solid gainsboro;
  border-radius: 50px;
  display: inline-block;
  padding-left: 15px;
  display: flex;
  max-width: 190px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-right: none;
  cursor: pointer;
  z-index: 99999;
}
.advance-search .avs-btn .fa {
  border: 1px solid gainsboro;
  border-radius: 50px;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ececec;
}
.advance-search .avs-form {
  display: none;
  justify-content: center;
  padding: 40px 0;
  box-shadow: 0 5px 10px -7px;
  position: relative;
  top: -60px;
  background-color: white;
  z-index: 9999;
}
.advance-search.show {
  height: 82px;
}
.advance-search.show + .sty-border {
  border: none;
}
.advance-search.show .avs-form {
  display: flex;
}
.advance-search.show .avs-btn .fa {
  background-color: white;
}
.advance-search .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.advance-search .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.advance-search .form-select {
  font-weight: 400;
}
.advance-search .text-tit {
  font-weight: 400;
}
.advance-search .sty-btn {
  background: #f68920;
  border: 0;
}
.advance-search .fa-search {
  color: white;
}
.advance-search .form-control {
  font-weight: 400;
}
input::placeholder {
  color: #212529 !important;
}
.character-search p.cs-title {
  font-size: 20px;
  font-weight: 500;
  color: #3a170b;
  text-align: center;
}
.character-search .cs-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  background-color: #ffeaea;
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
}
.character-search .cs-btn.active {
  background-color: #fe9393;
}
.character-search .cs-btn:hover {
  background-color: #fe9393;
}
.blog-item {
  border: none;
  cursor: pointer;
}
.blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  transition: opacity 0.3s ease;
}
.blog-item .blog-cover:hover {
  opacity: 0.5;
}
.blog-item .blog-title, .blog-item .blog-date {
  padding: 15px;
}
.blog-item .blog-date {
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
}
.blog-item .blog-date:before {
  content: "";
  width: 40px;
  height: 2px;
  top: 55px;
  left: 15px;
  background-color: #f68920;
  position: absolute;
}
.blog-item .blog-title {
  text-decoration: none;
  color: #483a33;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 87px;
}
.blog-item.exhibition-item .blog-cover {
  border-radius: 0;
}
.blog-item.exhibition-item .blog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 16px;
  color: black;
  border-left: 6px solid #eb5532;
  height: auto;
  padding: 10px 10px;
}
.sty-top {
  margin-top: 5rem !important;
}
@media (max-width: 576px) {
  .blog-item.exhibition-item .blog-title {
    font-size: 13px !important;
  }
  .page-banner h1 {
    max-width: 100%;
    font-size: 25px;
  }
  .page-banner p {
    font-size: 18px;
  }
  .button-container {
    width: 70% !important;
  }
  .advance-search .btn-close {
    top: 25px;
  }
  .sty-mar-top {
    margin-top: 0px;
  }
  .character-search .cs-btn {
    margin-bottom: 10px;
  }
  .sty-top {
    margin-top: 3.5rem !important;
  }
}
.blog-content img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .navbar-nav > .nav-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .nav-item.has-mega {
    position: static !important;
  }
  .nav-item.has-mega a.highlighted + .dropdown-menu {
    display: flex !important;
  }
  .nav-item.has-mega .nav-item.level-2 > .nav-link {
    font-weight: 500;
  }
  .nav-item.has-mega .scroll-down {
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nav-item.has-mega .scroll-up {
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nav-item.has-mega > .dropdown-menu {
    user-select: none;
    background-color: white;
    width: 100% !important;
    max-width: 1320px !important;
    border-radius: 0;
    border: none;
    left: 0;
    right: 0;
    margin: auto !important;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .nav-item.has-mega > .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: white;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    max-width: 1920px;
    z-index: -1;
    box-shadow: 0px 0px 5px 0px;
  }
  .nav-item.has-mega > .dropdown-menu .sub-arrow {
    display: none;
  }
  .nav-item.has-mega > .dropdown-menu .nav-link {
    color: #222;
    width: fit-content;
  }
  .nav-item.has-mega > .dropdown-menu > .nav-item {
    flex: 0 0 auto;
  }
  .nav-item.has-mega > .dropdown-menu .dropdown-menu {
    display: block !important;
    position: static;
    margin: 0 !important;
    background: white;
    max-width: 100% !important;
    width: 100%;
    padding: 0 0 0 15px;
    border: none;
  }
  .nav-item.has-mega > .dropdown-menu .dropdown-menu .nav-link {
    padding: 0;
    font-size: 14px;
  }
  .nav-item.has-mega .nav-item:not(.level-1) .nav-link > span {
    text-transform: uppercase;
    transition: all 0.8s;
    background-color: transparent !important;
  }
  .nav-item.has-mega .nav-item:not(.level-1) .nav-link.hover > span {
    transition: unset !important;
    background-color: black !important;
    color: white !important;
  }
  .nav-item.has-mega.mega-cols-1 > .dropdown-menu > .nav-item {
    width: 100%;
  }
  .nav-item.has-mega.mega-cols-2 > .dropdown-menu > .nav-item {
    width: 50%;
  }
  .nav-item.has-mega.mega-cols-3 > .dropdown-menu > .nav-item {
    width: 33.3333333333%;
  }
  .nav-item.has-mega.mega-cols-4 > .dropdown-menu > .nav-item {
    width: 25%;
  }
  .nav-item.has-mega.mega-cols-5 > .dropdown-menu > .nav-item {
    width: 20%;
  }
  .nav-item.has-mega.mega-cols-6 > .dropdown-menu > .nav-item {
    width: 16.6666666667%;
  }
  .nav-item.has-mega.mega-cols-7 > .dropdown-menu > .nav-item {
    width: 14.2857142857%;
  }
  .nav-item.has-mega.mega-cols-8 > .dropdown-menu > .nav-item {
    width: 12.5%;
  }
  .nav-item.has-mega.mega-cols-9 > .dropdown-menu > .nav-item {
    width: 11.1111111111%;
  }
  .nav-item.has-mega.mega-cols-10 > .dropdown-menu > .nav-item {
    width: 10%;
  }
  .nav-item.has-mega.mega-cols-11 > .dropdown-menu > .nav-item {
    width: 9.0909090909%;
  }
  .nav-item.has-mega.mega-cols-12 > .dropdown-menu > .nav-item {
    width: 8.3333333333%;
  }
}
@media (min-width: 1921px) {
  .nav-item.has-mega > .dropdown-menu:after {
    margin-left: auto !important;
    left: calc((-1920px/2) + 50%) !important;
  }
}
@media screen and (max-width: 1539px) {
  .navbar-brand:before {
    width: 17%;
  }
}
@media screen and (max-width: 1399px) {
  .navbar-brand:before {
    top: -18px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-brand:before {
    top: -25px;
    width: 20%;
  }
  .locale-container .custom-select {
    top: 0 !important;
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand:before {
    width: 22%;
  }
}
.custom-nav .nav-link {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.custom-nav .nav-link:hover {
  color: #f68920;
}
.custom-nav .nav-link:hover .link-icon.prefix {
  filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(1805%) hue-rotate(338deg) brightness(102%) contrast(102%);
}
.custom-nav .nav-item.level-1.active > .nav-link {
  color: #f68920;
}
.custom-nav .nav-item.level-1.active > .nav-link:hover, .custom-nav .nav-item.level-2.active > .nav-link:hover {
  opacity: 1;
}
.tricks .card-body {
  transition: transform 0.3s ease;
}
.tricks .card-body:hover {
  transform: scale(1.05);
  z-index: 999;
}
.gap-heading {
  margin-bottom: 5px;
}
/*.gap-ims{
    margin-bottom: 25px;   
}*/
/*.top-nav-container {
     padding-right: 40px;   
}*/
.locale-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.locale-container .custom-select {
  /*position: absolute;
          top: -113px;
          right: 0;*/
}
.custom-select .dropdown-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.custom-select .dropdown-toggle::after {
  display: none;
}
.custom-select .dropdown-menu {
  padding: 0px;
  --bs-dropdown-min-width: 0;
}
.custom-select .dropdown-menu a {
  width: 100%;
  text-align: start;
}
.custom-select .dropdown-item:hover {
  border-radius: 5px;
  background-color: transparent;
  color: black;
}
.logo-country {
  width: 30px;
  height: 30px;
}
.main-logo {
  width: 160px;
  height: auto;
}
.footer-logo {
  height: 55px;
}
.navbar-custom-height {
  height: 70px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
.custom-home {
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.subscribe {
  display: block;
  width: 70%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 576px) {
  /* .gap-ims{
    margin-bottom: 20px;   
}*/
  .subscribe {
    width: 60%;
  }
  .size-text {
    font-size: 14px !important;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .subscribe {
    width: 75%;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .subscribe {
    width: 71%;
  }
}
.custom-btn {
  background-color: #dc5a3b;
  color: white;
}
.custom-btn2 {
  background-color: #dc5a3b;
  color: white;
  position: absolute;
  margin-top: 5px;
}
.custom-margin {
  margin-bottom: 2rem !important;
}
.footer-menu .nav-link {
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.footer-menu .nav-link:hover {
  opacity: 0.5;
  color: #f68920;
}
.footer-menu .active .nav-link {
  color: #f68920;
}
@media (max-width: 576px) {
  .custom-margin {
    margin-bottom: 0 !important;
  }
  .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .footer-menu .list-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer-menu .list-group-item {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
  }
  .footer-menu .list-group-item:nth-child(1), .footer-menu .list-group-item:nth-child(2) {
    display: none;
  }
  .footer-menu .list-group-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    height: 17px;
    width: 1px;
    background-color: #bea49a;
  }
  .footer-menu .list-group-item:last-child:after {
    display: none;
  }
  .footer-menu .list-group-item a {
    display: block;
    padding: 0 13px;
  }
}
.section-font {
  font-size: 16px;
}
.secondary-font {
  font-size: 14px;
}
@media (max-width: 576px) {
  footer {
    font-size: 14px;
  }
  .footer-credit {
    font-size: 10px;
  }
  .section-font {
    font-size: 15px;
  }
}
.home-font {
  font-size: 22px;
  margin: 22px 0;
}
.slide-main .swiper-button-prev, .slide-main .swiper-button-next {
  color: white;
}
.slide-main .swiper-button-prev:after {
  font-size: 35px;
}
.slide-main .swiper-button-next:after {
  font-size: 35px;
}
@media (max-width: 576px) {
  .slide-main .swiper-button-prev:after {
    font-size: 20px;
  }
  .slide-main .swiper-button-next:after {
    font-size: 20px;
  }
}
.icon-transition {
  transition: opacity 0.3s ease;
}
.icon-transition:hover {
  opacity: 0.5;
}
.fa-search {
  color: #6c757d;
}
.blog-item2 {
  border: none;
  cursor: pointer;
}
.blog-item2 .blog-cover {
  position: relative;
  padding-top: 133%;
  background-size: cover;
  transition: opacity 0.3s ease;
  border-radius: 0;
}
.blog-item2 .blog-title-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-item2 .blog-cover:hover .blog-title-overlay {
  opacity: 1;
}
.blog-item2 .blog-title, .blog-item2 .blog-date {
  padding: 15px;
}
.blog-item2 .blog-date {
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
}
.blog-item2 .blog-date:before {
  content: "";
  width: 40px;
  height: 2px;
  top: 55px;
  left: 15px;
  background-color: #f68920;
  position: absolute;
}
.blog-item2 .blog-title {
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
.blog-item2.exhibition-item .blog-cover {
  border-radius: 0;
}
.blog-item2.exhibition-item .blog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 16px;
  color: black;
  border-left: 6px solid #eb5532;
  height: auto;
  padding: 10px 10px;
}
@media (min-width: 425px) and (max-width: 767px) {
  .custom-btn2 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .custom-btn2 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .custom-btn2 {
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
  }
}
.font-details {
  font-size: 16px;
  text-align: center;
}
.icon-img {
  width: 30px;
  height: 30px;
}
.product-item .product-cover {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.product-item .product-cover:hover {
  opacity: 0.5;
}
.header-icone {
  width: 300px;
}
.sty-col .col-2 {
  padding: 0 !important;
}
.custom-margin {
  margin: 25px;
}
.padding-Search {
  padding-right: 40px;
}
@media (max-width: 576px) {
  .header-icone {
    width: 200px;
  }
  .custom-margin {
    margin: 15px;
  }
  .padding-Search {
    padding-right: 8px;
  }
}
.link-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  background-size: 40px;
  vertical-align: middle;
}
.nav-item.active .link-icon {
  background-position: -20px;
}
.sty-border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.pagination {
  list-style: none;
  padding-left: 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-btn a, .pagination .page-btn-left a, .pagination .page-number a, .pagination .page-number.active span {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  background-color: white;
  transition: background-color 0.3s;
}
.pagination .page-btn-left {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.pagination .page-btn {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pagination .page-number {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pagination .page-number.active span {
  color: white;
  background-color: #e0b76e;
  border-color: #e0b76e;
}
.pagination .page-number.active a {
  color: white;
  background-color: #e0b76e;
  border-color: #e0b76e;
}
.pagination .page-btn-left a:hover, .pagination .page-number a:hover, .pagination .page-btn a:hover {
  background-color: #ccc;
}
.dots {
  padding: 8px 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .width-col {
    width: 19.666667% !important;
  }
}
@media (max-width: 576px) {
  .pagination {
    padding-top: 15px;
  }
  .pagination .page-btn a, .pagination .page-btn-left a, .pagination .page-number a, .pagination .page-number.active span {
    padding: 8px 5px;
  }
}
.alert-warning {
  --bs-alert-color: #ffff;
  --bs-alert-bg: #358bcb;
  --bs-alert-border-color: #358bcb;
}
.custom-a {
  text-decoration: none !important;
  color: #000 !important;
}
.skeleton-title {
  width: 70%;
  height: 24px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.skeleton-text {
  width: 100%;
  height: 16px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.skeleton-text.short {
  width: 80%;
}
.skeleton-button {
  width: 100px;
  height: 40px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 5px;
}
.skeleton-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 5px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.img-Search {
  background-size: cover;
  background-position: center;
  padding-top: 115%;
  max-width: 90%;
  width: 100%;
}
.bnt-cyclopedia {
  background-color: #f68920;
  color: white;
}
.blog-item3 {
  border: none;
  cursor: pointer;
}
.blog-item3 .blog-cover {
  position: relative;
  padding-top: 100%;
  background-size: cover;
  transition: opacity 0.3s ease;
  border-radius: 0.375rem;
}
.color-text {
  color: #e0b76e;
}
.info-bottom {
  margin-bottom: 0.5rem;
}
.search-page .form-select:focus {
  border-color: #e0b76e;
  box-shadow: none;
}

.navbar-nav .nav-item {
  position: relative;
}
.cover, .product-cover {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.multi-elipsis, .product-item .card-title {
  position: relative;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
  color: #212121;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
button.out-of-stock {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #0000003d;
  color: white;
  border: none;
}
.product-detail .boxaddtocart button {
  background-color: #eb5532;
  color: white;
  border-radius: 50px;
}
.breadcrumb * {
  color: #222;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:first-child:before {
  display: none;
}
.breadcrumb .breadcrumb-item:before {
  content: ">";
}
.lg-outer, .lg-backdrop {
  z-index: 99999 !important;
}
.account {
  color: white;
  text-decoration: none;
}
.menu-right .account {
  color: white;
}
.sidebar .account {
  color: #222;
}
.sidebar .locale-container .dropdown-toggle {
  padding: 0;
}
.sidebar .locale-container .dropdown-menu {
  border: 1px solid;
  padding: 0;
  left: 0;
  right: auto;
}
.nice-number {
  border: 1px solid gainsboro;
  border-radius: 5px;
}
.nice-number button {
  border: none;
  background: transparent;
  font-size: 12px;
}
.nice-number input {
  border: none;
}
.product-description {
  white-space: pre-wrap;
}
.product-item {
  border: 1px solid gainsboro;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 10px;
}
.product-item:hover .product-link {
  opacity: 0.3;
}
.product-item:hover .cart-btn {
  transform: scale(1);
}
.product-item .price {
  font-weight: 500;
}
.product-item .price-prepare {
  text-decoration: line-through;
  color: #ccc;
  font-size: 14px;
}
.product-item .card-title {
  font-size: 16px;
}
.product-item .card-title a {
  color: #222;
  text-decoration: none;
}
.product-item .product-cover-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.product-item .product-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all 0.3s;
}
.product-item .cart-btn {
  background-color: #e85533;
  color: white;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 14px;
  margin-left: -16px;
}
.product-item .cart-btn .fa {
  color: white;
}
.product-item .cart-btn img {
  margin-right: 5px;
}
h1.showroom-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.product-sidebar {
  position: fixed;
  right: 0;
  top: 25vh;
  width: auto;
  z-index: 9;
  background-color: #39170b;
  color: white;
  padding: 5px 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.categoryFilter-portal {
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 15px;
}
.categoryFilter-portal .list-group-item {
  border: none;
  padding: 0;
  line-height: 30px;
}
.categoryFilter-portal .list-group-item label {
  font-weight: 400;
}
.price-length-container {
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
}
.price-length-container h5 {
  margin-bottom: 15px;
}
.price-length-container input {
  border-radius: 50px !important;
}
.price-length-container .input-group-text {
  background: transparent;
  border: none;
}
.price-length-container .input-group-append {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.price-length-container .input-group-append button {
  background-color: #e85533;
  color: white;
  border: none;
  border-radius: 50px;
}
.swatch-panel {
  margin-bottom: 15px;
}
.swatch-panel .list-group {
  display: flex;
  flex-direction: row;
}
.swatch-panel .list-group .list-group-item {
  border-radius: 10px;
  border: 1px solid;
  margin-right: 5px;
  cursor: pointer;
}
.swatch-panel .list-group .list-group-item.active {
  background-color: #348bcb;
}
.addcart-success .modal-dialog {
  margin-top: 30vh;
}
