/* Kalameh */
@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Thin.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Thin.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraLight.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraLight.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Light.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Light.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Regular.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Regular.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Medium.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Medium.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-SemiBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-SemiBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-Bold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-Bold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: normal;
}

@font-face {
  font-family: 'Kalameh';
  src:
    url('../fonts/Kalameh/woff2/KalamehFaNum-ExtraBold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/KalamehFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/KalamehFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: normal;
}

/* base  */

:root {
  --color1: #FF2121;
  --color2: #FF2121;
  --back: #F5F5F5;
  --font1: 'Kalameh';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 90px;
  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;
  box-shadow: 0px 0px 8px 0px #11100F26;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-fill {
  height: 90px;
}

.navbar-logo img {
  width: auto;
  height: 80px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a.active {
  background: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 40px;
  padding: 0 15px;
}

.nav-item a.active:hover {
  color: #fff !important;
  background: var(--color1);
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* 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(--color1) 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(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;

}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  width: 36px;
  height: 36px;
  background: #eee;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn:hover {
  background: var(--color1);
  color: #fff;
}

.icon-hk-user {
  font-size: 22px;
}

.navbar-search {
  height: 36px;
  background: #eee;
  display: flex;
  border-radius: 50px;
  margin-left: 10px;
}

.navbar-search button:hover {
  color: var(--color1);
}

.navbar-search button {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
}

.navbar-search input {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.navbar-btn-badge {
  background: var(--color1);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -4px;
  top: -4px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 2px;
}


/* responsive navbar*/

@media (max-width:767.5px) {

  .navbar-custom {
    height: auto;
    padding: 10px 0;
    padding-top: 5px;
  }

  .navbar-fill {
    height: 102px;
  }

  .navbar-btn-body {
    gap: 10px;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    width: 50px;
    height: 50px;
  }

  .nav-item a.active {
    width: max-content;
  }

  .navbar-btn {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    font-size: 16px;
  }

  .icon-hk-user {
    font-size: 18px;
  }

  .navbar-search {
    order: 3;
    margin-right: 0;
    height: 32px;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }

  .navbar-search button {
    font-size: 18px;
  }

  .navbar-search input {
    font-size: 12px;
  }
}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
  }
}


/* 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 .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;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 16px;
  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: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .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: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
    margin-left: 10px;
  }
}


@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: 10px !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;
}

.basket-item:hover {
  background: #fefefe;
}

.basket-item:first-child {
  padding-top: 20px;
}

.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: cover;
  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: 17px;
  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: 60px;
  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);
}

.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: 16px;
 } 
 .basket-total-price .basket-item-count span {
    font-size: 16px;
 }
 .basket-total-title {
    font-size: 14px;
 }
 .basket-link {
    height: 40px;
 }
}



/* 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: #fff;
}


.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);
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid var(--color1);
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid var(--color1);
  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 */
.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);
}

/* home */

.home-wrap-1 {
  margin-top: 25px;
}

.i-circle {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><style>.ring{fill:none;stroke:%23ffffff;stroke-width:5;stroke-linecap:round;}</style></defs><circle cx=\"50\" cy=\"50\" r=\"42\" class=\"ring\" stroke-dasharray=\"263.89\" stroke-dashoffset=\"43.98\" transform=\"rotate(-90 50 50)\" /><circle cx=\"50\" cy=\"50\" r=\"28\" class=\"ring\" stroke-dasharray=\"175.93\" stroke-dashoffset=\"43.98\" transform=\"rotate(-90 50 50)\" /><circle cx=\"50\" cy=\"50\" r=\"14\" class=\"ring\" stroke-dasharray=\"87.96\" stroke-dashoffset=\"43.98\" transform=\"rotate(-90 50 50)\" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home-wrap-1-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #00000014;
  z-index: -1;
  mix-blend-mode: multiply;
}

.home-wrap-1-item {
  height: 500px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-wrap-1-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  max-width: 50%;
  color: #fff;
  gap: 20px;
}

.home-wrap-1-subtitle {
  font-size: 22px;
  font-weight: 300;
}

.home-wrap-1-title {
  font-size: 36px;
  font-weight: bold;
}

