@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}


/* base  */

:root {
  --color1: #05ACAC;
  --color2: #0A6566;
  --back: #fff;
  --font1: IRANSansXFaNum;
}

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;
  }

  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@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;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  font-weight: 800;
}

h2 {
  font-size: 24px;
  padding-bottom: 6px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #2d3436;
}

@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }

  p {
    font-size: 12px;
  }
}

/* navbar */

.navbar-main {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-main.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 3px 6px #0000000d;
}

.navbar-toggler {
  display: none;
}

.navbar-top {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.navbar-custom {
  height: 55px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
  margin-top: -10px;
}

.navbar-fill {
  height: 115px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-right: 25px;
}

.navbar-logo-img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.navbar-logo-title {
  color: #000;
  font-weight: bold;
  margin-right: 15px;
  font-size: 12px;
}

.i-menu::before {
  content: '';
  display: block;
  width: 19px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='21' viewBox='0 0 29 21'%3E%3Crect width='29' height='3' rx='1.5' fill='%2305ACAC'/%3E%3Crect y='9' width='22' height='3' rx='1.5' fill='%2305ACAC'/%3E%3Crect y='18' width='29' height='3' rx='1.5' fill='%2305ACAC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-item {
  margin-left: 25px;
  white-space: nowrap;
}

.nav-item i {
  padding-left: 5px;
  font-size: 16px;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  font-size: 14px;
  color: #707070;
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-category-first {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.navbar-search {
  height: 36px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 610px;
  background: #fff;
  padding: 10px;
  position: relative;
  border: 1px solid #7070704f;
}

.navbar-search input::placeholder {
  color: #70707073;
}

.navbar-search input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 0;
  outline: none;
  padding: 10px;
  font-size: 14px;
  background: transparent;
}

.navbar-search 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: #70707073;
}

.navbar-right {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 25px;
}

.navbar-btn::after {
  content: '';
  position: absolute;
  background: #70707030;
  width: 1px;
  height: 20px;
  right: -14px;
}

.navbar-btn:first-child::after {
  content: unset;
}

.navbar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #333C59;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  gap: 5px;
}

.navbar-btn:hover {
  color: var(--color2);
}

.navbar-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-social img {
  width: 20px;
}

.navbar-social a {
  filter: grayscale(1);
  transition: 0.3s;
}

.navbar-social a:hover {
  filter: grayscale(0);
}

.navbar-search-btn {
  display: none;
}


/* responsive navbar */

@media (max-width:767.5px) {


  .navbar-custom .container {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-lg {
    flex-wrap: nowrap;
  }

  .navbar-fill {
    height: 60px;
  }

  .navbar-top {
    position: unset;
  }

  .navbar-custom {
    height: 0px;
    margin: 0;
  }

  .navbar-logo-img {
    height: 48px;
    width: auto;
  }

  .navbar-logo img {
    height: 48px;
    width: auto;
  }

  .navbar-inner {
    height: auto;
    padding: 6px 0;
  }

  .navbar-right {
    padding-left: 0;
  }

  .navbar-left {
    width: auto;
    gap: 15px;
  }

  .navbar-search.active {
    visibility: visible;
    opacity: 1;
  }


  .navbar-search input {
    font-size: 12px;
  }

  .navbar-search button {
    font-size: 16px;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #7b7b7b !important;
    display: flex;
  }

  .offcanvas-nav .navbar-logo {
    margin-left: unset;
    margin-right: auto;
  }

  .navbar-btn-badge {
    width: 14px !important;
    height: 14px !important;
    top: -6px !important;
    left: -6px !important;
  }

  .navbar-social {
    display: none;
  }

  .navbar-btn::after {
    content: unset;
  }

  .navbar-btn {
    border-color: #70707094;
  }

  .navbar-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    line-height: 1;
    font-size: 20px;
    color: #333C59;
    background: transparent;
    padding: 0;
    width: 20px;
  }


  .navbar-btn span {
    display: none;
  }

  .navbar-logo {
    margin-top: 0;
    margin-right: 0;
  }

  .navbar-search {
    position: absolute;
    top: 60px;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    height: 34px;
    border-radius: 0;
  }

}


