/* 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: #ed2126;
  --color2: #1f1f1f;
  --color3: #fff;
  --back: #111111;
  --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;
}
h1, h2, h3, h4, h5 {
  color: #fff;
}

@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;
  }
}

/* navbar */
.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: 100px;
  border-bottom: 1px solid #ddd;
}

.navbar-custom {
  height: 60px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo-img {
  height: 55px;
  object-fit: contain;
}

.navbar-logo-title {
  color: #000;
  line-height: 1.7;
  font-weight: 500;
  margin-right: 15px;
}

.nav-item {
  margin-left: 30px;
  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: 16px;
  font-weight: 400;
  color: #292D32;
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-category-first {
  background: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  height: 43px;
  font-size: 16px;
  padding: 0 20px;
}

.navbar-search {
  height: 55px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 491px;
  background: #E8EBEA;
  padding: 10px;
  margin-right: 30px;
  border: 1px solid #b3b5b4;
}

.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: var(--color2);
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-grow: 1;
}

.navbar-tel {
  display: flex;
  align-items: center;
  color: #000;
  gap: 10px;
  transition: 0.3s;
}

.navbar-tel span {
  display: block;
  direction: ltr;
}

.navbar-tel:hover {
  color: var(--color1);
}

.navbar-btn {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: var(--color2);
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 15px;
}

.navbar-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  margin-left: 7px;
}

.navbar-btn:hover {
  color: var(--color1);
}

.navbar-btn-border {
  background: #000;
  width: 1px;
  height: 24px;
  display: block;
}

/* 8585 */

@media (max-width:767.5px) {
  .navbar-top::after {
    content: unset;
  }

  .navbar-right {
    flex-grow: unset;
  }

  .navbar-left {
    flex-grow: unset;
  }

  .navbar-btn {
    font-size: 14px;
    padding: 0 5px;
  }

  .navbar-btn span {
    display: none;
  }

  .navbar-btn i {
    margin: 0;
  }

  .navbar-custom .container {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-custom .container-lg {
    flex-wrap: nowrap;
  }

  .navbar-top {
    position: unset;
  }

  .navbar-custom {
    height: 0px;
  }

  .navbar-logo {
    margin-left: auto;
  }

  .navbar-logo-img {
    height: 24px;
  }

  .navbar-logo img {
    height: 24px;
  }

  .navbar-logo-title {
    font-size: 14px;
  }

  .navbar-inner {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .navbar-search {
    max-width: 100%;
    order: 4;
    margin-top: 7px;
    height: 40px;
    margin-right: 0;
  }

  .navbar-search input {
    font-size: 12px;
  }

  .navbar-btn-border {
    height: 22px;
    margin: 0 5px;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #7b7b7b !important;
    display: flex;
    margin-left: 15px;
  }

  .offcanvas-nav .navbar-logo {
    margin-left: unset;
    margin-right: auto;
  }

  .navbar-btn-badge {
    width: 14px !important;
    height: 14px !important;
    top: -2px !important;
  }

  .navbar-social {
    justify-content: center;
    margin-top: 15px;
  }

  .navbar-tel {
    font-size: 14px;
    padding: 10px;
    height: 38px;
    width: 38px;
  }


  .navbar-tel span {
    display: none;
  }

}


@media (min-width:767px) and (max-width:991px) {
  .nav-item {
    margin-left: 0;
  }

  .nav-item a {
    font-size: 12px;
  }

  .navbar-category-first {
    min-width: auto;
    padding: 10px;
  }

}

@media (min-width:992px) and (max-width:1100px) {
  .nav-item {
    margin-left: 10px;
  }

  .navbar-btn-login span {
    display: none;
  }

  .navbar-btn span {
    display: none;
  }

}

@media (min-width:768.5px) {
  .navbar-controll {
    display: flex;
    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 #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;
    color: #323232;
    font-weight: 500;
    padding: 0;
  }

}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}



/* basket */

.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 70px;
  border-radius: 10px;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}

.navbar-btn-badge {
  background: var(--color2);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: -4px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 2px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



@media (min-width:768px) {

  .navbar-category a::after {
    content: unset;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    background-color: #fff;
    padding: 4px 0;
    margin-top: -15px;
  }

  .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 {
    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%;
  }
}





/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}


.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 90px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

#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;
}

