@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
          url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
          url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
          url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}


/* base  */

:root {
  --color1: #111111;
  --color2: #7C8A78;
  --back: #EEF1EC;
  --font1: YekanBakhFaNum;
}

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-custom {
  background-color: transparent;
  height: 75px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
  background: #F3F5F2;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 0px 6px 0px #11100f1c;
}

.navbar-fill {
  height: 75px;
}

.navbar-logo img {
  width: auto;
  height: 67px;
  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: 28px 10px;
  font-size: 13px;
  color: #111111;
}

.nav-item.dropdown {
  margin-top: -2px;
}

.navbar-btn {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
}

.navbar-search-btn {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

.navbar-btn:hover,
.navbar-search-btn:hover {
  color: var(--color2);
}

/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #ffffff00 0%, var(--color2) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 100%;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn-badge {
  background: #111;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -2px;
  top: -2px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding-top: 4px;
}


/* search main */

.navbar-search {
  position: relative;
}

.navbar-search-main {
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  width: 100%;
  width: 330px;
  background: #fff;
  padding: 10px;
  margin-bottom: 12px;
  margin-top: 25px;
  transition: 0.5s;
  position: absolute;
  opacity: 0;
  left: 0;
  box-shadow: 0 0px 5px #0000001f;
}

.navbar-search-main.active {
  visibility: visible;
  opacity: 1;
}

.navbar-search-main input::placeholder {
  color: #707070;
}

.navbar-search-main input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 0;
  outline: none;
  padding: 10px;
  font-size: 13px;
  background: transparent;
}

.navbar-search-main button {
  background: transparent;
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #707070;
}

.search-suggest {
  position: absolute;
  width: 100%;
  top: 40px;
  right: 0;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #aaaaaa4a;
  border-radius: 0;
  z-index: 99;
}

.search-suggest-img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.search-suggest-item:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.search-suggest-item {
  display: flex;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.search-suggest-title {
  color: #707070;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 13px;
  font-weight: 600;
}

.search-suggest-price-body {
  display: flex;
  align-items: end;
  margin-top: 5px;
  color: #707070;
  flex-direction: column;
}

.search-suggest-btn:hover {
  background: var(--color2);
  color: #fff;
}

.search-suggest-btn {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border-radius: 10px;
  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-custom.fixed {
    height: 60px;
  }

  .navbar-custom {
    height: auto;
    padding: 5px 0;
  }

  .navbar-fill {
    height: 60px;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
    gap: 8px;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 50px;
  }

  .navbar-search-btn {
    font-size: 20px;
  }

  .navbar-btn {
    font-size: 20px;
  }

  .navbar-btn:hover {
    color: var(--color2);
  }

  .nav-item a:hover {
    color: #000 !important;
  }

  .navbar-search {
    position: static;
  }

  .navbar-search-main {
    top: 35px;
    height: 36px;
    width: 100%;
    right: 0;
    border-radius: 0;
    border: 1px solid #7c8a78;
    border-top: 0;
  }

  .navbar-search-main input {
    font-size: 12px;
  }

  .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;
}

.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: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #707070;
    font-size: 14px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #707070;
    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: #111;
    display: flex;
    margin-left: 5px;
    font-size: 24px;
  }
}


@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: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  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: #fff;
  border-color: var(--color1);
  color: var(--color1);
  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;
  }
}