@media (min-width:767px) and (max-width:991px) {
  .nav-item {
    margin-left: 0;
  }

  .nav-item a {
    font-size: 12px;
  }
}

@media (min-width:992px) and (max-width:1100px) {
  .nav-item {
    margin-left: 10px;
  }

}

@media (min-width:768.5px) {
  .navbar-controll {
    display: flex;
    align-items: center;
    padding-right: 140px;
  }
}




/* 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 #f2f2f2;
  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: 14px;
  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(--color2);
    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%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }

  #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;
  }

}




/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    margin-right: auto;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    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;
    overflow: auto;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #575757;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #575757;
    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;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-category-first i {
    font-size: 16px;
    margin-left: 0;
  }

  .navbar-category-first {
    height: auto;
    min-width: auto;
    background: transparent;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
  }

}

@media (min-width:768px) {

  .offcanvas-header {
    display: none;
  }

  .navbar-category a::after {
    content: unset;
  }

  .navbar-category.dropdown ul {
    min-width: 275px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding: 4px 0;
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul li {
    padding: 0px 20px;
  }

  .navbar-category.dropdown ul li:last-child a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown ul li a {
    border-bottom: solid 1px #dcdcdc;
  }



  .navbar-category.dropdown .dropdown ul {
    right: 100%;
  }

  .navbar-category.dropdown ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: solid 1px #dcdcdc;
  }

  .navbar-category.dropdown .dropdown>a:after {
    margin-top: 0;
  }

  .navbar-category.dropdown ul::before {
    content: unset;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 800px;
    flex-wrap: wrap;
    direction: rtl;
    height: 358px;
    overflow-y: auto;
    margin-top: -1px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    color: var(--color2);
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    font-weight: normal;
  }

  .navbar-category.dropdown .dropdown ul li {
    min-width: 25%;
  }

  .navbar-category.dropdown .dropdown ul a::after {
    content: unset;
  }

  .navbar-category.dropdown .dropdown:hover>ul {
    display: flex;
  }

  .navbar-category.dropdown .dropdown ul ul {
    width: auto;
    position: relative;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    right: 0;
    flex-direction: column;
    box-shadow: unset;
    overflow: unset;
    border: 0;
    margin: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
    color: #323232;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .navbar-category.dropdown .dropdown ul {
    width: 385px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }
}


/* jconfirm  */

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

.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;
  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: 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: 15px;
  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: 16px;
}

.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;
}

.navbar-btn-badge {
  background: var(--color1);
  width: 13px;
  height: 13px;
  position: absolute;
  right: -6px;
  top: -6px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding-top: 1px;
}

@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;
  }

}

/* 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-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-7 {
  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: 12px;
  font-weight: 600;
  color: #fff;
}

.swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 50px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 50px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: #fff;
}

.swiper-button-prev:hover {
  background: #fff;
}

.swiper-button-next:hover::after {
  color: var(--color1);
}

.swiper-button-prev:hover::after {
  color: var(--color1);
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}

/* responsive swiper */

@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .basket-item-title {
    font-size: 12px;
  }

  .offcanvas-title {
    font-size: 14px;
  }

  .basket-item-count span {
    font-size: 14px;
  }

  .basket-item-count {
    font-size: 14px;
  }
}


/* 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);
}


.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-free .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-free .swiper-slide {
  width: auto;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

/* home */