/* 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-pagination-bullet {
  border-radius: 20px;
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 1;
}

.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: #fff;
}

.swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 6px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: var(--color1);
  border: 1px solid var(--color1);
  border-radius: 6px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: #fff !important;
}

.swiper-button-prev:hover {
  background: #fff !important;
}

.swiper-button-next:hover::after {
  color: var(--back);
}

.swiper-button-prev:hover::after {
  color: var(--back);
}


@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;
  }
}


/* 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 {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.home-wrap-1::before {
  content: '';
  background: #00000099;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}

.home-wrap-1:after {
  content: '';
  background: linear-gradient(0deg, #111111 0%, #111111ad 50%, rgba(240, 238, 228, 0) 100%);
  height: 300px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.home-wrap-1-inner {
  height: calc(100vh - 160px);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  min-height: 700px;
  z-index: 1;
}

.home-wrap-1-subtitle {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}

.home-wrap-1-title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

.home-wrap-1-text {
  font-size: 22px;
  text-align: center;
  color: #fff;
  max-width: 850px;
}

.home-wrap-1-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-wrap-1-btn-a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  padding: 5px 30px;
  border-radius: 12px;
  font-weight: 500;
  transition: 0.3s;
  min-width: 200px;
}

.home-wrap-1-btn-a:hover {
  background: #ed2126b5;
  color: #fff;
}

.home-wrap-1-btn-b {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 30px;
  border-radius: 12px;
  font-weight: 500;
  transition: 0.3s;
  min-width: 200px;
}

.home-wrap-1-btn-b:hover {
  background: #fff;
  color: #000;
}

.home-wrap-1-items {
  margin-top: 30px;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  display: grid;
  width: 80%;
}

.home-wrap-1-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00000057;
  backdrop-filter: blur(4px);
  border-radius: 21px;
  overflow: hidden;
  padding: 30px 20px;
  gap: 15px;
  width: 100%;
  outline: 1px solid transparent;
  transition: 0.3s;
}

.home-wrap-1-item:hover {
  outline: 1px solid #fff;
}

.home-wrap-1-item.active {
  outline: 1px solid #fff;
}

.home-wrap-1-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-top: 2px solid #ed212682;
  border-left: 2px solid #ed212682;
  border-radius: 20px;
  opacity: 0.5;
}

.home-wrap-1-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-bottom: 2px solid #ffffffa6;
  border-right: 2px solid #ffffffa6;
  border-radius: 20px;
  opacity: 0.6;
}

.home-wrap-1-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.home-wrap-1-item span {
  font-size: 18px;
  color: #fff;
}

.home-wrap-2 {
  background: var(--color1);
  padding-top: 60px;
  margin-top: 60px;
  border-radius: 70px;
  position: relative;
}

.home-wrap-2 .swiper-4 {
  padding-bottom: 80px;
}

.home-wrap-4 .swiper-4 {
  padding-bottom: 80px;
}

.home-wrap-4 {
  margin-top: 120px;
}

.swiper-bottom::before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 0px 0px 30px 0px;
  box-shadow: 25px 10px 0px 0px #111111;
  position: absolute;
  right: -50px;
  transform: rotate(90deg);
  bottom: 0;
}

.swiper-bottom::after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 0px 0px 30px 0px;
  box-shadow: 10px 25px 0px 0px #111111;
  position: absolute;
  left: -50px;
  transform: rotate(-1deg);
  bottom: 0;
}

.swiper-bottom {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  background: var(--back);
  height: 50px;
  width: 250px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 30px 30px 0 0;
}

.swiper-bottom .swiper-button-next {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  border-radius: 50%;
  background: var(--back);
  border: 2px solid #fff;
}

.swiper-bottom .swiper-button-prev {
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  border-radius: 50%;
  background: var(--back);
  border: 2px solid #fff;
}

.swiper-bottom .swiper-button-next:hover {
  background: #fff;
}

.swiper-bottom .swiper-button-prev:hover {
  background: #fff;
}

.swiper-bottom .swiper-pagination {
  position: relative;
  width: auto;
  top: unset;
  border: unset;
  right: unset;
  left: unset;
  line-height: 1;
}

.home-wrap-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.home-wrap-title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.home-wrap-btn {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  border-radius: 12px;
  color: #000;
  font-size: 20px;
  transition: 0.3s;
}

.home-wrap-btn:hover {
  background: transparent;
  color: #fff;
}


.card-product {
  border-radius: 12px;
  display: block;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 14px 4px #0000001A;
  border: 1px solid #f5f5f5;
  position: relative;
  transition: 0.3s;
}

.card-product:hover {
  border-color: #ccc;
}

.card-product-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f6f6;
  height: 210px;
}

.card-product-img-body:hover img {
  transform: scale(1.05);
}

.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product-title {
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 15px;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
}

.card-product-text {
  color: #000;
  margin-top: 10px;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 54px;
}

.card-product-flex {
  margin-top: 10px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 2px dashed #000;
  padding-top: 10px;
}

.card-product-price-discunt {
  display: flex;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color1);
  font-size: 14px;
  padding: 0 4px;
  align-items: center;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
}

.card-product-btn {
  width: 34px;
  height: 34px;
  background: var(--color1);
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding-top: 2px;
  font-size: 20px;
}

.card-product-btn:hover {
  background: #000;
  color: #fff;
}

.card-product-price {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #000;
  height: 40px;
  justify-content: center;
}

.card-product-price-before {
  text-decoration: line-through;
  color: #959595;
}

.card-product-price-main {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.home-wrap-3 {
  margin-top: 120px;
}

.home-wrap-3-box {
  border-radius: 25px;
  background-color: #000;
  overflow: hidden;
}

.home-wrap-3-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 25px;
}

.home-wrap-3-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: #fff;
  gap: 25px;
}


.home-wrap-3-title {
  font-size: 50px;
  font-weight: 700;
}

.home-wrap-3-title b {
  font-weight: 700;
  color: var(--color1);
}

.home-wrap-3-text {
  font-size: 20px;
  line-height: 1.6;
}

.home-wrap-3-btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  padding: 5px 30px;
  border-radius: 12px;
  transition: 0.3s;
  width: max-content;
}

.home-wrap-3-btn:hover {
  background: #fff;
  color: #000;
}

.faq-item {
  background: #F5F5F5;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.faq-question {
  padding: 20px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.faq-question::after {
  content: '+';
  font-size: 24px;
  color: #fff;
  background: #000;
  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;
  background: #fff;
  color: #000;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 20px;
}

.faq-answer-content {
  padding: 25px 0;
}

.faq-answer::before {
  content: '';
  display: block;
  background-image: linear-gradient(90deg, var(--color1) 0%, #fff 50.48%, var(--color1) 100%);
  height: 3px;
}

.faq-item.active {
  background: var(--color1);
  color: #fff;
}

.home-wrap-5-box {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 120px;
}

.home-wrap-5-img {
  width: 100%;
  min-height: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.home-wrap-5-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: #000;
  gap: 25px;
}

.home-wrap-5-title {
  font-size: 34px;
  font-weight: 700;
}

.home-wrap-5-text {
  font-size: 18px;
  line-height: 1.6;
}

.home-wrap-6 {
  margin-top: 100px;
}

.home-wrap-6-img {
  width: 100%;
}

.home-wrap-6-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  gap: 20px;
}

.home-wrap-6-title {
  font-size: 34px;
  font-weight: 700;
}


/* responsive all home */

