﻿:root{
  --SupportButton:#464646;

}
.FilterBody .check-moding {
  max-height: 30rem;
  overflow-y: auto;
}

.ShopFilter {
 
}

.ShopFilter .FilterBody {
 
  
}

/**********************OnlyActiveAndDiscounted************************/
.only-active-check-label::after,
.only-dis-check-label::after {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  transition: all .2s;
  border-radius: 50%;
  background: var(--White);
  top: 0.2rem;
  left: 0.1rem;
}

.only-active-check-label::before,
.only-dis-check-label::before {
  content: '';
  position: absolute;
  left: -0.3rem;
  top: 0;
  border-radius: calc(var(--b-radius) * 4);
  transition: background-color .2s;
  width: 3.5rem;
  height: 1.8rem;
  background: #d1d1d6;
  display: inline-block;
  transition: all 0.4s;
  -webkit-border-radius: calc(var(--b-radius) * 4);
  -moz-border-radius: calc(var(--b-radius) * 4);
  -ms-border-radius: calc(var(--b-radius) * 4);
  -o-border-radius: calc(var(--b-radius) * 4);
}

.only-active-check:checked+label::after,
.only-dis-check:checked+label::after {
  left: 1.5rem;
  border: 0.1em solid var(--accent-color);
}

.only-active-check:checked+label::before,
.only-dis-check:checked+label::before {
  background-color: var(--GBlue);
}



.productstabinfo .SideBar.active {
  right: 0
}

.productstabinfo :where(select, input) {
  border-color: transparent;

}

.pagination {
  list-style: none;
}

.pagination .page-item {
  padding: 0.5rem 1rem;
  border-radius: var(--b-radius);
  background: var(--BorderLgrey);
  margin: 0 0.2em;

}

.pagination .page-item:hover {
  background: var(--accent-color3);

}

.pagination .page-item:hover .page-link {
  color: var(--White) !important;
}

.pagination .page-item .page-link {
  color: var(--MGrey)
}

.pagination .page-item.active {
  background: var(--accent-color3);

}

.pagination .page-item.active .page-link {
  color: var(--White);
}


.SeoDescription {
  max-height: 30rem;
}

.check-moding select {
  width: 100%;
}

@media(min-width:768px) {
  .p-lg-relative {
    position: relative;
  }
}