/* .home-wrap-1-row::before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20.66%, rgb(255 255 255 / 50%) 71.46%);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

.home-wrap-1-row {
  height: calc(100vh - 115px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.home-wrap-1-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-wrap-1-title {
  font-size: 50px;
  font-weight: bold;
  color: #05ACAC;
}

.home-wrap-1-subtitle {
  color: #0A6566;
  font-weight: bold;
  font-size: 32px;
}

.home-wrap-1-text {
  font-size: 20px;
  color: #8E94A3;
  line-height: 1.8;
}


.home-wrap-1-btn-body {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.home-wrap-1-btn-a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  min-width: 240px;
  border-radius: 15px;
  border: 1px solid var(--color1);
  color: var(--color1);
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.home-wrap-1-btn-a:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-1-btn-b {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  min-width: 240px;
  background: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.home-wrap-1-btn-b:hover {
  background: var(--color2);
  color: #fff;
}

.home-wrap-2 {
  box-shadow: -8px 0px 6px 0px #0000001F;
  padding: 10px 0;
}

.home-wrap-2-img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.5s;
}

.home-wrap-2-img:hover {
  filter: grayscale(0);
}


.home-wrap-title::after {
  content: '';
  height: 3px;
  width: 125px;
  background: #F59E0B;
  margin-top: 10px;
}

.home-wrap-title.border-2::after {
  background: #E374AC;
}

.home-wrap-title {
  position: relative;
  color: #333C59;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-wrap-3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  background: #F8F8FA;
  padding: 20px 10px;
  gap: 15px;
  transition: 0.3s;
}

.home-wrap-3-item:hover {
  background: #0b3a3a0d;
}

.home-wrap-3-img {
  height: 91px;
  width: 91px;
  object-fit: contain;
  margin-bottom: 20px;
}

.home-wrap-3-title {
  font-size: 13px;
  font-weight: 700;
  color: #707070;
}

.home-wrap-3-mute {
  color: #707070;
  font-size: 13px;
  text-align: center;
}

.home-wrap-3-mute:hover {
  color: var(--color1);
}

.home-wrap-4 {
  background: #0B3A3A;
  margin-top: 60px;
  padding: 70px 0;
}

.home-wrap-4-box {
  background: #fff;
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.home-wrap-4-img {
  height: 145px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: -31px;
}

.home-wrap-4-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #082121;
  line-height: 1.7;
}

.card-product {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border: 3px solid #E4E4F280;
  padding: 15px;
  position: relative;
  gap: 10px;
}

.card-product-img-body {
  position: relative;
  width: 100%;
  height: 145px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.card-product-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.5s;
}

.card-product-img-body:hover .card-product-img {
  transform: scale(1.1);
}

.card-product-title {
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.card-product-mute {
  color: #A5B3C5;
  font-size: 14px;
  text-align: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-product-price-body {
  line-height: 1;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 35px;
}

.card-product-price-discount {
  height: 23px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #D11B32;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 20px;
}

.card-product-price-before {
  font-size: 14px;
  text-decoration: line-through;
  text-align: center;
  color: #9E9999;
  font-weight: 700;
}

.card-product-price-main i {
  font-size: 14px;
  color: #000;
}

.card-product-price-main {
  font-weight: 700;
}

.card-product-btn {
  height: 32px;
  background: #096E6E;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: #F59E0B;
  color: #fff;
}

.card-product-badge {
  position: absolute;
  top: 15px;
  background: #F59E0B;
  font-size: 12px;
  color: #fff;
  height: 23px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  z-index: 1;
  border-radius: 20px;
}

.card-product-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 328.8px;
  border-radius: 20px;
  color: var(--color2);
  font-weight: 600;
}


.home-wrap-5-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(5 172 172 / 39%) 0%, #FFFFFF 62.02%);
}

.home-wrap-5-inner {
  min-height: 325px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  padding-left: 50%;
  gap: 15px;
  z-index: 1;
}

.home-wrap-5-title {
  font-size: 33px;
  font-weight: 500;
  color: #05ACAC;
}

.home-wrap-5-text {
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
  color: #707070;
}

.home-wrap-5-btn {
  border: 1px solid #05ACAC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  color: #05ACAC;
  font-size: 16px;
  font-weight: 500;
  margin-right: auto;
  padding: 0 40px;
  border-radius: 10px;
  transition: 0.3s;
}

.home-wrap-5-btn:hover {
  background: #05ACAC;
  color: #fff;
}

.home-banner {
  width: 100%;
  border-radius: 20px;
  margin-top: 60px;
}


.home-wrap-9 .swiper-4 {
  padding: 10px;
  margin: -10px;
}

.card-blog {
  display: block;
  box-shadow: 0px 4px 10px 0px #0721472E;
  border: 1px solid #7070701A;
  border-radius: 20px;
}

.card-blog-img-body {
  height: 141px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.card-blog-img:hover {
  transform: scale(1.05);
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.card-blog-inner {
  padding: 15px;
}

.card-blog-title {
  color: #082148;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 45px;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #707070B2;
  font-weight: 500;
  margin-top: 10px;
}

/* responsive home */
@media (max-width:767px) {

  .home-wrap-1-inner {
    width: 100%;
  }

  .home-wrap-1-row {
    height: 240px;
    padding: 20px 0;
  }

  .home-wrap-1-title {
    font-size: 16px;
  }

  .home-wrap-1-subtitle {
    font-size: 14px;
  }

  .home-wrap-1-text {
    font-size: 12px;
    max-width: 70%;
  }

  .home-wrap-1-btn-a {
    min-width: auto;
    width: 100%;
    height: 36px;
    font-size: 12px;
    border-radius: 12px;
  }

  .home-wrap-1-btn-b {
    min-width: auto;
    width: 100%;
    height: 36px;
    font-size: 12px;
    border-radius: 12px;
  }

  .home-wrap-1-btn-body {
    gap: 10px;
  }

  .home-wrap-2-img {
    height: 40px;
  }

  .home-wrap-title {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .home-wrap-title::after {
    height: 2px;
    width: 90px;
  }

  .home-wrap-3 .home-wrap-title {
    margin-bottom: 0;
  }

  .home-wrap-3 .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .home-wrap-3 .col-4 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .home-wrap-3-img {
    height: 50px;
    width: 50px;
    margin-bottom: 0px;
  }

  .home-wrap-3-title {
    font-size: 10px;
    text-align: center;
  }

  .home-wrap-3-item {
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    height: 100%;
  }

  .home-wrap-3-mute {
    font-size: 10px;
  }

  .home-wrap-4 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .home-wrap-4-box {
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    height: auto;
  }

  .home-wrap-4-title {
    font-size: 16px;
  }

  .home-wrap-4-img {
    height: 86px;
    top: -19px;
  }

  .card-product {
    padding: 8px;
    border-radius: 12px;
    gap: 5px;
  }

  .card-product-badge {
    top: 10px;
    right: 10px;
    height: 20px;
    font-size: 10px;
  }

  .card-product-price-discount {
    height: 20px;
    font-size: 10px;
    left: 10px;
    top: 10px;
  }

  .card-product-img-body {
    height: 110px;
  }

  .card-product-title {
    font-size: 12px;
  }

  .card-product-mute {
    font-size: 12px;
  }

  .card-product-price-before {
    font-size: 12px;
  }

  .card-product-price-main {
    font-size: 12px;
  }

  .card-product-btn {
    height: 30px;
    font-size: 10px;
  }

  .card-product-more {
    border-radius: 12px;
    height: 247px;
    font-size: 12px;
  }

  .home-wrap-5-inner {
    min-height: auto;
    margin-top: 30px;
    padding: 20px;
    border-radius: 12px;
    gap: 10px;
  }

  .home-wrap-5-title {
    font-size: 16px;
  }

  .home-wrap-5-text {
    font-size: 13px;
    color: #393939;
  }

  .home-wrap-5-inner::before {
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg, rgb(5 172 172 / 66%) 0%, #FFFFFF 62.02%);
  }

  .home-wrap-5-btn {
    height: 36px;
    font-size: 12px;
    border-radius: 12px;
    margin-right: unset;
    margin-left: auto;
  }

  .home-banner {
    border-radius: 12px;
    margin-top: 25px;
  }

  .card-blog {
    border-radius: 12px;
  }

  .card-blog-img-body {
    height: 110px;
    border-radius: 12px 12px 0 0;
  }

  .card-blog-inner {
    padding: 10px;
  }

  .card-blog-title {
    font-size: 12px;
    height: 36px;
  }

  .card-blog-flex {
    font-size: 10px;
    margin-top: 5px;
  }


  .jconfirm-title {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }

  .jconfirm-title-c {
    padding-bottom: 0 !important;
  }

  .jconfirm-content {
    font-size: 14px;
  }

  .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    margin: 0 !important;
  }

  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-size: 12px !important;
  }

  .jconfirm.form-control {
    font-size: 14px !important;
  }
}