@media (max-width:767px) {

  .home-wrap-1-subtitle {
    font-size: 16px;
  }

  .home-wrap-1-title {
    font-size: 22px;
  }

  .home-wrap-1-text {
    font-size: 14px;
  }

  .home-wrap-1-btns {
    width: 100%;
  }

  .home-wrap-1-btn-a {
    min-width: auto;
    width: 100%;
    padding: 8px;
    height: 40px;
    font-size: 12px;
  }

  .home-wrap-1-btn-b {
    min-width: auto;
    width: 100%;
    padding: 8px;
    height: 40px;
    font-size: 12px;
  }

  .home-wrap-1-inner {
    padding: 40px 0;
    min-height: auto;
    height: auto;
  }

  .home-wrap-1-items {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
  }

  .home-wrap-1-item {
    border-radius: 20px;
    padding: 20px 10px;
    gap: 10px;
  }

  .home-wrap-1-item span {
    font-size: 12px;
    text-align: center;
  }

  .home-wrap-1-item img {
    width: 65px;
    height: 65px;
  }

  .home-wrap-2 {
    margin-top: 25px;
    border-radius: 35px;
    padding-top: 30px;
  }

  .home-wrap-flex {
    margin-bottom: 25px;
  }

  .home-wrap-title {
    font-size: 20px;
  }

  .home-wrap-btn {
    height: 40px;
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 14px;
  }

  .card-product-img-body {
    height: 150px;
  }

  .card-product-title {
    font-size: 16px;
  }

  .card-product-text {
    height: 46px;
    font-size: 14px;
  }

  .card-product-price-main {
    font-size: 16px;
  }

  .swiper-bottom {
    width: 215px;
  }

  .home-wrap-2 .swiper-4 {
    padding-bottom: 70px;
  }

  .home-wrap-4 .swiper-4 {
    padding-bottom: 70px;
  }

  .home-wrap-3 {
    margin-top: 45px;
  }

  .home-wrap-3-title {
    font-size: 22px;
  }

  .home-wrap-3-info {
    padding: 30px;
  }

  .home-wrap-3-text {
    font-size: 14px;
  }

  .home-wrap-3-btn {
    font-size: 14px;
    height: 42px;
  }

  .home-wrap-3-img {
    height: 250px;
  }

  .home-wrap-4 {
    margin-top: 45px;
  }

  .home-wrap-5-img {
    min-height: 250px;
    height: 250px;
  }

  .home-wrap-5-box {
    margin-top: 45px;
  }

  .home-wrap-5-title {
    font-size: 22px;
  }

  .home-wrap-5-info {
    padding: 30px;
  }

  .home-wrap-5-text {
    font-size: 14px;
  }

  .faq-question {
    padding: 15px;
    font-size: 12px;
    gap: 20px;
    line-height: 1.6;
  }

  .home-wrap-6 {
    margin-top: 45px;
  }


  .home-wrap-6-title {
    font-size: 22px;
  }

  .home-wrap-6-text {
    font-size: 14px;
  }

}


/* footer */

.footer .responsive-map {
  overflow: hidden;
  position: relative;
  height: 0;
  border-radius: 16px;
  height: 180px !important;
  margin-top: 30px;
}

.footer .responsive-map iframe {
  left: 0;
  top: 0;
  height: 180px !important;
  width: 100%;
  position: absolute;
  border-radius: 16px;
}

.footer {
  margin-top: 80px;
  background-color: #000;
  position: relative;
  padding: 50px 0;
}

.footer-logo-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 204px;
  height: 93px;
  object-fit: contain;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}

.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-namad {
  display: flex;
  flex-wrap: wrap;
}

.footer-namad img {
  margin-top: 25px;
  width: 100px;
  height: 110px;
  object-fit: contain;
}

.footer-header {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
}

.footer-header::after {
  content: '';
  width: 100%;
  background: linear-gradient(270deg, #000000 0%, #FFFFFF 100%);
  height: 0.8px;
  display: block;
  margin-top: 20px;
}

.footer-text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  color: #fff;
  width: 90%;
  text-align: justify;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.footer-ul.footer-wrap {
  display: flex;
  flex-wrap: wrap;
}

.footer-ul.footer-wrap li {
  width: 50%;
}

.footer-link {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.footer-link img {
  width: 24px;
  margin-left: 10px;
}

.footer-bottom {
  background-color: #fff;
  padding: 15px 50px;
}

.footer-bottom-item {
  font-size: 14px;
  color: #000;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 2px;
}

.footer-bottom-item span {
  font-size: 14px;
  color: #000;
}

.footer-bottom-item a {
  color: #000;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {

  .footer-box {
    flex-direction: column;
  }

  .footer-box-img {
    height: 60px;
  }

  .footer-box-title {
    font-size: 16px;
  }

  .footer-box-text {
    font-size: 14px;
  }

  .footer {
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }

  .footer-text {
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-header {
    font-size: 14px;
    margin-top: 15px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-bottom-item {
    font-size: 12px;
    justify-content: center;
  }

  .footer-social {
    margin-top: 15px;
  }

  .footer-social a {
    width: 32px;
    height: 32px;
  }

  .footer-bottom {}

}


/* inner  */

.banner-wrapper::before {
  content: '';
  background: linear-gradient(0deg, #111111 0%, #111111ad 30%, rgba(240, 238, 228, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}

.banner-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.banner-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
}

.banner-wrapper.custom .banner-wrapper-inner {
  height: 190px;
}

.banner-wrapper.custom .banner-wrapper-title {
  font-size: 38px;
}


.banner-wrapper-title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.menu-item-body .home-wrap-1-item span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.menu-item-body .home-wrap-1-item img {
  width: 100px;
  height: 100px;
}

.menu-item-body .home-wrap-1-item::before {
  border-top: 3px solid var(--color1);
  border-left: 3px solid var(--color1);
  opacity: 0.6;
}

.menu-item-body .home-wrap-1-item::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 0.6;
}

.menu-item-body .home-wrap-1-item:hover {
  outline: 2px solid #fff;
}

.menu-item-body .swiper-6 {
  padding: 2px;
}

.menu-item-bodys .swiper-6 {
  padding: 2px;
}

.menu-item-body .swiper-bottom {
  width: max-content;
  gap: 30px;
}

.menu-comment-item-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--color1);
  transform: rotate(15deg);
  border-radius: 25px;
  z-index: -1;
}

.menu-comment-item-cover {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.menu-comment-item-img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.menu-comment-item {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.menu-comment-item-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.menu-comment-item-text {
  color: #000;
  font-weight: 500;
}

.menu-comment-item-rate {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #ff9400;
}

.menu-comment .swiper-3 {
  padding-bottom: 70px;
}

.menu-comment .swiper-bottom {
  width: max-content;
  gap: 30px;
}

.menu-comment-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 90px;
}

@media (max-width:767px) {
  .banner-wrapper-inner {
    height: 200px;
  }

  .banner-wrapper-title {
    font-size: 26px;
  }

  .banner-wrapper.custom .banner-wrapper-inner {
    height: 120px;
  }

  .banner-wrapper.custom .banner-wrapper-title {
    font-size: 24px;
  }

  .menu-item-body .home-wrap-1-item img {
    width: 85px;
    height: 85px;
  }

  .menu-item-body .home-wrap-1-item span {
    font-size: 14px;
  }

  .menu-comment-title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 45px;
  }

  .menu-comment-item-title {
    font-size: 16px;
  }

  .menu-comment-item-text {
    font-size: 14px;
  }

  .menu-comment-item-cover {
    width: 100px;
    height: 100px;
  }

  .menu-comment-item {
    padding: 20px;
  }

  .menu-comment .swiper-3 {
    padding-bottom: 50px;
  }

}

/* ---- */

.product-show {
  /* margin-top: 40px; */
}

.product-show .swiper-slide {
  transform: scale(0.8) !important;
  transition: 0.5s;
}

.product-show .swiper-slide-active {
  transform: scale(1.15) !important;
}

.product-show .swiper-wrapper {
  padding-top: 50px;
}

.product-show .swiper-center {
  padding-bottom: 90px;
}

.card-show {
  border-radius: 12px;
  display: block;
  padding: 20px;
  background: #000;
  position: relative;
  transition: 0.3s;
}

.card-show-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: var(--back);
  height: 260px;
}

.card-show-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-show-title {
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 15px;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
}


.card-show-text {
  color: #fff;
  margin-top: 10px;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 54px;
}

.product-info-title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 50px;
}

