:root {
  --tone: #00a859;
  --shade: #205438;
  --tint: #ecf3d4;
}
.one-main-theme-content .left-category-box .category-scroll::-webkit-scrollbar {
  width: 5px;
}
.one-main-theme-content
  .left-category-box
  .category-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.one-main-theme-content
  .left-category-box
  .category-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #cdcdcd;
}
.one-main-theme-content .left-category-box {
  background-color: #fff !important;
  border-right: 5px solid #e6e7e8;
  width: 300px;
  padding: 18px 0;
  height: 100%;
}

.images-slider-section .carousel-indicators{
  display: none;
}

.one-main-theme-content .left-category-box .category-scroll {
  /* height: calc(100dvh - 260px); */
  overflow: auto;
  cursor: pointer;
}
.one-main-theme-content .left-category-box .heading {
  color: #201e1e;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  padding: 0 0 0 18px;
}
.one-main-theme-content .left-category-box ul li,
.one-main-theme-content .left-category-box ul li .btn-a {
  list-style: none;
  color: #201e1e;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  padding: 10px 18px;
  border-bottom: 1px solid #e6e7e8;
}
.one-main-theme-content
  .left-category-box
  .category-scroll
  .plus-box
  span:first-child {
  width: 12px;
  height: 2px;
  transform: translateX(7px);
}
.one-main-theme-content
  .left-category-box
  .category-scroll
  .btn-a[aria-expanded="true"]
  .plus-box
  span:last-child {
  opacity: 0 !important;
}
.one-main-theme-content .left-category-box .category-scroll .plus-box span {
  background-color: #205438;
  display: block;
}
.one-main-theme-content .left-category-box .category-scroll .plus-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.one-main-theme-content
  .left-category-box
  .category-scroll
  .plus-box
  span:last-child {
  height: 12px;
  width: 2px;
  transition: all 0.5s ease;
}
.one-main-theme-content .left-category-box .category-scroll .subMenuItem {
  color: gray;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  display: block;
}
/*
=
==
===
==== */
/* @media */
@media (max-width: 1300px) {
  .one-main-theme-content .left-category-box {
    width: 240px;
  }
}

@media (max-width: 991px) {
  .one-main-theme-content .left-category-box .category-close {
    height: 50px;
    padding: 25px 18px 0 0;
  }
  .one-main-theme-content .left-category-box .category-close span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #c2c2c2;
  }
  .one-main-theme-content .left-category-box .category-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  .one-main-theme-content .left-category-box .category-close span:nth-child(2) {
    transform: translate(0px, -2.5px) rotate(-45deg);
  }
  .one-main-theme-content .left-category-box {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease;
    width: 300px;
  }
  .one-main-theme-content .left-category-box .category-scroll {
    height: calc(100dvh - 56px) !important;
  }
  .one-main-theme-content .md-show-category-box {
    transform: translateX(0%);
  }
}