/* footer */

.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #07B9B9 0%, #0B3A3A 100%);
  z-index: -1;
}

.footer {
  position: relative;
  padding-top: 60px;
  background-size: cover;
  z-index: 1000;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 100%;
  line-height: 1.7;
}

.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: #F59E0B;
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #fff;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.footer-logo {
  height: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-text {
  text-align: justify;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  max-width: 84%;
}

.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;
  background: #fff;
  color: var(--color2);
  border-radius: 50px;
  padding-top: 5px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #F59E0B;
}

.footer-bottom {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-item {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #fff;
}

.footer-bottom-item a:hover {
  color: #F59E0B;
}

.footer-namad {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
  background: #D9D9D933;
  width: max-content;
  border-radius: 15px;
  padding: 10px 20px;
  border: 1px solid #ffffff47;
}

.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;
}


.footer-top-box {
  box-shadow: 0px 6px 5px 0px #1D979426 inset;
  background: #F9FFFF;
  border-radius: 50px;
  margin-top: 60px;
  padding: 40px;
}

.footer-top-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-top-cover {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #1D9794;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-cover img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-top-title {
  color: #1D9794;
  font-size: 15px;
  font-weight: 700;
}

.footer-top-text {
  color: #1D9794;
  font-size: 13px;
  margin-top: 5px;
}