.product-info-text {
  text-align: justify;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.product-box {
  border-radius: 25px;
  background: #000;
  padding: 50px;
  margin-top: 80px;
}

.product-box-img {
  width: 100%;
}

.product-box-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.product-box-subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.product-box-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.product-box-title b {
  font-weight: 700;
  color: var(--color1);
}

.product-box-text {
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
}

.product-box-flex {
  display: flex;
  gap: 15px;
}

@media (max-width:767px) {
  .product-show {
    margin-top: 0px;
  }

  .product-show .swiper-slide {
    transform: scale(0.8) !important;
    transition: 0.5s;
  }

  .product-show .swiper-slide-active {
    transform: scale(1.15) !important;
  }

  .product-show .swiper-wrapper {
    padding-top: 40px;
  }

  .product-show .swiper-center {
    padding-bottom: 60px;
  }

  .card-show {
    padding: 10px;
    border-radius: 18px;
  }

  .card-show-img-body {
    height: 150px;
  }

  .card-show-title {
    margin-top: 10px;
    font-size: 14px;
  }

  .card-show-text {
    margin-top: 10px;
    height: 42px;
    font-size: 12px;
  }


  .product-info-title {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .product-info-text {
    font-size: 14px;
  }

  .product-box {
    margin-top: 30px;
    padding: 30px;
  }

  .product-box-subtitle {
    font-size: 14px;
  }

  .product-box-title {
    font-size: 20px;
  }

  .product-box-text {
    font-size: 14px;
  }

  .product-box-flex {
    width: 100%;
  }

  .product-box-img {
    margin-top: 25px;
  }
}

.about-info-title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.about-info-text {
  text-align: justify;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.about-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-row {
  margin-top: 60px;
  margin-bottom: 80px;
}

.about-img {
  width: 100%;
  border-radius: 30px;
}

@media (max-width:767px) {
  .about-info-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-info-text {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .about-img {
    border-radius: 16px;
    margin-bottom: 10px;
  }
}


.contact-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 550px;
}

.contact-wrapper::before {
  content: '';
  background: linear-gradient(0deg, #111111 0%, #111111ad 30%, rgba(240, 238, 228, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -2;
}

.contact-wrapper-info {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-wrapper-title {
  font-size: 54px;
  font-weight: 700;
}

.contact-wrapper-text {
  font-size: 20px;
  line-height: 1.7;
}

.contact-title {
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}

.contact-item {
  background: #000;
  border-radius: 25px;
  padding: 30px;
  padding-bottom: 50px;
  margin-top: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.contact-item-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.contact-item-title {
  font-size: 20px;
  font-weight: 700;
}

.contact-item-text {
  line-height: 2;
  font-size: 18px;
}

.contact-item a {
  color: #fff;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  background: #000;
  margin-top: 30px;
  height: 400px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 400px;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 25px;
}

.contact-box-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: 0;
  height: 40px;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border: 0;
}

.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: 100%;
  height: 45.5px;
  border-radius: 40px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}

.contact-box-img {
  width: 100%;
}

.contact-back {
  background: #000;
  margin-top: 100px;
}

.contact-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px;
  justify-content: center;
}

@media (max-width:767px) {
  .contact-wrapper {
    height: auto;
    padding: 30px 0;
  }

  .contact-wrapper-title {
    font-size: 24px;
    text-align: center;
  }

  .contact-wrapper-text {
    font-size: 14px;
    text-align: center;
  }

  .contact-wrapper-info {
    gap: 10px;
  }

  .contact-title {
    font-size: 22px;
    margin-top: 10px;
  }

  .contact-item {
    padding: 20px;
    gap: 5px;
    margin-top: 20px;
    border-radius: 20px;
  }

  .contact-item-title {
    font-size: 14px;
  }

  .contact-item-icon {
    width: 40px;
    height: 40px;
  }

  .responsive-map {
    border-radius: 15px;
    margin-top: 30px;
    height: 200px;
  }

  .responsive-map iframe {
    border-radius: 15px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-back {
    margin-top: 40px;
  }

  .contact-box-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}


/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 30px;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: var(--color1);
}

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: 20px;
  }
}




.card-blog {
  display: block;
  padding: 20px;
  background: #1F1F1F;
  border-radius: 24px;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.card-blog-img-body:hover img {
  transform: scale(1.05);
}

.card-blog-img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog-title {
  font-size: 20px;
  color: #fff;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 20px;
  font-weight: 700;
}

.card-blog-mute {
  text-align: end;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.card-blog-text {
  color: #fff;
  margin-top: 10px;
  line-height: 1.7;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 54px;
}

.card-blog-btn {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 18px;
  font-weight: 700;
  color: var(--color1);
  margin-top: 20px;
  gap: 5px;
  transition: 0.3s;
  font-weight: 700;
  border-top: 1px solid #646464;
}

.card-blog-btn:hover {
  color: #fff;
}


@media (max-width:767px) {

  .card-blog {
    padding: 10px;
    border-radius: 18px;
  }

  .card-blog-img {
    height: 150px;
  }

  .card-blog-title {
    font-size: 14px;
    margin-top: 15px;
  }

  .card-blog-text {
    font-size: 12px;
    height: 42px;
  }

  .card-blog-btn {
    height: 40px;
    font-size: 14px;
  }
}


/* 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: #fff;
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 12px !important;
  border: 1px solid #00000029;
  background: #1f1f1f;
  transition: 0.3s;
}

.page-link:hover {
  background: #1f1f1f !important;
  color: #fff !important;
  border-color: var(--color1) !important;
}


.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: #fff;
}

.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;
  }

}




/* single blog */



.blog-img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  color: #fff;
}


.blog-content p {
  font-size: 16px;
  line-height: 2.14;
  text-align: justify;
  color: #fff;
  margin-top: 15px;
}

.blog-content img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin: 20px auto;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background: #000;
  max-height: 300px;
}

.blog-content table,
td,
th {
  border: solid 1px #c8c8c8;
  text-align: center;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
}

.blog-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-title h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.blog-title h2 {
  font-size: 24px;
  font-weight: 700;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5{
  color: #fff !important;
}
.blog-info {
  font-size: 18px;
  margin-top: 24px;
}

.blog-mute {
  color: #999999;
  font-size: 16px;
  margin-top: 15px;
}

.blog-box {
  background: #1f1f1f;
  border-radius: 12px;
}

.blog-box-head {
  padding: 20px;
  border-bottom: 2px solid #646464;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.blog-box-body {
  padding: 20px;
}

.blog-box-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
  background: var(--back);
  padding: 16px;
  border-radius: 12px;
}
.blog-box-item  a {
  color: #fff;
}

.blog-box-item  a:hover {
  color: var(--color1);
}

.blog-box-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.blog-box-item img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-left: 15px;
  border-radius: 12px;
}