/* 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(--color2);
}

.swiper-button-prev:hover {
  background: var(--color2);
}

.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;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .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-img {
  width: 100%;
}


.home-wrap-2 {
  overflow: hidden;
  direction: ltr;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 10px #57565638;
  margin-top: -30px;
  padding: 35px 0;
  z-index: 1;
  width: 87%;
}

.home-wrap-2-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  flex-shrink: 0;
  animation: scroll-left calc(28s * 1.4) linear infinite;
  min-width: max-content;
}

.home-wrap-2-track:hover {
  animation-play-state: paused;
}

.home-wrap-2-item {
  min-width: 150px;
  text-align: center;
  direction: rtl;
  cursor: pointer;
  transition: 0.3s;
}

.home-wrap-2-img:hover {
  filter: unset;
}

.home-wrap-2-img {
  height: 50px;
  width: 120px;
  transition: 0.5s;
  object-fit: contain;
  filter: opacity(0.5) grayscale(1);
}

.home-wrap-2-title {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  backdrop-filter: blur(4px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #5C5C5C;
  padding: 0 30px;
  background: #7c8a7833;
  border-left: 1px solid #7c8a781c;
  min-width: 151px;
}


@keyframes scroll-left {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.home-wrap-3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 60px;
}

.home-wrap-3-cover {
  position: relative;
  margin-bottom: 20px;
}

.home-wrap-3-cover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='281' viewBox='0 0 281 281' fill='none'%3E%3Cpath d='M140.25 280.25C217.57 280.25 280.25 217.57 280.25 140.25C280.25 62.9301 217.57 0.25 140.25 0.25C62.9301 0.25 0.25 62.9301 0.25 140.25C0.25 217.57 62.9301 280.25 140.25 280.25Z' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M140.13 33.3789C200.164 33.3789 248.96 80.2221 248.96 140.256C248.96 200.29 200.282 248.967 140.249 248.967C80.2148 248.967 31.5371 200.29 31.5371 140.256' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M188.099 93.4064C162.252 69.3337 121.795 70.8124 97.7228 96.7186C73.6501 122.566 75.1288 163.022 101.035 187.095C126.882 211.167 167.338 209.689 191.411 183.782C215.484 157.876 197.503 176.448 199.869 172.426' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 102%;
  height: 100%;
  z-index: -1;
  animation: spin 14s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.home-wrap-3-img {
  width: 100%;
  height: 235px;
  object-fit: contain;
  transition: 0.5s;
}

.home-wrap-3-title {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: 600;
}

.home-wrap-3-en {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5C5C5C;
  opacity: 0.5;
  direction: ltr;
  transition: 0.3s;
  border-top: 1px dashed #5C5C5C;
  gap: 5px;
  line-height: 1;
  padding-top: 5px;
}

.home-wrap-3-en::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg opacity='0.6'%3E%3Cpath d='M13.0144 2.14424L15.0243 2.11773C20.0238 2.05179 22.05 4.02524 22.116 9.0248L22.1951 15.0243C22.261 20.0238 20.2876 22.05 15.288 22.116L9.28856 22.1951C4.28899 22.2611 2.26279 20.2876 2.19684 15.2881L2.11771 9.28858C2.05177 4.28901 4.02522 2.26281 9.02478 2.19687' stroke='%235C5C5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.75 8.64466L14.3162 12.1279L10.8431 15.704' stroke='%235C5C5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}


.home-wrap-3-item:hover .home-wrap-3-img {
  transform: scale(1.1);
}

.home-wrap-3-item:hover .home-wrap-3-en {
  opacity: 1;
}

.home-wrap-3-item:hover .home-wrap-3-size {
  background: #000;
}

.home-wrap-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  background: #AEB0AD;
  height: 1px;
}

.home-wrap-center {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  max-width: max-content;
  position: relative;
  color: #111111;
  padding: 10px 30px;
  padding-bottom: 0;
  border-left: 1px solid #AEB0AD;
}

.home-wrap-title {
  font-weight: 200;
  line-height: 1;
}

.home-wrap-title-en {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  height: 19px;
  text-transform: uppercase;
}

/* .swiper-4 {
  padding: 10px;
  margin: -10px;
} */

.card-product {
  background: #fff;
  padding: 20px;
  display: block;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 0 6px #00000008;
  border-radius: 3px;
}

.card-product:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-product-img-body {
  display: block;
  width: 100%;
  height: 200px;
  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-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.card-product-info {
  width: 100%;
}

.card-product-save {
  color: #232323;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.icon-bookmark-empty:before {
  margin: 0;
}

.card-product-save:hover {
  color: #666;
}

.card-product-title {
  color: #111111;
  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: #232323;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  height: 18px;
}

.card-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}

.card-product-price-discount {
  background: var(--color2);
  color: #fff;
  padding: 0 4px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
}

.card-product-price-main {
  font-size: 15px;
  font-weight: 600;
  color: var(--color2);
}

.card-product-price-before {
  color: #707070;
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}

.card-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-right: 1px;
  transition: 0.3s;
  border: 1px solid #7C8A78;
  height: 31px;
  color: #7C8A78;
  border-radius: 3px;
  margin-top: 10px;
}

.card-product-btn:hover {
  background: var(--color2);
  color: #fff;
}

.home-wrap-btn {
  height: 56px;
  max-width: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color2);
  margin: auto;
  margin-top: 45px;
  color: #fff;
  font-weight: 500;
  border: 1px solid var(--color2);
  transition: 0.5s;
  border-radius: 3px;
}

.home-wrap-btn:hover {
  background: transparent;
  color: var(--color2);
}

.home-wrap-5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #d9d9d938;
  z-index: -1;
  backdrop-filter: blur(3px);
}

.home-wrap-5 {
  min-height: 315px;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  background-position: center;
  background-size: cover;
  gap: 5px;
  color: #fff;
  user-select: none;
}

.home-wrap-5-title-en {
  font-size: 45px;
  font-weight: bold;
}

.home-wrap-5-title {
  font-size: 27px;
  color: #fff;
}

.home-wrap-5-btn {
  height: 59px;
  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;
}

.home-wrap-5-btn:hover {
  background: #fff;
  color: #000;
}


.home-wrap-5-btn:hover img {
  filter: invert(1);
}

/* 666 */


.home-float-main {
  position: relative;
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
}