/* responsive footer  */

@media (max-width:767px) {

  .footer-top-box {
    margin-top: 40px;
    padding: 20px;
    border-radius: 26px;
    padding-top: 0;
  }

  .footer-top-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-top: 20px;
  }

  .footer-top-cover {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .footer-top-cover img {
    width: 35px;
    height: 35px;
  }

  .footer-top-title {
    font-size: 12px;
  }

  .footer-top-text {
    font-size: 10px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-logo {
    height: 90px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-social {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .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: 25px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-address {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 5px;
    padding-bottom: 30px;
  }

  .footer-bottom-item {
    flex-direction: column;
    font-size: 10px;
  }

  .footer-namad {
    margin: auto;
  }

  .footer-namad img {
    height: 60px;
  }

}


.search-suggest {
  position: absolute;
  width: 100%;
  top: 42px;
  right: 0;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  padding: 10px;
  border: 1px solid #7070704a;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000016;
  z-index: 99;
  display: none;
}

.search-suggest-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.search-suggest-item:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.search-suggest-item:last-child {
  margin-bottom: 0;
}

.search-suggest-item {
  display: flex;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 15px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 5px;
}

.search-suggest-title {
  color: #707070;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 14 px;
  font-weight: 600;
}

.search-suggest-price-body {
  display: flex;
  align-items: end;
  margin-top: 10px;
  color: #707070;
  gap: 10px;
}

.search-suggest-btn:hover {
  background: var(--color2);
  color: #fff;
}

.search-suggest-btn {
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
}

.search-suggest-price-main {
  font-weight: bold;
}

.search-suggest-price-before {
  text-decoration: line-through;
}

.search-suggest-inner {
  width: 100%;
}

@media (max-width:767px) {
  .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;
  }

}


/* 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;
  }
}


/* 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: 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;
    border-radius: 8px !important;
  }

}




/* sort */

.sort-body {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.sort-title {
  color: #072048;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.sort-item-flex {
  display: flex;
  gap: 10px;
}

.sort-item:hover {
  color: var(--color2);
  border-color: var(--color2);
}

.sort-item {
  background: #fff;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid #ddd;
}

.sort-item.active {
  border-color: #072048;
  background: #072048;
  color: #fff;
}

@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);
}

.filter-box {
  user-select: none;
  box-shadow: 0px 4px 4px 0px #00000014;
  border-radius: 30px;
  background: #fff;
  background: #D9D9D933;
}

.filter-title {
  font-size: 14px;
  font-weight: 600;
  color: #072048;
  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(--color2);
}

.filter-row {
  border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
  border-bottom: 0;
}

.filter-search {
  display: flex;
  background: #FFFFFF80;
  height: 42px;
  margin-bottom: 15px;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 2px solid #E4E4E4;
}

.filter-search input {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
}

.filter-search button {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #787878;
  margin-top: 5px;
  font-size: 14px;
}

.filter-btn-collapce {
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px;
}

.filter-btn-collapce.collapsed:after {
  transform: rotate(180deg);
}

.filter-btn-collapce:after {
  content: '\f107';
  font-family: "raya-icon";
  transition: 0.3s;
}

.filter-check-item:first-child {
  margin-top: 0;
}

.filter-check-item:first-child {
  margin-bottom: 0;
}

.filter-check-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #818e9f;
  margin: 20px;
}

