@import url(customItem.min.css);
@import url(font.min.css);
.text-color-primary,
.text-custom,
.text-hover-custom:hover {
  color: var(--primary-color) !important;
}
body {
  font-family: Montserrat, sans-serif !important;
}
body.classic {
  font-family: Amazon Ember, sans-serif !important;
}
.campaign-item,
.category-item {
  cursor: pointer;
}
.campaign-item .thumb,
.category-item .thumb {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
  background-color: transparent;
}
.campaign-item .spinner,
.campaign-item img,
.category-item .spinner,
.category-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.campaign-item:hover img,
.category-item:hover img {
  transform: scale(1.05);
}
.campaign-item:hover a,
.campaign-item:hover h5,
.category-item:hover a,
.category-item:hover h5 {
  color: var(--primary-color);
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div {
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #e6e6e6;
}
.dropdown-item.active {
  background-color: var(--primary-color) !important;
}
@media (min-width: 769px) {
  .livechatbtn {
    display: none;
  }
}
@media (max-width: 768px) {
  .crisp-client {
    display: none !important;
  }
  .crisp-client.opened,
  .livechatbtn {
    display: block !important;
  }
  .livechatbtn {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    transform: translateY(50%);
    z-index: 9;
  }
  .livechatbtn span {
    white-space: nowrap;
    position: absolute;
    transform: rotate(-90deg) translateY(-200%);
    padding: 0.3rem 1rem;
    border: 0;
    border-radius: 0.3rem 0.3rem 0 0;
    border: 1px solid var(--primary-color);
    background: #fff;
  }
}
