<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: IRANsans;
  src: url('./font/FontsFree-Net-ir_sans.ttf') format('truetype');
}

body {
  direction: rtl !important;
  margin: 0;
  padding: 0;
  font-family: 'IRANsans', serif !important;
  background-color: #ffffff;
}

p {
  font-family: IRANsans;
}

/* ============================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
}

/* =========================================================== */
.top-head {
  display: flex;
  justify-content: space-between;
  background-color: black;
  padding: 5px 30px;
  font-family: IRANsans;

}

.top-head a {
  text-decoration: none;
  color: white;
  font-family: IRANsans;
  font-weight: 200;
}

/* ===================================header=================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

.navbar {
  position: sticky;
  top: 0;
  text-align: center !important;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding: 0.5rem 2rem;
  background-color: #fff;
  color: #fff;
  z-index: 1001;
}

.navbar .brand {
  font-size: 1.5rem;
  font-weight: bold;

}

.navbar .nav-links {
  list-style: none;
  display: flex;
  justify-content: center !important;
  text-align: center !important;
  gap: 0.6rem;
}

.nav-links li {
  margin: 0 7px;

}


.navbar .nav-links li a {
  text-decoration: none;
  color: rgb(46, 46, 46);
  transition: color 0.3s;
  padding: 0 10px;
  font-size: 14px !important;

}

.navbar .nav-links li a:hover {
  color: #ff0e0e;

}

.nav-icons {
  display: flex;
}

.nav-icons li {
  margin: 0 10px;
}

.nav-icons li a {
  text-decoration: none;
  color: #090909;
}

.nav-icons li a:hover {
  color: #ff0e0e;
}

/* Toggle Button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 20px;
  z-index: 1100;
  /* Above the sidebar */
}

/* Toggle button bars */
.menu-toggle .bar {
  position: absolute;
  background-color: gray;
  /* Default color for bars */
  height: 3px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Individual bars' positions */
.menu-toggle .bar:nth-child(1) {
  top: 0;
}

.menu-toggle .bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle .bar:nth-child(3) {
  bottom: 0;
}

/* Animation to X */
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

/* Change bar color when sidebar is open (optional) */
.menu-toggle.open .bar {
  background-color: #dc3545;
  /* Change to green when open */
}

/* Display toggle button on smaller screens */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;

  }

  .nav-links {
    display: none;
  }

  .navbar {
    padding: 0.5rem 0.5rem;
    position: sticky;
    top: 0;

    display: flex;
    justify-content: space-between !important;

    background-color: #fff;
    color: #fff;
  }

}

/* ========================nav-links-category========================= */
.cloth {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}

.cloth-category {
  position: absolute;
  left: -78%;
  top: 0;
  background-color: #fff;
  display: none;

  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgb(241, 241, 241);
}

.cloth:hover .cloth-category {
  display: block;
}

/* #accordion rotate icon option */

div[class*='col-'] {
  padding: 0 30px;
}

.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group&gt;.panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}














/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  /* Adjusted for RTL */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 999;
  /* Below the sidebar but above other content */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show overlay */
.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Sidebar styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  /* Adjusted for RTL */
  width: 300px;
  height: 100%;
  background-color: #fff;
  color: #333;
  padding: 1rem;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  /* Adjusted for RTL */
  transition: right 0.3s ease;
  /* Adjusted for RTL */
  z-index: 1010;
}

.sidebar.open {
  right: 0;
  /* Adjusted for RTL */
}

.sidebar .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.sidebar .sidebar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sidebar .search-bar {
  width: 100%;
  padding: 0.5rem;
  border-radius: 30px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}

.sidebar .sidebar-links {
  list-style: none;
  padding: 0;
}

.sidebar .sidebar-links li {
  margin: 0.5rem 0;
}

.sidebar .sidebar-links li a {
  text-decoration: none;
  text-align: start !important;
  color: #333;
  display: block;
  padding: 0.5rem 1rem;
}

.sidebar .sidebar-links li a:hover {
  color: #008000;
}

@media (max-width: 768px) {
  .navbar .nav-links {
    display: none;
  }

  .navbar {
    justify-content: space-between !important;
  }

  .brand {
    display: block !important;
  }

  .menu-toggle {
    display: block;
  }
}