.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;
}

@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: #05acac;
    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: 140px;
  }

  .filter-btn-mobile {
    display: none;
  }
}


/* inner */

.banner-wrapper {
  height: 330px;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  padding-right: 50%;
  gap: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 8px 0px #09234814;

}

.banner-wrapper-title {
  font-size: 32px;
  font-weight: bold;
  color: #333C59;
}

.banner-wrapper-text {
  font-size: 18px;
  color: #8E94A3;
}

.banner-end::before {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 41.07%, #0A3B3B 100.59%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.banner-end {
  position: relative;
  margin-top: 60px;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
  z-index: 1;
}

.banner-end-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 50%;
}

.banner-end-title {
  font-size: 26px;
  font-weight: bold;
}

.banner-end-text {
  font-size: 16px;
}

.banner-end-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-right: auto;
  padding: 0 36px;
  border-radius: 6px;
  color: #fff;
  transition: 0.3s;
}

.banner-end-btn:hover {
  background: #fff;
  color: var(--color2);
}

@media (max-width:767px) {

  .banner-wrapper {
    height: auto;
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    margin-top: 0;
  }

  .banner-wrapper-title {
    font-size: 16px;
  }

  .banner-wrapper-text {
    font-size: 13px;
  }

  .banner-end {
    margin-top: 20px;
    padding: 20px 0;
    background-position: left;
    text-align: center;
  }

  .banner-end-inner {
    padding-left: 0;
  }

  .banner-end-title {
    font-size: 15px;
  }

  .banner-end-text {
    font-size: 13px;
  }

  .banner-end-btn {
    margin: auto;
    height: 34px;
    font-size: 14px;
    padding: 0 20px;
  }
}



/* single product */

.product-img-body {
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-main-img {
  background-color: #fafbfe;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #E4E4F2;
}

.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: 136px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #fff !important;
  border: 1px solid #E4E4F2 !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%;
    width: 26px;
    height: 26px;
  }

  .product-other-img .owl-prev {
    top: 22%;
    width: 26px;
    height: 26px;
  }
}

