/* Kalameh */
@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Thin.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Thin.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraLight.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraLight.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Light.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Light.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Regular.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Regular.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Medium.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Medium.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-SemiBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-SemiBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Bold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Bold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: normal;
}


/* base  */

:root {
  --color1: #D8B47C;
  --color2: #F34A72;
  --back: #FFFDFB;
  --font1: 'Kalameh';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* navbar */

.navbar-main {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-main.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 0px 6px 0px #11100f1c;
  box-shadow: 0px 0px 30px 32px #0000001c inset;
}

.navbar-ads {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #D8B47C;
  color: #fff;
  height: 45px;
  direction: ltr;
}

.navbar-ads-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  flex-shrink: 0;
  animation: navbar-scroll-left calc(38s * 1.4) linear infinite;
}

.navbar-ads-item {
  min-width: 350px;
  text-align: center;
  font-size: 12px;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-around;
  user-select: none;
}

.navbar-ads-item::after {
  content: '';
  background: #fff;
  display: block;
  border-radius: 10px;
  width: 6px;
  height: 6px;
}

@keyframes navbar-scroll-left {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.navbar-custom {
  height: 45px;
  padding: 0;
  background: #d8b47c59;
  border-bottom: 1px solid #ffffff30;
  border-top: 1px solid #ffffff30;
  backdrop-filter: blur(12px);
}

.navbar-fill {
  height: 90px;
  background: #d8b47c61;
}

.navbar-logo img {
  width: auto;
  height: 28px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 13px;
  color: #fff;
}

.nav-item a:hover {
  color: #111111a8 !important;
}

.nav-item.dropdown {
  margin-top: -2px;
}

.navbar-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn:hover {
  color: var(--color1);
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  width: 100%;
}

.navbar-btn-badge {
  background: var(--color1);
  width: 14px;
  height: 14px;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}


.navbar-search {
  position: relative;
}


.navbar-search-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  transition: 0.3s;
  position: relative;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.navbar-search-btn:hover {
  color: var(--color1);
}

.navbar-search-form {
  position: absolute;
  left: 0;
  top: 42px;
  display: flex;
  height: 38px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 6px 0px #11100f1c;
  border-radius: 30px;
  overflow: hidden;
  background: #d8b47cbf;
  border: 1px solid #ffffff30;
  width: 280px;
}

.navbar-search-form.active {
  visibility: visible;
  opacity: 1;
}

.navbar-search-form button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.navbar-search-form input::placeholder {
  color: #fff;
}

.navbar-search-form input {
  font-size: 14px;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
}


/* suggest */

.search-suggest {
  position: absolute;
  width: 100%;
  top: 42px;
  right: 0;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #aaaaaa4a;
  border-radius: 22px;
  z-index: 99;
}

.search-suggest-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.search-suggest-item:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.search-suggest-item:last-child {
  margin-bottom: 0;
}

.search-suggest-item {
  display: flex;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 15px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 5px;
}

.search-suggest-title {
  color: #707070;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 600;
}

.search-suggest-price-body {
  display: flex;
  align-items: end;
  margin-top: 10px;
  color: #707070;
  gap: 10px;
}

.search-suggest-btn:hover {
  background: var(--color2);
  color: #fff;
}

.search-suggest-btn {
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border-radius: 35px;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}

.search-suggest-price-main {
  font-weight: bold;
  font-size: 14px;
}

.search-suggest-price-before {
  text-decoration: line-through;
  font-size: 12px;
}

.search-suggest-inner {
  width: 100%;
}

/* responsive navbar*/

@media (max-width:767.5px) {

  .navbar-ads {
    height: 31px;
  }

  .navbar-ads-item {
    min-width: 200px;
    font-size: 10px;
  }

  .navbar-main.fixed {}

  .navbar-fill {
    height: 70px;
  }

  .navbar-custom {
    padding: 5px 0;
    backdrop-filter: unset;
    height: auto;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 26px;
  }

  .navbar-btn {
    font-size: 18px;
  }

  .navbar-btn:hover {
    color: #000;
  }

  .navbar-search-btn:hover {
    color: #000;
  }

  .nav-item a:hover {
    color: #000 !important;
  }


  .navbar-search {
    position: static;
  }

  .navbar-search-btn {
    font-size: 18px;
  }

  .navbar-search-form {
    top: 38px;
    height: 36px;
    width: 100%;
    right: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff30;
  }

  .navbar-search-form input {
    font-size: 12px;
  }

  .navbar-search-form button {
    font-size: 18px;
  }

  .search-suggest {
    top: 32px;
    border-radius: 0;
  }

  .search-suggest-img {
    width: 50px;
    height: 50px;
  }

  .search-suggest-title {
    font-size: 12px;
  }

  .search-suggest-price-body {
    font-size: 13px;
  }

  .search-suggest-btn {
    min-width: 30px;
    height: 30px;
  }

  .search-suggest-price-main {
    font-size: 12px;
  }



}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
    height: 30px;
  }

}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown ul li a:hover {
  color: #000 !important;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  margin-top: 0px;
  min-width: 180px;
  border-radius: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
  box-shadow: 0 0 4px #00000042;
}

.dropdown ul li a {
  color: #444;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: var(--color1);
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 18px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #000 !important;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    margin-left: 5px;
    font-size: 22px;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}


.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 14px !important;
}


/* basket offcanvas - Redesigned */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  top: 0;
  left: 0;
  width: 100%;
  max-width: 380px;
  border-right: none;
  transform: translateX(-100%);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.08);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 0;
  height: 100%;
  overflow: auto;
  background: #fafbfc;
}

.offcanvas-head {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  border-radius: 0 20px 0 0;
}

.offcanvas-footer {
  padding: 20px 24px 24px;
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.02);
}

.offcanvas-close {
  background: #f5f5f7;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.offcanvas-close:hover {
  background: #e8e8ec;
  color: #000;
  transform: rotate(90deg);
}

.basket-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid #f0f2f5;
  transition: all 0.2s ease;
  position: relative;
}

.basket-item:hover {
  background: #fefefe;
}

.basket-item:first-child {
  padding-top: 20px;
}

.basket-item-off {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #d11b32;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 28px;
}

.basket-item-counter {
  font-size: 14px;
  font-weight: bold;
  color: var(--color1);
}

.basket-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.basket-total-title {
  font-size: 16px;
  font-weight: 500;
  color: #5a5c6e;
}

.basket-item-img {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: contain;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.basket-item-img:hover {
  transform: scale(1.02);
}

.basket-item-info {
  flex: 1;
  white-space: normal;
}

.basket-item-count {
  margin-top: 10px;
  display: flex;
  align-items: end;
  gap: 5px;
  flex-wrap: wrap;
}

.basket-item-title {
  font-size: 15px;
  font-weight: 500;
  text-wrap: initial;
  color: #1e1f2a;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}

.basket-item-title:hover {
  color: var(--color1);
}

.basket-item-count span {
  color: #000;
  font-size: 15 px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.basket-item-discount {
  color: #9aa0b0 !important;
  text-decoration: line-through;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.basket-link {
  background: #1f1f1f !important;
  border: 1px solid #1f1f1f;
  color: #fff !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0;
  margin-top: 8px;
  transition: all 0.25s ease;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}

.basket-link:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1);
  color: #111 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.offcanvas-title {
  font-weight: 600;
  color: #111;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.3px;
}

.basket-total-price {
  display: flex;
  align-items: baseline;
}

.basket-total-price .basket-item-count {
  margin-top: 0;
  align-items: baseline;
}

.basket-total-price .basket-item-count span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

body:not([dir="ltr"]) .offcanvas.show {
  transform: none;
}

body:not([dir="ltr"]) .offcanvas-close:hover {
  transform: rotate(-90deg);
}

.offcanvas-body::-webkit-scrollbar {
  width: 4px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #f1f1f3;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #cbd0db;
  border-radius: 10px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}


@media (max-width:767px) {
  .offcanvas-title {
    font-size: 14px;
  }

  .basket-total-price .basket-item-count span {
    font-size: 16px;
  }

  .basket-total-title {
    font-size: 14px;
  }

  .basket-link {
    height: 38px;
    font-size: 14px;
    margin-top: 0;
  }

  .offcanvas-head {
    padding: 11px 15px;
  }

  .offcanvas-footer {
    padding: 15px;
  }

  .basket-item-title {
    font-size: 12px;
  }

  .basket-item-img {
    width: 75px;
    height: 75px;
  }

  .basket-item-count span {
    font-size: 14px;
  }

  .basket-item-count {
    gap: 0;
    font-size: 12px;
  }

  .basket-total {
    margin-bottom: 10px;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 16px;
    text-align: center;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    font-size: 13px;
  }

  .phone-number.form-control {
    font-size: 14px;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 12px;
  }
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.product-add-btn2,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.product-add-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 42px;
  padding: 10px 24px;
  background: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 6px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(112, 112, 112, 0.22);
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.product-add-btn2:hover,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.product-add-btn2:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #111;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
  transition: 0.3s;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}


.swiper-button-disabled {
  opacity: 0 !important;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
    display: none;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
    display: none;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px;
  }
}

/* animate */

.shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 3s infinite;
  animation: shimmer 3s infinite
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}