.home-float-center {
  width: 400px;
  height: 400px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-float-center::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='281' viewBox='0 0 281 281' fill='none'%3E%3Cpath d='M140.25 280.25C217.57 280.25 280.25 217.57 280.25 140.25C280.25 62.9301 217.57 0.25 140.25 0.25C62.9301 0.25 0.25 62.9301 0.25 140.25C0.25 217.57 62.9301 280.25 140.25 280.25Z' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M140.13 33.3789C200.164 33.3789 248.96 80.2221 248.96 140.256C248.96 200.29 200.282 248.967 140.249 248.967C80.2148 248.967 31.5371 200.29 31.5371 140.256' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M188.099 93.4064C162.252 69.3337 121.795 70.8124 97.7228 96.7186C73.6501 122.566 75.1288 163.022 101.035 187.095C126.882 211.167 167.338 209.689 191.411 183.782C215.484 157.876 197.503 176.448 199.869 172.426' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 102%;
  height: 100%;
  z-index: -1;
  animation: spin 14s linear infinite;
}

.home-float-img {
  width: 100%;
  transition: 1s all;
  margin-top: 70px;
  z-index: 1;
}

.home-float-img:hover {
  transform: scale(1.1) rotate(-10deg);
}

.home-float-en {
  position: absolute;
  font-size: 70px;
  background: linear-gradient(180deg, #DADFD8 0%, #5C5C5C 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 300;
  line-height: 1;
  direction: ltr;
  white-space: nowrap;
  opacity: 0.2;
  z-index: -1;
}

.home-float-state-title {
  font-size: 24px;
  color: #7A7A7A;
  line-height: 1;
  margin-top: 10px;
  opacity: 0;
  transition: 0.5s;
}

.home-float-state-en {
  font-size: 24px;
  color: #7C8A78;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.5s;
}

/* 1 */

.home-float-state-1 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40%;
  direction: ltr;
  line-height: 2;
}

.home-float-state-1-border {
  background: #A4A4A4;
  width: 0;
  height: 1px;
  transition: 1s;
  transition-delay: 0.5s;
}

.home-float-state-1-border::after {
  content: '';
  position: absolute;
  height: 0;
  background: #A4A4A4;
  left: 0;
  width: 1px;
  transition: 0.5s;
  bottom: 0;
}

.home-float-state-1 .home-float-state-en {
  transition-delay: 1s;
}

.home-float-state-1 .home-float-state-title {
  transition-delay: 1s;
}

/* 2 */

.home-float-state-2 {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 50%;
  direction: ltr;
  line-height: 2;
}

.home-float-state-2-border {
  background: #A4A4A4;
  width: 0;
  height: 1px;
  transition: 1s;
  transition-delay: 1s;
}

.home-float-state-2-border::after {
  content: '';
  position: absolute;
  height: 0;
  background: #A4A4A4;
  left: 0;
  width: 1px;
  transition: 0.5s;
  top: 0;
  transition-delay: 0.5s;
}

.home-float-state-2 .home-float-state-en {
  transition-delay: 1.5s;
}

.home-float-state-2 .home-float-state-title {
  transition-delay: 1.5s;
}


/* 3 */

.home-float-state-3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 42%;
  line-height: 2;
  text-align: left;
}

.home-float-state-3-border {
  background: #A4A4A4;
  width: 0;
  height: 1px;
  transition: 1s;
  transition-delay: 1.5s;
}

.home-float-state-3-border::after {
  content: '';
  position: absolute;
  height: 0;
  background: #A4A4A4;
  right: 0;
  width: 1px;
  transition: 0.5s;
  bottom: 0;
  transition-delay: 1s;
}

.home-float-state-3 .home-float-state-en {
  transition-delay: 2s;
}

.home-float-state-3 .home-float-state-title {
  transition-delay: 2s;
}

/* 4 */

.home-float-state-4 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30%;
  line-height: 2;
  text-align: left;
}

.home-float-state-4-border {
  background: #A4A4A4;
  width: 0;
  height: 1px;
  transition: 1s;
  transition-delay: 2s;
}

.home-float-state-4-border::after {
  content: '';
  position: absolute;
  height: 0;
  background: #A4A4A4;
  right: 0;
  width: 1px;
  transition: 0.5s;
  top: 0;
  transition-delay: 1.5s;
}

.home-float-state-4 .home-float-state-en {
  transition-delay: 2.5s;
}

.home-float-state-4 .home-float-state-title {
  transition-delay: 2.5s;
}

.home-float-state-1.is-visible .home-float-state-1-border,
.home-float-state-2.is-visible .home-float-state-2-border,
.home-float-state-3.is-visible .home-float-state-3-border,
.home-float-state-4.is-visible .home-float-state-4-border {
  width: 100%;
}

.home-float-state-1.is-visible .home-float-state-1-border::after,
.home-float-state-2.is-visible .home-float-state-2-border::after,
.home-float-state-3.is-visible .home-float-state-3-border::after,
.home-float-state-4.is-visible .home-float-state-4-border::after {
  height: 35px;
}

.home-float-state-1.is-visible .home-float-state-en,
.home-float-state-2.is-visible .home-float-state-en,
.home-float-state-3.is-visible .home-float-state-en,
.home-float-state-4.is-visible .home-float-state-en {
  opacity: 1;
}