/* 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: 490px !important;
  max-height: 490px !important;
  object-fit: cover !important;
  max-width: 100% !important;
}

.MagicZoom>img,
.mz-figure>img {
  height: 490px !important;
  max-height: 490px !important;
  object-fit: cover !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-title {
  color: #082121;
  font-size: 28px;
  font-weight: 500;
}

.product-text {
  color: #78869B;
  text-align: justify;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
}

.product-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 45px;
}

.product-mute {
  color: #0923488C;
  font-size: 17px;
}

.product-rate {
  display: flex;
  align-items: center;
}

.product-rate i {
  color: #F59E0B;
}

.product-rate span {
  color: #092348;
  font-size: 14px;
  margin-right: 15px;
}

.product-price-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-price-main {
  color: #082121;
  font-size: 30px;
  font-weight: 600;
}

.product-price-main span {
  color: #D11B32;
  font-size: 20px;
}

.product-price-before {
  font-size: 22px;
  text-decoration: line-through;
  color: #666;
}

.product-discount {
  background: #D11B32;
  color: #fff;
  padding: 0 5px;
  border-radius: 20px;
}

.product-badge {
  background: #F3FAF6;
  font-size: 12px;
  color: #5AB872;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.product-info-item {
  margin-bottom: 10px;
  color: #78869B;
  font-weight: 300;
}

.product-btn {
  height: 52px;
  background: #096E6E;
  color: #fff;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #096E6E;
  border-radius: 10px;
  transition: 0.3s;
}


.product-btn:hover {
  background: transparent;
  color: #096E6E;
}


.product-order-count {
  display: flex;
  align-items: center;
  max-width: 110px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E8E8E8;
  height: 52px;
  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;
  width: 36px;
  border: 1px solid #E8E8E8;
  border-block: 0;
  height: 100%;
}

.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 5px;
  font-size: 14px;
  min-width: 30px;
  max-width: 30px;
  background: #fff;
  border-radius: 8px;
  color: #072048;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-order-count button:hover {
  color: var(--color1);
}

.product-tab {
  margin-top: 45px;
}

.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: 3px 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: #F59E0B;
  border-color: #F59E0B;
  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;
  border-radius: 20px;
  overflow: hidden;
}

.product-data-item {
  background: #fff;
  height: 51px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-around;
  color: #000;
  font-weight: 500;
}

.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;
}


/* responsive product */

@media (max-width:767px) {

  .product-title {
    font-size: 16px;
    margin-top: 20px;
  }

  .product-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-price-before {
    font-size: 16px;
  }

  .product-discount {
    font-size: 13px;
  }

  .product-price-main {
    font-size: 20px;
  }

  .product-price-main span {
    font-size: 14px;
  }

  .product-badge {
    font-size: 10px;
  }

  .product-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product-info-item {
    font-size: 14px;
  }

  .product-btn {
    height: 40px;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }

  .product-order-count {
    height: 40px;
  }

  .product-tab .nav {
    padding: 0;
    white-space: nowrap;
    overflow: auto;
    justify-content: right;
    gap: 25px;
  }

  .product-nav-item {
    font-size: 12px;
    padding: 15px 0;
  }

  .tab-content {
    padding-top: 20px;
  }

  .product-data-item {
    height: 40px;
    font-size: 12px;
    justify-content: space-between;
  }

  .product-desc {
    font-size: 14px;
  }

  .faq-question {
    padding: 10px;
    font-size: 12px;
  }

  .faq-answer-content {
    padding-bottom: 15px;
    font-size: 12px;
  }
}




/* 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 #e6eaed;
  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.answer {
  margin-bottom: 0;
  margin-top: 20px;
  background: #fafbfe;
}

.comment-item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #70707026;
  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: 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;
  }
}



.blog-list .card-blog-img-body {
  height: 210px;
}

.blog-list .card-blog {
  box-shadow: 0px 4px 5px 0px #0720480F;
}

@media (max-width:767px) {

  .blog-list .card-blog-img-body {
    height: 140px;
  }
}


/* blog */


/* blog */


.blog-img {
  width: 100%;
  border-radius: 20px;
}

.blog-title {
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  color: #143A52;
  margin-top: 25px;
}

