
section.products .owl-theme .owl-nav > button {
  position: absolute;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.247) !important;
  width: 40px !important;
  border-radius: 50%;
  height: 40px !important;
}

section.products .owl-theme .owl-nav > .owl-prev {
  display: flex;
  left: -50px;
  align-items: center;
  justify-content: center;
}

section.products .owl-theme .owl-nav > .owl-next {
  display: flex;
  right: -50px;
  align-items: center;
  justify-content: center;
}

section.categories .owl-theme .owl-nav > .owl-prev::after {
  font-size: 13px;
}

section.categories .owl-theme .owl-nav > .owl-next::after {
  font-size: 13px;
}

section.products {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* @media (max-width: 900px) {
  section.products .owl-carousel .owl-nav {
    display: none !important;
  }
} */

.owl-carousel .owl-nav.disabled {
  display: none !important;
}


/* ========= products ========= */
section.products .products-row {
  margin-bottom: 20px;
}

section .product .image-container {
  margin: 0;
  border-radius: 20px;
  object-fit: cover !important;
  background-color: var(--tsagaanSaaral);
  overflow: hidden;
}


/* product */
p.name,
p.price {
  font-weight: 600 !important;
}

section.products .product .name {
  margin: 10px 0 5px 0;
}

section.products .product .price {
  margin: 0;
}



section.products .owl-theme .owl-nav > .owl-next::after {
  font-family: "Font Awesome\ 6 Free";
  content: "\f054";
  font-weight: 700;
  color: var(--textColor);
}
section.products .owl-theme .owl-nav > .owl-prev::after {
  font-family: "Font Awesome\ 6 Free";
  content: "\f053";
  font-weight: 700;
  color: var(--textColor);
  color: var(--textColor);
}

section.toggle > .toggle-content > a:hover {
  background-color: var(--tsagaanSaaral);
}

div.toggle {
  border-top: 3px solid var(--blue) !important;
  height: fit-content;
  max-width: 500px;
  margin: 0px;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.089);
}

.toggle.active > label:before,
.toggle.active > .toggle-title:before,
.toggle > label:before,
.toggle > .toggle-title:before {
  content: none;
}

.toggle:not(.active) > .toggle-content {
  display: flex !important;
}


a.active {
  color: var(--blue);
}

.toggle-content > a {
  border-top: 1px solid var(--saaral);
}

