﻿:root {
  --SupportButton: #464646;

}

.FilterBody .check-moding {
  max-height: 30rem;
  overflow-y: auto;
}

/**********************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);
}

.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%;
  }
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
  -webkit-border-radius: calc(var(--b-radius)*3);
  -moz-border-radius: calc(var(--b-radius)*3);
  -ms-border-radius: calc(var(--b-radius)*3);
  -o-border-radius: calc(var(--b-radius)*3);
}

.page-breadcrumbs {
  top: 5rem;
  right: 11rem;
}

.breadcrumbs-box {
  a {
    color: var(--Black) !important;
  }
}

.productstabinfo {
  .ToursLists {
    border: 0.1rem solid var(--Lgrey);
    border-radius: var(--b-radius);

    img {
      border-radius: var(--b-radius);
    }

    .RateNumber {
      left: 0.4rem;
      top: 0.4rem;
      border-radius: var(--b-radius);

      svg {
        width: 1.2rem;
        height: 1.2rem;
      }
    }

    .PriceBoxList {
      border-radius: calc(var(--b-radius)/2);

      svg {
        width: 1.7rem;
        height: 1.7rem;
      }
    }

    .BoxTimePro {
      bottom: 0.5rem;
      right: 0.5rem;
      border-radius: var(--b-radius);
    }

  }

  .CategoryTopProducts {
    border-bottom: 0.1rem solid var(--Lsilver);

    a {
      color: var(--accent-color) !important;
    }
  }

  .sort-type {
    box-shadow: unset;

    option {
      box-shadow: unset;
      border: unset;
    }
  }

  .CategoryTopList {
    border-bottom: 1px solid var(--Gcolor);

    a {

      &.active,
      &:hover {
        background: var(--accent-color2);
        color: var(--White) !important;
        border-radius: .5rem .5rem 0 0;
      }
    }
  }

  .BoxSortProduct {
    select {
      border: none;
      outline: none;
      box-shadow: unset;

      option {
        box-shadow: unset;
        border: unset;
      }
    }
  }
}

:root {
  --SupportButton: #464646;

}

.FilterBody .check-moding {
  max-height: 30rem;
  overflow-y: auto;
}

/**********************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);
}

.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%;
  }
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
  -webkit-border-radius: calc(var(--b-radius)*3);
  -moz-border-radius: calc(var(--b-radius)*3);
  -ms-border-radius: calc(var(--b-radius)*3);
  -o-border-radius: calc(var(--b-radius)*3);
}

.page-breadcrumbs {
  top: 5rem;
  right: 11rem;
}

.breadcrumbs-box {
  a {
    color: var(--Black) !important;
  }
}

.productstabinfo {
  .ToursLists {
    border: 0.1rem solid var(--Lgrey);
    border-radius: var(--b-radius);

    img {
      border-radius: var(--b-radius);
    }

    .RateNumber {
      left: 0.4rem;
      top: 0.4rem;
      border-radius: var(--b-radius);

      svg {
        width: 1.2rem;
        height: 1.2rem;
      }
    }

    .PriceBoxList {
      border-radius: calc(var(--b-radius)/2);

      svg {
        width: 1.7rem;
        height: 1.7rem;
      }
    }

    .BoxTimePro {
      bottom: 0.5rem;
      right: 0.5rem;
      border-radius: var(--b-radius);
    }

  }

  .CategoryTopProducts {
    border-bottom: 0.1rem solid var(--Lsilver);

    a {
      color: var(--accent-color) !important;
    }
  }

  .sort-type {
    box-shadow: unset;

    option {
      box-shadow: unset;
      border: unset;
    }
  }

  .CategoryTopList {
    border-bottom: 1px solid var(--Gcolor);

    a {

      &.active,
      &:hover {
        background: var(--accent-color2);
        color: var(--White) !important;
        border-radius: .5rem .5rem 0 0;
      }
    }
  }

  .BoxSortProduct {
    select {
      border: none;
      outline: none;
      box-shadow: unset;

      option {
        box-shadow: unset;
        border: unset;
      }
    }
  }
}

/* CategoriesDescription */
.CategoriesDescription {
  direction: ltr;
}

.CategoriesDescription * {
  direction: rtl;
}

.CategoriesDescription {
  direction: ltr;
}

.CategoriesDescription * {
  direction: rtl;
}

.CategoriesDescription {
  overflow-x: hidden;
  height: 20rem;
  overflow-y: scroll;
}

.CategoriesDescription::-webkit-scrollbar-track {
  border-radius: 1rem;
  border: 0.1rem solid #E7EEEE;
}

.CategoriesDescription::-webkit-scrollbar {
  width: 0.6rem;
}

.CategoriesDescription::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--accent-color3);
}