.b-comment {
  margin-top: 50px;
  background: #1f1f1f;
  border-radius: 15px;
  padding: 20px;
  margin-top: 25px;
}

.comment-item {
  margin-top: 20px;
  border: 2px solid #646464;
  padding: 20px;
  border-radius: 20px;
}


.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: #fff;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #fff;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
}

.comment-item-action {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.comment-item-action button {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
  border: 0;
  background: transparent;
  color: #7A7A7A;
  display: flex;
  align-items: center;
}

.comment-item-action button:hover {
  color: #000;
}

.comment-head {
  color: #292D32;
  font-size: 16px;
  font-weight: 700;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {

  .blog-content p {
    font-size: 13px;
  }

  .blog-box {
    margin-top: 17px;
  }

  .blog-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .blog-title h1 {
    font-size: 18px;
  }

  .blog-title h2 {
    font-size: 18px;
  }
  .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5{
    color: #fff !important;
  }
  .blog-info {
    font-size: 16px;
    margin-top: 15px;
  }

  .blog-mute {
    color: #999999;
    font-size: 14px;
  }

  .comment-item-user {
    font-size: 12px;
  }

  .comment-item-date {
    font-size: 12px;
  }

  .comment-item-text {
    font-size: 12px;
    margin-top: 10px;
  }

  .comment-item {
    margin-top: 15px;
    padding: 15px;
  }

  .com-box-title {
    font-size: 14px;
  }

  .com-box-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 40px;
    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;
    margin-top: 10px;
    margin-top: 0;
    font-size: 14px;
  }
}

/* comment */

.com-box {
  color: #fff;
}

.com-box-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}

.com-box-text {
  margin-top: 10px;
  color: #fff;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 50px;
  margin-top: 5px;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #e6eaed6e;
  color: #fff;
}

.com-box-form input:focus {
  border-color: var(--color1);
  background: #111;
}

.com-box-form textarea {
  margin-top: 5px;
  padding: 10px;
  outline: none;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #e6eaed6e;
  color: #fff;
}

.com-box-form textarea:focus {
  border-color: var(--color1);
  background: #111;
}

.com-box-form label {
  font-size: 16px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  background: transparent;
  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(--color1);
}

.com-box-mute {
  font-size: 14px;
  line-height: 2;
}

.com-box-submit {
  height: 50px;
  background: var(--color1);
  border: 1px solid var(--color1);
  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(--color2);
  color: #fff;
}


@media (max-width:767px) {
  .com-box-title {
    font-size: 16px;
  }

  .com-box-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 40px;
    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;
    margin-top: 10px;
    margin-top: 0;
  }

}



/* menu tab  */

.menu-tab-item {
  display: none;
}

.menu-tab-item.active {
  display: block;
}

.menu-tab-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
}

.menu-cat .swiper-button-next {
  border-radius: 50%;
  background: var(--back);
  border: 2px solid #fff;
  top: 52%;
  margin-left: 10px;
}