.home-float-state-1.is-visible .home-float-state-title,
.home-float-state-2.is-visible .home-float-state-title,
.home-float-state-3.is-visible .home-float-state-title,
.home-float-state-4.is-visible .home-float-state-title {
  opacity: 1;
}


@media (max-width:767px) {
  .home-wrap-6 {
    overflow: hidden;
  }

  .home-float-center {
    width: 250px;
    height: 250px;
  }

  .home-float-en {
    font-size: 33px;
  }

  .home-float-state-en {
    font-size: 14px;
    height: 24px;
    line-height: 3;
  }

  .home-float-state-title {
    font-size: 14px;
    height: 24px;
  }

  .home-float-img {
    margin-top: 38px;
    width: 84%;
  }

  .home-float-main {
    margin-top: 20px;
  }


}


















.home-wrap-8 {
  background: var(--color2);
  margin-top: 60px;
  padding: 30px 0;
  color: #fff;
}

.home-wrap-8-item {
  text-align: center;
}

.home-wrap-8-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.home-wrap-8-en {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.home-wrap-8-title {
  font-size: 14px;
  font-weight: 300;
}

.home-wrap-8-text {
  font-size: 12px;
  font-weight: 200;
}

.home-wrap-9::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 100%);
  z-index: -1;
}

.home-wrap-9 {
  margin-top: 15px;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.home-wrap-9-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  max-width: 450px;
}

.home-wrap-9-subtitle {
  font-size: 15px;
  font-weight: 300;
}

.home-wrap-9-title {
  font-size: 22px;
  font-weight: 200;
}

.home-wrap-9-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9ad;
  height: 37px;
  color: #d9d9d9d4;
  transition: 0.3s;
  width: 100%;
  margin-top: 6px;
}

.home-wrap-9-btn:hover {
  background: #d9d9d9ad;
  color: #fff;
}

/* responsive */
@media (max-width:767px) {
  .home-wrap-2 {
    padding: 15px 0;
    width: 100%;
    margin-top: 0;
  }

  .home-wrap-2-title {
    font-size: 14px;
    min-width: auto;
    padding: 0 10px;
  }

  .home-wrap-2-img {
    height: 25px;
    width: 85px;
  }

  .home-wrap-2-item {
    min-width: 100px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
  }


  .home-wrap-3 {
    overflow: hidden;
  }

  .home-wrap-3-item {
    margin-top: 10px;
  }

  .home-wrap-3-img {
    height: 70px;
  }

  .home-wrap-3-cover {
    margin-bottom: 10px;
  }

  .home-wrap-3-title {
    font-size: 11px;
  }

  .home-wrap-3-en {
    font-size: 10px;
  }

  .home-wrap-3-en::after {
    font-size: 10px;
  }

  .home-wrap-center {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 10px 15px;
    padding-bottom: 0;
  }

  .home-wrap-title {
    font-size: 12px;
  }

  .home-wrap-title-en {
    font-size: 16px;
  }

  .card-product-img-body {
    height: 140px;
  }

  .card-product-price-discount {
    font-size: 10px;
    right: 10px;
    top: 10px;
  }

  .card-product-like {
    left: 10px;
    top: 10px;
    font-size: 16px;
  }

  .card-product {
    padding: 10px;
  }

  .card-product-title {
    font-size: 13px;
  }

  .card-product-title-en {
    font-size: 10px;
  }

  .card-product-end {
    margin-top: 10px;
    align-items: end;
  }

  .card-product-price-before {
    font-size: 12px;
  }

  .card-product-price-main {
    font-size: 12px;
  }

  .card-product-save {
    font-size: 16px;
  }

  .card-product-btn {
    font-size: 10px;
    height: 26px;
    margin-top: 5px;
  }

  .home-wrap-btn {
    height: 36px;
    font-size: 12px;
    margin-top: 25px;
    max-width: max-content;
    padding: 0 20px;
  }

  .home-wrap-5 {
    margin-top: 25px;
    min-height: auto;
    padding: 30px 15px;
  }

  .home-wrap-5-title-en {
    font-size: 18px;
  }

  .home-wrap-5-title {
    font-size: 14px;
  }

  .home-wrap-5-btn {
    font-size: 12px;
    padding: 10px;
    height: 32px;
  }

  .home-wrap-5-btn img {
    width: 18px;
  }

  .home-wrap-title-en-2 {
    font-size: 24px;
  }

  .home-wrap-shpae {
    position: absolute;
    right: 40px;
    z-index: -1;
    width: 60px;
  }

  .home-wrap-8 {
    padding: 10px 0;
    margin-top: 30px;
  }

  .home-wrap-8-item {
    padding: 10px 0;
  }

  .home-wrap-8-icon {
    width: 40px;
    height: 40px;
  }

  .home-wrap-8-en {
    font-size: 10px;
  }

  .home-wrap-8-title {
    font-size: 12px;
  }

  .home-wrap-8-text {
    font-size: 10px;
  }

  .home-wrap-9 {
    margin-top: 15px;
    padding: 20px 0;
  }

  .home-wrap-9-subtitle {
    font-size: 12px;
  }

  .home-wrap-9-title {
    font-size: 14px;
  }

  .home-wrap-9-btn {
    width: max-content;
    padding: 0 15px;
    font-size: 12px;
  }


}