.blog-info span {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.blog-info {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  color: #727272;
  font-size: 14px;
}

.blog-box {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.blog-box-title {
  color: #000000;
  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: #143A52;
  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: #73C0CB;
}

.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: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover
}

.blog-mini-title {
  color: #000;
  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;
  border-radius: 40px;
  color: #143A52;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.blog-box-btn:hover {
  background: #143A52;
  color: #fff;
}

@media (max-width:767px) {
  .blog-title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .blog-info {
    gap: 20px;
    margin-top: 15px;
    font-size: 12px;
  }

  .blog-img {
    border-radius: 16px;
  }

  .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-content {
  margin-top: 30px;
  border-radius: 16px;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.5rem;
  color: #1e293b;
  border-bottom: 2px solid var(--color2);
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.35rem;
  color: #1e293b;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid var(--color2);
  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, 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;
  }
}




.contact-item {
  box-shadow: 4px 2px 8px 0px #09234814;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.contact-item-icon {
  width: 53px;
  height: 53px;
  object-fit: contain;
}

.contact-item-title {
  color: #096E6E;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-item-text {
  color: #096E6E;
  font-weight: 300;
  font-size: 14px;
}

.contact-item-info a {
  color: #096E6E;
  font-weight: 300;
  font-size: 15px;
}

.contact-item-mute {
  font-size: 13px;
  color: #096E6E;
  font-weight: 300;
  margin-top: 5px;
}

.contact-box {
  box-shadow: 1px 1px 8px 0px #09234829;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 30px;
}

.contact-box-title {
  text-align: center;
  font-size: 20px;
  color: #096E6E;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-us-form input {
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  height: 60px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  color: #000;
  outline-color: #05acac66;
}

.contact-us-form textarea {
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 0;
  padding: 15px;
  color: #000;
  outline-color: #05acac66;
}


.contact-us-btn {
  background: #096E6E;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #096E6E;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 5px 0px #0923481C inset;
  transition: 0.3s;
}

.contact-us-btn:hover {
  background: #128787;
  color: #fff;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 20px;
}

@media (max-width:767px) {
  .contact-item-title {
    font-size: 14px;
  }

  .contact-item {
    border-radius: 15px;
  }

  .contact-item-icon {
    width: 40px;
    height: 40px;
  }

  .contact-item-text {
    font-size: 12px;
  }

  .contact-item-info a {
    font-size: 12px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact-us-form input {
    height: 46px;
    font-size: 14px;
  }

  .contact-us-btn {
    height: 46px;
    font-size: 14px;
  }

}


.about-img {
  width: 100%;
  border-radius: 20px;
}

.about-text {
  text-align: center;
  color: #707070;
  line-height: 2;
}

.about-item {
  background: #FAFAFB;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #096E6E;
  transition: 0.5s;
  height: 100%;
}

.about-item-icon {
  width: 81px;
  height: 81px;
  transition: 0.5s;
  object-fit: contain;
}

.about-item-title {
  font-size: 18px;
  font-weight: 600;
}

.about-item-text {
  font-size: 14px;
  text-align: center;
}


.about-item:hover {
  background: #096E6E;
  color: #fff;
}


.about-item:hover .about-item-icon {
  filter: brightness(0) invert(1);
}

.about-wrapper {
  position: relative;
  margin-top: 60px;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: #fff;
  z-index: 1;
}

.about-wrapper::before {
  content: '';
  background: radial-gradient(50% 50% at 50% 50%, rgba(8, 33, 33, 0.55) 0%, rgba(8, 33, 33, 0.72) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.about-wrapper-title {
  font-size: 26px;
  font-weight: bold;
}

.about-wrapper-btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 0 36px;
  border-radius: 15px;
  color: #fff;
  transition: 0.3s;
  margin: auto;
  margin-top: 10px;
}

.about-wrapper-btn:hover {
  background: #fff;
  color: var(--color2);
}

@media (max-width:767px) {

  .about-text {
    font-size: 14px;
  }

  .about-item {
    border-radius: 15px;
    padding: 10px;
    gap: 5px;
  }

  .about-item-icon {
    width: 54px;
    height: 54px;
  }

  .about-item-title {
    font-size: 13px;
  }

  .about-item-text {
    font-size: 12px;
  }

  .about-wrapper {
    padding: 30px 0;
    margin-top: 20px;
  }

  .about-wrapper-title {
    font-size: 14px;
  }

  .about-wrapper-text {
    font-size: 12px;
  }

  .about-wrapper-btn {
    height: 36px;
    font-size: 14px;
    margin-top: 0;
  }



}