@media screen and (min-width:960px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.ShopFilter ul.fancytree-container {
  background: unset;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.irs--round .irs-bar {
  background: var(--accent-color);
}

.irs--round .irs-handle {
  border: 0.5em solid var(--White);
  background: var(--accent-color);
  cursor: pointer;
}

.irs--round .irs-handle:hover {
  border: 0.5em solid var(--White);
  background: var(--accent-color);
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.h-50 {
  height: 50%;
}


.offer-Price-color {
  color: #cccccc !important;
}


.ui-fancytree .fancytree-icon {
  display: none;
}

.FeatureTour{
  border-radius: 100%;
}
.TimeSt{
  border-radius: 5rem;
}
.FeatureTour svg{
  width: 1.7rem;
  height: 1.7rem;
}
.item-desc-product a{
  color: var(--Black) !important;
}
.ToursLists{
  border:0.1rem solid var(--accent-color4);
}
.RateNumber{
  top: 0.5rem;
  left:3%;
  background-color:rgba(225,225,225,0.5);
  border-radius:5rem;
  border: 0.1rem solid rgba(225,225,225,0.39);
}
.RateNumber svg{
  width:1rem;
  height: 1rem;
}
.middle-desc-top{
  flex-grow: 1;
  flex-shrink: 0;
}
.TopFeauterTour{
  border-bottom: 0.1rem solid var(--Silver);
}
.Business .bgPriceTours{
  background-color: rgba(255 , 149 , 149 , 26%);
}
.Tafrihi  .bgPriceTours{
  background-color: rgba(248 , 230 , 125 , 26%);
}
.Economy  .bgPriceTours{
  background-color: rgba(246 , 246 , 246 , 100%);
}
.TimeSt span , .RatingTours{
  text-shadow:0 0.1rem 0.1rem rgba(0,0,0,0.16);
}
.MakeTourBtn{
  color: var(--White);
}
.TopTourList::after {
  border-left: 0.5rem solid transparent;
border-right:0.5rem solid transparent;
border-bottom: 1rem solid var(--White);
  width:0;
  height:0;
  content:'';
  bottom:0;
  position:absolute;
  right:7%;
}
.box-select-month {
  border-right:0.1rem solid var(--Lsilver)
}
.ItemInnerTop{
  display: none;
  opacity: 0;
 
}
.InnerMakeTour{
  z-index: 99999;
}
.linkTopSidebar:hover .ItemInnerTop{
  display:flex;
  opacity: 1;
}
.linkTopSidebar:hover .MakeTourBtn,.ItemInnerTop{
  color: var(--Black);
}
.linkTopSidebar::after{
   background-color: var(--White);
 content: '';
 width: 25%;
 height: 100%;
 display: block;
 position: absolute;
 right: 0;
 left: 0;
 top: 0;
 bottom: 0;
 transition: all .3s linear;
 border-radius: 100%;
 margin: auto;
 transform: rotate(180deg);
 opacity: 0;
}
.linkTopSidebar:hover::after {
 width: 100%;
 height: 200%;
 border-radius: 0;
 opacity: 1
}
.linkTopSidebar {
  overflow:hidden;
  border:0.1rem solid var(--Black);
}

@media(max-width:768px) {
  .productstabinfo .SideBar {
    top: 0;
    right: -100%;
    background: var(--White);
    height: 100vh;
    transition: all ease-in-out 0.4s;
    display: block;
    padding: 0;
    z-index: 22;
  }

  .productstabinfo .SideBar.active {
    right: 0
  }

  .productstabinfo .SideBar:after {
    content: '';
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    display: block;
    right: 0;
    top: 0;
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
  }

  .productstabinfo .SideBar.active:after {
    opacity: 1;
    visibility: visible;
  }

  .productstabinfo .SideBar #listfilters {
    padding-top: 10vh;
    position: relative;
    z-index: 22222222;
    background: var(--White);
    padding: 10vh 0.5rem;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }

  .CloseFilter-BTN {
    left: -3rem;
    top: 15vh;
    writing-mode: vertical-rl;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.BottomSupport{
  background-color:var(--SupportButton);
}

.InnerBtnSupport:hover{
  color: var(--Black);
  z-index:9999999;
 
}
.DescCategoriesList{
  height: 35rem;
  overflow-y: scroll;
}
.BoxDesc{
  overflow: auto;
}
.DescCategoriesList h1,
.DescCategoriesList h2 ,
.DescCategoriesList h3 ,
.DescCategoriesList h4 , 
.DescCategoriesList h5, 
.DescCategoriesList h6{
  font-size:0.9rem;
  font-weight: bold;
}
.InnerBtnSupport::after{
  background-color: var(--White);
   content: '';
   width: 25%;
   height: 100%;
   display: block;
   position: absolute;
   right: 0;
   left: 0;
   top: 0;
   bottom: 0;
   transition: all .3s linear;
   border-radius: 100%;
   margin: auto;
   transform: rotate(180deg);
   opacity: 0;
}
.InnerBtnSupport {
  transition: all .3s linear;
  overflow: hidden;
  color: var(--White);
}

.InnerBtnSupport:hover::after {
  width: 100%;
  height: 200%;
  border-radius: 0;
  opacity: 1;
 z-index:-1
}

.BtnSupport:hover {
 
  color: var(--Black);
}
.ContentsCategoriesList svg{
  width:0.8rem;
  height:0.8rem;
}
.TextBox::before{
  content:"";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--Black);
}

.DescCategoriesList::-webkit-scrollbar {
  width: 0.25rem;
}

.DescCategoriesList::-webkit-scrollbar-track {
  background-color:rgba(156,151,155,0.5);
}

.DescCategoriesList::-webkit-scrollbar-thumb {
  background: rgba(46,46,48,1);
}
.BoxFeautureSidebar:not(:last-of-type){
  border-bottom:0.1rem solid var(--Lsilver);
}
.optionlist-items{
  display: flex;
  flex-direction: column;
  gap:0.5rem;
}
.breadcrumbs-box a{
  color: var(--White) !important;
}
.subcat-slider .swiper-wrapper{
  align-items: baseline;
  flex-direction: unset !important;
}
.CategoryName{
  bottom: 0;
  left: 0;
  right: 0;
}
.CategoryName{
  background-color:rgba(0,0,0,0.5);
}