/* footer */
.footer {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
  background: #DADFD8;
}

.footer-header {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #7A7A7A;
  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: #707070;
  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: #7A7A7A;
}

.footer-address {
  color: #7A7A7A;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #7A7A7A;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.footer-logo {
  height: 120px;
  width: 100%;
  object-fit: contain;
}

.footer-text {
  text-align: justify;
  text-align-last: center;
  font-size: 11px;
  line-height: 2;
  color: #7A7A7A;
  max-width: 80%;
}

.footer-subtitie {
  font-family: var(--font2);
  font-size: 30px;
  color: #7A7A7A;
}

.footer-text-en {
  font-size: 13px;
  color: #7A7A7A;
  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: #7A7A7A;
  padding-top: 5px;
  transition: 0.5s;
}

.footer-social a:hover {
  color: var(--color2);
}

.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: #7A7A7A;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #7A7A7A;
}

.footer-bottom-item a:hover {
  color: #666;
}

.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: 30px;
  }

  .footer-logo {
    height: 75px;
  }

  .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;
  }

  .footer-header {
    font-size: 13px
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 12px;
  }

  .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: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@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;
  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: #5c5c5c;
  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: #5c5c5c;
  background: #5c5c5c;
  color: #fff;
}

.sort-select:focus {
  color: #fff;
  border-color: var(--color2);
}

.sort-select {
  background: #D9D9D9;
  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;
}

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: #000;
  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;
}

.filter-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 1;
  gap: 5px;
}

.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color1);
}

.filter-row {
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 36px;
  margin-top: 0;
  align-items: center;
  border-radius: 0;
  padding: 0 15px;
  border: 1px 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;
  font-weight: 500;
  color: #111;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 15px;
  height: 15px;
  accent-color: var(--color2);
  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: 10px;
}

.product-list .card-product-price-main {
  font-size: 14px;
  margin-top: 0;
}

.product-list .card-product-price {
  gap: 5px;
  margin-top: 0;
}

.product-list .card-product-price-before {
  font-size: 14px;
}


.product-list .card-product-btn {
  margin-top: 0;
}



.btn-reset-filters {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-radius: 0;
}

.collapse {
  padding: 0 20px;
}

@media (max-width:767px) {

  .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: 100px;
  }

  .filter-btn-mobile {
    display: none;
  }
}


/* product list page */

.hero-wrapper {
  height: 350px;
  overflow: hidden;
}

.hero-wrapper-flex {
  display: flex;
}

.hero-wrapper-cover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='281' viewBox='0 0 281 281' fill='none'%3E%3Cpath d='M140.25 280.25C217.57 280.25 280.25 217.57 280.25 140.25C280.25 62.9301 217.57 0.25 140.25 0.25C62.9301 0.25 0.25 62.9301 0.25 140.25C0.25 217.57 62.9301 280.25 140.25 280.25Z' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M140.13 33.3789C200.164 33.3789 248.96 80.2221 248.96 140.256C248.96 200.29 200.282 248.967 140.249 248.967C80.2148 248.967 31.5371 200.29 31.5371 140.256' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3Cpath d='M188.099 93.4064C162.252 69.3337 121.795 70.8124 97.7228 96.7186C73.6501 122.566 75.1288 163.022 101.035 187.095C126.882 211.167 167.338 209.689 191.411 183.782C215.484 157.876 197.503 176.448 199.869 172.426' stroke='%23B5B1B1' stroke-width='0.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 300px;
  height: 300px;
  z-index: -1;
  animation: spin 14s linear infinite;
  margin-top: 50px;
}

.hero-wrapper-cover {
  width: 30%;
  position: relative;
}

.hero-wrapper-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-wrapper-img {
  width: 100%;
}

.hero-wrapper-en {
  font-size: 50px;
  color: #7a7a7a36;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -20px;
}

.hero-wrapper-title {
  font-size: 40px;
  font-weight: 200;
  color: #7C8A78;
}

