@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Thin.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraLight.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Light.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Regular.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Medium.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-SemiBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Bold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBold.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-Black.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mozaic GEO';
  src: url('../fonts/MozaicGEO/woff2/MozaicGEO-ExtraBlack.woff2') format('woff2'),
    url('../fonts/MozaicGEO/woff/MozaicGEO-ExtraBlack.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}



/* base  */

:root {
  --color1: #1B1B1B;
  --color2: #ffffffc4;
  --back: #fff;
  --font1: 'Mozaic GEO';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: ltr;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.icon-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
}

/* navbar */

.navbar-top {
  height: 40px;
  background: var(--color1);
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}

.navbar-top-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  width: 100%;
}

.navbar-top-item:hover {
  color: var(--color2);
}

.navbar-top-item {
  color: #fff;
  outline: none;
}

/* 
if you want delete navbar top 
  --navbar-height: 80px;
  --navbar-height-mobile: 56px; 
*/
:root {
  --navbar-height: 120px;
  --navbar-height-mobile: 96px;
}

.navbar-custom {
  background-color: var(--color1);
  height: var(--navbar-height);
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
  display: block;

}

.navbar-fill {
  height: var(--navbar-height);
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  box-shadow: 0px 4px 8px 0px #11100F26;

}

.navbar-logo img {
  width: 182px;
  height: 56px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 28px 10px;
  font-size: 17px;
  color: #fff;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--color2);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: -4px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color2) !important;
}


.navbar-btn-body {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  gap: 20px;
}

.navbar-btn {
  color: #fff;
}

.navbar-social a {
  color: #fff;
}

.navbar-social a:hover {
  color: var(--color2);
}

.navbar-social {
  display: flex;
  gap: 8px;
}

.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;
}

.box-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.box-search-overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.box-search-content {
  background: white;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
  margin: 20px;
}

#boxSearchTitle {
  font-size: 24px;
  font-weight: 600;
}

.box-search-close {
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.box-search-close:hover {
  color: #000;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.search-form input[type="text"] {
  flex: 1;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  transition: border-color 0.3s ease;
}

.search-form input[type="text"]:focus {
  border-color: #c2a3547a;
  outline: none;
}

.search-form button {
  background: var(--color2);
  border: none;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
}

.search-form button:hover {
  background: var(--color1);
}

.search-form button i {
  font-style: normal;
  font-size: 20px;
}


@media (max-width:767.5px) {

  .navbar-social {
    display: none;
  }

  .navbar-right {
    width: auto;
    padding: 10px 0;
  }

  .navbar-btn-body {
    width: auto;
  }

  .navbar-custom {
    height: var(--navbar-height-mobile);
  }

  .navbar-fill {
    height: var(--navbar-height-mobile);
  }

  .navbar-top {
    height: 36px;
    font-size: 12px;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    width: 130px;
    height: 40px;
    margin-left: 15px;
  }

  .navbar-nav {
    padding: 0;
  }

  .box-search-content {
    padding: 20px;
  }

  #boxSearchTitle {
    font-size: 20px;
  }

  .search-form input[type="text"] {
    padding: 10px 10px;
  }

  .search-form button {
    padding: 0 10px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .navbar-logo {
    margin-left: 10px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .nav-item a {
    font-size: 14px;
  }

}




/* dropdown */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 100;
}

.dropdown a::after {
  margin-top: -2px;
  margin-left: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: right;
  border: 0;
  font-family: "raya-icon";
  content: '\f105';
  margin-top: 0px;
  margin-right: 0;
}

.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;
  left: 0;
  text-align: left;
}

.dropdown ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1) !important;
}


@media (min-width:767.5px) {


  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid #fff;
    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;
    left: 100%;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f105';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    max-width: 70%;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 70%;
    overflow: auto;
  }

  .dropdown ul.active {
    left: 0;
  }

  .offcanvas-nav.active {
    left: 0;
  }


  .offcanvas-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: var(--color1);
    padding: 0 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    font-size: 16px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #000020;
    font-size: 20px;
    opacity: 1;
    padding: 0;
  }

  .nav-item {
    padding: 10px 20px;
    margin: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #000;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff !important;
    display: flex;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color2);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* 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: 90px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.basket-item-info {
  margin-left: 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;
}