.menu-cat .swiper-button-prev {
  border-radius: 50%;
  background: var(--back);
  border: 2px solid #fff;
  top: 52%;
  margin-right: 10px;
}

.menu-cat .swiper-button-disabled {
  opacity: 0;
}

@media (max-width:767px) {
  .menu-cat .swiper-button-next {
    display: none;
  }

  .menu-cat .swiper-button-prev {
    display: none;
  }

  .menu-tab-title {
    font-size: 20px;
    margin-top: 15px;
  }
}


/* product add */


.product-order-count {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 42px;
  border-radius: 12px;
  background: transparent;
  padding: 5px 10px;
  border: 1px solid var(--color1);
}

.product-order-count input {
  width: 100%;
  text-align: center;
  height: 100%;
  border: 0;
  outline: none;
  cursor: unset;
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  color: #fff;
}


.product-order-count button {
  width: 100%;
  text-align: center;
  height: 100%;
  background: transparent;
  border: 0;
  padding-top: 3px;
  font-size: 14px;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}


.product-order-count button:hover {
  background: var(--color2);
  color: #fff;
}

.product-price {
  display: flex;
  align-items: end;
  gap: 20px;
}

.product-price-title {
  font-size: 24px;
  font-weight: 700;
}

.product-price-main i {
  font-size: 20px;
}

.product-price-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--color1);
}

.product-price-before {
  font-weight: 700;
  text-decoration: line-through;
  font-size: 22px;
  text-align: end;
  color: #999;
}

.product-price-main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}