@media (max-width:767px) {
  .hero-wrapper-cover {
    width: 35%;
  }

  .hero-wrapper-info {
    width: 65%;
  }

  .hero-wrapper-cover::after {
    margin-top: 5px;
    width: 90%;
    height: 90%;
  }

  .hero-wrapper {
    height: 110px;
  }

  .hero-wrapper-en {
    font-size: 16px;
    margin: 0;
  }

  .hero-wrapper-title {
    font-size: 16px;
  }

  .product-list .card-product-price-main {
    font-size: 12px;
  }

  .product-list .card-product-price-before {
    font-size: 12px;
  }

  .product-list .card-product-img-body {
    height: 125px;
  }

  .product-list .card-product-save {
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .product-list .card-product-title {
    font-size: 12px;
  }

}



/* swiper gallery  */

.product-wrapper {
  position: relative;
}

.product-img {
  width: 100%;
  cursor: zoom-in !important;
  background: #fff;
}

.swiper-product {
  position: relative;
}

.gallery-modal-body img {
  height: 100vh !important;
  object-fit: contain;
  background: #fff;
}

@media (max-width:767px) {
  .product-sticky {
    margin-top: 20px;
  }

  .product-wrapper {
    margin-top: 135px;
  }

  .swiper-product {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-right: -15px;
    margin-left: -15px;
  }

  .product-img {
    height: 250px;
    object-fit: contain;
  }

  .swiper-product .swiper-pagination-bullet-active {
    background: #000;
  }

  .gallery-modal-body img {
    height: auto !important;
  }
}

@media (min-width:768px) {
  .pl-md-0 {
    padding-left: 0;
  }

  .product-wrapper {
    margin-bottom: 8%;
  }

  .product-wrapper .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .swiper-product .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transform: unset !important;
  }

  .swiper-product .swiper-pagination {
    position: sticky;
    top: 50%;
    margin-right: 1.5625rem;
    display: flex;
    flex-direction: column;
    gap: .625rem;
  }

  .swiper-product .swiper-pagination-bullet {
    height: .4375rem;
    width: .4375rem;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    opacity: 1;
  }

  .swiper-product .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .pagination-body {
    position: absolute;
    height: 100%;
  }

  .product-sticky {
    padding-top: 10px;
    padding-right: 45px;
    padding-left: 30px;
    position: sticky;
    top: 90px;
    padding-bottom: 0;
    max-width: 650px;
    margin: auto;
  }

  .singel-product-short-desc.singel-product-info__panel--paragraph {
    margin-top: 35px !important;
  }
}

/* gallery*/

#productGalleryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ad;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.gallery-modal-body img {
  user-select: none;
}

.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: #fff;
  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;
}

/* size modal */

.size-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 4px 4px 0;
}

.size-container {
  padding: 30px;
}

.size-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.size-title {
  font-size: 16px;
  color: #1a1a1a;
}

.size-mute {
  font-size: 14px;
}


.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: white;
  direction: rtl;
}

.size-table th,
.size-table td {
  border: 2px solid #ffffff;
  padding: 10px 8px;
  vertical-align: middle;
}

.size-table th {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  border-color: #333;
}

.size-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.size-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.size-table td {
  background-color: inherit;
  color: #000000;
}

.size-end {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
}

.size-note {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: #555;
  border-top: none;
}

.size-btn {
  background: #f3f3f3;
  border: 0;
  font-size: 16px;
  padding: 8px 20px;
}

.size-btn:hover {
  background: #ddd;
}

@media (max-width: 767px) {
  .size-container {
    padding: 15px 10px;
    overflow-x: auto;
  }

  .size-table th,
  .size-table td {
    padding: 7px 6px;
    font-size: 10px;
  }

  .size-title {
    font-size: 14px;
  }

  .size-mute {
    font-size: 12px;
  }

  .size-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}