/* menu mega  */

@media (min-width:991px) {

  .dropdown ul li a:hover {
    color: var(--color1) !important;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 4px 0;
  }

  .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: 700px;
    flex-wrap: wrap;
    direction: rtl;
    height: 360px;
    margin-top: -1px;
    overflow-y: auto;
    margin-right: -11px;
    border-radius: 10px 0 0 10px;
  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
  }

  .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;
    border-top: 1px solid #dbd9d9;
    border-radius: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .navbar-category.dropdown .dropdown ul {
    width: 250px;
  }

  .navbar-category.dropdown ul {
    min-width: 250px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 550px;
  }
}



/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  margin: 0 5px !important;
}

.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: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  transition: 0.3s;
  border-radius: 6px;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  transition: 0.3s;
  border-radius: 6px;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}


.swiper-free {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-free .swiper-slide {
  width: auto !important;
}

@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);
  }
}


/* CSS */
.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-img {
  width: 100%;
}

.home-wrap-1-item {
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  min-height: 500px;
  background-size: cover;
}

.home-wrap-1-inner {
  width: 40%;
  padding: 20px 0;
}

.home-wrap-1-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.home-wrap-1-text {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  margin-top: 20px;
  color: #000;
  letter-spacing: -0.5px;
}

.home-wrap-1-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  min-width: 191px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 30px;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-2-title {
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

.card-cat-img-body {
  position: relative;
  overflow: hidden;
}

.card-cat-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-cat:hover .card-cat-img {
  transform: scale(1.1);
}

.card-cat {
  display: block;
  text-align: center;
}

.card-cat-title:hover {
  color: var(--color1);
}

.card-cat-title {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 300;
  color: #000;
}

.home-wrap-3-img {
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
}

.home-wrap-3-title {
  font-size: 24px;
  margin-top: 25px;
  color: #000;
}

.home-wrap-3-text {
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  margin-top: 20px;
  color: #000;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.home-wrap-3-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-bubble {
  display: flex;
  align-items: center;
  gap: 25px;
}

.home-bubble span {
  border: 1px solid var(--color1);
  border-radius: 40px;
}

.home-bubble span:nth-child(1) {
  width: 24px;
  height: 24px;
}

.home-bubble span:nth-child(2) {
  width: 20px;
  height: 20px;
}

.home-bubble span:nth-child(3) {
  width: 18px;
  height: 18px;
}

.home-bubble span:nth-child(4) {
  width: 15px;
  height: 15px;
}

.home-bubble span:nth-child(5) {
  width: 12px;
  height: 12px;
}

.home-wrap-4-img-body {
  display: flex;
  align-items: center;
  justify-content: end;
}

.home-wrap-4-img-main {
  width: 100%;
  max-width: 334px;
  border-radius: 24px;
}

.home-wrap-4-img-side {
  width: 100%;
  max-width: 211px;
  border-radius: 22px;
  margin-right: -35px;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.home-wrap-4-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  min-width: 191px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 30px;
  transition: 0.3s;
}

.home-wrap-4-btn:hover {
  background: #fff;
  color: var(--color1);
}

.home-wrap-5-title {
  font-size: 32px;
  text-align: center;
  font-weight: 200;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
}

.home-wrap-5-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  background: #fff;
  padding: 60px 30px;
  border-radius: 12px;
  color: #000;
  text-align: center;
  transition: 0.2s;
}

.home-wrap-5-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home-wrap-5-item-icon {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.home-wrap-5-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  color: #000;
}

.home-wrap-5-item-text {
  margin-top: 20px;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 72px;
}

.home-wrap-5-space {
  padding-block: 30px;
}

.home-wrap-5-item:hover .home-wrap-5-item-icon {
  filter: invert(65%) sepia(100%) saturate(100%) hue-rotate(310deg) brightness(100%) contrast(550%);
}

.home-wrap-2 {
  margin-top: 80px;
}

.home-wrap-3 {
  margin-top: 100px;
}

.home-wrap-4 {
  margin-top: 100px;
}