.product-action {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-btn-add {
  height: 42px;
  width: 100%;
  font-size: 18px;
  transition: 0.3s;
  padding: 10px 20px;
  border-radius: 12px;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-btn-add:hover {
  background: transparent;
  color: var(--color1);
}


.product-new {
  border-radius: 25px;
  background: #000;
  padding: 40px;
  margin: auto;
  margin-top: 36px;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}

.product-new-title {
  font-size: 24px;
  font-weight: 700;
}

.product-new-text {
  font-size: 18px;
  margin-top: 15px;
}

@media (max-width:767px) {
  .product-action {
    gap: 10px;
  }

  .product-btn-add span {
    /*display: none;*/
  }

  .product-new {
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }

  .product-new-title {
    font-size: 18px;
  }

  .product-new-text {
    font-size: 14px;
  }

  .product-btn-add {
    font-size: 18px;
    padding: 0px;
  }

  .product-price-main {
    font-size: 18px;
  }

  .product-price-before {
    font-size: 16px;
  }

  .product-bottom {
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100%;
    right: .0;
    padding: 15px;
    padding-top: 10px;
    z-index: 9;
    border-top: 1px solid #313131;
  }

}


/* basket checkout style */

.basket-box {
  background: #000;
  padding: 20px;
  margin-top: 30px;
  border-radius: 16px;
}


.box {
  border-radius: 16px;
  background: #000;
  margin-top: 25px;
  padding: 20px;
}


.first-row-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.ck-item {
  display: flex;
  background: var(--back);
  border: 1px solid;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 20px;
}

.ck-item:last-child {
  margin-bottom: 0;
}

.ck-item-flex {
  display: flex;
  flex-grow: 1;
}

.ck-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
}

.ck-item-title {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 16px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  direction: ltr;
  transition: 0.3s;
}

.ck-item-price-body {
  display: flex;
  align-items: center;
}

.ck-item-price-1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.ck-item-price-1 span {
  font-size: 14px;
  font-weight: normal;
}

.ck-item-price-2 {
  font-size: 14px;
  color: #A9ACAC;
  text-decoration: line-through;
}

.ck-item-discount {
  width: 26px;
  height: 22px;
  background: #C80000;
  padding: 4px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding-top: 6px;
}

.ck-item-control {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: end;
}

.ck-item-control button:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.ck-item-control span {
  font-size: 18px;
  margin: 0 15px;
}

.ck-item-control button {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #C4C7C7;
  border-radius: 8px;
  padding: 0;
  font-size: 12px;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.ck-item-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.ck-item-more label {
  margin: 0;
}

.ck-item-more label {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ck-item-more label:first-child {
  margin-left: 20px;
}


.ck-item-more input {
  accent-color: var(--color1);
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.ck-item-img-body {
  position: relative;
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 10px;
}


.ck-item-img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}


.ck-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ck-box-final {
  background: var(--back);
  border: 1px solid;
  border-radius: 16px;
  padding: 15px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.ck-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #000;
  color: #fff;
  padding-top: 15px;
}


.ck-box-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.ck-box-item-title {
  font-weight: 600;
  font-size: 14px;
}

.ck-box-item-mute {
  font-size: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}

.ck-box-item-price {
  font-size: 18px;
  font-weight: 600;
}

.ck-box-item-toman {
  font-weight: 400;
  font-size: 14px;
  margin-right: 2px;
}

.ck-box-item.active {
  color: var(--color1);
}

.ck-box-item.active .ck-box-item-mute {
  color: var(--color1);
}

.ck-box-item.total {
  border-top: 1px solid #000;
  padding-top: 15px;
}


.ck-box-btn {
  height: 42px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-top: 15px;
  color: #fff;
  background: var(--color1);
  border: 1px solid var(--color1);
  transition: 0.3s;
  font-size: 16px;
}

.ck-box-btn:hover {
  color: var(--color1);
  background: #fff;
}

.ck-box-bottom {
  margin-top: auto;
}

.ck-final-btn {
  display: none;
}

@media (max-width:767px) {
  .ck-final-btn {
    background: transparent;
    border: 0;
    padding: 0;
    margin: auto;
    display: block;
    font-size: 18px;
    background: #eee;
    line-height: 1;
    padding: 3px;
    border-radius: 16px;
    width: 35px;
    height: 35px;
    top: -20px;
    position: absolute;
    transition: 0.1s;
  }

  .ck-box-final {
    position: fixed;
    bottom: 0;
    min-height: auto;
    right: 0;
    width: 100%;
    border-radius: 0;
    z-index: 9;
  }

  .ck-box-item.total {
    border-top: 0;
    padding-top: 0;
    margin: 0;
  }

  .ck-box-top {
    border-bottom: 1px solid #E1E3E3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none;
  }

  .ck-final-btn.active {
    transform: rotate(-180deg);
  }

  .ck-box-top.active {
    display: block;
  }

  .basket-box {
    padding: 10px;
    margin-top: 15px;
  }

  .first-row-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ck-item {
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .ck-item-img-body {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }

  .ck-box-item {
    margin-top: 10px;
  }

  .ck-item-price-body {
    text-align: left;
    justify-content: end;
    margin-top: 5px;
  }

  .ck-item-price-1 {
    font-size: 16px;
  }

  .ck-item-control button {
    width: 25px;
    height: 25px;
  }

  .ck-item-control {
    margin-top: 5px;
  }

  .ck-box-item-price {
    font-size: 16px;
  }

  .ck-item-flex {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

  .ck-item-more {
    font-size: 12px;
    padding: 15px;
    flex-direction: column;
    align-items: start;
  }

  .ck-item-more label:first-child {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .ck-title {
    font-size: 16px;
  }



}



.ck-nav {
  background: var(--back);
  border: 1px solid #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  color: #fff;
}

.ck-nav span {
  margin-right: 5px;
}

.ck-nav img {
  width: 64px;
  height: 64px;
}


.ck-nav.active {
  border-color: var(--color3);
  font-weight: 600;
}

.ck-nav.disabled {
  opacity: 0.5;
}

.ck-nav.disabled:hover {
  color: #000;
  cursor: unset;
}

.address-item {
  margin-bottom: 15px;
  width: 100%;
}

.address-item-date {
  display: flex;
  align-items: center;
}

.address-item-mute {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 5px;
}


.address-item-info {
  margin-right: 15px;
}

.address-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color2);
  border: 1px solid #292D32;
  border-radius: 16px;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

.address-item input {
  display: none;
}

.address-radio {
  border: 2px solid #5C5F5F;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.address-item input:checked~.address-item-inner {
  border-color: var(--color3);
}

.address-item input:checked~.address-item-inner .address-radio {
  border: 6px solid var(--color3);
}


.address-item-edit {
  width: 26px;
  height: 26px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  transition: 0.3s;
  margin-right: 15px;
}

.address-item-edit:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.ck-address-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.address-item-add {
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--color1);
  border: 0;
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 20px;
}

.address-item-add i {
  margin-top: 5px;
  margin-right: 4px;
  font-size: 14px;
}

.address-item-add:hover {
  color: #fff;
}

@media (max-width:767px) {

  .ck-nav-body .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ck-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 5px;
  }

  .ck-nav img {
    width: 44px;
    height: 44px;
  }

  .ck-nav-body .col-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ck-address-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .address-item-title {
    font-size: 14px;
  }
}


.modal-address .modal-content {
  border-radius: 12px;
}

.modal-address input {
  height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid #C4C7C7;
  padding: 10px;
  border-radius: 16px;
  outline-color: var(--color1);
}

.modal-address select {
  height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid #C4C7C7;
  padding: 10px;
  border-radius: 16px;
  outline-color: var(--color1);
}

.modal-address textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #C4C7C7;
  padding: 10px;
  border-radius: 16px;
  outline-color: var(--color1);
}



.modal-address .modal-dialog {
  max-width: 658px;
}


.modal-address-other label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.modal-address-other {
  display: flex;
  align-items: center;
  border-top: 1px solid #C4C7C7;
  margin-top: 20px;
  padding-top: 20px;
}


.modal-address-check {
  width: 18px !important;
  height: 18px !important;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  accent-color: var(--color1);
}


.btn-comment {
  width: 100%;
  height: 42px;
  border-radius: 40px;
  border: 0;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  transition: 0.3s;
}

.btn-comment:hover {
  background: transparent;
  color: var(--color1);
}

.ck-border {
  border-top: 1px solid #E1E3E3;
  margin: 20px 0;
}


.ck-code {
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  background: var(--back);
  border: 1px solid;
}


.ck-code button {
  background: transparent;
  border: 0;
  color: var(--color1);
  margin-left: 10px;
}

.ck-code input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  border-radius: 16px;
  padding: 0 15px;
  color: #fff;
  background: transparent;
}

.ck-end-mute {
  color: #fff;
  font-size: 14px;
}

.ck-end-address {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
}

.ck-card {
  display: flex;
  flex-direction: column;
}

.ck-card-mute {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.ck-card-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}


.ck-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ck-empty-img {
  max-width: 100%;
}

.ck-empty-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
}

.ck-empty-text {
  color: #5C5F5F;
  margin-top: 10px;
}

.ck-empty-btn {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  margin-top: 30px;
  transition: 0.3s;
}

.ck-empty-btn:hover {
  background: #000;
  color: #fff;
}

@media (min-width:768px) {
  .position-sticky-md {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}



.back-box {
  background: #000;
  padding: 30px;
  max-width: 450px;
  margin: auto;
  margin-top: 40px;
  border-radius: 16px;
  border: 1px solid #292D32;
  color: #fff;
}

.back-box-icon {
  width: 80px;
  margin: auto;
}

.back-box-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}

