.box-navbar-comprehensive {
  padding-top: 11px;
  padding-bottom: 11px;
  transition: all 1.2s;
  background-color: #fff;
}

.box-navbar-comprehensive.nav-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.navbar-logo-brand {
  width: 120px;
  display: flex;
}
.navbar-logo-brand img {
  width: 100%;
  height: 100%;
}
.box-mo-logo-xmark .navbar-logo-brand {
  width: 100px;
}

.btn-toggle-collapse {
  font-size: 27px !important;
  display: none;
  border: none;
  padding: 0;
}

.box-menu-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-nav .link-nav {
  color: #282828;
  padding-left: 14px;
  padding-right: 14px;
}

.item-nav .link-nav:hover,
.active-nav {
  text-decoration: underline;
  font-weight: bold;
}
.item-nav .link-nav.active {
  text-decoration: underline;
}
.box-Categories-nav:hover .link-nav {
  text-decoration: underline;
}

.arrow-Categories i {
  transform: rotate(0deg);
  transition: all 0.4s;
}
.box-Categories-nav:hover .arrow-Categories i {
  transform: rotate(180deg);
}

/* ------------------------------------- */
.box-collapse-items {
  background-color: transparent;
  position: absolute;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  margin: auto;
  z-index: 99999;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media(max-width: 575px) {
  .box-collapse-items {
    right: 0;
    left: 0;
    width: 100%;
    top: 52px;
  }
}

.box-collapse-items::-webkit-scrollbar {
    width: 6px;
    color: red;
    background-color: #FFF;
}
.box-collapse-items::-webkit-scrollbar-track-piece {
    background: #eee
}
.box-collapse-items::-webkit-scrollbar-thumb {
    background: var(--mainColor);
}
.box-Categories-nav:hover .box-collapse-items {
  visibility: visible;
  opacity: 1;
}

.box-collapse-items-2 {
  background-color: #f6f6f6;
  cursor: context-menu;
  overflow-y: auto;
  padding: 24px;
  transition: all 0.5s;
  display: none;
  min-height: 115px;
}

.box-Categories-nav:hover .box-collapse-items-2 {
  display: block;
}

.box-items-Categories38 .Ul-Categories {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.box-items-Categories38 .Ul-Categories .menu-item-li {
  background-color: rgb(245, 247, 254, 0.8);
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.4rem;
  color: var(--mainColor);
  padding-right: 0.5rem;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}
.menu-item-li .sho-arrow {
  position: relative;
}
.icon-item-Categories {
  font-size: 16px;
}
.menu-item-li .sho-arrow::before {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  font: var(--fa-font-solid);
  content: "\f054";
  transition: all 0.5s;
  transform: rotate(180deg);
  transform: rotate(0deg);
}

.Ul-Categories .menu-item-li:hover .sho-arrow::before {
  transform: rotate(90deg);
}
.box-items-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto;
  flex-wrap: wrap;
}
.box-collapse-nav {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}
.box-mo-logo-xmark {
  display: none;
}

.box-layer-screen.visible {
  position: fixed;
  top: 0;
  left: 0;

  background-color: rgb(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 1s;
}

/* --------------------------------------- */

.box-img-sel-2 img,
.box-img-sel-3 img {
  width: 100%;
  height: 30vh;
}
/* ----------------------------------------------- */
.sub-menu-dropdown-Categories38 {
  position: absolute;
  height: 90%;
  left: 100%;
  width: 960px;
  background-color: var(--mainColor);
  top: 1rem;
  padding: 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  border-radius: 5px;
  z-index: 2;
}

.sub-menu-dropdown-Categories38 h3 a {
  color: #fff;
  font-size: 16px;
}
.sub-menu-dropdown-Categories38 ul li a {
  color: #fff;
}
.sub-menu-dropdown-Categories38 ul li {
  padding-top: 0.3rem;
}

.menu-item-li:hover .sub-menu-dropdown-Categories38 {
  visibility: visible;
  opacity: 1;
}
.d-none-mo {
  display: none;
}
.box-navbar-comprehensive-first {
  background-color: var(--mainColor);
  height: 50px;
  align-items: center;
  display: flex;
}
.box-menu-navbar-first {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.box-items-Categories-links a {
  color: #282828;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  /* display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; */
}
.box-items-Categories-links h2 {
  margin: 0;
  padding: 0;
}
.box-items-Categories-links h2 a {
  color: #282828;
  font-weight: 600;
  font-size: 18px;
}
.box-items-Categories-links ul li a {
  color: #888888;
  font-weight: 500;
  font-size: 15px;
}

.dropdown-item-2 {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.box-AllCategories-xmark-chevron h2 {
  font-size: 20px;
  margin: 0;
}
.ul-items-Categories {
  transform: translateX(0);
}
/* ------------------------------------------------------ */

@media screen and (max-width: 991px) {
  .box-collapse-nav {
    position: fixed;
    width: 280px;
    height: calc(100vh -50px);
    top: 0;
    right: -100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    height: 100vh;
    transition: all 0.5s;
    overflow-y: auto;
    flex-wrap: nowrap;
    overflow-x: hidden;
    padding: 16px;
    z-index: 99999;
    transition: all 1s;
  }

  .box-Categories-nav .box-collapse-items-2 {
    transform: translateY(0);
    overflow-x: hidden;
  }

  .box-collapse-nav.toggleSidbar {
    right: 0;
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
    padding: 30px 15px;
  }
  .box-items-links {
    flex-direction: column;
    align-items: start;
    margin-top: 3rem;
    gap: 5px;
    width: 100%;
    padding: 0;

  }

  .box-mo-logo-xmark {
    display: flex;
    /* margin-top: 1rem; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .btn-toggle-collapse {
    display: block;
  }

  .box-Categories-nav .box-collapse-items {
    visibility: visible;
    opacity: 1;
    height: 100vh;
    top: 0 !important;
    background-color: #fff;
    overflow: auto;
    transition: all 0.5s;
  }
  .menu-item-li .sho-arrow::before {
    right: 0.5rem;
  }

  .box-collapse-items-2 {
    height: 100%;
    border: none;
  }
  .col-full {
    width: 100%;
  }
  .hied-box {
    display: none;
  }
  .box-AllCategories-xmark-chevron {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .btn-chevron,
  .btn-chevron-3,
  .btn-chevron-items {
    font-size: 24px;
    color: rgba(40, 40, 40, 0.8);
    border: none;
    padding: 0;
    width: 40px;
  }
  .box-collapse-items {
    transform: translateX(100%);
    padding: 0;
    z-index: 1;
  }
  .d-block-pc {
    display: block;
  }
  .sub-menu-dropdown-Categories38 {
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
    background-color: #fff;
    top: 0;
    position: absolute;
    transform: translateX(100%);
    overflow: auto;
    height: 100vh;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  .sub-menu-dropdown-Categories38 h3 a {
    color: #000;
  }
  .sub-menu-dropdown-Categories38 ul li a {
    color: #000;
  }
  .box-items-Categories38 .Ul-Categories {
    position: static;
  }
  .box-icons-cart-heart-mob {
    display: flex;
  }
  .box-Categories-nav {
    position: static;
  }

  .ul-items-Categories {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    padding: 16px;
    transition: all 0.5s;
    z-index: 4;
  }
  .box-items-Categories-links a {
    font-size: 15px;
  }
  .item-titel h3 {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    transition: all 0.4s;
  }
  .arrow-Categories-items {
    font-size: 16px;
    /* display: flex; */
  }
  .arrow-Categories-items i {
    transition: all 0.5s;
    transform: rotate(-90deg);
  }
  .item-titel h3:hover .arrow-Categories-items i {
    transform: rotate(-90deg);
  }
  .arrow-Categories i {
    transform: rotate(-90deg);
    transition: all 0.4s;
  }

  .box-Categories-nav:hover .arrow-Categories i {
    transform: rotate(-90deg);
  }
  .item-nav {
    width: 100%;
  }
  .item-nav .link-nav {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .item-nav .link-nav {
    width: 100%;
  }

  .item-nav:hover .link-nav {
    display: flex;
    width: 100%;
  }
  .box-Categories-nav {
    width: 100%;
  }
  .item-titel h3 {
    cursor: pointer;
  }
  .box-items-Categories-links ul li{
    padding-top: 14px;
  }

}
.box-items-Categories-links h3 {
    margin-bottom: 0 !important;
}
/* ================================================================================================================= */


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
  width: 40px !important;
  height: 40px !important;
}