@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}


.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* inner */


.home-wrap-1-item {
  background-size: cover;
  background-position: center;
  height: 630px;
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.home-wrap-1-inner {
  width: max-content;
  max-width: 65%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.home-wrap-1-en {
  font-size: 47px;
  background: linear-gradient(180deg, #717071 0%, #70707000 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  line-height: 1;
  direction: ltr;
  margin-bottom: -35px;
}

.home-wrap-1-title {
  font-size: 38px;
  font-weight: 400;
  color: #707070;
}

.home-wrap-1-text {
  font-size: 17px;
  color: #707070;
}

.home-wrap-1-btn-body {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}

.home-wrap-1-btn {
  background-color: #d9d9d942;
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3f3f3a3;
  border-radius: 8px;
  color: #707070 !important;
  position: relative;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: #d9d9d9ab;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-top: 15px;
}

.home-wrap-2-img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.home-wrap-2-title {
  color: #707070;
  font-size: 20px;
  font-weight: 600;
}

.home-wrap-2-en {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111111;
  opacity: 0.5;
  direction: ltr;
  transition: 0.3s;
  gap: 5px;
}

.home-wrap-2-en::after {
  content: '\e81b';
  font-family: "raya-icon";
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

.home-wrap-2-item:hover .home-wrap-2-en {
  opacity: 1;
}

.home-wrap-3 {
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  position: relative;
  padding: 45px 0;
}

.home-wrap-3-box {
  background: #d9d9d93d;
  padding: 40px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff40;
}

.home-wrap-3-info {
  text-align: center;
}

.home-wrap-3-en {
  font-size: 24px;
  background: linear-gradient(180deg, #ffffffe0 0%, #99999900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  line-height: 1;
  direction: ltr;
  margin-bottom: -10px;
}

.home-wrap-3-title {
  font-size: 20px;
  color: #fff;
}

.home-wrap-3-text {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}


.home-wrap-3-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  display: grid;
  margin-top: 30px;
}

.select2-dropdown {
  background-color: #00000057;
  border: 1px solid #ffffff40;
  backdrop-filter: blur(6px);
  color: #fff;
}

.select2-search--dropdown .select2-search__field {
  background: #ffffff4d;
  outline-color: var(--color1);
  outline-offset: 0px;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
}

li.select2-results__option.select2-results__message {
  text-align: center;
  font-size: 14px;
}

.select2-selection--single {
  height: 50px !important;
  line-height: 50px;
}

.select2-selection--single .select2-selection__arrow b::before {
  font-family: "raya-icon";
  content: '\f107';
}

.select2-selection--single .select2-selection__arrow b {
  color: #fff;
  left: 10px;
  top: 0;
  position: absolute;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
}

.select-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0000001f;
}

.select-wrapper {
  display: flex;
  align-items: center;
  background: #d9d9d947;
  border: 1px solid #d9d9d945;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

.select-icon {
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
}

.select-submit {
  background: #fff;
  color: var(--color1);
  border-radius: 5px;
  font-weight: 600;
  transition: 0.5s;
  border: 0;
}

.select-submit:hover {
  background: var(--color1);
  color: #fff;
}

.home-wrap-4 {
  overflow: hidden;
  padding-left: 60px;
  margin-top: 80px;
}

.home-wrap-4-box {
  background: #F9F1E1;
  border-radius: 5px 0 0 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  justify-content: center;
  gap: 50px;
}

.home-wrap-4-static {
  text-align: center;
}

.home-wrap-4-en {
  font-size: 36px;
  background: linear-gradient(180deg, #B7B7B7 0%, #725f410a 71%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  line-height: 1;
  direction: ltr;
  margin-bottom: -15px;
}

.home-wrap-4-en-2 {
  font-size: 46px;
  background: linear-gradient(180deg, #B7B7B7 0%, #725f412e 71%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  line-height: 1;
  direction: ltr;
}

.home-wrap-4-title {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

.expire-date {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 8px;
}

.expire-date-col {
  text-align: center;
}

.expire-date-col div {
  width: 49px;
  height: 44px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #0000002e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: var(--color2);
}

.expire-date-col span {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}








.card-product {
  background: #fff;
  padding: 20px;
  display: block;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 0 6px #00000008;
}

.card-product:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-product-img-body {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product:hover .card-product-img {
  transform: scale(1.05);
}

.card-product-like {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #111111;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 1;
}

.card-product-like:hover {
  color: #666;
}

.card-product-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.card-product-info {
  width: 100%;
}

.card-product-save {
  color: var(--color1);
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
  border: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}

.card-product-save i:before {
  margin: 0;
}

.card-product-save:hover,
.card-product-save.is-active {
  color: #f64670;
}

.card-product-save:disabled {
  cursor: wait;
  opacity: 0.6;
}

.card-product-title {
  color: #111;
  font-size: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%;
}

.card-product-title-en {
  font-size: 12px;
  color: #111;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.card-product-price-discount {
  background: var(--color2);
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  border-radius: 5px;
}

.card-product-price-main {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.card-product-price-before {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.card-product-end {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
}

.card-product-btn {
  width: 20px;
  height: 20px;
  background: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding-right: 1px;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: #707070;
  color: #fff;
}


.progress {
  height: 5px;
  background: #f34a7238;
  margin-top: 10px;
}

.progress-bar {
  background: var(--color2);
  border-radius: 10px;
}


.home-wrap-5 {
  overflow: hidden;
  direction: ltr;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 10px #57565638;
  margin-top: 60px;
  padding: 15px 0;
}

.home-wrap-5-track {
  display: flex;
  width: max-content;
  min-width: max-content;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  flex-shrink: 0;
  animation: scroll-left var(--brand-scroll-duration, 72s) linear infinite;
}

.home-wrap-5-track:hover {
  animation-play-state: paused;
}

.home-wrap-5-item {
  min-width: 150px;
  text-align: center;
  direction: rtl;
  cursor: pointer;
  transition: 0.3s;
}

.home-wrap-5-img {
  height: 135px;
  width: 100%;
  object-fit: contain;
}

.home-wrap-5-title {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  backdrop-filter: blur(8px);
  z-index: 1;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  background: #292d3233;
  border-radius: 20px 0 0 20px;
}


@keyframes scroll-left {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.home-wrap-center {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.home-wrap-en {
  font-size: 25px;
  background: linear-gradient(180deg, #B7B7B7 0%, #725f412e 71%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  line-height: 1;
  direction: ltr;
  margin-bottom: -10px;
}

.home-wrap-title {
  color: #707070;
  font-weight: 300;
  font-size: 18px;
}

.home-wrap-7 {
  background: #E8E8E8;
  margin-top: 60px;
  padding: 40px;
  color: #8A7E87;
}

.home-wrap-7-item {
  text-align: center;
}

.home-wrap-7-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.home-wrap-7-en {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.home-wrap-7-title {
  font-size: 14px;
  font-weight: 300;
}

.home-wrap-7-text {
  font-size: 12px;
  font-weight: 200;
}

.home-wrap-8 {
  background-size: cover;
  background-position: center;
  min-height: 180px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.home-wrap-8::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  backdrop-filter: blur(5px);
}

.home-wrap-8-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.home-wrap-8-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 62px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  width: 100%;
  max-width: 400px;
  transition: 0.3s;
  margin: auto 0;
}

.home-wrap-8-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-9 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
  margin-top: 20px;
  overflow: hidden;
  padding: 0 20px;
}

.home-wrap-9-item {
  background-size: cover;
  background-position: center;
  height: 396px;
  display: flex;
  align-items: center;
  padding: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}


.home-wrap-9-item:last-child {
  justify-content: end;
}

.home-wrap-9-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #00000036;
}


.home-wrap-9-inner {
  max-width: 52%;
}

.home-wrap-9-en {
  font-size: 24px;
  font-weight: 500;
}

.home-wrap-9-title {
  font-size: 20px;
}

.home-wrap-9-text {
  font-size: 15px;
  font-weight: 300;
}

.home-wrap-9-btn {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;
}

.home-wrap-9-btn:hover {
  background: #fff;
  color: #000;
}


.home-wrap-11::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #00000036;
  z-index: -1;
}

.home-wrap-11 {
  min-height: 450px;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-position: center;
  background-size: cover;
  gap: 5px;
  color: #fff;
  user-select: none;
}

.home-wrap-11-inner {
  max-width: 50%;
  margin-right: auto;
}

.home-wrap-11-title-en {
  font-size: 38px;
  background: linear-gradient(180deg, #FFFFFF 0%, #99999900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  line-height: 1;
  direction: ltr;
  letter-spacing: 4px;
  word-spacing: 6px;
  margin-bottom: -25px;
}

.home-wrap-11-title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
}

.home-wrap-11-text {
  font-size: 18px;
  font-weight: 300;
}

.home-wrap-11-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #fff;
  color: #fff;
  gap: 15px;
  padding: 15px;
  margin-top: 15px;
  transition: 0.5s;
  border-radius: 5px;
}

.home-wrap-11-btn:hover {
  background: #fff;
  color: #000;
}


.home-wrap-11-btn:hover img {
  filter: invert(1);
}

.home-wrap-12 {
  margin-top: 60px;
}

.home-wrap-12-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: center;
  padding-left: 40px;
}

.home-wrap-12-text {
  font-size: 15px;
  font-weight: 300;
  color: #707070;
}

.home-wrap-12-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.home-wrap-12-btn:hover {
  background: transparent;
  color: var(--color1);
}


#load-video {
  height: 425px;
}


video {
  width: 100%;
  height: 100%;
}

.video-item {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.video-item::before {
  content: '';
  background: #C4C4C4;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.video-item::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='65' viewBox='0 0 64 65' fill='none'%3E%3Cpath d='M0 56.8488V8.09884C0 2.05717 6.25816 -1.81783 11.4495 0.865507L59.08 25.2405C64.8943 28.2072 64.9147 36.7238 59.08 39.7113L11.4414 64.0863C6.21337 66.7655 0 62.8613 0 56.8488ZM3.73372 8.09884V56.8488C3.73372 60.028 7.01549 62.078 9.77201 60.6655L57.4106 36.2905C60.5091 34.7072 60.4562 30.2072 57.4146 28.6572L9.77608 4.28217C9.13982 3.95736 8.43307 3.80412 7.72275 3.83695C7.01243 3.86978 6.32206 4.0876 5.717 4.46979C5.11194 4.85198 4.61223 5.38588 4.26516 6.02094C3.9181 6.65601 3.73518 7.37121 3.73372 8.09884Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 65px;
  transition: 0.3s;
  position: absolute;
  cursor: pointer;
}

.video-item:hover::after {
  opacity: 0.7;
}

.video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-info {
  position: absolute;
  bottom: 40px;
  color: #fff;
  text-align: center;
}

.video-title {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 5px;
}

.video-text {
  font-weight: 200;
}

.home-wrap-13 .swiper-4 {
  padding: 10px;
  margin: -10px;
}

.card-blog {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px #07214726;
}

.card-blog-img-body {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.card-blog-img:hover {
  transform: scale(1.05);
}

.card-blog-inner {
  padding: 10px 15px;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.card-blog-title {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 38px;
}

.card-blog-mute {
  color: var(--color1);
  font-size: 12px;
}

/* responsive home*/

@media (max-width:767px) {

  .home-wrap-1-inner {
    max-width: 80%;
  }

  .home-wrap-1-en {
    font-size: 16px;
    margin-bottom: -20px;
  }

  .home-wrap-1-title {
    font-size: 14px;
  }

  .home-wrap-1-text {
    font-size: 12px;
  }

  .home-wrap-1-btn-body {
    gap: 10px;
    margin-top: 0px;
  }

  .home-wrap-1-btn {
    font-size: 12px;
    height: 32px;
  }

  .home-wrap-1-item {
    height: 300px;
  }

  .home-wrap-1-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background: #ffffff40;
    background-image: linear-gradient(90deg, #ffffff00 0%, #fff 100%);
  }

  .home-wrap-2-item {
    gap: 5px;
    margin-top: 5px;
  }

  .home-wrap-2-img {
    height: 65px;
  }

  .home-wrap-2-title {
    font-size: 10px;
  }

  .home-wrap-2-en {
    font-size: 8px;
    gap: 2px;
  }

  .home-wrap-2 .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .home-wrap-2 .col-4 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-wrap-2-en::after {
    font-size: 10px;
  }

  .home-wrap-3 {
    margin-top: 20px;
    padding: 20px 0;
  }

  .home-wrap-3-box {
    padding: 20px;
  }

  .home-wrap-3-en {
    font-size: 16px;
  }

  .home-wrap-3-title {
    font-size: 14px;
  }

  .home-wrap-3-text {
    font-size: 12px;
  }

  .home-wrap-3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .select-wrapper {
    height: 36px;
    font-size: 12px;
  }

  .select-icon {
    right: 5px;
    width: 18px;
    height: 18px;
  }

  .select2-dropdown {
    font-size: 12px;
  }

  .select2-search--dropdown .select2-search__field {
    padding: 4px 10px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
  }

  .select-submit {
    font-size: 12px;
    height: 36px;
  }

  .select-submit:last-child {
    grid-column: 1 / 3;
    width: 100%;
    justify-self: center;
  }

  .home-wrap-4 {
    margin-top: 20px;
    padding: 0 15px;
  }

  .home-wrap-4-box {
    padding: 10px;
    padding-top: 15px;
    border-radius: 5px;
    gap: 10px;
    margin-bottom: 15px;
    height: auto;
  }

  .home-wrap-4-en {
    font-size: 24px;
    margin-bottom: -5px;
  }

  .home-wrap-4-en-2 {
    font-size: 26px;
  }

  .home-wrap-4-title {
    font-size: 14px;
    margin-top: 5px;
  }

  .expire-date-col div {
    width: 34px;
    height: 30px;
    font-size: 14px;
  }

  .expire-date-col span {
    font-size: 10px;
  }

  .card-product-img-body {
    height: 140px;
  }

  .card-product {
    padding: 10px;
  }

  .card-product-save {
    font-size: 15px;
  }

  .card-product-price-discount {
    padding: 0px 5px;
    font-size: 10px;
  }

  .card-product-title {
    font-size: 12px;
  }

  .card-product-end {
    margin-top: 10px;
  }

  .card-product-price-main {
    font-size: 12px;
  }

  .card-product-price-before {
    font-size: 12px;
  }

  .card-product-btn {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .home-wrap-5 {
    margin-top: 20px;
    padding: 10px 0;
  }

  .home-wrap-5-item {
    min-width: 100px;
  }

  .home-wrap-5-img {
    height: 55px;
  }


  .home-wrap-5-track {
    min-width: max-content;
  }

  .home-wrap-5-title {
    width: 35%;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 12px 0 0 12px;
  }

  .home-wrap-center {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .home-wrap-en {
    font-size: 16px;
    margin-bottom: -5px;
  }

  .home-wrap-title {
    font-size: 14px;
  }


  .home-wrap-7 {
    margin-top: 30px;
    padding: 10px 0;
  }

  .home-wrap-7-item {
    padding: 10px 0;
  }

  .home-wrap-7-icon {
    width: 40px;
    height: 40px;
  }

  .home-wrap-7-en {
    font-size: 10px;
  }

  .home-wrap-7-title {
    font-size: 12px;
  }

  .home-wrap-7-text {
    font-size: 10px;
  }

  .home-wrap-8 {
    padding: 20px 0;
    min-height: auto;
  }

  .home-wrap-8-title {
    font-size: 14px;
  }

  .home-wrap-8-text {
    font-size: 12px;
  }

  .home-wrap-8-btn {
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }

  .home-wrap-9 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 15px;
    padding: 0;
  }

  .home-wrap-9-inner {
    max-width: 100%;
  }

  .home-wrap-9-item {
    border-radius: 0 !important;
    height: auto;
    padding: 20px;
  }

  .home-wrap-9-en {
    font-size: 14px;
  }

  .home-wrap-9-title {
    font-size: 12px;
  }

  .home-wrap-9-text {
    font-size: 12px;
  }

  .home-wrap-9-inner {
    max-width: 50%;
  }

  .home-wrap-9-btn {
    height: 34px;
    font-size: 12px;
  }

  .home-wrap-11 {
    min-height: auto;
    margin-top: 30px;
    padding: 20px 0;
  }

  .home-wrap-11-inner {
    max-width: 100%;
  }

  .home-wrap-11-title-en {
    font-size: 16px;
    margin-bottom: -10px;
  }

  .home-wrap-11-title {
    font-size: 16px;
  }

  .home-wrap-11-text {
    font-size: 12px;
  }

  .home-wrap-11-btn {
    height: 36px;
    font-size: 12px;
  }

  .home-wrap-11-btn img {
    width: 18px;
  }

  .home-wrap-12 {
    margin-top: 30px;
  }

  .home-wrap-12-inner {
    gap: 10px;
    height: auto;
    padding-left: 0;
  }

  .home-wrap-12-text {
    font-size: 12px;
  }

  .home-wrap-12-btn {
    height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  #load-video {
    height: 200px;
  }

  .video-item::after {
    width: 35px;
    height: 35px;
  }

  .card-blog-img-body {
    height: 110px;
  }

  .card-blog-inner {
    padding: 10px;
  }

  .card-blog-title {
    font-size: 11px;
    height: 33px;
  }

  .card-blog-mute {
    font-size: 10px;
  }

  .card-blog-flex {
    margin-top: 5px;
  }
}

/* footer */
.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #040404;
  z-index: -1;
  opacity: 0.7;
}

.footer {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 382px;
  padding-top: 70px;
  margin-top: 20px;
  z-index: 1;
  margin-top: 80px;
}

.footer-header {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-link {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 100%;
  line-height: 1.5;
  font-weight: 300;
}

.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-app-downloads {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 210px;
  margin-top: 18px;
}

.footer-app-downloads a,
.footer-app-downloads span,
.footer-app-downloads img {
  display: block;
  width: 100%;
}

.footer-app-downloads a {
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s ease, opacity .2s ease;
}

.footer-app-downloads span {
  display: block;
}

.footer-app-downloads a:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #fff;
}

.footer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 100%;
}

.footer-logo {
  height: 59px;
  object-fit: contain;
}

.footer-text {
  text-align: justify;
  text-align-last: center;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  max-width: 80%;
}

.footer-subtitie {
  font-size: 30px;
  color: #fff;
}

.footer-text-en {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 5px;
  transition: 0.5s;
}

.footer-social a:hover {
  color: var(--color1);
}

.footer-bottom {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}

.footer-namad {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.footer-namad img {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.footer-mute {
  font-size: 15px;
  text-align: center;
  color: #747474;
  font-weight: 600;
  margin-top: 10px;
}

/* responsive footer  */

@media (max-width:767px) {

  .footer {
    padding-top: 20px;
    margin-top: 40px;
  }

  .footer-logo {
    height: 42px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-social {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .footer-social img {
    width: 24px;
  }

  .footer-box {
    margin-bottom: 15px;
    gap: 5px;
  }

  .footer-header {
    font-size: 13px
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-app-downloads {
    max-width: 165px;
    margin-top: 10px;
    gap: 7px;
  }

  .footer-address {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 0px;
    padding-bottom: 25px;
  }

  .footer-bottom-item {
    flex-direction: column;
    font-size: 10px;
  }

  .footer-namad {
    margin-top: 0px;
  }

  .footer-namad img {
    height: 60px;
  }

  .footer-subtitie {
    font-size: 24px;
  }

  .footer-text-en {
    font-size: 11px;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  float: right;
  padding-left: 0.5rem;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    height: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}



/* pagination */

.pagination {
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  border: 0;
  border-radius: 0px !important;
  box-shadow: 0 0 6px #00000008;
  background: #fff;
  transition: 0.3s;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 6px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color2);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 26px;
    height: 26px;
    margin: 0 3px;
    font-size: 12px;
  }

}


/* sort */

.sort-body {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sort-title {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
  gap: 10px;
}

.sort-item:hover {
  color: var(--color2);
  border-color: var(--color2);
}

.sort-item {
  background: #fff;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid #ddd;
}

.sort-item.active {
  border-color: #072048;
  background: #072048;
  color: #fff;
}



.sort-select {
  background: #FBF8F2;
  font-size: 14px;
  padding: 6px 14px;
  border: 1px solid transparent;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px;
  width: 160px;
  outline: none;
}

option:checked {
  background-color: var(--color1) !important;
  color: #ffffff !important;
}


@media (max-width:767px) {
  .sort-title {
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
  }

  .sort-item-flex {
    overflow: auto;
    gap: 5px;
  }

  .sort-item {
    height: 24px;
    font-size: 12px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .sort-body {
    margin-bottom: 15px;
  }

  .sort-select {
    font-size: 12px;
    padding: 4px 10px;
    width: 140px;
  }

}



/* switch */

.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.sort-switch span {
  cursor: pointer;
  font-weight: 600;
  color: #707070;
  margin: 0;
  font-size: 14px;
}

input[type="checkbox"].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  right: auto !important;
  left: auto !important;
  position: relative;
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked {
  background: var(--color1);
}

input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* range  */
.acc-range-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
  font-size: 14px;
}

.acc-range-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #222222;
  padding: 0 20px;
  padding-bottom: 15px;
}

.acc-flex {
  font-size: 13px;
}

:root {
  --clr-prim: var(--color1);
  --clr-prim-h: var(--color1);
  --clr-bad: var(--color1);
  --clr-box: #F9F9F9;
  --clr-box-dark: gray;
  --clr-border: #D9D9D9;
  --txt-clr: #333333;
  --shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  --cubic: cubic-bezier(0.11, 0.54, 0.33, 1.01);
}

.dual-range {
  --range-size: 12px;
  --range-width: 100%;
  --handle-size: 1.3;
  height: 6px;
  width: var(--range-width);
  background: #cccccc;
  border-radius: 50px;
  position: relative;
  user-select: none;
  right: 5px;
}

.dual-range .highlight {
  position: absolute;
  height: 6px;
  width: calc(var(--x-2) - var(--x-1) + var(--range-size) * var(--handle-size));
  left: var(--x-1);
  background: var(--clr-prim);
  z-index: 1;
  border-radius: 50px;
}

.dual-range .handle {
  width: calc(var(--range-size) * var(--handle-size));
  height: calc(var(--range-size) * var(--handle-size));
  background: var(--color1);
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.dual-range .handle:active {
  cursor: grabbing;
}

.dual-range .handle.left {
  left: var(--x-1);
}

.dual-range .handle.right {
  left: var(--x-2);
}

.filter-box {
  user-select: none;
  background: #fff;
  box-shadow: 0 0 6px #00000008;
  border: 1px solid #D9D9D9;
}

.filter-title {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 1;
  gap: 5px;
  background: #FBF8F2;
  border-bottom: 1px solid #D9D9D9;
}

.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color1);
}

.filter-row {
  border-bottom: 1px solid #a5b3c530;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 42px;
  margin-top: 15px;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 2px solid #E4E4E4;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 14px;
}

.filter-btn-collapce {
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px;
}

.filter-btn-collapce.collapsed:after {
  transform: rotate(180deg);
}

.filter-btn-collapce:after {
  content: '\f107';
  font-family: "raya-icon";
  transition: 0.3s;
}

.filter-check-item:first-child {
  margin-top: 0;
}

.filter-check-item:first-child {
  margin-bottom: 0;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  color: #111;
  margin: 20px;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 15px;
  height: 15px;
  accent-color: var(--color1);
  margin-left: 10px;
  cursor: pointer;
}

.filter-tag-body {
  display: flex;
  flex-wrap: wrap;
}

.filter-tag {
  border: 1px solid var(--color1);
  font-size: 13px;
  color: var(--color2);
  border-radius: 20px;
  padding: 2px 8px;
  margin-top: 15px;
  margin-left: 10px;
  transition: 0.3s;
}

.filter-tag:hover {
  background: var(--color1);
  color: #fff;
}

.filter-row-title {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-top: 15px;
}

.filter-row-item {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
}

.filter-row-item:after {
  content: '\f104';
  font-family: "raya-icon";
  display: block;
  margin-right: auto;
}

.product-list .row {
  margin-left: -7px;
  margin-right: -7px;
}

.product-list .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}


.product-list .card-product {
  padding: 10px;
}

.product-list .card-product-img-body {
  height: 170px;
}

.product-list .card-product-price-discount {
  font-size: 10px;
  top: 10px;
}

.product-list .card-product-like {
  font-size: 16px;
  left: 10px;
  top: 10px;
}

.product-list .card-product-title {
  font-size: 13px;
}

.product-list .card-product-save {
  font-size: 16px;
}

.product-list .card-product-title-en {
  font-size: 12px;
}

.product-list .card-product-price-main {
  font-size: 15px;
}

.product-list .card-product-price {
  gap: 5px;
  width: 100%;
}

.product-list .card-product-price-before {
  font-size: 15px;
}

.product-list .card-product-btn {
  width: 16px;
  height: 16px;
  font-size: 18px;
  padding-bottom: 2px;
  display: none;
}

@media (max-width:767px) {
  .product-list .card-product-price {
    gap: 0;
  }

  .product-list .card-product-price-main {
    font-size: 12px;
  }

  .product-list .card-product-price-before {
    font-size: 12px;
  }

  .head-title {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }


  .filter-search {
    background: #eee;
  }

  .filter-box {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    transform: translateX(+100%);
    transition: 0.5s;
    width: 70%;
    background: #fff;
    border-radius: 0;
    overflow: auto;
  }

  .filter-box.active {
    transform: translateX(0);
  }

  .filter-btn-mobile {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    background: var(--color1);
    color: #fff;
    border-radius: 33px;
    font-size: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    padding-top: 2px;
  }


  .show-more {
    margin-top: 15px;
  }

  .show-more-content {
    font-size: 12px;
    text-align: justify;
    max-height: 140px;
  }
}


@media (min-width:768px) {
  .filter-sticky {
    position: sticky;
    top: 110px;
  }

  .filter-btn-mobile {
    display: none;
  }
}


.banner-end {
  margin-top: 60px;
  margin-bottom: -60px;
  min-height: 140px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
}

.banner-end-title {
  font-size: 22px;
  font-weight: 300;
}

.banner-end-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  height: 50px;
  color: #fff;
  padding: 10px 30px;
  max-width: 340px;
  margin-top: 15px;
  transition: 0.3s;
}

.banner-end-btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width:767px) {
  .banner-end {
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 20px 0;
    text-align: center;
  }

  .banner-end-title {
    font-size: 16px;
  }

  .banner-end-btn {
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

/* pro silder */

.main-swiper {
  overflow: hidden;
  background: #f0f2f5;
  margin-bottom: 10px;
  height: 332px;
}

.main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* aspect-ratio: 1 / 1; */
  background: #fafcff;
}

.main-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
  color: #2c3e50;
  background: #000;
  backdrop-filter: blur(4px);
  width: 30px;
  height: 30px;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
  opacity: 0;
}


.main-swiper:hover .swiper-button-next,
.main-swiper:hover .swiper-button-prev {
  opacity: 1;
}


.main-swiper .swiper-button-disabled {
  opacity: 0 !important;
}

.main-swiper .swiper-button-next::after,
.main-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}

.main-swiper .swiper-button-next:hover,
.main-swiper .swiper-button-prev:hover {
  background: var(--color1);
  transform: scale(1.04);
}

/* Thumbnail */
.thumb-swiper {
  overflow: hidden;
  padding: 4px 0;
}

.thumb-swiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  /* aspect-ratio: 1 / 1; */
  background: #f8faff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 123px;
}

.thumb-swiper .swiper-slide:hover {
  opacity: 0.8;
  transform: scale(0.95);
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1 !important;
  border-color: var(--color1);
  transform: scale(0.95);
}


@media (max-width: 480px) {

  .main-swiper .swiper-button-next,
  .main-swiper .swiper-button-prev {
    width: 34px;
    height: 34px;
  }

  .main-swiper .swiper-button-next::after,
  .main-swiper .swiper-button-prev::after {
    font-size: 14px;
  }

  .main-swiper {
    height: 220px;
    margin-bottom: 5px;
  }

  .thumb-swiper .swiper-slide img {
    height: 90px;
  }

}

/* gallery*/

#productGalleryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: #00000047;
  backdrop-filter: blur(4px);
}

.gallery-modal-body img {
  user-select: none;
}

.gallery-modal-body img {
  height: 100vh !important;
  object-fit: contain;
  margin: auto;
  display: block;
  border-radius: 10px;
  width: 100%;
}

.gallery-modal-body {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.gallery-modal-body .swiper-button-next,
.gallery-modal-body .swiper-button-prev {
  opacity: 1;
}

.gallery-modal-body .swiper-button-disabled {
  opacity: 0;
}

#closeModalBtn {
  position: fixed;
  right: 10px;
  top: 10px;
  background: transparent;
  border: 0;
  color: #000;
  font-size: 20px;
  z-index: 9;
}

.swiper-slide img.zoomed {
  cursor: grab;
  transform: scale(2);
  transition: transform 0.3s ease;
  transform-origin: top left;
  position: relative;
}

.singel-product__images--display {
  cursor: zoom-in !important;
}

.singel-product__gallery--image {
  cursor: zoom-in !important;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  display: flex;
}

.gallery-mute {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
  font-size: 12px;
  color: #666;
}

/* product */

.product-main .breadcrumb {
  font-size: 12px;
  margin-top: 0px;
}

.product-title {
  font-size: 20px;
  font-weight: 300;
  color: #111;
  direction: ltr;
  text-align: right;
}

.product-title-en {
  color: #111;
  font-weight: 200;
  font-size: 18px;
}

.product-intro {
  margin-top: 30px;
  border-bottom: 1px dashed #7070704f;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.product-rate {
  text-align: left;
  color: #111;
  font-weight: 300;
}

.product-rate i {
  color: #F59E0B;
}

.product-info {
  margin-top: 10px;
}

.product-info-title {
  color: #111;
  margin-bottom: 10px;
}

.product-info-text {
  text-align: right;
  color: #111;
  font-weight: 300;
  font-size: 14px;
  direction: rtl;
  text-align-last: right;
  min-height: 83px;
}

.product-items {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 25px;
}

.product-item {
  border: 1px solid #D9D9D9;
  padding: 14px;
  font-size: 12px;
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-item span {
  color: #111;
}

.product-box {
  border: 1px solid #D9D9D9;
  padding: 15px;
  margin-bottom: 15px;
  position: sticky;
  top: 110px;
  z-index: 2;
  background: var(--back);
}

.product-row-title {
  color: #111;
  margin-bottom: 10px;
  font-size: 14px;
}

.product-row-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  display: grid;
}

.product-type {
  margin: 0;
}

.product-type input {
  display: none;
}

.product-type span {
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* background: #ddd; */
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  padding-top: 3px;
  position: relative;
  color: #00000078;
  font-weight: 500;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px 0 #0000002e inset;
  transition: 0.3s;
}

.product-type input:checked+span {
  background: var(--color1);
  color: #fff;
}

.product-type input:disabled+span {
  cursor: unset;
  background: #dddddd;
  box-shadow: unset;
}

.product-type input:disabled+span::after {
  content: 'نا موجود';
  position: absolute;
  color: red;
  opacity: 0;
  transition: 0.3s;
}

.product-type input:disabled+span:hover::after {
  opacity: 1;
}

.product-type input:disabled+span:hover {
  color: #ddd;
}

.product-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 20px;
  height: 53px;
  justify-content: end;
}

.product-price-before {
  color: #111;
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}


.product-price-discount span {
  font-size: 14px;
}

.product-price-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.product-price-main {
  font-size: 20px;
  color: #000;
}

.product-price-main span {
  font-size: 16px;
}

.product-discount {
  background: #D7B56D;
  color: #fff;
  padding: 5px;
  height: 26px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.product-order-count {
  display: flex;
  align-items: center;
  max-width: max-content;
  background: #fff;
  border: 1px solid #E8E8E8;
  height: 32px;
  margin-top: 15px;
}

.product-order-label {
  padding: 0 10px;
  color: #111;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .product-box {
    position: static;
  }
}

.product-order-count input {
  text-align: center;
  border: 0;
  outline: none;
  cursor: unset;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: #fff;
  width: 50px;
  border: 1px solid #E8E8E8;
  border-block: 0;
  height: 100%;
}

.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 2px;
  font-size: 12px;
  min-width: 30px;
  max-width: 30px;
  background: #fff;
  border-radius: 8px;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-order-count button:hover {
  color: var(--color1);
}

.product-btn-add {
  height: 38px;
  width: 100%;
  background: #D4B16A;
  color: #fff;
  border: 1px solid var(--color1);
  font-size: 14px;
  margin-top: 15px;
  transition: 0.3s;
}

.product-btn-add:hover {
  background: transparent;
  color: var(--color1);
}

.product-feature-box {
  border: 1px solid #D9D9D9;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
}

.product-feature-title {
  font-size: 13px;
  font-weight: 500;
}

.product-feature-text {
  font-size: 10px;
}

.product-feature-icon {
  width: 35px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px #3f3f3f21;
}

.product-side-title {
  text-align: center;
}

.product-side-title {
  text-align: center;
  border-bottom: 1px solid #E4E4F2;
  color: #111;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product-side-list ul {
  color: #111;
  padding-right: 20px;
  line-height: 2.5;
  font-weight: 300;
}

.product-note-center {
  color: #111;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 24px;
}


.product-note-flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0px 30px
}

.product-note-flex>* {
  flex: 0 0 calc(33.333% - 6px);
  max-width: calc(33.333% - 6px);
}

.product-note-item {
  background: #ECE4DB;
  border-radius: 5px;
  margin-top: 10px;
  color: #111;
  font-size: 13px;
  padding-bottom: 10px;
  transition: 0.3s;
}


.product-note-item:hover {
  background: #f7f0e8;
}

.product-note-title {
  text-align: center;
  padding: 0 5px;
}

.product-note-en {
  text-align: center;
  padding: 0 5px;
  font-weight: 200;
}

.product-note-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  margin-top: -30px;
  transform: scale(1.4);
  margin-bottom: 10px;
}

.product-side-img {
  width: 100%;
}

.product-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: radial-gradient(circle, rgb(0 0 0 / 25%) 0%, rgb(0 0 0) 100%);
}

.product-banner {
  margin-top: 80px;
  text-align: center;
  color: #fff;
  padding: 40px 0;
  min-height: 232px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.product-banner-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width:767px) {


  .product-main .breadcrumb {
    margin-top: 8px;
  }

  .product-intro {
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .product-title {
    font-size: 14px;
  }

  .product-title-en {
    font-size: 14px;
  }

  .product-info {
    margin-top: 5px;
  }

  .product-info-title {
    font-size: 12px;
  }

  .product-info-text {
    font-size: 12px;
    min-height: auto;
  }

  .product-items {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-item {
    padding: 5px;
    font-size: 12px;
    gap: 5px;
  }

  .product-row-title {
    font-size: 12px;
  }

  .product-type span {
    font-size: 12px;
  }

  .product-price-before {
    font-size: 14px;
  }

  .product-price-main {
    font-size: 16px;
  }

  .product-discount {
    height: 20px;
    font-size: 12px;
  }

  .product-price {
    margin-top: 15px;
    height: 44px;
  }

  .product-order-count {
    margin-top: 10px;
  }

  .product-btn-add {
    height: 34px;
    font-size: 13px;
  }

  .product-side-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-side-list ul {
    font-size: 13px;
    margin-bottom: 0;
  }

  .product-note-flex {
    gap: 15px;
    padding: 0px 15px;
  }

  .product-banner {
    margin-top: 35px;
    padding: 20px 0;
    min-height: auto;
  }

  .product-banner-title {
    font-size: 14px;
  }

  .product-banner-text {
    font-size: 12px;
  }
}


.top-banner {
  width: 100%;
}

.card-note {
  background: #ECE4DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  padding-bottom: 25px;
  color: #707070;
  transition: 0.3s;
}

.card-note:hover {
  background: #f7f0e8;
}

.card-note-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-top: -55px;
  margin-bottom: 5px;
  transform: scale(1.2);
}

.card-note-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.card-note-en {
  font-size: 18px;
  font-weight: 200;
}

@media (max-width:767px) {
  .card-note-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    margin-top: -30px;
  }

  .card-note {
    padding: 5px;
    padding-bottom: 15px;
  }

  .card-note-title {
    font-size: 14px;
  }

  .card-note-en {
    font-size: 12px;
  }
}


.banner-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  height: 287px;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.banner-wrapper-en {
  font-size: 50px;
  background: linear-gradient(180deg, #717071 0%, #70707000 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  line-height: 1;
  direction: ltr;
  margin-bottom: -25px;
}

.banner-wrapper-title {
  font-size: 30px;
  color: #707070;
}

.card-news::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #E5E0E0;
  opacity: 0.2;
  z-index: -1;
  transition: all 0.4s ease;
}

.card-news.custom {
  height: 230px;
  margin-bottom: 20px;
  padding: 20px;
}

.card-news {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 487px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 45px;
  color: #fff !important;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.card-news:after {
  content: '\f104';
  font-family: "raya-icon";
  min-width: 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}

.card-news:hover::before {
  opacity: 0.1;
}

.card-news:hover::after {
  background: #fff;
  color: #000;
}

@media (max-width:767px) {
  .card-news {
    height: 220px;
    padding: 27px 20px;
    font-size: 14px;
  }

  .card-news:after {
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin-bottom: -5px;
  }

  .card-news.custom {
    height: 160px;
  }

  .banner-wrapper {
    padding: 15px;
    height: 170px;
  }

  .banner-wrapper-en {
    font-size: 24px;
    margin-bottom: -15px;
  }

  .banner-wrapper-title {
    font-size: 18px;
  }


}


/* blog */

.h-230 {
  height: 230px;
}

.blog-img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-title {
  font-size: 23px;
  font-weight: 600;
  text-align: right;
  color: #707070;
  margin-top: 10px;
}

.blog-info span {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.blog-info {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  color: #727272;
  font-size: 15px;
  font-weight: 300;
}

.blog-info span:first-child::before {
  content: unset;
}

.blog-info span::before {
  content: "•";
}

.blog-box {
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.blog-box-title {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #70707040;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-box ul {
  padding-right: 0;
  list-style: none;
  line-height: 2;
}

.blog-box ul a {
  color: #707070;
  border-bottom: 1px solid #7070703b;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-box ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-box ul a:hover {
  color: #000;
}

.blog-mini {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #70707038;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-mini:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-mini-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.blog-mini-title {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.blog-mini-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}

.blog-mini-mute {
  font-size: 13px;
  color: #7272728a;
  font-weight: 600;
}

.blog-box-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ABB8C1;
  color: #707070;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.blog-box-btn:hover {
  background: #000;
  color: #fff;
}

.blog-comment {
  background: #fff;
}

.blog-rel-title {
  color: #707070;
  font-size: 20px;
  font-weight: 600;
  margin-top: 60px;
}

.blog-side::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
  transition: 0.3s;
}

.blog-side {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff !important;
  background-size: cover;
  background-position: center;
  height: 230px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.blog-side:hover::before {
  backdrop-filter: blur(0px);

}

@media (max-width:767px) {

  .blog-title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .blog-info {
    margin-top: 0;
    font-size: 12px;
  }

  .blog-img {
    border-radius: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .blog-box {
    margin-top: 20px;
  }

  .blog-box-title {
    font-size: 15px;
  }

  .blog-box ul a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .blog-box ul {
    margin-bottom: 0;
  }

  .blog-mini-img {
    width: 90px;
    height: 90px;
  }

  .blog-box-btn {
    height: 44px;
    font-size: 14px;
  }

  .blog-side {
    height: 170px;
    padding: 15px;
    font-size: 14px;
  }

  .blog-rel-title {
    font-size: 16px;
    margin-top: 25px;
  }

}

.blog-content {
  margin-top: 30px;
  border-radius: 16px;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.5rem;
  color: #707070;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.35rem;
  color: #707070;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid var(--color1);
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.25rem;
  color: #707070;
  margin: 18px 0 10px;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 1.1rem;
  color: #707070;
  margin: 15px 0 8px;
  font-weight: 600;
}

.blog-content p {
  margin-bottom: 18px;
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}

.blog-content hr {
  margin: 25px 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color2), transparent);
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 18px 0;
  display: block;
  margin: auto;
}

.blog-content video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.blog-content thead {
  background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
  color: white;
}

.blog-content th {
  padding: 10px 12px;
  text-align: right;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.blog-content td {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.blog-content tbody tr:hover {
  background-color: #f8fafc;
}

.blog-content aside {
  background: #fef9e7;
  border-right: 3px solid #f59e0b;
  padding: 15px 18px;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 0.9rem;
}

.blog-content ul,
.blog-content ol {
  margin: 12px 0 18px 25px;
  padding-right: 18px;
}

.blog-content li {
  margin: 6px 0;
  font-size: 0.95rem;
}

.blog-content blockquote {
  background: #f1f5f9;
  border-right: 3px solid var(--color2);
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-style: italic;
}

.blog-content a {
  color: var(--color2);
  text-decoration: none;
  border-bottom: 1px dashed var(--color2);
  transition: all 0.2s;
}

.blog-content a:hover {
  color: #c53030;
  border-bottom-color: #c53030;
}

.blog-content strong {
  color: #1e293b;
  font-weight: 600;
}

/* responsive blog-content */

@media (max-width: 768px) {

  .com-box-code span {
    font-size: 12px;
  }

  .blog-content h1 {
    font-size: 1.5rem;
  }

  .blog-content h2 {
    font-size: 1.3rem;
  }

  .blog-content h3 {
    font-size: 1.15rem;
  }

  .blog-content p,
  .blog-content li {
    font-size: 0.9rem;
  }

  .blog-content th,
  .blog-content td {
    padding: 6px 10px;
  }

  .blog-content {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .blog-content h1 {
    font-size: 1.1rem;
  }

  .blog-content h2 {
    font-size: 1rem;
    padding-top: 5px;
  }

  .blog-content h3 {
    font-size: 0.9rem;
  }

  .blog-content p,
  .blog-content li,
  .blog-content aside {
    font-size: 0.85rem;
  }

  .blog-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}




/* comment */

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 15px;
  margin-left: 15px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  text-align: center;
  color: #000;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #000;
}

i.icon-star {
  color: #f9bc00;
}

.com-box {
  color: #303030;
}

.com-box-title {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  margin-bottom: 10px;
}

.com-box-text {
  margin-bottom: 10px;
  color: #303030;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 44px;
  margin-top: 5px;
  padding: 10px;
  outline: none;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form input:focus {
  border-color: var(--color1);
}

.com-box-form textarea {
  margin-top: 5px;
  padding: 10px;
  outline: none;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form textarea:focus {
  border-color: var(--color2);
}

.com-box-form label {
  font-size: 16px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  background: #fff;
  border: 1px solid #9999996e;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  max-width: 150px;
  color: #000;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}

.com-box-recode {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 300;
  display: block;
  color: var(--color1);
}

.com-box-mute {
  font-size: 14px;
  line-height: 2;
}

.com-box-submit {
  height: 46px;
  background: var(--color1);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: #000;
  color: #fff;
}

.comment-item.answer {
  margin-bottom: 0;
  margin-top: 20px;
  background: #eee;
}

.comment-item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #E9E8E8;
}


.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

/* responsive comment */

.product-comment {
  margin-top: 70px;
  padding: 55px 0;
  border-top: 1px solid #e8e1d7;
  background: #fff;
  color: #303030;
}

.product-comment .pc-title {
  margin: 0 0 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9b372;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.product-comment .pc-row { align-items: stretch; }

.product-comment .pc-side {
  height: 100%;
  padding: 28px;
  border: 1px solid #e5ded3;
  background: #fbf7f0;
}

.product-comment .pc-side-num { margin-bottom: 14px; font-size: 15px; }
.product-comment .pc-side-num span { font-size: 32px; font-weight: 700; }

.product-comment .pc-side-flex {
  padding-bottom: 22px;
  border-bottom: 1px solid #e5ded3;
}

.product-comment .pc-side-rate,
.product-comment .comment-rate {
  direction: ltr;
  display: flex;
  gap: 3px;
  margin-bottom: 8px;
}

.product-comment .pc-side-mute,
.product-comment .comment-time { color: #888; font-size: 13px; }
.product-comment .pc-side-text { margin: 24px 0 14px; line-height: 1.9; }

.product-comment .pc-side-btn {
  width: 100%;
  min-height: 46px;
  padding: 10px 24px;
  border: 1px solid #d9b372;
  background: #d9b372;
  color: #fff;
  font-weight: 600;
  transition: .25s;
}

.product-comment .pc-side-btn:hover,
.product-comment .pc-side-btn:focus {
  border-color: #303030;
  background: #303030;
  color: #000;
}

.product-comment .comment-list {
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid #e5ded3;
}

.product-comment .comment {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ece7df;
}

.product-comment .comment:last-child { margin-bottom: 0; border-bottom: 0; }
.product-comment .comment-flex,
.product-comment .comment-info { display: flex; align-items: center; }

.product-comment .comment-flex {
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
}

.product-comment .comment-info { gap: 10px; }

.product-comment .comment-info > i {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2ede5;
  color: #8b7655;
}

.product-comment .comment-user { font-weight: 600; }

.product-comment .comment-badge {
  padding: 4px 10px;
  border-radius: 2px;
  background: #edf7ef;
  color: #27833b;
  font-size: 12px;
}

.product-comment .comment-text { line-height: 2; color: #555; }

.product-comment .comment-empty {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed #dfd5c6;
  color: #777;
  text-align: center;
}

.product-comment .comment-empty i { color: #d9b372; font-size: 34px; }
.product-comment .comment-empty strong { color: #303030; font-size: 16px; }

.product-comment-modal .modal-dialog { max-width: 590px; }
.product-comment-modal .modal-content { border: 0; border-radius: 0; }
.product-comment-modal .modal-header,
.product-comment-modal .modal-footer { border-color: #ece5da; }
.product-comment-modal .modal-title { font-size: 20px; font-weight: 700; }

.product-comment-modal .modal-comment-show {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ece5da;
  font-weight: 600;
}

.product-comment-modal .modal-comment-show img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.product-comment-modal .modal-comment-flex,
.product-comment-modal .modal-comment-row { margin-bottom: 18px; }

.product-comment-modal .modal-comment-title {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
}

.product-comment-modal .modal-comment-title span { color: #d54b4b; }

.product-comment-modal .modal-comment-text {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #ddd5ca;
  outline: none;
  color: #303030;
}

.product-comment-modal textarea.modal-comment-text { min-height: 92px; resize: vertical; }
.product-comment-modal .modal-comment-text:focus { border-color: #d9b372; }

.product-comment-modal .wrapper-star {
  direction: ltr;
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 7px;
}

.product-comment-modal .wrapper-star label { color: #b5b5b5; font-size: 22px; }
.product-comment-modal .wrapper-star label i { color: #b5b5b5; }
.product-comment-modal .wrapper-star input:checked ~ label i,
.product-comment-modal .wrapper-star label:hover i,
.product-comment-modal .wrapper-star label:hover ~ label i { color: #f9bc00; }

.product-comment-modal .modal-footer .pc-side-btn {
  min-width: 210px;
  min-height: 46px;
  padding: 10px 24px;
  border: 1px solid #d9b372;
  background: #d9b372;
  color: #fff;
  font-weight: 600;
}

@media (max-width:767px) {
  .product-comment { margin-top: 40px; padding: 35px 0; }
  .product-comment .pc-title { margin-bottom: 22px; font-size: 19px; }
  .product-comment .comment-list { padding: 0; border-right: 0; }
  .product-comment .pc-side { margin-top: 22px; }
  .product-comment .comment-flex { align-items: flex-start; }
  .product-comment-modal .modal-dialog { margin: 12px; }

  .comment-item {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: unset;
  }

  .com-box-title {
    font-size: 14px;
  }

  .comment-item-user {
    font-size: 12px;
  }

  .comment-item-date {
    font-size: 12px;
  }

  .comment-item-text {
    font-size: 12px;
    margin-top: 10px;
  }


  .com-box-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 36px;
    margin-top: 0px;
  }

  .com-box-mute {
    font-size: 12px;
  }

  .comment-form-rate-text {
    font-size: 14px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }

  .com-box-submit {
    height: 38px;
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
    margin-top: 0;
  }
}





/* auto-style */

.auto-style h1 {
  font-size: 1.5rem;
  color: #707070;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.auto-style h2 {
  font-size: 1.35rem;
  color: #707070;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid var(--color1);
  font-weight: 600;
}

.auto-style h3 {
  font-size: 1.25rem;
  color: #707070;
  margin: 18px 0 10px;
  font-weight: 600;
}

.auto-style h4 {
  font-size: 1.1rem;
  color: #707070;
  margin: 15px 0 8px;
  font-weight: 600;
}

.auto-style p {
  margin-bottom: 18px;
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}

.auto-style hr {
  margin: 25px 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color2), transparent);
}

.auto-style img {
  max-width: 100%;
  height: auto;
  /* border-radius: 12px; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 18px 0;
  display: block;
  margin: auto;
}

.auto-style video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.auto-style table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.auto-style thead {
  background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
  color: white;
}

.auto-style th {
  padding: 10px 12px;
  text-align: right;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.auto-style td {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.auto-style tbody tr:hover {
  background-color: #f8fafc;
}

.auto-style aside {
  background: #fef9e7;
  border-right: 3px solid #f59e0b;
  padding: 15px 18px;
  margin: 20px 0;
  /* border-radius: 10px; */
  font-size: 0.9rem;
}

.auto-style ul,
.auto-style ol {
  margin: 12px 0 18px 25px;
  padding-right: 18px;
}

.auto-style li {
  margin: 6px 0;
  font-size: 0.95rem;
}

.auto-style blockquote {
  background: #f1f5f9;
  border-right: 3px solid var(--color2);
  padding: 12px 18px;
  margin: 18px 0;
  /* border-radius: 8px; */
  font-size: 0.95rem;
  font-style: italic;
}

.auto-style a {
  color: var(--color2);
  text-decoration: none;
  border-bottom: 1px dashed var(--color2);
  transition: all 0.2s;
}

.auto-style a:hover {
  color: #c53030;
  border-bottom-color: #c53030;
}

.auto-style strong {
  color: #1e293b;
  font-weight: 600;
}

@media (max-width: 768px) {

  .auto-style h1 {
    font-size: 1.5rem;
  }

  .auto-style h2 {
    font-size: 1.3rem;
  }

  .auto-style h3 {
    font-size: 1.15rem;
  }

  .auto-style p,
  .auto-style li {
    font-size: 0.9rem;
  }

  .auto-style th,
  .auto-style td {
    padding: 6px 10px;
  }
}

@media (max-width: 480px) {
  .auto-style h1 {
    font-size: 1.1rem;
  }

  .auto-style h2 {
    font-size: 1rem;
    padding-top: 5px;
    margin-top: 0;
  }

  .auto-style h3 {
    font-size: 0.9rem;
  }

  .auto-style p,
  .auto-style li,
  .auto-style aside {
    font-size: 0.85rem;
  }

  .auto-style table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}


.about-info-en {
  font-size: 100px;
  background: linear-gradient(180deg, #70707029 0%, #d6d6d600 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  direction: ltr;
  margin-bottom: -50px;
  text-align: center;
}

.about-info-title {
  color: #707070;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.about-info-text {
  text-align: justify;
  line-height: 1.8;
  font-weight: 200;
  font-size: 18px;
  color: #707070;
  letter-spacing: -0.8px;
  margin-top: 10px;
}


.about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-img {
  width: 100%;
}

.about-wrap {
  margin-bottom: 80px;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #707070;
}

.about-item-img {
  width: 81px;
  height: 81px;
}

.about-item-title {
  font-size: 18px;
  font-weight: 500;
}

.about-item-text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

@media (max-width:767px) {
  .about-info-en {
    font-size: 28px;
    margin-bottom: -20px;
  }

  .about-info-title {
    font-size: 15px;
  }

  .about-info-text {
    font-size: 13px;
  }

  .about-img {
    margin-top: 20px;
  }

  .about-wrap {
    margin-bottom: 20px;
  }

  .about-item-img {
    width: 50px;
    height: 50px;
  }

  .about-item-title {
    font-size: 13px;
  }

  .about-item-text {
    font-size: 12px;
    text-align: center;
  }
}




.contact-box {
  background: #F9F1E1;
  padding: 80px 0;
}

.contact-box-title {
  color: #707070;
  font-size: 32px;
  font-weight: bold;
}

.contact-box-text {
  color: #707070;
  font-size: 18px;
  margin-top: 10px;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  margin: 10px 0;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
  line-height: 2;
}

.contact-box-mute {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box-mute span {
  font-weight: 300;
}

.contact-social-wrap {
  margin-top: 28px;
}

.contact-social-title {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6f676c;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(112, 112, 112, 0.18);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(72, 60, 44, 0.08);
  font-size: 17px;
  line-height: 1;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-social-link i:before {
  margin: 0;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  color: #fff;
  background: var(--color1);
  border-color: var(--color1);
  box-shadow: 0 7px 16px rgba(216, 180, 124, 0.3);
  transform: translateY(-3px);
}

.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form label {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color1);
}

.contact-us-form textarea:focus {
  border-color: var(--color1);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s;
  width: 100%;
  height: 45.5px;
  border-radius: 0;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}

.contact-us-form {
  background: #fff;
  padding: 20px;
}

.contact-us-title {
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  height: 200px;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 30px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #393838;
  opacity: 0.5;
  z-index: -1;
}

.contact-banner {
  min-height: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-top: 50px;
  gap: 15px;
  color: #fff;
  z-index: 1;
}


.contact-banner-title {
  font-size: 55px;
  font-family: var(--font2);
}

.contact-banner-text {
  font-size: 20px;
  text-align: center;
  max-width: 60%;
  line-height: 2;
}

.contact-banner-btn {
  border: 1px solid #fff;
  height: 46px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}


.contact-banner-btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width:767px) {

  .contact-banner {
    min-height: auto;
    margin-top: 30px;
  }

  .contact-banner-title {
    font-size: 30px;
  }

  .contact-box-title {
    font-size: 20px;
  }

  .contact-box-text {
    font-size: 14px;
  }

  .contact-banner-text {
    font-size: 13px;
    text-align-last: center;
    text-align: justify;
    max-width: 100%;
  }

  .contact-banner-btn {
    height: 36px;
    font-size: 12px;
    padding: 0 15px;
  }

  .contact-ul {
    margin-top: 15px;
  }

  .contact-link {
    margin: 5px 0;
    font-size: 13px;
  }

  .contact-box-mute {
    font-size: 13px;
    gap: 5px;
  }

  .contact-social-wrap {
    margin-top: 20px;
  }

  .contact-social-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .contact-social {
    gap: 8px;
  }

  .contact-social-link {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .contact-us-form {
    padding: 15px;
    margin-top: 15px;
  }

  .contact-us-form button {
    height: 39.5px;
  }

  .contact-box {
    padding: 30px 0;
  }
}