.back-box-title {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

.back-box-info {
  background: var(--back);
  border: 1px solid #292D32;
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
}

.back-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-box-flex-2 {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.back-box-price {
  color: #25ae88;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.back-box-price span {
  font-size: 16px;
  margin-right: 5px;
}

.back-box-text {
  font-size: 16px;
  color: #fff;
}

.back-box-number {
  font-size: 16px;
  color: #fff;
}

.back-box-btn-success {
  background: #25ae88;
  border: 1px solid #25ae88;
  color: #fff;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}

.back-box-btn-success:hover {
  color: #fff;
  background: #20725b;
}

.back-box-btn-failed {
  background: #D75A4A;
  border: 1px solid #D75A4A;
  color: #fff;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}

.back-box-btn-failed:hover {
  color: #fff;
  background: #89372d;
}


.ck-item-count {
  width: 40px;
  outline: none;
  text-align: center;
  font-size: 20px;
  border: 0;
  background: transparent;
  color: #fff;
}


@media (max-width: 767px) {
  .back-box {
    margin: auto;
    margin-top: 20px;
    padding: 20px;
  }

  .back-box-icon {
    width: 60px;
  }

  .back-box-subtitle {
    font-size: 18px;
  }

  .back-box-title {
    font-size: 16px;
  }

  .back-box-info {
    padding: 15px;
  }

  .back-box-price {
    font-size: 16px;
  }

  .back-box-text {
    font-size: 14px;
  }

  .back-box-btn-success {
    margin-top: 40px;
    padding: 12px;
    font-size: 14px;
  }

  .back-box-btn-failed {
    margin-top: 40px;
    padding: 12px;
    font-size: 14px;
  }
}

/*profile*/
.p-favs-box {
  border: none !important;
  /* border-radius: 16px; */
  margin-top: 5px;
  padding: 0 !important;
}

.profile-body {
  margin-top: 0% !important;
}

.profile-nav-item.active {
  color: white !important;
}

.profile-userinfo-btn {
  color: white;
}

/*search*/
.navbar-search {
  position: relative;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  padding: 5px;
}

.autocomplete-suggestions div {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #cbcbcb;
  margin: 5px 0;
  font-size: small;
  border-radius: 5px;
}

.autocomplete-suggestions div.no-results {
  cursor: default;
  color: #888;
  border: none;
}

.autocomplete-suggestions div:not(.no-results):hover,
.autocomplete-suggestions div.selected {
  background-color: #f0f0f0;
}

.autocomplete-suggestions img {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  object-fit: cover;
  border-radius: 3px;
}


.otp-body {
  display: flex;
  align-items: center;
  direction: ltr;
  justify-content: center;
  margin-top: 30px;
}

.otp {
  width: 100%;
  max-width: 60px;
  height: 55px;
  border: 1px solid #C4C7C7;
  border-radius: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #444748;
  outline-color: var(--color1);
  direction: ltr;
  margin: 0 5px;
}

div#timer {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

div#send-btn-otp {
  text-align: center;
  display: flex;
  justify-content: center;
}

#send-otp {
  color: #2A9ACE;
  margin: auto;
  margin-top: 30px;
  background: transparent;
  border: 0;
}

.otp::-webkit-inner-spin-button,
.otp::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-muted{
  margin-bottom: 20px;
}
.modal-login-mute{
  margin-bottom: 20px;
  margin-top: 20px;

}
/*empty products*/
.box-empty-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.img-empty-products {
  max-width: 280px;
}

/*empty products*/

/* check out */
/* مخفی کردن رادیوباتن */
.shipping-method-radio input[type="radio"] {
  display: none;
}

/* باکس یکسان */
.shipping-method-radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;              /* ارتفاع ثابت */
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
  background: #fff;
}

/* تصویر */
.shipping-method-radio img {
  max-height: 70px;           /* محدود کردن ارتفاع تصویر */
  width: auto;
  object-fit: contain;
}

/* متن */
.shipping-method-radio p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  min-height: 36px;           /* یکسان شدن ارتفاع متن */
}

/* حالت انتخاب‌شده */
.shipping-method-radio input[type="radio"]:checked ~ img {
  /*filter: drop-shadow(0 0 6px rgba(13,110,253,.5));*/
}

.shipping-method-radio input[type="radio"]:checked ~ p {
  color: var(--color1);
  font-weight: bold;
}

/* هایلایت باکس انتخاب‌شده (بدون :has) */
.shipping-method-radio input[type="radio"]:checked {
  display: none;
}

.shipping-method-radio input[type="radio"]:checked ~ img,
.shipping-method-radio input[type="radio"]:checked ~ p {
  opacity: 1;
}

.shipping-method-radio input[type="radio"]:checked ~ p {
  color: var(--color1);
}

/* هاور */
.shipping-method-radio:hover {
  border-color: var(--color1);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .shipping-method-radio {
    height: 140px;
  }

  .shipping-method-radio img {
    max-height: 60px;
  }
}


/* end check out */

/* basket css*/
/*jconfirm add basket*/
.img-add-basket img {
  max-width: 80px !important;
}

.content-add-basket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: small;
  width: 100%;

}

.hr-add-product {
  color: var(--color2);
  background: var(--color2);
  height: 3px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.old-price-add-product {
  text-decoration-line: line-through;
  color: gray;
}

.product-add-btn2 {
  height: 40px;
  background: var(--color2);
  color: #fff;
  width: 100%;
  border-radius: 12px;
  border: 0;
  transition: 0.3s;
}

.product-add-btn2:hover {
  background: var(--color1);
  color: #fff;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: unset !important;
}

@media (max-width: 767px) {
  .product-add-btn {
    height: 35px;
    font-size: 15px;
    max-width: 100%;
  }
}

/*jconfirm add basket*/
/*basket size*/
.box {
  padding: 0 !important;
  padding-top: 10px !important;
}

.address-item-inner {
  margin-top: 0;
}

.first-row-title {
  margin: 10px auto;
}
.shipping-method-radio {
  border: 2px solid #ccc;
  padding: 10px;
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  margin: 5px;
}

.shipping-method-radio.selected {
  border-color: var(--color1);
  background-color: #fddfe0;
}
.pay-method:hover {
  border-color: var(--color1);
  transform: translateY(-3px);
}
.pay-method {
  border: 2px solid #ccc;
  padding: 10px;
  /*display: inline-block;*/
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  margin: 5px;
  min-height: 150px;
}

.pay-method.selected {
  border-color: var(--color1);
  background-color: #fddfe0;
}
/* end css*/
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-green.jconfirm-type-animated {
  border-color: var(--color1) !important;
}