/* product */
.product-title {
  color: #707070;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}

.product-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.product-rate {
  display: flex;
  align-items: center;
}

.product-rate span {
  color: #707070;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 200;
}

.product-mute {
  color: #707070;
  font-size: 16px;
  font-weight: 200;
}

.product-column {
  margin-top: 20px;
}

.product-wrap-text {
  color: #707070b0;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 10px;
  text-align: justify;
}

.product-row-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-grid {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.product-col {
  width: 100%;
}

.product-hr {
  width: 1px;
  height: 92px;
  background: #70707030;
  display: block;
}

.product-row-title {
  color: #707070;
  margin-bottom: 15px;
}

.product-color-body {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.product-color {
  margin: 0;
  text-align: center;
  width: 100%;
}

.product-color input {
  display: none;
}

.product-color-name {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-color .product-color-item span {
  width: 100%;
  height: 100%;
  display: block;
}

.product-color .product-color-item {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  border: 1px solid #fff;
  margin: 0;
  background: transparent;
  color: #707070;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.product-color input:checked+.product-color-item {
  border-color: var(--color1);
  color: var(--color1);
  font-weight: 500;
}


.product-color:has(input[type="radio"]:checked) .product-color-name {
  font-weight: bold;
}


.product-color input:disabled+.product-color-item {
  opacity: 0.5;
  cursor: unset;
}

.product-type {
  margin: 0;
}

.product-type input {
  display: none;
}

.product-type span {
  height: 30px;
  width: 35px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin: 0;
  background: #fff;
  color: #707070;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  padding-top: 3px;
  border: 1px solid #eee;
}

.product-type input:checked+span {
  border-color: var(--color1);
  color: var(--color1);
  font-weight: 500;
}

.product-type input:disabled+span {
  opacity: 0.5;
  cursor: unset;
}

.show-modal-size {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  color: #ff0404;
  margin-right: auto;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.product-price-before {
  color: #7070709c;
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 600;
}

.product-price-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-price-main {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.product-price-main span {
  font-size: 16px;
}

.product-discount {
  background: var(--color1);
  color: #fff;
  padding: 5px;
  line-height: 1.3;
  height: 30px;
}

.product-alert {
  margin: 15px auto;
  padding: 10px 15px;
  background: #7c8a781a;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

.product-alert span {
  font-weight: 700;
  color: #fff;
  padding: 0 3px;
}

.product-alert span {
  font-weight: bold;
  color: #000;
}

.product-order {
  display: flex;
  justify-content: end;
  height: 40px;
  gap: 5px;
}

.product-btn {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  color: var(--color2);
}

.product-count {
  user-select: unset;
  text-align: center;
  width: 40px;
  border: 0;
  background: var(--color2);
  color: #fff;
  font-size: 18px;
  outline: none;
  cursor: unset;
  border-radius: 0;
}

.product-btn-add {
  background: var(--color2);
  color: #fff;
  outline: none;
  padding: 5px 30px;
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  border: 1px solid var(--color2);
  transition: 0.3s;
}

.product-btn-add:hover {
  background: #fff;
  color: var(--color2);
}


.product-tab {
  margin-top: 100px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  border-block: 1px solid #E4E4F2;
  padding: 0 15px;
  padding-top: 10px;
  justify-content: space-around;
}

.product-nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #303030;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding: 10px 15px;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-content {
  border-top: 0;
  padding-top: 30px;
}

.product-nav-item.active {
  color: var(--color1);
  border-color: var(--color1);
  font-weight: 700;
}

.product-nav-item i {
  margin-left: 5px;
}

.product-desc {
  color: #666;
  text-align: justify;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 30px;
}

.product-data {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid #E4E4F2;
  display: grid;
  background: #E4E4F2;
  overflow: hidden;
}

.product-data-item {
  background: #eef1ec;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
  padding: 10px 50px;
}

.product-data-item span {
  color: #09234894;
}

.faq-body {
  user-select: none;
}

.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #E9E8E8;
  /* border-radius: 12px; */
  margin-bottom: 15px;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.faq-question::after {
  content: '+';
  font-size: 20px;
  color: #787878;
  transition: transform 0.3s ease;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding-top: 0px;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
  padding-top: 1px;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 20px;
}

.faq-answer-content {
  padding-bottom: 25px;
  font-size: 14px;
}

.product-rel {
  margin-top: 80px;
}

.product-rel-title {
  color: #707070;
  font-size: 23px;
  margin-bottom: 30px;
}

.swiper-product .swiper-pagination {
  display: none;
}



/* responsive product */

@media (max-width:767px) {

  .swiper-product .swiper-pagination {
    display: block;
  }

  .product-title {
    font-size: 16px;
    margin-top: 10px;
  }

  .product-mute {
    font-size: 12px;
  }

  .product-rate {
    font-size: 12px;
  }

  .product-rate span {
    font-size: 12px;
    margin-right: 5px;
  }

  .product-row {
    margin-top: 10px;
    gap: 5px;
    position: relative;
    margin-bottom: 20px;
  }

  .product-row-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-grid {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .product-color-body {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-color-name {
    font-size: 12px;
  }

  .product-color .product-color-item {
    height: 24px;
  }

  .product-hr {
    width: 100%;
    height: 1px;
  }

  .product-alert {
    font-size: 11px;
  }

  .show-modal-size {
    font-size: 12px;
    order: 3;
  }

  .product-type span {
    height: 30px;
    font-size: 12px;
  }

  .product-row-flex {
    display: flex;
    gap: 8px;
  }

  .product-wrap-text {
    font-size: 12px;
    margin-top: 5px;
  }

  .product-price {
    margin-top: 15px;
    gap: 15px;
  }

  .product-price-before {
    font-size: 14px;
  }

  .product-price-main {
    font-size: 16px;
  }

  .product-discount {
    height: 22px;
    font-size: 12px;
  }

  .product-price-flex {
    gap: 5px;
  }

  .product-price-main span {
    font-size: 12px;
  }

  .product-order {
    height: 32px;
    margin-top: 15px;
  }

  .product-btn-add {
    font-size: 12px;
  }

  .product-count {
    width: 32px;
    font-size: 16px;
  }

  .product-btn {
    line-height: 1;
  }

  .product-tab {
    margin-top: 30px;
  }

  .product-tab .nav {
    padding: 0;
  }

  .product-nav-item {
    font-size: 11px;
    padding: 15px 5px;
    padding-bottom: 15px;
  }

  .product-data {
    grid-template-columns: repeat(1, 1fr);
    font-size: 12px;
  }

  .product-data-item {
    height: 40px;
    padding: 10px 20px;
  }

  .tab-content {
    padding-top: 20px;
  }

  .product-desc {
    font-size: 12px;
  }

  .faq-question {
    padding: 10px;
    font-size: 12px;
  }

  .faq-answer-content {
    padding-bottom: 15px;
    font-size: 12px;
  }

  .product-rel-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .product-rel {
    margin-top: 25px;
  }

}


/* 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: #333;
}

.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(--color2);
}

.com-box-mute {
  font-size: 14px;
  line-height: 2;
}

.com-box-submit {
  height: 46px;
  background: var(--color2);
  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: var(--color1);
  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 */

@media (max-width:767px) {
  .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: 12px;
  }

  .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;
  }
}

/* / */

.card-blog::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-blog.custom {
  height: 230px;
  margin-bottom: 20px;
  padding: 20px;
}

.card-blog {
  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-blog: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-blog:hover::before {
  opacity: 0.1;
}

.card-blog:hover::after {
  background: #fff;
  color: #000;
}

@media (max-width:767px) {
  .card-blog {
    height: 220px;
    padding: 27px 20px;
    font-size: 14px;
  }

  .card-blog:after {
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin-bottom: -5px;
  }

  .card-blog.custom {
    height: 160px;
  }
}


/* blog */

.h-230 {
  height: 230px;
}

.blog-img {
  width: 100%;
}

.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 {
  padding: 20px;
  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);

}

.blog-search {
  display: flex;
  background: var(--back);
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
}

.blog-search button {
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
}

.blog-search input {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  border: 0;
  outline: 0;
  font-size: 14px;
}

@media (max-width:767px) {

  .blog-title {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.8;
  }

  .blog-info {
    margin-top: 10px;
    font-size: 12px;
  }

  .blog-img {
    border-radius: 0px;
    margin-top: 5px;
  }

  .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;
  }
}

.about-wrap {
  overflow: hidden;
  margin-top: 60px;
}

.about-img {
  width: 100%;
}

.about-info {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 15px;
  color: #5C5C5C;
}

.about-info-title {
  font-size: 28px;
  font-weight: 300;
}

.about-info-text {
  font-size: 19px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}



.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color2);
  margin-top: 60px;
}

.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 {
    padding: 0 20px;
    height: auto;
    gap: 5px;
  }

  .about-wrap {
    margin-top: 20px;
  }

  .about-info-title {
    font-size: 16px;
  }

  .about-info-text {
    font-size: 13px;
  }

  .about-img {
    margin: 15px 0;
  }

  .about-item-img {
    width: 50px;
    height: 50px;
  }

  .about-item-title {
    font-size: 13px;
  }

  .about-item-text {
    font-size: 12px;
    text-align: center;
  }

  .about-item {
    margin-top: 00px;
  }




}




.responsive-map {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-box-title {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-us-form input {
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  height: 55px;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 15px;
  color: #000;
  outline-color: var(--color1);
}

.contact-us-form textarea {
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 15px;
  color: #000;
  outline-color: var(--color1);
}


.contact-us-btn {
  background: #DADFD8;
  width: 100%;
  height: 55px;
  border: 1px solid #DADFD8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  transition: 0.3s;
}

.contact-us-btn:hover {
  background: var(--color2);
  color: #fff;
}

.contact-box {
  background: #fafafa2b;
  padding: 60px;
  backdrop-filter: blur(4px);
  border: 1px solid #fafafa47;
}

.contact-body {
  background: var(--color2);
  padding: 40px 0;
}


@media (max-width:767px) {
  .about-anim img {
    min-width: 110px;
    height: 30px;
  }

  .about-anim {
    padding: 15px 0;
  }

  .about-anim-track {
    min-width: max-content;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-body {
    padding: 20px 0;
  }

  .contact-box-title {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .contact-us-form input {
    height: 40px;
    font-size: 13px;
  }

  .contact-us-form textarea {
    font-size: 13px;
  }

  .contact-us-btn {
    height: 40px;
    font-size: 14px;
    margin-top: 0px;
  }

  .responsive-map {
    height: 200px;
  }
}

/* --- end design --- */


.contact-item-body {
  margin-bottom: 50px;
}

.contact-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  gap: 20px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-item-cover {
  font-size: 24px;
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--color2);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: var(--color2);
  color: #fff;
}

.contact-item-title {
  color: var(--color1);
  font-size: 16px;
  font-weight: 500;
}

@media (max-width:767px) {
  .contact-item {
    padding: 15px;
  }

  .contact-item-cover {
    font-size: 18px;
    min-width: 40px;
    height: 40px;
  }

  .contact-item-title {
    font-size: 14px;
  }

  .contact-item-body {
    margin-bottom: 30px;
  }
}


span.labelauty-checked-image {
  background-size: contain!important;
  background-position: center!important;
  width: 15px!important;
  height: 12px!important;
}
input.labelauty + label {
  font-size: 10px!important;
  border-radius: 5px!important;
}

input.labelauty:checked + label {
  background-color: var(--color1)!important;
}


input.labelauty + label {
  margin-right: 0!important;
  border-radius: 0 !important;
}

.jconfirm .jconfirm-box {
  border-radius: 0 !important;
}

.jconfirm .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
  border-color: var(--color2);
}

.pro-side {
  border-radius: 0;
}

.pro-box {
  border-radius: 0;
}

.formTable {
  border: 0;
}

.formTable h3 {
  font-size: 20px;
}

.remove-cart-item {
  left: 20px;
  position: absolute;
  top: 20px;
}
span.quantitys {
  font-size: 14px;
}