.sidebar-content {
  height: 100%;
  /* Matches the parent height */
  overflow-y: auto;
  /* Adds vertical scrolling */
  padding: 10px;
  /* Adjust padding as needed */
}

.sidebar-content::-webkit-scrollbar {
  width: 3px;
  /* Adjust scrollbar width */
}

.sidebar-content::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  /* Customize scrollbar color */
  border-radius: 4px;
  /* Rounds the scrollbar */
}

.sidebar-content::-webkit-scrollbar-track {
  background: #e9ecef;
  /* Track background */
}


/* Dropdown Styling */
.nav-links .dropdown {
  position: relative;
}

.nav-links .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 220px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 0;
  z-index: 1000;
  list-style: none;
  text-align: right;
}

.nav-links .dropdown .dropdown-menu li {
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}

.nav-links .dropdown .dropdown-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0.8rem 1rem;
  transition: all 0.6s, color 0.3s;
}

.nav-links .dropdown .dropdown-menu li a:hover {
  background: #f8f9fa;
  color: #ff6f00;
  padding-right: 30px;
}

/* Show Dropdown on Hover */
.nav-links .dropdown:hover .dropdown-menu {
  display: block;
}










/* The upward pointer */
.pointer {
  position: absolute;
  top: -10px;
  /* Place below the rectangle */
  left: 75%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #ffffff;

}

/* ================================Home-Slider============================ */
.home-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-slider img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .home-slider {
    width: 100%;
    height: 25vh;
  }
}

/* =============================================================== */
.img-box {
  display: flex;
  justify-content: space-around;
}

.img-box a {
  text-decoration: none;
  color: #525252;
  font-weight: bold;
}

.img-content {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgb(213, 213, 213);
  text-align: center;
  box-shadow: 0 5px 10px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-content img {
  width: 100%;
}

/* ==================Slider=========================================== */
.slider-container {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;

}

@media (max-width: 768px) {
  .slider-container {
    overflow: hidden !important;
    width: 100%;

  }
}

.slider-item {
  width: 100%;
  padding: 30px;
  overflow: hidden;
}

.slider-item img {
  width: 70%;

  margin: 0 auto;
}

.slider-content {
  margin-top: 15px;
  padding-top: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .slider-content {
    margin-top: 15px;
    padding-top: 5px;
    text-align: center;
  }

  .slider-item img {
    width: 100%;

    margin: 0 auto;
  }
}




.slider-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 1rem 0;
}