.home-wrap-1-title b,
.home-wrap-1-title span,
.home-wrap-1-title bold {
  color: var(--color1);
  font-weight: bold;
}

.home-wrap-1-mute {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff !important;
}

.home-wrap-1-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color1);
  border: 1px solid var(--color1);
  width: max-content;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: #ff212175;
  color: #fff;
}

.home-wrap-2-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

.card-cat {
  display: block;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #11100f21;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.card-cat:hover {
  background: var(--color1);
}

.card-cat-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.card-cat-brand {
  position: absolute;
  left: -5px;
  bottom: 20px;
  height: 58px;
  max-width: 100%;
}

.home-wrap-3 {
  height: 370px;
  margin-top: 70px;
  background-size: cover;
  padding: 40px;
  color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-wrap-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, #0000006b);
  z-index: -1;
}

.home-wrap-3-title {
  font-size: 28px;
  font-weight: 500;
}

.home-wrap-3-text {
  font-size: 18px;
  font-weight: 300;
}

.card-product {
  display: block;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 2px 0px #11100f21;
  position: relative;
  transition: 0.3s;
}

.card-product-img:hover {
  transform: scale(1.1);
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.card-product-img-body {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
}

.card-product-title {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 45px;
}

.card-product-price-discount {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color1);
  color: #fff;
  font-size: 12px;
  width: 30px;
  height: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.card-product-price {
  text-align: left;
  line-height: 1.3;
}

.card-product-price-before {
  color: #818181;
  text-decoration: line-through;
}

.card-product-price-main {
  color: #111;
  font-weight: 600;
}

.card-product-price-main i {
  font-size: 13px;
}

.card-product-btn {
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  font-size: 14px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50px;
  margin-top: 10px;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: transparent;
  color: var(--color1);
}

.home-wrap-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.home-wrap-flex {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-wrap-cover {
  height: 100%;
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0px 0px 9px #11100f47;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 15px;
  z-index: 1;
}

.home-wrap-cover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, #0000006b);
  z-index: -1;
}

.home-wrap-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.swiper-custom-prev,
.swiper-custom-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid var(--color1);
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-custom-next::after {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-custom-prev::after {
  content: 'next';
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-custom-prev:hover,
.swiper-custom-next:hover {
  background: var(--color1);
}

.swiper-custom-prev:hover::after,
.swiper-custom-next:hover::after {
  color: #fff;
}


.home-wrap-5-item {
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  height: 320px;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  gap: 10px;
  color: #fff;
  z-index: 1;
}

.home-wrap-5-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, #0000006b);
  z-index: -1;
}


.home-wrap-5-title {
  font-size: 26px;
  font-weight: 600;
}

.home-wrap-5-title b,
.home-wrap-5-title span,
.home-wrap-5-title strong {
  font-weight: 600;
  color: var(--color1);
}

.home-wrap-5-text {
  font-size: 18px;
  color: #ffffffde;
  max-width: 60%;
}

.home-wrap-5-btn {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 5px 20px;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  gap: 5px;
  margin-top: 10px;
  transition: 0.3s;
}

.home-wrap-5-btn:hover {
  background: #fff;
  color: var(--color1);
}


.home-wrap-btns .swiper-button-next,
.home-wrap-btns .swiper-button-prev {
  opacity: 1;
  position: relative;
  left: unset;
  right: unset;
  margin: unset;
}


.home-wrap-7 {
  display: flex;
  margin-top: 90px;
}

.home-wrap-7-red {
  width: 30%;
  background: var(--color1);
  border-radius: 0 30px 30px 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-wrap-7-black {
  width: 30%;
  background: #000;
  border-radius: 30px 0 0 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #fff;
}

.home-wrap-7-img {
  width: 40%;
  border-radius: 20px;
  margin-top: -25px;
  margin-bottom: -25px;
  border: 1px solid #000;
  box-shadow: 0px 0px 9px #11100f47;
}

.home-wrap-7-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.home-wrap-7-btn {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
  gap: 8px;
  margin-top: 15px;
  transition: 0.3s;
  font-weight: 500;
}

.home-wrap-7-btn i {
  filter: invert(1);
  width: 22px;
  transition: 0.3s;
}

.home-wrap-7-btn:hover {
  background: #000;
  color: #fff;
}

.home-wrap-7-btn:hover i {
  filter: invert(0);
}

.home-wrap-7-inner {
  position: relative;
  padding-right: 20px;
}

.home-wrap-7-inner::before {
  content: '';
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff00 0%, #fff 50.48%, #ffffff00 100%);
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
}

.home-wrap-7-subtitle {
  font-size: 18px;
  text-align: center;
  position: relative;
}

.home-wrap-7-subtitle::after {
  content: '';
  width: 100%;
  background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
  display: block;
  height: 2px;
  margin-top: 15px;
}

.home-wrap-7-text {
  font-weight: 300;
}

.card-blog {
  display: flex;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 2px 0px #11100f21;
  position: relative;
  transition: 0.3s;
  gap: 20px;
}

.card-blog-img-body {
  width: 30%;
  height: 155px;
  border-radius: 12px;
  overflow: hidden;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-inner {
  /*width: 70%;*/
  display: flex;
  flex-direction: column;
  color: #000;
  gap: 13px;
  padding: 10px 0;
}

.card-blog-title {
  font-size: 18px;
  font-weight: 600;
}

.card-blog-text {
  font-size: 15px;
}

.card-blog-more {
  margin-top: auto;
  font-size: 15px;
  width: max-content;
}

.card-blog-more:hover {
  color: var(--color1);
}

.home-wrap-8-title {
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* responsive */

@media (max-width:767px) {
  .home-wrap-1 {
    margin-top: 15px;
  }

  .home-wrap-1-item {
    height: 200px;
    border-radius: 20px;
  }

  .home-wrap-1-inner {
    height: 100%;
    padding: 20px;
    max-width: 100%;
    gap: 5px;
  }

  .home-wrap-1-subtitle {
    font-size: 14px;
  }

  .home-wrap-1-title {
    font-size: 16px;
  }

  .home-wrap-1-mute {
    font-size: 12px;
    gap: 5px;
  }

  .home-wrap-1-mute i {
    width: 20px;
  }

  .home-wrap-1-btn {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }

  .home-wrap-1-btn i {
    width: 20px;
  }

  .home-wrap-2-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .card-cat {
    padding: 10px;
  }

  .card-cat-img {
    height: 140px;
  }

  .card-cat-brand {
    height: 36px
  }

  .home-wrap-3 {
    height: auto;
    border-radius: 20px;
    padding: 20px;
    margin-top: 25px;
    background-position: center;
    gap: 5px;
  }

  .home-wrap-3-title {
    font-size: 16px;
    max-width: 70%;
  }

  .home-wrap-3-text {
    font-size: 14px;
    max-width: 70%;
  }

  .home-wrap-flex {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .home-wrap-title {
    font-size: 16px;
  }

  .swiper-custom-prev,
  .swiper-custom-next {
    width: 28px;
    height: 28px;
  }

  .swiper-custom-prev::after {
    font-size: 10px;
  }

  .swiper-custom-next::after {
    font-size: 10px;
  }

  .home-wrap-cover {
    display: none;
  }

  .card-product {
    padding: 10px;
  }

  .card-product-img-body {
    height: 130px;
  }

  .card-product-title {
    color: #111;
    font-size: 13px;
    -webkit-line-clamp: 2;
    height: 38px;
  }

  .card-product-price-before {
    font-size: 14px;
  }

  .card-product-price-main {
    font-size: 14px;
  }

  .card-product-btn {
    font-size: 12px;
    height: 30px;
    margin-top: 5px;
  }

  .home-wrap-5-item {
    height: auto;
    margin-top: 25px;
    padding: 20px;
    gap: 5px;
  }

  .home-wrap-5-title {
    font-size: 16px;
  }

  .home-wrap-5-text {
    font-size: 14px;
    max-width: 100%;
  }

  .home-wrap-5-btn {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }

  .home-wrap-7 {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
  }

  .home-wrap-7-red {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }

  .home-wrap-7-img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
  }

  .home-wrap-7-black {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }

  .home-wrap-7-title {
    font-size: 16px;
  }

  .home-wrap-7-btn {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
  }

  .home-wrap-7-subtitle {
    font-size: 14px;
  }

  .home-wrap-7-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-wrap-8-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .card-blog {
    flex-direction: column;
    gap: 0px;
  }

  .card-blog-img-body {
    width: 100%;
    height: 140px;
  }

  .card-blog-inner {
    width: 100%;
    gap: 5px;
  }

  .card-blog-title {
    font-size: 14px;
  }

  .card-blog-text {
    font-size: 14px;
  }

  .card-blog-more {
    font-size: 12px;
  }
}

/* footer */

.footer {
  position: relative;
  z-index: 1;
  padding: 50px 100px;
  border-radius: 30px;
  margin-top: 70px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;

}

.footer-social a img{
  width: 21px;
  height: 21px;
  filter: grayscale(1);
}
.footer-social a img:hover{
  filter: grayscale(0);
}

.footer-social .icon-instagram {
  padding-top: 1px;
  padding-right: 2px;
}

.footer-social .icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  color: var(--color1);
}

.footer-header {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.footer-link {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #ffffffad;
  font-weight: 300;
}

a.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-logo {
  height: 80px;
  object-fit: contain;
}

.footer-text {
  text-align: justify;
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-weight: 300;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.footer-top::before {
  content: '';
  width: 100%;
  background-image: linear-gradient(90deg, #ffffff00 0%, #df4638 50.48%, #ffffff00 100%);
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.footer-bottom::before {
  content: '';
  width: 100%;
  background-image: linear-gradient(90deg, #ffffff00 0%, #df4638 50.48%, #ffffff00 100%);
  display: block;
  height: 2px;
  margin-bottom: 15px;
}

.footer-bottom {
  margin-top: 20px;
  position: relative;
}

.footer-bottom-item {
  font-size: 14px;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 2px;
  font-weight: 300;
}

.footer-bottom-item span {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}


/* responsive footer  */

@media (max-width:767px) {
  .footer {
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 15px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footer-logo {
    height: 70px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-header {
    font-size: 14px;
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-link {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-social {
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-social a {
    width: 26px;
    height: 26px;
  }

  .footer-bottom {
    margin-top: 5px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .footer-bottom::before {
    margin-bottom: 10px;
  }
}



/* 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-bottom: 10px;
  }
}

/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-main-img {
  background-color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}

.product-other-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -15px;
}

.product-other-img a {
  width: 100%;
}

.product-other-img img {
  display: flex;
  width: 100%;
  height: 115px;
  object-fit: contain;
  border-radius: 12px;
  border: solid 1px #fff !important;
  background-color: #fff !important;
}

.mz-thumb-selected img {
  border: solid 1px var(--color1) !important;
  filter: unset !important;
}

/* owl */

.product-other-img .owl-next {
  position: absolute;
  left: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.product-other-img .owl-prev {
  position: absolute;
  right: 5px;
  top: 28%;
  z-index: 9;
  border-radius: 40px !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27) !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
}

.product-other-img .owl-next span {
  display: none;
}

.product-other-img .owl-prev span {
  display: none;
}

.product-other-img .owl-next:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f104';
  font-size: 18px;
}

.product-other-img .owl-prev:after {
  content: " ";
  font-family: "raya-icon";
  content: '\f105';
  font-size: 18px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0;
}

@media (max-width:767px) {
  .product-other-img img {
    height: 80px;
  }

  .product-other-img .owl-next {
    top: 22%;
  }

  .product-other-img .owl-prev {
    top: 22%;
  }
}

/* magic zoom */

.mz-hint-message {
  font-family: var(--font1);
}

.mz-hint-message::before {
  content: unset;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
  font-family: var(--font1);
}

a#productImgae>.mz-figure>img {
  height: 410px !important;
  max-height: 410px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom>img,
.mz-figure>img {
  height: 410px !important;
  max-height: 410px !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

.MagicZoom {
  width: 100%;
}

.MagicZoom figure {
  width: 100%;
}

.mz-hint-message {
  display: none;
}

@media (max-width:767px) {
  a#productImgae>.mz-figure>img {
    height: 200px !important;
    max-height: 200px !important;
    object-fit: contain !important;
  }

  .MagicZoom>img,
  .mz-figure>img {
    height: 200px !important;
    max-height: 200px !important;
    object-fit: contain !important;
  }
}

/* product content */

.product-box {
  border-radius: 12px;
  background: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-title {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.product-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #000;
}

.product-tag-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-tag {
  background: #F5F5F5;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 50px;
  color: #000;
}

.product-end {
  margin-top: auto;
}

.product-row:first-child {
  margin-top: 0;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.product-row-title {
  font-size: 18px;
  font-weight: 600;
}

.product-color {
  margin: 0;
}

.product-color input {
  display: none;
}

.product-color-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-color span {
  width: 36px;
  height: 36px;
  border: 2px solid #ccc;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.product-color input:checked+span {
  border-color: var(--color1);
  box-shadow: 0 3px 2px #00000052;
}

/*  */

.product-model {
  margin: 0;
}

.product-model input {
  display: none;
}

.product-model-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.product-model span {
  height: 36px;
  padding: 0 15px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}

.product-model input:checked+span {
  border-color: var(--color1);
  background: var(--color1);
  color: #fff;
  box-shadow: 0 3px 2px #00000052;
}

.product-model span:hover {
  background: #eee;
}

.product-order-count {
  display: flex;
  align-items: center;
  max-width: 110px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #7070702b;
  height: 44px;
  padding: 0 5px;
}

.product-order-count input {
  text-align: center;
  border: 0;
  outline: none;
  cursor: unset;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #F5F5F5;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  border: 1px solid #7070702b;
}

.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 5px;
  font-size: 14px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-order-count button:hover {
  color: var(--color1);
}

.product-price {
  text-align: left;
}

.product-price-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-price-before {
  font-size: 18px;
  text-decoration: line-through;
}

.product-discount {
  background: #ff21212e;
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  font-size: 14px;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  border: 1px solid var(--color1);
}

.product-price-main {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.product-price-main i {
  font-size: 14px;
}


.product-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #dddddda8;
  margin-top: 15px;
  padding-top: 15px;
}

.product-btn {
  width: 100%;
  height: 49px;
  background: var(--color1);
  color: #fff;
  border: 1px solid var(--color1);
  border-radius: 50px;
  margin-top: 10px;
  transition: 0.3s;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.product-btn:hover {
  background: transparent;
  color: var(--color1);
}

.product-btn:active {
  background: #000;
  color: #fff;
}

.product-tab {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  color: #303030;
  padding: 25px;
  margin-top: 60px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.product-nav-item {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #303030;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding: 0px 15px;
  border-radius: 50px;
  line-height: 1;
  height: 40px;
  padding-top: 5px;
}

.tab-content {
  border-top: 0;
  padding-top: 20px;
}

.product-nav-item.active {
  color: #fff;
  background: var(--color1);
}

.product-nav-item i {
  margin-left: 5px;
}

.product-data:first-child {
  margin-top: 0;
}

.product-data {
  margin-top: 12px;
  font-size: 16px;
  color: #303030;
  display: flex;
  align-items: center;
  background: #d2d1d15e;
}

.product-data span:first-child {
  width: 25%;
  font-weight: 500;
  padding: 10px;
  background: #f6f6f6;
  margin-left: 12px;
  color: #000;
}

.product-desc {
  text-align: justify;
  line-height: 2.3;
  font-size: 15px;
  color: #000;
}

@media (max-width:767px) {
  .product-box {
    border-radius: 12px;
    gap: 10px;
    margin-top: 15px;
    padding: 15px;
    height: auto;
  }

  .product-title {
    font-size: 18px;
  }

  .product-text {
    font-size: 13px
  }

  .product-tag-body {
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .product-tag {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .product-row:first-child {
    margin-top: 5px;
  }

  .product-row-title {
    font-size: 14px;
  }

  .product-color span {
    width: 30px;
    height: 30px;
  }

  .product-border {
    border-top: 2px solid #dddddda8;
    margin-top: 15px;
    padding-top: 10px;
  }

  .product-btn {
    height: 38px;
    font-size: 14px;
  }

  .product-price {
    line-height: 1;
  }

  .product-discount {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
  }

  .product-price-before {
    font-size: 16px;
  }

  .product-price-main {
    font-size: 18px;
  }

  .product-order-count {
    height: 40px;
  }

  .product-tab {
    padding: 15px;
    margin-top: 20px;
  }

  .product-nav-item {
    font-size: 13px;
    height: 32px;
    padding: 0 10px;
  }

  .product-desc {
    text-align: right;
    font-size: 13px;
  }


  .product-data {
    font-size: 12px;
  }

  .product-data span:first-child {
    width: 50%;
    padding: 5px 10px;
  }

  .product-model span {
    height: 32px;
    font-size: 13px;
    padding: 0 10px;
  }

  .product-model-body {
    margin-top: 5px;
  }

}




/* 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;
  border-radius: 10px;
  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;
  border-radius: 10px;
  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 #e6eaed6e;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  border-radius: 10px;
  max-width: 150px;
  /*color: #fff;*/
}

.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: 50px;
  background: var(--color2);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: var(--color1);
  color: #fff;
}


.comment-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 6px #0000001c;
  border: 1px solid #70707026;
}


.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: 14px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }

  .com-box-submit {
    height: 38px;
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
    margin-top: 0;
  }
}



/* 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(--color2);
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  border: 1px solid #00000029;
  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(--color2);
  border-color: var(--color2);
}

.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: 0;
    padding-bottom: 20px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }

}




/* sort */

.sort-body {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sort-title {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
  gap: 15px;
}

.sort-item:hover {
  color: var(--color2);
  border-color: var(--color2);
}

.sort-item {
  background: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0.3s;
  border: 1px solid #ddd;
}

.sort-item.active {
  border-color: var(--color1);
  color: var(--color1);
}

@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;
  }

}


/* 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;
}


: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);
}

/* list */

.list-product .row {
  margin-left: -7px;
  margin-right: -7px;
}

.list-product .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.head-title {
  font-size: 16px;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 20px;
}

.head-title strong {
  font-weight: 600;
  margin-right: 5px;
}

p#no-results {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

.filter-box {
  border: 1px solid #00000029;
  user-select: none;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  background: #fff;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 20px;
}

.filter-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  color: var(--color2);
}

.filter-row {
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 42px;
  margin: 15px;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 2px solid #E4E4E4;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 14px;
}

.filter-btn-collapce {
  color: #222222;
  font-size: 14px;
  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: 400;
  color: #222222;
  margin: 20px;
}

.filter-check-item div {
  display: flex;
  align-items: center;
}

.filter-check-item input {
  width: 18px;
  height: 18px;
  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;
  padding: 0 20px;
}

.filter-row-item {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
  padding:0 30px;
}

.filter-row-item:after {
  content: '\f104';
  font-family: "raya-icon";
  display: block;
  margin-right: auto;
}

.show-more {
  margin-top: 50px;
}

.show-more-content::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff);
  bottom: 0;
}

.show-more-content {
  position: relative;
  font-size: 14px;
  line-height: 2;
  max-height: 195px;
  overflow: hidden;
}

.show-more-content.active {
  max-height: 100%;
}

.show-more-content.active::before {
  content: unset;
}

.show-more-btn {
  cursor: pointer;
  font-size: 15px;
  color: var(--color1);
  transition: 0.3s;
  margin-top: 15px;
}

.show-more-btn:hover {
  color: var(--color2);
}

.f-star {
  display: flex;
  flex-direction: row-reverse;
  color: #E49233;
  font-size: 16px;
}

.f-star .icon-star-empty {
  opacity: 0.5;
}

.product-list .row {
  margin-left: -7px;
  margin-right: -7px;
}

.product-list .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}


/* / */

.banner-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #0d0d0d2e;
}

.banner-wrapper {
  background-size: cover;
  background-position: center;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  margin-bottom: 30px;
}

.banner-wrapper-logos {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 345px;
  border-radius: 50px;
}

@media (max-width:767px) {

  .banner-wrapper-logos {
    bottom: 15px;
    left: 15px;
    max-width: 170px;
  }

  .banner-wrapper {
    height: 160px;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 20px;
  }


  .products {
    margin-bottom: -30px;
  }

  .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: #000;
    color: #fff;
    border-radius: 33px;
    font-size: 18px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    padding-top: 2px;
  }


  .show-more {
    margin-top: 15px;
  }

  .show-more-content {
    font-size: 12px;
    text-align: justify;
    max-height: 140px;
  }
}


@media (min-width:768px) {
  .filter-sticky {
    position: sticky;
    top: 110px;
  }

  .filter-btn-mobile {
    display: none;
  }
}

.about-wrap-1 {
  margin-top: 60px;
}

.about-wrap-1-title {
  font-size: 32px;
  font-weight: 600;
}

.about-wrap-1-text {
  text-align: justify;
  line-height: 2;
  margin-top: 10px;
  font-size: 18px;
}

.about-wrap-2 {
  background: radial-gradient(circle at center, rgb(255 255 255 / 27%) 0%, rgb(255 255 255 / 0%) 43%, #FF2121 60%), #FF2121;
  border-radius: 32px;
  margin-top: 110px;
  padding: 0 50px;
  position: relative;
}

.about-wrap-2-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.about-wrap-2-img {
  width: 100%;
  margin-top: -80px;
  margin-bottom: -80px;
}

.about-wrap-2-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.about-wrap-2-text {
  text-align: justify;
  line-height: 1.8;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.about-wrap-2-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 15px;
  border-radius: 30px;
  gap: 5px;
  margin-top: 10px;
  transition: 0.3s;
}

.about-wrap-2-btn:hover {
  background: #000;
  color: #fff;
}

.about-wrap-3 {
  padding: 50px;
  min-height: 440px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  margin-top: 130px;
}

.about-wrap-3-info {
  max-width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-wrap-3-title {
  font-size: 28px;
  font-weight: bold;
}

.about-wrap-3-text {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}

@media (max-width:767px) {
  .about-wrap-1 {
    margin-top: 20px;
  }

  .about-wrap-1-title {
    font-size: 20px;
  }

  .about-wrap-1-text {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
  }

  .about-wrap-2-img {
    margin: 0;
  }

  .about-wrap-2 {
    margin-top: 25px;
    padding: 20px;
  }

  .about-wrap-2-info {
    padding: 0;
    padding-top: 10px;
    gap: 10px;
  }

  .about-wrap-2-title {
    font-size: 20px;
  }

  .about-wrap-2-text {
    margin-top: 0px;
    font-size: 13px;
    text-align: center;
  }

  .about-wrap-2-btn {
    height: 38px;
    font-size: 13px;
    margin: auto;
  }

  .about-wrap-3 {
    padding: 20px;
    min-height: auto;
    border-radius: 32px;
    margin-top: 25px;
  }

  .about-wrap-3-info {
    max-width: 100%;
  }

  .about-wrap-3-title {
    font-size: 20px;
  }

  .about-wrap-3-text {
    font-size: 13px;
    text-align: center;
  }




}







.contact-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}


.contact-link-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
}

.contact-link i {
  background: #0035022e;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  color: #000;
}

.contact-banner {
  width: 100%;
  border-radius: 32px;
}

.contact-box {
  background-color: #fff;
  border-radius: 32px;
  padding: 25px;
  height: 100%;
}

.contact-box-title {
  font-size: 18px;
  border-bottom: 1px solid var(--color2);
  color: #323232;
  margin-bottom: 25px;
  font-weight: 600;
}

.responsive-map::after {
  content: '';
  background-image: linear-gradient(90deg, #ffffff00 0%, #ffffff 100%);
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  top: 0;
  pointer-events: none;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 400px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 400px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 10px;
}

.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form label {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color2);
}

.contact-us-form textarea:focus {
  border-color: var(--color2);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.3s;
  width: 181.9px;
  height: 45.5px;
  border-radius: 50px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}


.row-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.blog-body .card-blog {
  flex-direction: column;
  gap: 0;
}

.blog-body .card-blog-img-body {
  width: 100%;
}

.blog-body .card-blog-inner {
  width: 100%;
  gap: 10px;
  padding-bottom: 0;
}

@media (max-width:767px) {
  .responsive-map {
    height: 200px;
  }

  .responsive-map::after {
    content: unset;
  }

  .row-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .contact-link i {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .contact-link {
    font-size: 14px;
  }

  .contact-box-title {
    font-size: 16px;
  }

  .contact-us-form label {
    font-size: 14px;
  }

  .contact-us-form button {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }


}


/* blog */

.blog-list .card-blog {
  flex-direction: column;
}

.blog-list .card-blog-img-body {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.blog-list-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.blog-search {
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.blog-search input {
  outline: none;
  border: 0;
  font-size: 12px;
  padding-right: 15px;
  width: 100%;
}

.blog-search button {
  border-radius: 10px;
  background: var(--color1);
  border: 0;
  height: 100%;
  width: 55px;
  min-width: 55px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
  padding-top: 5px;
}

.blog-search button:hover {
  opacity: 0.8;
}

.blog-img {
  width: 100%;
  border-radius: 8px;
  height: 80vh;
  object-fit: cover;
}

.blog-title {
  font-size: 24px;
  font-weight: 800;
  text-align: right;
}

.blog-date {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #969696;
}

.acc-body .nav a,
.acc-body .nav label {
  display: block;
  padding: 5px;
  color: #1a1818;
  transition: all .25s ease-in;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.nav label {
  cursor: pointer;
}

.group-list a,
.group-list label {
  padding: 5px;
  box-shadow: inset 0 -1px lighten(#252525, 7%);
}

.sub-group-list a,
.sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px lighten(#353535, 7%);
}

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px lighten(#454545, 7%);
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
  list-style: disc;
  color: var(--color1);
}

.nav__list input[type=checkbox]:checked+label+ul {
  max-height: 1000px;
}

label>span {
  float: right;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked+label>span {
  transform: rotate(-90deg);
}

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.group-list li a {
  color: #808080;
}

.icon {
  font-size: 18px;
  transition: 0.3s;
  color: var(--color1);
}

.icon.active {
  transform: rotate(180deg);
  color: var(--color1);
}

.acc {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.acc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  height: 45px;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  color: #646464;
}

.acc-btn i {
  color: var(--color1);
}

.acc-btn.collapsed {
  border-radius: 5px;
  border-bottom: 0;
}

.acc-body {
  border: 0;
  background-color: transparent;
  border-top: 0;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}


.blog-comment {
  border-radius: 12px;
  background: #fff;
  color: #303030;
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0 0 6px #0000001c;
  border: 1px solid #70707026;
}

@media (max-width:767px) {

  .blog-comment {
    padding: 15px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }

  .page-link {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-list-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .blog-img {
    width: 100%;
    border-radius: 8px;
    height: 40vh;
    object-fit: cover;
  }
}

/* blog content pro max */

.blog-content {
  margin-top: 30px;
  border-radius: 16px;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.8rem;
  color: #1e293b;
  border-bottom: 2px solid #e53e3e;
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.5rem;
  color: #1e293b;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid #e53e3e;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.25rem;
  color: #334155;
  margin: 18px 0 10px;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 1.1rem;
  color: #475569;
  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, #e53e3e, 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, #EACB19 0%, #e81b21 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 #e53e3e;
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-style: italic;
}

.blog-content a {
  color: #e53e3e;
  text-decoration: none;
  border-bottom: 1px dashed #e53e3e;
  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) {
  .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;
  }
}


#contact_whatsapp {
  position: fixed;
  /*background-color: rgb(0 128 0);*/
  border-radius: 50%;
  bottom: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  right: 15px;
  width: 70px;
  height: 70px;
}

#contact_whatsapp span {
  font-size: 50px;
  padding: 0;
}
#contact_phone {
  position: fixed;
  border-radius: 50%;
  bottom: 160px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  right: 15px;
  width: 70px;
  height: 70px;
}

#contact_phone span {
  padding: 13px 16px 6px 5px;
  font-size: xx-large;
}
