@font-face {
  font-family: IRANSans;
  src: url(../../admin/fonts/IRANSansWeb-Medium.eot');
  src: url("../../admin/fonts/IRANSansWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../../admin/fonts/IRANSansWeb-Medium.woff2") format("woff2"), url("../../admin/fonts/IRANSansWeb-Medium.woff") format("woff"), url("../../admin/fonts/IRANSansWeb-Medium.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: Kordi;
  src: url("../../admin/fonts/kord/ir_sans_medium.eot");
  src: url("../../admin/fonts/kord/ir_sans_medium.eot?#iefix") format("embedded-opentype"), url("../../admin/fonts/kord/ir_sans_medium.woff2") format("woff2"), url("../../admin/fonts/kord/ir_sans_medium.woff") format("woff"), url("../../admin/fonts/kord/ir_sans_medium.ttf") format("truetype");
  font-weight: normal;
}
.call_png {
  filter: invert(90%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%) !important;
  height: 30px;
}
.cat_slider {
  color: #000;
}
.cat_slider:hover {
  color: #245873;
}
.glass-effect {
  background: rgba(255, 255, 255, 0.7); /* پس‌زمینه سفید با شفافیت */
  backdrop-filter: blur(10px); /* افکت بلور */
  border-radius: 10px; /* گوشه‌های گرد */
  border: 1px solid rgba(255, 255, 255, 0.3); /* حاشیه نیمه‌شفاف */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای عمق */
}
.contact-social i,
.footer-social-list i {
  font-size: 30px;
}
img {
  max-width: 100%;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.img-fluid-custom {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opacity-0 {
  opacity: 0;
}
.swal2-container.swal2-center {
  z-index: 9999;
}
.filter-card-item .feature-thumb {
  height: 260px;
}
.captcha_img {
  position: absolute;
  left: 3px;
  bottom: 15px;
}
.captcha_input {
  padding-left: 70px;
}
.filter-card-item .feature-thumb img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

.filter-card-item .feature-thumb img.img-fluid2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swal2-header {
  padding: 0 10px !important;
}

.swal2-popup {
  width: 350px !important;
}

.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  height: 5px !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 30px !important;
  left: 5px !important;
  width: 15px !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  width: 35px !important;
  top: 25px !important;
  right: 2px !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
}

.swal2-title {
  font-size: 1.5rem !important;
}

.swal2-html-container {
  font-size: 15px !important;
}

.swal2-styled.swal2-confirm {
  font-size: 15px !important;
}

.swal2-content {
  padding: 0 0 !important;
}

.logo-wrapper img,
.footer-logo img {
  width: 200px;
  max-width: 80%;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(1px 1px 17px #666);
  padding: 5px;
}
.at_nav_menu ul li a.btn {
  color: #fff !important;
  padding: 10px 25px !important;
  position: relative;
  top: 20px;
}
.font-weight-400 {
  font-weight: 400 !important;
}

.menu_lang {
  min-width: 70px !important;
}

.option_card {
  position: relative;
  height: 100%;
  display: flex;
  margin-top: 5px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 #6d6d6d75;
}

.option_card .img {
  position: relative;
  width: 80px;
  height: 100%;
  background: var(--orginal_rgb_2);
  overflow: hidden;
  display: inline-table;
}

.option_card .img img {
  width: 80px;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.option_card .img:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 75%;
  background: #6d6d6d75;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.option_card .img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background: -moz-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s, visibility 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
}

.option_card:hover .img:after {
  opacity: 1;
  visibility: visible;
}

.option_card .content {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.option_card .content h5 {
  color: #000;
  font-size: 15px;
}

.option_card .content h5 {
  color: #666;
  font-size: 14px;
}

.option_card .btn-md {
  padding: 7px 10px;
}

.option_card .cart-count {
  padding: 0;
}

.option_card .cart-count .btn-md {
  width: 35%;
}

.option_card .cart-count .btn-md i {
  color: #fff;
}

.option_card .cart-count .cart-input {
  width: 30%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

article .feature-img {
  position: relative;
  width: 100%;
  height: 175px;
}

article .new-img-fluid {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

article .img-fluid2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

article .service-img-fluid {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

article .text_card_service {
  min-height: 140px;
}

article .text_card_blog {
  min-height: 160px;
}

.blog-card .blog-title {
  font-size: 18px;
}

article .text_card_service p {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-card-bottom .blog-title {
  font-size: 18px;
}

.blog-card-bottom .text-secondary {
  font-size: 15px;
}

.blog-card .small-btn-meta {
  font-size: 13px;
}

.lang_menu {
  width: 30px;
}

.lang_menu1:after {
  display: none;
}

form select.error,
form input.error,
form textarea.error {
  border-color: #9b0606 !important;
}

form label.error,
#frm_l label.error {
  color: #9b0606 !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.obj-fit-contain {
  object-fit: contain !important;
}

.iframe_footer {
  width: 100% !important;
  height: 200px !important;
}

form .input-field {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.pay_check_level {
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 10px;
}

.pay_check_level img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 2px 0 #66666660;
  padding: 10px;
  border-radius: 3px;
}

.pay_check_level.checked img {
  box-shadow: 0 0 2px 0 #00ab28;
  background: #00ff3c30;
}

.gallery_card_index {
  position: relative;
  width: 100%;
  /*height: 400px;*/
}

.gallery_card_index img {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  /*right: 0;*/
  /*top: 0;*/
}

/*.gallery_card_index img.img-fluid {*/
/*    !*object-fit: contain;*!*/
/*    z-index: 9;*/
/*}*/

/*.gallery_card_index img.img-fluid2 {*/
/*    object-fit: cover;*/
/*    filter: blur(5px);*/
/*}*/

.gallery_card_index h5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  background: #00000050;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.fancybox__caption {
  width: 100%;
}

.fancybox__caption * {
  color: #fff !important;
  text-align: center !important;
  /*text-align-last: left !important;*/
}
/* استایل منو */
.sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .menu li {
  position: relative;
}

.sidebar .menu li a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 2px 10px;
  border-radius: 5px;
  transition: color 0.3s;
}

.sidebar .menu li a:hover {
  color: #245873;
}

/* استایل علامت + */
.sidebar .toggle-submenu {
  position: absolute;
  right: 10px;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #f1f1f1;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  /* user-select: none; */
  z-index: 9;
}

/* استایل زیرمنوها */
.sidebar .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  display: none; /* زیرمنوها به طور پیش‌فرض مخفی هستند */
}

.sidebar .submenu li a {
  padding: 3px 8px;
  /*background-color: #34495e;*/
  border-radius: 3px;
}
.active-tag {
  color: #000 !important;
}
/* نمایش زیرمنوها وقتی کلاس active اضافه شود */
.sidebar .submenu.active {
  display: block;
}
.certificates-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.receipt {
  overflow-x: auto;
}

.receipt .container {
  box-shadow: 0 0 2px 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  min-width: 1200px;
}

.receipt .header {
  padding: 15px 10px;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
}

.receipt .footer {
  padding: 15px 10px;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
}

.receipt .img_receipt {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px #00000050);
}

.receipt p.in_p {
  background: #f6f6f6;
  font-size: 12px;
}

.receipt p.in_p span {
  font-size: 12px;
}

.wat_sapp {
  position: fixed;
  text-align: center;
  bottom: 55px;
  left: 25px;
  z-index: 999;
  animation-name: text-focus-in;
  animation-duration: 2.2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}

.wat_sapp img {
  width: 55px;
  border-radius: 50px !important;
  box-shadow: 0 0 50px 11px #ffa500;
  margin-bottom: 5px;
  animation: pulse 2s infinite;
}

.wat_sapp p {
  animation: pulse2 2s infinite;
  color: ;
}

.tbl_price th,
.tbl_price td {
  font-size: 15px !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    -webkit-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    -moz-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
  }
  100% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
}

@keyframes pulse2 {
  0% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
  }
  100% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
}

.shopping-cart-left table th,
.shopping-cart-left table td {
  padding: 12px 15px;
}

.meta-checkbox label {
  position: relative;
}

.meta-checkbox label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.meta-checkbox label .input-circle {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.meta-checkbox label .input-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #111010;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.meta-checkbox label input:checked ~ .input-circle::before {
  background: #fc0012;
}

.meta-checkbox label input:checked ~ .input-circle {
  border-color: #fc0012;
}

.meta-checkbox label {
  color: #7a7a7a;
  font-weight: 400;
  position: relative;
}

.meta-checkbox label input {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.meta-checkbox label .toggle-switch {
  width: 28px;
  height: 16px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  display: inline-block;
  border-radius: 30px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 6px;
  position: relative;
}

.meta-checkbox label .toggle-switch::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #7a7a7a;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.meta-checkbox label input:checked ~ .toggle-switch {
  border-color: #f4a717;
}
.meta-checkbox label input:checked ~ .toggle-switch::before {
  background: #f4a717;
  left: auto;
  right: 3px;
}
.listing-btn1 {
  font-weight: 500;
  background: transparent;
  border: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 14px;
}
.listing-btn1 span {
  width: 30px;
  height: 30px;
  background: #f4a717;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 16px;
}
.listing-btn1:hover span {
  background: #111010;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media print {
  @page {
    size: landscape;
    margin: 10px;
  }

  body {
    background: #fff !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .d-none-print {
    display: none !important;
  }

  .receipt {
    padding: 5px !important;
    margin: 5px !important;
    overflow-x: unset !important;
  }

  .receipt .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: unset !important;
  }

  .receipt .header {
    background: #f5f5f5 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt .footer {
    background: #f5f5f5 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt p.in_p {
    background: #f6f6f6 !important;
    font-size: 12px !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt p.in_p span {
    font-size: 12px !important;
  }

  .text-success {
    color: green !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .text-danger {
    color: red !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  table img {
    width: 100px;
    height: 100px !important;
    max-width: 100px !important;
    object-fit: contain;
  }

  .lang_menu {
    width: 25px;
  }
  .listing-btn1 span {
    width: 25px;
    height: 25px;
  }
  .listing-btn1 span i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .img_payment {
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .at-hero-title .at-subtitle {
    font-size: 15px;
  }

  .at-hero-title h1 {
    font-size: 20px;
  }

  .dl-hero-single {
    padding: 180px 0;
  }

  .at-search-box {
    padding: 0;
    margin-top: -20px;
  }
  .dealership-hero .swiper-pagination {
    bottom: 15px;
  }
  .pt-mobile-15px {
    padding-top: 15px !important;
  }

  .w-mobile-100 {
    width: 100% !important;
  }

  .iframe_footer {
    height: 150px !important;
  }
  .lang_menu {
    width: 21px;
  }
  .listing-btn1 span {
    width: 21px;
    height: 21px;
  }
  .listing-btn1 span i {
    font-size: 14px;
  }
}
.orderdatabtn {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  background: #111010;
  padding: 5px;
}
.modal .at-search-box {
  margin: unset;
}
.modal .at-search-box-filter {
  padding: 15px 15px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-top: 0 !important;
}
.orderdatabtn p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.orderdatabtn .btn {
  border-radius: 50%;
  padding: 10px 15px;
}
.modal form .input-field {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 5px;
}
.modal form {
  display: block !important;
}

.hovereffect {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 5px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 75, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img.img-responsive {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: blur(5px);*/
}
.hovereffect img.img-responsive2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  right: 0;
  width: 100%;
  top: 50%;
  font-size: 14px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  top: 2px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 2px;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
}

.top_suppliers_a img {
  width: 100%;
  height: 80px;
  /*border-radius: 50%;*/
  object-fit: contain;
  /*border: 2px solid #000;*/
  /*padding: 2px;*/
  /*margin-bottom: 3px;*/
}
.top_suppliers_a .suppliers_name {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0s ease, transform 0.6s ease;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.top_suppliers_a:hover .suppliers_name {
  visibility: visible;
  opacity: 1;
  animation: spray 0.5s forwards;
}
@keyframes spray {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.blog-single-area img,
.about-left img {
  max-width: 100%;
  height: auto !important;
}
.paginate-div nav {
  display: inline-block !important;
}
.ul_category_product ul {
  padding-left: 10px;
  padding-right: 0;
}
.ul_category_product ul li {
  margin-top: 10px;
}
.ul_category_product ul li a {
  color: #666;
}
.ul_category_product ul li a.active {
  color: var(--bs-link-color);
}
.open_filter {
  position: fixed;
  bottom: 60px;
  right: 40px;
  width: 45px;
  height: 45px;
  background: #f4a717;
  color: #fff;
  border-radius: 4px;
  display: none;
  -webkit-transition: initial;
  transition: initial;
  z-index: 999;
}
.dl-hero-single {
  padding: 0 0 0 0;
}
.pointer {
  cursor: pointer;
}
.flash-controls.flash-button-next.flash1-button-next {
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flash-controls.flash-button-prev.flash1-button-prev {
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recent_posts_list li + li {
  margin-top: 30px;
  position: relative;
}
.recent_posts_list.recent_slider_list li + li {
  margin-top: 12px;
}

.recent_posts_list li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 1px;
  background: rgba(11, 22, 63, 0.07);
  opacity: 0.5;
}
.recent_posts_list.recent_slider_list li + li::before {
  top: -6px;
}

.recent_posts_list li .thumb-wrapper {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.recent_posts_list.recent_slider_list li .thumb-wrapper {
  width: 60px;
  height: 60px;
}

.recent_posts_list li .thumb-wrapper img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent_posts_list li .thumb-wrapper img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recent_posts_list li .rp_content {
  margin-left: 20px;
}
.recent_posts_list.recent_slider_list li .rp_content {
  margin-left: 10px;
}

.recent_posts_list li .rp_content p {
  color: #7a7a7a;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-bottom: 0;
}
.recent_posts_list.recent_slider_list li .rp_content p {
  font-weight: 500;
  font-size: 13px;
}

.recent_posts_list li .rp_content p:hover {
  color: #00001c;
}

.recent_posts_list li .rp_content .date {
  font-size: 14px;
  font-weight: 500;
}
.recent_posts_list.recent_slider_list li .rp_content .date {
  font-size: 12px;
  font-weight: 200;
}
.footer-social .footer-social-list li a {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.footer-social .footer-social-list li {
  color: #fff !important;
}
.footer-copyright {
  margin-top: 40px !important;
}
.cat_icon_menu {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 5px;
  margin-inline-end: 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid;
}
.search-header-box {
  position: relative;
}
.search-header-box input {
  width: 100%;
  border-radius: 5px;
}
.search-header-box button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: unset;
}

.h-260px {
  height: 200px !important;
}

.suggestions-container {
  position: absolute;
  left: 115px;
  top: 100%;
  width: calc(100% - 160px);
  background: #fff;
  z-index: 11;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 0 2px 0 #666;
  /*padding: 10px 20px;*/
  display: none;
}
.suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
}
.suggestion-item strong {
  color: #245873;
}
.suggestion-item:hover {
  background-color: #f5f5f5;
}

.suggestion-type {
  color: #666;
  font-weight: 700;
}
header .search-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-right: 1px;
  position: relative;
}
header .search-box .form-select {
  border: none;
  border-right: 1px solid #ddd;
  border-radius: 25px 0 0 25px;
  background: transparent;
  appearance: none; /* غیرفعال کردن استایل پیش‌فرض مرورگر */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  width: 120px;
  padding: 8px 10px;
  text-align: center;
}
header .search-box .dropdown-toggle {
  border: none;
  border-right: 1px solid #ddd;
  border-radius: 25px 0 0 25px;
  background: transparent;
  padding: 8px 15px;
  cursor: pointer;
  min-width: 115px;
}
header .search-box .form-control {
  border: none;
  background: transparent;
  padding: 8px 10px;
}
.text-245873 {
  color: #245873;
}
header .search-box .btn {
  border-radius: 0 25px 25px 0;
  background: #245873;
  color: #fff;
  border: none;
  padding: 8px 15px;
}
header .search-box .btn:hover {
  background: #000;
}
/* باز شدن dropdown با هاور */
header .dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
}
.p-7-12 {
  padding: 7px 12px !important;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-menu li a {
  padding: 7px 5px !important;
}
.active_search {
  display: block !important;
}
.loading_full {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff80;
  z-index: 9;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.product_single .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.product_single .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product_single .mySwiperProduct2 {
  height: 400px;
  width: 100%;
  box-shadow: 0 0 2px 0 #666;
  border-radius: 5px;
}
.sticky-top-80px {
  position: sticky;
  top: 80px;
}
.sticky-top-75px {
  position: sticky;
  top: 75px;
}
.w-h-100 {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.w-h-75 {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.w-h-50 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.bg-supplier {
  padding: 5px;
  width: 100%;
  background: url("https://www.micstatic.com/landing/www/product/img/icon/company-bg_735e780c.png") top right/auto 100% no-repeat, linear-gradient(90deg, #e6ecf2 -16%, rgba(236, 241, 245, 0.09) 105%);
}
.bg-supplier img {
  margin-inline-end: 5px;
}
.border-radius-50px {
  border-radius: 50px;
}
.product_single .swiper-button-next:after,
.product_single .swiper-button-prev:after {
  font-size: 25px;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  border-radius: 2px;
}

.product_single .mySwiperProduct {
  height: 75px;
  box-sizing: border-box;
  padding: 10px 0;
}

.product_single .mySwiperProduct .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_single .mySwiperProduct .swiper-slide-thumb-active {
  opacity: 1;
}

.product_single .swiper-slide img,
.product_single .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 2px 0 #666;
  border-radius: 5px;
}
.price_css strong {
  font-size: 30px;
  font-weight: 900;
}
.price_css span {
  position: relative;
  top: -8px;
  font-size: 14px;
  color: #666;
}

.editor-text * {
  line-height: 2;
  font-size: 16px;
}

.editor-text img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
}

/*.editor-text p, .editor-text li {*/
/*    text-align: justify;*/
/*}*/

.editor-text h1,
.editor-text h2 {
  font-size: 20px;
  /*text-align: justify;*/
}

.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
  font-size: 18px;
  /*text-align: justify;*/
}

.editor-text ol {
  padding-right: 2rem;
}

.custom-table {
  width: 100%;
  margin: 30px auto;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #f5f9fa;
  border-radius: 8px;
  overflow: hidden;
}

.custom-table thead {
  background-color: #1c2d37;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-table th,
.custom-table td {
  padding: 12px 20px;
  text-align: center;
}

.custom-table th {
  color: #fff !important;
}

.custom-table tbody tr {
  background-color: #c0cdd1;
  transition: background-color 0.3s ease;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #d5dde0;
}

.custom-table tbody tr:hover {
  background-color: #b89d5f;
}

.custom-table td {
  color: #1c2d37;
}

.custom-table th {
  border-bottom: 3px solid #b89d5f;
}

.custom-table tbody tr td:first-child {
  background-color: #1c2d37 !important;
  color: #ffffff !important;
  font-weight: bold;
  border-right: 1px solid #b89d5f;
}

@media (max-width: 768px) {
  .custom-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .custom-table th,
  .custom-table td {
    white-space: nowrap;
  }

  .custom-table th {
    font-size: 14px;
  }

  .custom-table td {
    font-size: 12px;
  }
}

.link-landing-page {
  background: linear-gradient(45deg, #d9dcfd 0%, #e4f6f9 50%, #d9dcfd 100%, red 200%);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  padding: 8px 0px 1px 0px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.pointer {
  cursor: pointer;
}
.collapse-panel {
  display: block;
  width: 100%;
  border: 1px solid #66666650;
  border-radius: 5px;
  margin-top: 5px;
}

.collapse-panel h6,
.collapse-panel h3 {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.collapse-panel h6:before,
.collapse-panel h3:before {
  content: "+";
  position: absolute;
  right: 7px;
}

.collapse-panel.active h6,
.collapse-panel.active h3 {
  background: #e7f1ff;
  color: #0c63e4;
}

.collapse-panel.active h6 a {
  display: block;
}

.collapse-panel.active h6:before,
.collapse-panel.active h3:before {
  content: "_";
  position: absolute;
  right: 7px;
  top: 6%;
}

.collapse-panel .panel-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 10px;
  font-size: 13px;
}

.collapse-panel.active .panel-content {
  max-height: 1000px;
}

.collapse-panel .panel-content {
  display: none;
}

.collapse-panel.active .panel-content {
  display: block;
}
.nav-tabs {
  border: unset;
  background: #f5f7fa;
  z-index: 9;
}
.certificate_img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  box-shadow: 0 0 2px 0 #245873;
}
.nav-tabs .nav-link {
  border: unset;
  padding: 5px 15px;
  border-radius: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-top: 3px solid #245873;
  background: #fff;
}

/*//new card product*/
.new_product_card {
  background: #fff;
  box-shadow: 0 0 2px 0 #666;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.new_product_card:hover {
  box-shadow: 0 0 10px 0 #666;
  transform: translateY(-3px);
}
.new_product_card .new_product_card_img {
  width: 100%;
  height: 200px;
}
.new_product_card .new_product_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new_product_card .new_product_card_text {
}
.new_product_card .new_product_card_text h5 {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: start;
}
.text-truncate-5 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new_product_card .new_product_card_text p {
  padding: 10px;
  margin-bottom: 0;
  color: #666;
  font-size: 13px;
  font-weight: bold;
}
.new_product_card .new_product_card_text p strong {
  max-width: 80%;
  font-weight: bold;
}
.new_product_card .new_product_card_text p svg,
.profile-name svg {
  width: 20px;
  height: 20px;
  fill: #d1d1d1;
}
.new_product_card .new_product_card_text p svg.verify_active,
.profile-name svg.verify_active {
  fill: #2b542c;
}
.product_swiper.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.product_swiper.swiper .swiper-pagination {
  bottom: -8px;
}

.product_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_about_mission {
  width: 100%;
}
.card_about_mission .img_card {
  width: 100%;
  height: 120px;
}
.object-fit-contain {
  object-fit: contain;
}
.h-220-px {
  height: 220px !important;
}
.h-200px {
  min-height: 200px !important;
  height: 200px !important;
}
.card_about_mission .img_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* استایل اختصاصی برای تصویر هدر */
.header-image {
  width: 100%;
  height: 300px;
  background-image: url("../banner.jpg"); /* تصویر خدمات طراحی سایت */
  background-size: cover;
  background-position: center;
}

/* استایل‌های اضافی */
.product-item {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.sidebar {
  background-color: #fff; /* بک‌گراند سفید */
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* باکس شادو استاندارد */
  transition: box-shadow 0.3s ease;
}

.sidebar:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* افکت هاور باکس شادو */
}

.contact-info p {
  margin: 5px 0;
}

/* استایل تصویر پروفایل */
.profile-image {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  border: 5px solid #245873;
  background: #fff;
  position: absolute;
  top: -60px; /* تصویر از بالای سایدبار بیرون زده */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.profile-name {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 65px;
  margin-bottom: 25px;
}

/* استایل عناوین در سایدبار */
h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.font-change * {
  font-size: 14px !important;
}
.font-weight-bold {
  font-weight: bold;
}
.supplier_profile h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #245873; /* رنگ خط زیر عنوان */
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

/* افکت هاور برای عناوین */
h2:hover {
  color: #245873; /* تغییر رنگ عنوان هنگام هاور */
  cursor: pointer;
}
.top_text {
  background: #24587390;
  color: #fff;
  border-radius: 5px;
}
.top_text .top_img {
  position: absolute;
  width: 300px;
  max-width: 100%;
  bottom: -10px;
  border-radius: 5px;
}
.top_text h2 {
  position: relative;
  top: -35px;
}
.top_text h2:after {
  display: none;
}
.card_transport {
  overflow-y: auto;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #666;
}
.card_transport img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card_transport .a1,
.card_transport .p1 button {
  padding: 2px 12px;
}
.card_transport .a1 {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
}
.card_transport .p1 {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
}
.card_transport .a_more {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 3px 10px;
  width: calc(100% - 10px);
}
.card_transport .a_more1 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 3px 10px;
  width: calc(50% - 10px);
}
.card_transport .a_more2 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 3px 10px;
  width: calc(50% - 10px);
}

.calendar-container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.calendar-container .calendar {
  width: 48%;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.calendar-container .month {
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar-container .days,
.calendar-container .dates {
  display: flex;
  flex-wrap: wrap;
}
.calendar-container .day,
.calendar-container .date {
  width: 14.28%;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #dee2e6;
}
.calendar-container .day {
  font-weight: bold;
  background-color: #e9ecef;
}
.calendar-container .date {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.calendar-container .date.today {
  background-color: #e0f7fa; /* رنگ پس‌زمینه روز جاری */
}
.calendar-container .date.highlight {
  background-color: #ffcccc; /* پس‌زمینه قرمز برای تاریخ‌های خاص */
}
.calendar-container .date:hover {
  background-color: #f1f1f1;
}
.calendar-container .tooltip {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  width: 200px; /* عرض تولتیپ */
}
.calendar-container .date:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.calendar-container .modal-fullscreen {
  max-width: 100%;
  margin: 0;
}
#loading {
  width: 100%;
  height: 100px;
  text-align: center;
}
.loader1 {
  font-weight: bold;
  margin-top: 20px;
  font-family: monospace;
  font-size: 30px;
  display: inline-grid;
}
.loader1:before,
.loader1:after {
  content: "Loading...";
  grid-area: 1/1;
  -webkit-mask: linear-gradient(90deg, #000 50%, #0000 0) 0 50%/2ch 100%;
  animation: l11 1s infinite cubic-bezier(0.5, 220, 0.5, -220);
}
.loader1:after {
  -webkit-mask-position: 1ch 50%;
  --s: -1;
}
@keyframes l11 {
  100% {
    transform: translateY(calc(var(--s, 1) * 0.1%));
  }
}

.flag_cat {
  display: inline-block;
  position: absolute;
  margin-top: -12px;
  margin-left: 20px;
}
.flag_cat img.flag_img {
  width: 25px;
  filter: grayscale(1);
}
.flag_cat img.flag_img.active {
  filter: grayscale(0);
}

.card-supplier {
  padding: 10px;
  box-shadow: 0 0 2px 0 #66666650;
}
.card-supplier h4 {
  font-size: 14px;
}
.card-supplier .main {
  max-height: 153px;
  overflow-y: auto;
}
.card-supplier .main a {
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.card-supplier .main a:hover {
  background: #66666610;
}
.card-supplier .main a img {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  object-fit: contain;
}
.card-supplier .main a h5 {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
}
.about-home-section img {
  max-width: calc(100% - 50px);
}

.section-hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.33, 0.85, 0.56, 1), transform 0.8s cubic-bezier(0.33, 0.85, 0.56, 1);
  transition-delay: 0.3s; /* تأخیر داخلی انیمیشن */
}

/* استایل نهایی بعد از انیمیشن */
.section-visible {
  opacity: 1;
  transform: translateY(0);
}
.about-anim {
  -webkit-animation: slide-right 5s ease-in-out infinite alternate-reverse both;
  animation: slide-right 5s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.at_header_nav2 .at_nav_menu {
  overflow: hidden;
}
.at_header_nav2 .at_nav_menu > ul li a:not(.category-list-link) {
  position: relative;
  display: inline-block;
  z-index: 2;
  min-width: 120px;
}
.at_header_nav2 .at_nav_menu > ul li a:not(.category-list-link):hover {
  color: #245873;
}
.at_header_nav2 .at_nav_menu > ul li a:not(.category-list-link):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #245873;
}
.at_header_nav2 .at_nav_menu > ul li a:not(.category-list-link):hover:before {
  opacity: 1;
  bottom: 0;
}
.at_header_nav2 .at_nav_menu > ul li.has-children:hover a:not(.category-list-link):before {
  opacity: 1;
  bottom: 0;
}
.at_header_nav2 .at_nav_menu ul li a.active:before {
  opacity: 1;
  bottom: 0;
}

.at_nav_menu ul li.has-children {
  position: relative;
}
.at_nav_menu ul li .dropdown.products-navigation-dropdown {
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;

  text-align: start !important;
  width: 95% !important;
  height: 400px !important;
  position: fixed !important;
  inset: auto 0 !important;
  margin: auto !important;
}
.at_nav_menu ul li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
.at_nav_menu ul li .dropdown > nav {
  height: 100%;
  overflow-y: auto;
}
.at_nav_menu ul li .dropdown > nav > div.nav-tabs {
  background: #245873;
  color: #fff;
  height: 100%;
}
.at_nav_menu ul li .dropdown > nav > div.nav-tabs button {
  color: #fff;
  margin: 0;
  border: unset;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  padding: 8px 15px;
  text-align: start;
}
.at_nav_menu ul li .dropdown > nav > div.nav-tabs button:hover,
.at_nav_menu ul li .dropdown > nav > div.nav-tabs button.active {
  background: #fff;
  color: #245873;
}
.at_nav_menu ul li a.category-list-link {
  display: inline-block;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.at_nav_menu ul li a.category-list-link:hover {
  margin-inline-start: 5px;
}
.tt_pane {
  overflow-y: auto;
}
.category_parent {
  border-bottom: 2px solid;
}
.products-navigation-dropdown .category-image {
  justify-content: end;
  inset-inline-end: 0;
  inset-block-end: 0;
  position: absolute;
  aspect-ratio: 1 / 1;
  align-items: end;
  max-width: 200px;
  opacity: 0.75;
  display: flex;
  width: 100%;
  z-index: -1;
}
.products-navigation-dropdown .category-image img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}
.hovereffect_card_cat {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 4px;
}

.hovereffect_card_cat .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 75, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect_card_cat:hover .overlay {
  background-color: transparent;
}

.hovereffect_card_cat img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  margin: 0;
}

.hovereffect_card_cat h5,
.hovereffect_card_cat .h5 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect_card_cat:hover h5,
.hovereffect_card_cat:hover .h5 {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.hovereffect_card_cat a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

.hovereffect_card_cat:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect_card_cat a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.card_category img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 10px;
}
.card_category h5,
.card_category .h5 {
  font-size: 13px;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.offcanvasAsk {
  position: fixed;
  left: 10px;
  bottom: 50px;
  padding: 5px 10px;
  -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
  animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media (min-width: 576px) {
  .h-sm-min-100 {
    height: 100%;
  }
}
@media (min-width: 991px) {
  .section-one {
    height: 500px;
  }
  .section-one .swiper {
    height: 75%;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-13 {
    font-size: 13px;
  }
  .section-one .ads {
    height: 25%;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .text-991-center {
    text-align: center;
  }
  .top_text .top_img {
    position: relative;
    width: 450px;
  }
}
@media (max-width: 767px) {
  .calendar-container {
    flex-direction: column;
  }
  .calendar-container .calendar {
    width: 100%;
    margin-bottom: 20px;
    display: none; /* مخفی کردن تقویم دوم در حالت موبایل */
  }
  .calendar-container .calendar.active {
    display: block; /* نمایش تقویم فعال */
  }

  .ul_category_product {
    display: none;
  }
  .ul_category_product.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    margin-top: 0;
  }
  .open_filter {
    display: block;
  }
  #search_top {
    position: absolute;
    z-index: 9;
    background: #f5f5f5;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 13px;
    padding-right: 60px;
  }
  #search_top_btn {
    z-index: 99;
  }
  .widget-padding {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .at-section-title .at-subtitle {
    font-size: 22px;
  }
  .at-section-title h2 {
    font-size: 11px;
  }
  .h-sm-max-100 {
    height: 50%;
  }
  .card_transport {
    width: 100%;
    height: 400px;
  }
  .card_transport img {
    height: 185px;
  }
  .widget-padding a {
    font-size: 13px;
  }
  .widget-padding .cat_icon_menu {
    width: 20px;
    height: 20px;
  }
  .dropdown-toggle::after {
    margin-left: 0 !important;
  }
  .dropdown-menu-575-right-0 {
    right: 0 !important;
  }
  .at_nav_menu ul li.has-submenu .submenu-wrapper {
    left: unset;
    right: 0;
  }
  .at_nav_menu ul li a.btn {
    padding: 7px 15px !important;
    top: 15px;
    font-size: 12px;
  }
  #search_top {
    padding-top: 0;
    padding-right: 40px;
  }
  .p-7-12 {
    padding: 3px 5px !important;
    font-size: 13px !important;
  }
  .at_nav_menu ul li a {
    padding: 10px 5px;
  }
  .logo-wrapper a {
    max-width: 100% !important;
  }
  .logo-wrapper img,
  .footer-logo img {
    height: 40px;
  }
  .at_header_nav {
    padding: 5px 0;
    padding-bottom: 3px;
  }
  header .search-box .dropdown-toggle {
    padding: 6px 6px;
    min-width: 80px;
    font-size: 12px;
  }
  header .search-box .form-control {
    font-size: 12px;
  }
  .price_css strong {
    font-size: 22px;
  }
  .price_css span {
    font-size: 13px;
  }
  .flash-controls {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .at_nav_menu ul li a {
    padding: 5px 2px;
    font-size: 12px;
  }
  .px-400-0 {
    padding-inline-end: 5px !important;
    padding-inline-start: 0 !important;
  }
  .p-7-12 {
    padding: 2px 3px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 300px) {
  .new_product_card .new_product_card_text h5 {
    font-size: 12px;
    height: 42px;
  }
  .new_product_card .new_product_card_text p {
    font-size: 11px;
  }
  /*.top_suppliers_a img*/
  /*{*/
  /*    width: 100px;*/
  /*    height: 100px*/
  /*}*/
}