.home-wrap-5 {
  margin-top: 100px;
  background: #F5F5F5;
  padding: 60px 0;
}

.home-wrap-6 {
  margin-top: 100px;
}

.home-wrap-7 {
  margin-top: 100px;
}

.banner-home {
  margin-top: 100px;
}

.banner-home img {
  width: 100%;
}

.home-wrap-6-title {
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  color: #000;
}

.single-card {
  display: block;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 30px;
}

.single-card-img-body {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.single-card-img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.single-card:hover .single-card-img {
  transform: scale(1.1);
}

.single-card-body {
  width: max-content;
  margin: auto;
}

.single-card-title {
  font-size: 24px;
  font-weight: 200;
  color: #000;
  text-align: center;
  margin-top: 20px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}


.single-card-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  margin-top: 15px;
  transition: 0.3s;
}

.single-card-btn:hover {
  background: #fff;
  color: var(--color1);
}

.comparison-container {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border-radius: 10px;
  cursor: ew-resize;
}

.comparison-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;

}

.before {
  z-index: 1;
}

.after {
  z-index: 2;
  width: 50%;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}

.handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--color1);
  z-index: 3;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.handle span {
  min-width: 40px;
  height: 40px;
  box-shadow: 0px 0px 8px 0px #0000001A;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1;
  justify-content: center;
  color: var(--color1);
}

.handle span i {
  display: flex;
  margin: 0 -5px;
}


.home-wrap-7-title {
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  color: #000;
}

.comment-card {
  background: #F4F4F4;
  padding: 40px 60px;
}

.comment-card-user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.comment-card-user img {
  width: 50px;
  width: 50px;
}

.comment-card-user span:nth-child(1) {
  display: block;
  font-size: 14px;
  color: #000;
}

.comment-card-user span:nth-child(2) {
  display: block;
  font-size: 14px;
  color: var(--color1);
  margin-top: 5px;
}


