.breadcrumb-back {
  height: auto;
  background-position: center;
  background-image: url(../img/header-lists-frame.webp);
}

.breadcrumb-back::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(210deg,
      rgba(255, 255, 255, 0) 25%,
      rgba(0, 0, 0, 0.4822303921568627) 45%,
      rgba(0, 0, 0, 1) 73%);
  opacity: 0.7;
  bottom: 0;
  z-index: 1;
  right: 0;
}

.breadcrumb-item {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #888888;
  font-size: 12px;
}

.discription {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

#toggle:checked~.discription {
  max-height: max-content;
}

.hidden {
  display: none !important;
}

.btn-label {
  border: 1px solid #075c63;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #075c63;
  color: #333333;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 3px 3px -1px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: 0.4s;
}

.discription::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) -3%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}

.btn-label:hover {
  background-color: transparent;
  box-shadow: none;
  color: #075c63 !important;
}

#toggle {
  display: none;
}

#toggle:checked~.btn-label {
  display: none;
}

#toggle:checked~.discription::after {
  content: none !important;
}

.mySwiper9 .swiper-slide img:f {
  border: 2px solid red;
}

.mySwiper9 .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.mySwiper9 .swiper-slide {
  opacity: 0.5;
}

.mySwiper9 {
  height: auto;
}

.mySwiper-pro-new-2 .swiper-slide img:f {
  border: 2px solid red;
}

.mySwiper-pro-new-2 .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.mySwiper-pro-new-2 .swiper-slide {
  opacity: 0.5;
}

.mySwiper-pro-new-2 {
  height: auto;
}

.mySwiper8 .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}

.mySwiper8 .swiper-button-next::after {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.mySwiper-pro-new-1 .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}

.mySwiper-pro-new-1 .swiper-button-next::after {
  font-size: 20px;
  color: rgb(255, 255, 255);
}


.mySwiper16 .swiper-slide img:f {
  border: 2px solid red;
}

.mySwiper16 .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.mySwiper16 .swiper-slide {
  opacity: 0.5;
}

.mySwiper16 {
  height: auto;
}

.mySwiper-paro2 .swiper-slide img:f {
  border: 2px solid red;
}

.mySwiper-paro2 .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.mySwiper-paro2 .swiper-slide {
  opacity: 0.5;
}

.mySwiper-paro2 {
  height: auto;
}
.mySwiper15 .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}

.mySwiper15 .swiper-button-next::after {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.mySwiper-paro1 .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}

.mySwiper-paro1 .swiper-button-next::after {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  background-color: rgba(237, 237, 237, 0.481);
  border-radius: 50%;
}

.detail-phonebypass a {
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 30px;
  background-color: #075c63;
  border: 1px solid #075c63;
  color: white;
  transition: 0.4s;
}

.detail-phonebypass a:hover {
  background: transparent;
  color: #075c63;
}

.nav-link {
  color: rgba(0, 0, 0, 0.457);
  font-size: 16px;
  padding: 0;
  margin: 0 !important;
  border: 0 !important;
}

.nav-tabs .nav-link.active {
  color: rgb(0, 0, 0);
  outline: 0;
  border: 0;
  background-color: transparent;
}

.nav-link:hover {
  color: unset;
  outline: 0;
  border: 0;
}

.accordion-button:focus {
  border: none;
  outline: 0;
  box-shadow: unset;
}

.accordion-button:focus-visible {
  border: none;
  outline: 0;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  color: rgba(0, 0, 0, 0.422);
}

.star-rating {
  font-size: 30px;
  direction: rtl;
  /* برای راست‌چین کردن */
  unicode-bidi: bidi-override;
  cursor: pointer;
  display: inline-block;
}

.star-rating span {
  color: #ccc;
  /* رنگ پیش‌فرض ستاره‌ها */
  transition: color 0.3s ease;
}

.star-rating span.active {
  color: #f5c518;
  /* رنگ زرد برای ستاره‌های فعال */
}

.detail-comments {
  background-color: #ededed;
}

.detail-comments input:focus-visible {
  outline: 0;
}

.detail-comments input ,
.detail-comments select {
  border: 0;
}

.detail-comments textarea {
  border: 0;
}

.detail-comments textarea:focus-visible {
  outline: 0;
}

.detail-comments label {
  color:#075c63;
}

.detail-comments input::placeholder {
  color: rgba(0, 0, 0, 0.37);
  font-size: 14px;
}

.detail-comments select:focus-visible {
  outline: none !important;
}

.detail-comments select {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-repeat: no-repeat;
  background-position: right 10px center;
  color: rgba(0, 0, 0, 0.37);
}

.detail-comments button {
  padding: 5px 10px;
  background-color: #075c63;
  color: white;
  border: 1px solid #075c63;
  transition: 0.4s;
}

.detail-comments button:hover {
  background: transparent;
  color: #075c63;
}

.mySwiper11 {
  height: auto;
}

.breadcrumb-item-p2::before {
  color: black !important;
  font-size: 10px;
}

.breadcrumb-item-p2.active {
font-size: 10px;
}

.breadcrumb-item-p2+.breadcrumb-item::before {
  float: unset;
}


#offcanvasBottom-2 {
  height: max-content;
}

.nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.fit-w {
  width: max-content;
}