.price {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.old-price {
  text-decoration: line-through;
  color: red;
  font-size: 1.5rem;
}

.new-price {
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
}

.btn-buy-now {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.btn-buy-now:hover {
  background: #0056b3;
  color: #fff;
}

.slick-prev {
  position: absolute !important;
  left: 20px !important;
  /* Position the left arrow closer to the edge */
  background: #c9c9c9 !important;
  z-index: 100 !important;
  color: #dc3545 !important;
  border-radius: 50%;
}

.slick-next {
  position: absolute !important;
  right: 20px !important;
  /* Position the left arrow closer to the edge */
  background: #c9c9c9 !important;
  color: #333 !important;
  z-index: 100 !important;
  border-radius: 50%;
}


.product-card {
  background: linear-gradient(to bottom right, #d4f9fc, #cff0f8);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: auto;
  position: relative;
  margin: 10px auto;
  border: 1px solid #ff3c38;
  padding: 15px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.product-image {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.product-image img {
  max-width: 100%;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.view-button {
  background-color: #ff3c38;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 5px auto;
}

.product-card:hover .view-button {
  transform: scale(1.05);
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-info h3 {
  font-size: 16px;
  margin: 10px 0 5px;
  color: #333;
}

.product-info p {
  margin: 3px 0;
  font-size: 14px;
  color: #555;
}

.product-info .badge {
  background-color: #27ae60;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
  position: absolute;
  top: 5px;
  right: 5px;
}




/* ======================================================================= */
.more-sale {
  background-color: #ffff;
}

/* ==========================================ÙˆØ¨Ù„Ø§Ú¯=========================== */
.weblog img {
  width: 100%;
}

.weblog a {
  text-decoration: none;
  color: #6b6b6b;

}

.weblog-content p {
  text-align: justify;
}

.blog-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #cbe5f1;
  text-decoration: none;
  color: #101010;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-content {
  padding: 15px;
}

.blog-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.blog-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.blog-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

.blog-readmore {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #504526;
  color: #504526;
  transition: 0.3s ease;
}

.blog-readmore:hover {
  background-color: #504526;
  color: #fff;
}

@media (max-width: 576px) {
  .blog-image img {
      height: 140px;
  }

  .blog-title {
      font-size: 15px;
  }

  .blog-desc {
      font-size: 13px;
  }
}

/* =======================================================services=========== */
.d_ico i {
  color: #000000;
  font-size: 30px;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

.theme-cl {
  color: #ee1c47 !important;
}

/* ==================Footer========================================== */
footer {
  z-index: 99;
  color: #565656;
  position: relative;
  margin: 0 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}


@media (max-width: 576px) {
  footer {
    margin: 0 10px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}

footer.light-footer {
  background: #f4f5f7;
}

footer.dark-footer {
  background: #252525;
}

footer.blue-footer {
  background: #1c283c;
}

footer.grocery-footer {
  background: #217100;
}

.grocery-bg {
  background: #1ca301;
}

.grocery-footer .footer-bottom {
  background: #1a5202;
  border-color: #1a5202;
}

.footer-logo {
  max-width: 80px;
  margin: 10px auto;
}

img.img-footer {
  max-width: 80px;
  margin: 50px auto 20PX auto;
}

img.img-footer.small {
  margin: 0;
  max-width: 150px;
  position: relative;
  top: 2px;
}

.ft-copyright {
  padding: 0px 0 12px 0;
}

.ft-copyright p {
  margin-bottom: 0;
}

.footer_widget {
  padding: 10px 0;
}

.footer_widget a {
  text-decoration: none;
}

h4.widget_title {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer_widget ul {
  padding: 0;
  margin: 0;
}

.footer_widget ul li {
  list-style: none;
  margin-top: 10px;
  display: block;
}

.footer_widget ul.list-inline li,
ul.list-inline li {
  display: inline-block;
  margin-right: 15px;
}

.footer_widget ul li a {
  color: #565656;
  text-decoration: none;
}

.light-footer .footer-bottom {
  background: #edeff1;
  border: none;
}

footer.skin-dark-footer .extream,
footer.skin-light-footer .extream {
  letter-spacing: 1px;
  line-height: 1.4;
}

footer.skin-dark-footer h4,
footer.skin-blue-footer h4 {
  color: #ffffff;
}

footer.skin-dark-footer .footer_widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
  color: #a7a7a7;
  transition: all ease 0.4s;
  font-size: 15px;
}

footer.skin-blue-footer .footer_widget ul li a,
footer.skin-blue-footer,
footer.skin-blue-footer a {
  color: #828ba2;
}

footer.skin-dark-footer .footer_widget ul li a:hover,
footer.skin-dark-footer .footer_widget ul li a:focus {
  color: #ffffff;
}

footer.skin-grocery-footer .footer_widget ul li a,
footer.skin-grocery-footer,
footer.skin-grocery-footer a {
  color: #b5d084;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #273246;
}

.blue-footer .footer-bottom {
  background: #192538;
  border-color: #192538;
}

.skin-dark-footer .footer-bottom {
  border-top: 1px solid #2b2b2b;
}

footer.skin-dark-footer ul.footer-bottom-social li a:hover,
footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #ffffff;
  opacity: 1;
}

.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}

.foot-news-last .form-control {
  height: 50px;
  border: none;
}

.foot-news-last .form-control.brd {
  height: 50px;
  border: 1px solid #eef1f5;
}

.foot-news-last button {
  box-shadow: none;
  outline: none;
  border: none;
  height: 52px;
  padding: 0 20px;
  cursor: pointer;
}

.skin-dark-footer .foot-news-last .form-control {
  border-color: #424141;
  background: #424141;
  color: #ffffff;
}

.skin-dark-footer .foot-news-last .input-group-text {
  border-color: #424141;
  background: #424141;
  color: #ffffff;
}

.skin-blue-footer .foot-news-last .form-control {
  border-color: #233148;
  background: #233148;
  color: #828ba2;
}

.skin-blue-footer .foot-news-last .input-group-text {
  border-color: #233148;
  background: #233148;
  color: #828ba2;
}

.skin-grocery-footer .foot-news-last .form-control {
  border-color: #267b03;
  background: #267b03;
  color: #b5d084;
}

.skin-grocery-footer .foot-news-last .input-group-text {
  border-color: #267b03;
  background: #267b03;
  color: #ffffff;
}

.skin-grocery-footer .form-control::-webkit-input-placeholder {
  color: #b5d084;
}

.skin-grocery-footer .form-control:-ms-input-placeholder {
  color: #b5d084;
}

.skin-grocery-footer .form-control::placeholder {
  color: #b5d084;
}

.grocery-cl {
  color: #74a911 !important;
}

/* =============================================================== */
li {
  list-style: none;
}

/* .accordion-menu {
  width: 100%;
}

.accordion-menu li.open .dropdownlink {
  color: #ff8c00 !important;
  width: 100%;
  .fa-chevron-down {
    transform: rotate(180deg) !important;
  }
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 0;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  i {
    position: absolute;
    top: 3px;
    right: 40px;
  }
  .fa-chevron-down {
    right: auto;
    left: 12px;
  }
} */

.submenuItems {
  display: none;
  background: #ffffff;

  li {
    border-bottom: 1px solid #B6B6B6;
  }
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;

  &amp;:hover {
    background-color: #ffffff;
    color: #fff;
  }
}

.menu {
  width: 250px;
  background: #fff;

  padding: 0;
}

.menu-item {
  padding: 15px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-item:hover {
  background: #f9f9f9;
}

.submenu {
  display: none;
  padding: 0;
  list-style: none;
  margin: 0;
  background: #ffffff;
  border-left: 2px solid #ddd;
}

.submenu li {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

.submenu li:hover {
  background: #f1f1f1;
}

.submenu li a {
  text-decoration: none;
  color: #333;
}

.fa-chevron-down {
  font-size: 12px;
  color: #888;
}

.menu-item.active .submenu {
  display: block;
}

.menu-item.active .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Ensure nested submenu is hidden initially */
/* Parent menu item with flexbox for alignment */
.has-submenu {
  align-items: center;
  /* Ensures vertical alignment of text and icon */
  cursor: pointer;
  /* Adds a pointer cursor for clickable items */
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.has-submenu i {
  position: absolute;
  left: 30px;
}

/* Submenu styling */
.has-submenu .submenu {
  display: none;
  /* Initially hidden */
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-left: 2px solid #ffffff;
}

/* Submenu items */
.has-submenu .submenu li {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

/* Hover effect on submenu items */
.has-submenu .submenu li:hover {
  background: #ffffff;
}

/* Rotate chevron when submenu is open */
.has-submenu.active&gt;i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


/* ====================================search-sidebar======================== */
/*------------- Slide Design of Cart &amp; Wishlist -------------*/
.hidden {
  transform: translateX(100%);
  transition: all .4s;
}

.show {
  transform: translateX(0%);
  transition: all .4s;
}

.w3-ch-sideBar {
  height: 100%;
  max-width: 360px;
  min-width: 300px;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  z-index: +2000;
  overflow: auto;
  position: relative;
  animation: animateright .4s;
  right: 0;
  bottom: 0;
  border-left: 1px solid #ddd;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0
  }

  to {
    right: 0;
    opacity: 1
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

.slide-head {
  background: #f4f5f7;
}

.close_slide {
  background: #ffffff;
  border: none;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  padding: 0;
  cursor: pointer;
}

.close_slide.gray {
  background: #f4f5f7 !important;
}

/* =============================banner info==================================== */
.banner-info {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #f0f0f0;
}

.banner-info a {
  text-decoration: none;
  color: #000;
}

.banner-info h6 {
  color: #757575;
}

/* =========================help Login============================== */

.login-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 500px;
  margin: 100px auto;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 0.5px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.login-button {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-button:hover {
  background-color: #333;
}

.terms {
  margin-top: 20px;
  font-size: 12px;
  color: #777;
}

.terms a {
  color: #007BFF;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .login-box {
    width: 90%;
    /* Adjust width to fit smaller screens */
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .login-box {
    width: 100%;
    /* Full width for very small devices */
    margin: 50px auto;
    /* Reduce top margin */
  }

  label {
    font-size: 13px;
    /* Slightly smaller text */
  }

  input {
    padding: 8px;
    /* Adjust padding */
    font-size: 13px;
  }

  .login-button {
    padding: 8px;
    /* Smaller button padding */
    font-size: 14px;
  }

  .terms {
    font-size: 11px;
    /* Smaller font size for terms */
  }
}

/* ==============================Product Details================================= */

.top-image-box {
  width: 100%;
  overflow: hidden;
}

.top-image {
  width: 100%;
  height: auto;
  border: 2px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  background-color: white;
}


.bottom-images {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.bottom-images img {
  width: 10%;
  height: 80px;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  object-fit: cover;
  opacity: 0.6;
  transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
}

.bottom-images img.active {
  opacity: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bottom-images img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Style for the image */
.zoom-image {
  width: 100%;
  height: auto;
  transition: transform 0.1s ease-in-out;
}

/* Style for the zoom effect */
.top-image-box:hover .zoom-image {
  transform: scale(1.3);
  /* Zoom in the image */
  cursor: zoom-in;
}





/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: 3rem auto;
  display: block;
  width: 35%;
  max-height: 80%;
}

@media (max-width: 650px) {
  .modal-content {
    margin: 3rem auto;
    display: block;
    width: 100% !important;

  }

}

.modal-controls {
  text-align: center;
  margin-top: 20px;
}

.prev i,
.next i {
  font-size: 3rem;
  border: none;
  cursor: pointer;
  color: rgb(197, 197, 197);

}

.prev {
  position: absolute;
  top: 50%;
  left: 1rem;
  background: none;
  border: none;
}

.next {
  position: absolute;
  top: 50%;
  right: 1rem;
  background: none;
  border: none;
}

@media (max-width: 650px) {
  .prev {
    position: absolute;
    top: 80%;
    left: 1rem;
    background: none;
    border: none;
  }

  .next {
    position: absolute;
    top: 80%;
    right: 1rem;
    background: none;
    border: none;
  }

}

.next i,
.prev i:hover {}

/* Close button */
.close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}


/* ==================idea text======================== */
.middle {
  padding: 30px 0;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
}



.nav-tabs .nav-link {
  color: #495057;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  border-radius: 5px;
  margin-right: 10px;
  transition: background-color 0.3s, color 0.3s;
}


.nav-tabs .nav-link.active {
  color: #727272;
  border-bottom: 3px dashed black;
}

.tab-content {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;

}

.tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-pane.show {
  display: block;
  opacity: 1;
}

.sizes table {
  width: 50%;
  margin-top: 20px;


}

.sizes table th,
.sizes table td {

  padding: 8px;
  border-radius: 10px;
  text-align: left;
}

.sizes table th {

  font-weight: bold;
}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 8px 12px;
    margin-right: 5px;
    font-size: 14px;
  }

  .size .table {
    width: 100%;
  }
}

/* =========================product-card-details-text======================== */
.product-card-detail {
  width: 100%;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
}

.product-card-detail h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-card-detail .price {
  font-size: 20px;
  font-weight: bolder;
  color: red;
  justify-content: end;
  margin-bottom: 20px;
}

.product-card-detail .description {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.size-selection,
.color-selection {
  margin-bottom: 20px;

}

.color-selection .colors {
  display: flex;
  gap: 10px;
  margin-top: 10px auto;
  text-align: center;
}

.color-selection .colors h6 {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #4f4f4f;
  border: 1px solid rgb(183, 183, 183);
  padding: 3px;
  cursor: pointer;
}

.color-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;

  outline: none;
}


.chat-now-div {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.chat-now-div a {
  text-decoration: none
}

/* Chat button styling */
.chat-now-btn {
  background-color: #101010;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(59, 59, 59, 0.7);
  animation: pulseEffect 1.5s infinite;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100% !important;
  margin-bottom: 20px;

}

/* Pulsating Outline Effect */
@keyframes pulseEffect {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 59, 59, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 204, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
  }
}

/* Hover effect */
.chat-now-btn:hover {
  background-color: #232828;
  transform: scale(1.05);
}

/* Click effect */
.chat-now-btn:active {
  transform: scale(0.95);
}

.actions {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid #000; */
}


.quantity-input-div {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: row;
}

.quantity-input {
  width: 275 !important;
  text-align: center;
  height: 50px;
  border: 1px solid #c5c5c5;
  border-radius: 0;
}

.action-buttons {
  width: 25px;
  left: 0;
  top: 0;
  height: 50px;
}


.action-buttons .increase {
  width: 25px;
  border: 1px;
  height: 25px;
}

.action-buttons .decrease {
  width: 25px;
  height: 25px;
  border: 1px;
  background: #c5c5c5;
}


.add-to-cart {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100% !important;
}

.wishlistForm {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}


.favorite-btn {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

/* =====================Products========================================== */
.cateoryby a {
  margin-top: 7px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #424242;
  text-decoration: none;
}

.cateoryby select {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid rgb(216, 216, 216);
}

/* =========================advanced search=================================== */
.collapsible {
  margin-bottom: 20px;

  padding: 10px;
}

.collapsible-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
}

.collapsible-content {
  display: none;
  margin-top: 10px;
}

.range-slider {

  align-items: center;
}

.range-slider input {}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Align content to the right for RTL layout */
  font-family: "Arial", sans-serif;
  /* Optional: Adjust font style */
}

.form-label {
  font-weight: bold;
  margin-bottom: 8px;
  /* Add space between label and checkboxes */
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  /* Stack checkboxes vertically */
  gap: 6px;
  /* Space between checkboxes */
}

.checkbox-group div {
  display: flex;
  align-items: center;
  /* Align checkbox and label horizontally */
}

.checkbox-group label {
  margin-left: 6px;
  /* Space between checkbox and label */
}


.color-selector {
  display: flex;
  gap: 10px;
  /* Spacing between circles */
}

.color-selector .circle {
  appearance: none;
  /* Remove default checkbox styling */
  width: 30px;
  /* Circle size */
  height: 30px;
  border-radius: 50%;
  /* Makes it a circle */
  cursor: pointer;
  border: 2px solid #ccc;
  /* Optional border */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  /* Default background color */
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.color-selector .circle:checked {
  border-color: black;
  /* Highlight selected circle */
  background-size: 50%;
  /* Size of the checkmark */
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 2.72a1 1 0 011.415 1.415l-12 12a1 1 0 01-1.415 0l-5-5a1 1 0 011.415-1.415l4.293 4.293 11.292-11.293z'/%3E%3C/svg%3E");
}

/* ====================search for small screens ===================== */

.small-search-btn {
  display: none;
}

@media (max-width:650px) {
  .small-search-btn {
    display: block;
  }

  .large-screen-search {
    display: none;
  }
}

.search-small {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 30000;
}

.hidden-search {
  display: none;
  /* Hide the search container */
}

.show-search {
  display: block;
  /* Show the search container */
}



/* ========================================= */


.filter-container {
  font-family: 'IranianSans', sans-serif;
  direction: rtl;
}

.single_search_boxed {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
}

.widget-boxed-header h4 {
  font-size: 1.2rem;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  background: #f8f9fa;
  border-radius: 8px;
}

.widget-boxed-header h4 a {
  text-decoration: none;
  color: #333;
  display: block;
}

.widget-boxed-body {
  padding: 10px;
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.size-filter,
.color-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-filter li {
  display: inline-block;
  padding: 5px 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

.color-filter li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ddd;
}

.color-filter li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn_apply {
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.range-slider {
  height: 40px;
  background: #e9ecef;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =================================site loader======================= */
/* Loader Styles */
#siteloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-weight: 900;
  color: #ee1c47;
  letter-spacing: 0.1em;
}

.loader::before,
.loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ee1c47;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}

.loader::before {
  top: 0;
}

.loader::after {
  bottom: 0;
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 40px;
  }

  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/* =======================================ÙØªØ§ÛŒÙ…Ø± */
.timer-container {
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;

}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.timer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.time-section {
  text-align: center;
  border-bottom: 5px solid rgb(255, 130, 85);
  border-radius: 3px;
}

.time-value {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  display: block;
}

.time-label {
  font-size: 25px;
  color: #999;
  font-weight: bold;
}

.view-offers-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;

  text-decoration: none;
}

.view-offers-btn:hover {
  background-color: #333;
  color: #fff;
}








/* new added css styles */
.cateoryby {
  display: flex;
  align-items: center;
}

.cateoryby a {
  margin-right: 10px;
}

.cateoryby form {
  display: flex;
  align-items: center;
}

.cateoryby select {
  margin-left: 10px;
  appearance: none;
  -webkit-appearance: none;
  /* for Safari */
  -moz-appearance: none;
  /* for Firefox */
  padding-right: 25px;
  /* Add space for the icon */
}

.cateoryby select::-ms-expand {
  display: none;
  /* For IE */
}

.cateoryby form select {
  position: relative;
  padding-right: 30px;
}

.cateoryby select option {
  padding-right: 20px;
}



/* category or products page filter css styles */
/* Large screen search styles */
.large-screen-search {
  padding: 15px;
}

.large-screen-search .collapsible {
  margin-bottom: 15px;
}

.large-screen-search .collapsible-header {
  font-weight: bold;
  cursor: pointer;
}

.large-screen-search .collapsible-content {
  display: none;
  /* Hidden by default, will toggle with JavaScript */
  margin-top: 10px;
}

.large-screen-search .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping if there's not enough space */
  justify-content: space-between;
  /* Space out the items */
}

.large-screen-search .form-check-inline {
  display: inline-flex;
  /* Keep radio buttons and labels in the same line */
  align-items: center;
  /* Vertically center the labels and radio buttons */
  margin-right: 15px;
  margin-bottom: 10px;
}

.large-screen-search .form-check-input {
  margin-right: 5px;
}

.large-screen-search .btn {
  margin-top: 15px;
}

/* Collapsible content */
.collapsible-content {
  display: none;
  margin-top: 10px;
}

.collapsible-header {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.collapsible-header span {
  font-weight: normal;
  margin-left: 10px;
}







/* header page dropdown css styles */




.second-slider {
  border: 2px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.second-slider:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-color: #999;
}

/* ðŸ“Œ Ù¾Ø³â€ŒØ²Ù…ÛŒÙ†Ù‡ Ú©Ù„ Ø¨Ø®Ø´ */
.categories-section {
  background: linear-gradient(to right, #d2f1f8, #f9f5f0);

  padding: 40px 0;
  border-radius: 20px;
  margin: 40px 0;
}

/* ðŸ“¦ Ø±Ø¯ÛŒÙ ÙÙ„Ú©Ø³ÛŒØ¨Ù„ Ùˆ Ù‚Ø§Ø¨Ù„ Ù¾ÛŒÚ†Ø´ */
.category-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* ðŸ”² Ù‡Ø± Ø¢ÛŒØªÙ… Ø¯Ø³ØªÙ‡ */
.category-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px 12px;
  width: 110px;
  text-align: center;
  text-decoration: none;
  color: #101010;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.category-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* âšª Ø¢ÛŒÚ©Ù† Ø¯Ø§ÛŒØ±Ù‡â€ŒØ§ÛŒ */
.category-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category-icon img {
  width: 70px;

  object-fit: contain;
}

/* ðŸ“ Ø¹Ù†ÙˆØ§Ù† */
.category-title {
  font-size: 13px;
  font-weight: 500;
}

/* ðŸ“± ÙˆØ§Ú©Ù†Ø´â€ŒÚ¯Ø±Ø§ */
@media (max-width: 576px) {
  .category-item {
    width: 90px;
    padding: 12px 8px;
  }

  .category-title {
    font-size: 12px;
  }
}


.view-all-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to left, #ff6a5b, #ff3c38);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.view-all-btn i {
  transition: transform 0.3s ease;
  font-size: 16px;
}

.view-all-btn:hover {
  background: linear-gradient(to right, #ff6a5b, #ff3c38);
  color: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.view-all-btn:hover i {
  transform: translateX(-5px);
}</pre></body></html>