/* responsive all */
@media (max-width:767px) {
  .home-wrap-1-inner {
    width: 50%;
  }

  .banner-home {
    margin-top: 40px;
  }

  .home-wrap-1-item {
    min-height: auto;
    height: 200px;
    background-position: right%;
  }

  .home-wrap-1-title {
    font-size: 16px;
  }

  .home-wrap-1-text {
    font-size: 14px;
    margin-top: 10px;
    display: none;
  }

  .home-wrap-1-btn {
    height: 34px;
    margin-top: 15px;
    min-width: auto;
    font-size: 12px;
  }

  .home-wrap-2 {
    margin-top: 30px;
  }

  .home-wrap-3 {
    margin-top: 15px;
  }

  .home-wrap-4 {
    margin-top: 30px;
  }

  .home-wrap-5 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .home-wrap-6 {
    margin-top: 30px;
  }

  .home-wrap-7 {
    margin-top: 40px;
  }

  .home-wrap-2-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .card-cat-img {
    height: 180px;
  }

  .card-cat-title {
    font-size: 14px;
    margin-top: 15px;
  }

  .home-wrap-3-info {
    height: auto;
  }

  .home-wrap-3-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .home-wrap-5-title {
    font-size: 18px;
    margin-top: 0;
  }

  .home-wrap-3-text {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-wrap-4-btn {
    height: 34px;
    margin-top: 15px;
    min-width: auto;
    font-size: 12px;
  }

  .home-wrap-3-img {
    margin-top: 15px;
  }

  .home-wrap-4-img-body {
    margin-top: 15px;
    overflow: hidden;
  }

  .home-wrap-4-img-side {
    width: 35%;
  }

  .home-wrap-4-img-main {
    max-width: 70%;
  }

  .home-wrap-5-item {
    margin-top: 15px;
    padding: 20px 15px;
  }

  .home-wrap-5 .col-6 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-wrap-5 .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .home-wrap-5-item-title {
    font-size: 16px;
    margin-top: 15px;
  }

  .home-wrap-5-item-text {
    font-size: 14px;
    margin-top: 15px;
    height: 62px;
  }

  .home-wrap-5-item-icon {
    width: 60px;
    height: 60px;
  }

  .home-wrap-5-space {
    padding-block: 20px;
  }

  .home-wrap-6-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .comparison-container {
    height: 300px;
  }

  .single-card-body {
    margin-top: 25px;
  }

  .single-card {
    padding: 15px;
  }

  .single-card-img {
    height: 180px;
  }

  .single-card-title {
    font-size: 16px;
    margin-top: 15px;
  }

  .single-card-btn {
    height: 34px;
    margin-top: 15px;
    min-width: auto;
    font-size: 12px;
  }

  .home-wrap-7-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .comment-card {
    padding: 20px;
  }

  .comment-card-text {
    font-size: 14px;
  }

  .comment-card-user {
    margin-top: 20px;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

}


/* footer */

.footer-social {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 8px;
}

.footer-social a {
  color: var(--color1);
}

.footer-social a:hover {
  color: #000;
}

.footer-logo {
  width: 100%;
  height: 142px;
  object-fit: contain;
}

.footer-namad {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-namad img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.footer {
  background: #fff;
  border-top: 1px solid var(--color1);
  padding-top: 40px;
  color: #000020;
  margin-top: 100px;
}

.footer-header {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-bottom: 1px solid var(--color1);
}

.footer ul {
  margin-top: 15px;
  list-style: unset;
  padding-left: 10px;
  list-style: none;
  line-height: 2.2;
  color: #000020;
  font-size: 16px;
}

.footer ul a::before {
  content: "";
  transform: translateX(-50%) rotate(270deg);
  border-top: 5px solid #000020;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 15px;
}

.footer ul a {
  position: relative;
  color: #000020;
  display: flex;
  align-items: start;
}

.footer ul a:hover::before {
  border-top-color: var(--color1);
}

.footer ul a:hover {
  color: var(--color1);
}

.footer-bottom {
  margin-top: 10px;
  background: #fff;
  padding: 20px 0;
  font-size: 14px;
}

.footer-bottom-item span {
  margin: 0 5px;
}

.footer-bottom-item {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 200;
}

.footer-bottom-item a {
  color: #000;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}


@media (max-width:767px) {

  .footer {
    padding-top: 20px;
    margin-top: 50px;
  }

  .footer-header {
    font-size: 16px;
    margin-top: 15px;
  }


  .footer ul {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 0px;
    font-size: 12px;
  }

  .footer-bottom-item {
    margin-top: 5px;
    justify-content: center;
    font-size: 12px;
  }

  .footer-social {
    margin-top: 10px;
    gap: 2px;
  }

  .footer-namad {
    gap: 10px;
    flex-direction: row;
  }

  .footer-namad img {
    width: 50%;
    height: auto;
  }
}

/* inner */

.card-product {
  display: block;
  position: relative;
}

.card-product-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.card-product-badge span {
  border: 1px solid #1B1B1B;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 5px;
}

.card-product-img-body {
  position: relative;
  overflow: hidden;
}

.card-product-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product:hover .card-product-img {
  transform: scale(1.1);
}

.card-product-title {
  margin-top: 20px;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 18px;
  font-weight: 600;
}

.card-product-text {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 62px;
}

.card-product-price {
  color: #1B1B1B;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}

.card-product-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  margin-top: 20px;
  transition: 0.3s;
}

.card-product-btn:hover {
  background: #fff;
  color: var(--color1);
}

.card-product-over {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(3px);
  background: #FFFFFF73;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.card-product:hover .card-product-over {
  opacity: 1;
  visibility: visible;
}


.title-wrapper {
  border-bottom: 1px solid #1B1B1B;
  text-align: center;
  font-size: 36px;
  font-weight: 200;
  padding-bottom: 30px;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .title-wrapper {
    font-size: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .card-product-img {
    height: 300px;
  }

  .card-product-title {
    margin-top: 15px;
    font-size: 16px;
  }

  .card-product-text {
    font-size: 12px;
    margin-top: 5px;
    height: 54px;
  }

}

/* paginate */


.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: unset;
  background-color: #eee;
  border-color: #eee;
  font-size: 16px;
  color: #000;
}

.page-link:hover {
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item:last-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:first-child .page-link {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  background-color: unset;
  border-color: unset;
}

.page-item:last-child .page-link:hover {
  color: var(--color1);
}

.page-item:first-child .page-link:hover {
  color: var(--color1);
}

.pagination {
  justify-content: center;
  margin-top: 50px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
}

@media (max-width:767px) {
  .pagination {
    margin-top: 30px;
  }

  .page-link {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .page-item:first-child .page-link {
    display: none;
  }

  .page-item:last-child .page-link {
    display: none;
  }
}


/* breadcrumb */

.breadcrumb {
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 25px;
  margin-bottom: 20px;
}

li.breadcrumb-item a {
  color: #000;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  content: "/";
}

.breadcrumb-item.active a {
  color: var(--color1);
}

li.breadcrumb-item a:hover {
  color: var(--color1);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 14px;
    flex-wrap: nowrap;
    height: 24px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}


/* / */


.product-img-body {
  position: relative;
}

.product-img {
  width: 100%;
}

.product-mute {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 15px;
  color: #000;
}

.product-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
}

.product-text {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  margin-top: 20px;
  color: #000;
  letter-spacing: -0.5px;
}

.product-btn {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  margin-top: 25px;
  transition: 0.3s;
  font-weight: 600;
}

.product-btn:hover {
  background: #fff;
  color: var(--color1);
}

.product-border {
  border-top: 1px solid #DDDDDD;
  margin-top: 30px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
  color: #000;
}



.product-tab {
  margin-top: 50px;
}

.product-tab .nav {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.product-nav-item {
  background: #fff;
  height: 71px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 0 15px;
  color: #000;
  cursor: pointer;
}

.tab-content {
  border: 1px solid #00000040;
  padding: 30px;
  background: #fff;
}

.product-nav-item.active {
  background: #fff;
  border: 1px solid #00000040;
  border-bottom: 0;
}

.product-content {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
}


.product-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.product-content th,
.product-content td {
  padding: 8px;
  text-align: left;
}

.product-content tr:nth-child(even) {
  background: #F6F6F6;
}

.product-content th {
  background-color: #f2f2f2;
}

@media (max-width:767px) {

  .product-mute {
    margin-top: 15px;
    font-size: 12px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-text {
    font-size: 14px;
    margin-top: 15px;
  }

  .product-btn {
    font-size: 14px;
    height: 44px;
  }

  .product-border {
    margin-top: 20px;
    font-size: 14px;
  }

  .product-nav-item {
    height: 50px;
    font-size: 12px;
    padding: 0 10px;
  }

  .product-tab .nav {
    white-space: nowrap;
    overflow: auto;
  }

  .tab-content {
    padding: 15px;
  }

  .tab-content {
    font-size: 14px;
  }

  .product-content {
    font-size: 14px;
  }

  .product-tab {
    margin-top: 25px;
  }


}

.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: #505050;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #7D7D7D;
}

i.icon-star {
  color: #f9bc00;
}

.com-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.com-box-text {
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}


.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 50px;
  background: #F0F0F0;
  border: 1px solid #00000033;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 20px;
  border: 0;
}

.com-box-form textarea {
  background: #F0F0F0;
  margin-top: 5px;
  padding: 10px;
  outline-color: var(--color1);
  border-radius: 20px;
  border: 0;
}

.com-box-form label {
  font-size: 18px;
}

.com-box-code input {
  background: #F0F0F0;
  border: 0;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  max-width: 140px;
  border-radius: 20px;
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-box-submit:hover {
  background: #000;
  color: #fff;
}

.com-box-form label {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.com-box-recode {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  display: block;
}

.product-comment-title {
  font-size: 16px;
}

@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;
  }

}


.card-blog {
  display: block;
}

.card-blog-img-body {
  position: relative;
  overflow: hidden;
}

.card-blog-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-blog:hover .card-blog-img {
  transform: scale(1.1);
}

.card-blog-badge {
  border: 1px solid #1B1B1B;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 14px;
  color: #1B1B1B;
  padding: 0 5px;
  margin-top: 15px;
}

.card-blog-title {
  margin-top: 10px;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 21px;
  height: 62px;
}

.card-blog-text {
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 62px;
}

.card-blog-more {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  text-decoration: underline;
}

.card-blog-more:hover {
  color: var(--color1);
}

.card-blog-title:hover {
  color: var(--color1);
}


.blog-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}

.blog-content {
  margin-top: 15px;
}

.blog-content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.blog-content video {
  width: 100%;
  max-width: 100%;
  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: 26px;
  font-weight: 700;
}

@media (max-width:767px) {
  .card-blog-img {
    height: 300px;
  }

  .card-blog-badge {
    font-size: 12px;
    height: 22px;
  }

  .card-blog-title {
    font-size: 16px;
    height: 45px;
  }

  .card-blog-text {
    font-size: 12px;
    height: 54px;
  }

  .card-blog-more {
    font-size: 12px;
    margin-top: 10px;
  }


}



.info-textarea {
  border: 0;
  margin-bottom: 15px;
  padding: 12px;
  outline-color: var(--color1);
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px #00000017;
  border: 1px solid #747474;
}

.info-input {
  height: 50px;
  border: 0;
  margin-bottom: 20px;
  padding: 12px;
  outline-color: var(--color1);
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px #00000017;
  border: 1px solid #747474;
}

.info-select {
  height: 50px;
  font-size: 20px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0px 15px;
  color: #000;
  outline-color: var(--color1);
  border: 0;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='black' d='M143 352.3L7 216.3C-2.3 207-2.3 192.9 7 183.6l14.1-14.1c9.4-9.4 24.6-9.4 33.9 0L160 275.6l105-106.1c9.4-9.4 24.6-9.4 33.9 0l14.1 14.1c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.4-24.6 9.4-34 .1z'/></svg>") no-repeat right 10px center;
  background-size: 12px;
  padding: 8px 35px 8px 15px;
  border: 1px solid #747474;
}


.info-comment-submit {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 600;
}

.info-comment-submit:hover {
  background: #fff;
  color: var(--color1);
}

.info-box {
  max-width: 1000px;
  margin: auto;
}

.info-wrap-title {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .info-wrap-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .contact-logo {
    width: max-content;
    display: flex;
    margin: 40px auto;
  }
}

.contact-logo {
  margin: auto;
  width: max-content;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* h1 text */
.logo-text {
  direction: rtl;
  text-align: right;
  padding-top: 30px;
  text-indent: 7px;
  display: none;
}
.logo-text h1 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  text-indent: -99999em;
}
.logo-text h1 a.f-t {
  font-family: IranNastaliq;
  font-size: 38px;
  display: inline-block;
  color: #000
}

/*new*/
.blog-mini {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.blog-mini-img {
  width: 135px;
  height: 125px;
  object-fit: contain;
  margin-right: 10px;
  border-radius: 8px;
}
.blog-mini-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.blog-img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.accordion .btn.btn-link{
  text-decoration: auto;
  color: black;
  font-weight: bold;
}
.comment-card{
  min-height: 256px;
  position: relative;
}
.comment-card-user{
  bottom: 10%;
  position: absolute;
  left: 30%;
}
.desc-recent-blog{
  color: gray;
  text-align: start !important;
}
.desc-recent-blog p{
  text-align: start !important;
  color: gray !important;
}

/* CONTACT CSS */
.contact-item {
  color: #000;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
.contact-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.contact-item-text {
  font-size: 18px;
  margin-top: 10px;
}
.branch-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.branch-item-text{
  font-size: 16px;
}

.text-box {
  position: relative;
  /*max-width: 600px;*/
  margin: 2rem auto;
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  background: #fafafa;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* ورودی پنهان */
.toggle {
  display: none;
}

/* متن محدود به ۳ خط */
.text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
  transition: all 0.4s ease;
  margin-bottom: 0.5rem;
}

/* وقتی چک‌باکس تیک خورد */
.toggle:checked ~ .text {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* دکمه */
.btn {
  display: inline-block;
  cursor: pointer;
  color: #1976d2;
  font-weight: 600;
  font-size: 0.95rem;
  user-select: none;
}

/* متن دکمه */
.btn::after {
  content: "...More";
}

/* وقتی باز شد متن دکمه تغییر کنه */
.toggle:checked ~ .btn::after {
  content: "...Close";
}

