@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/proxima-nova/ProximaNova-Thin.otf");
  font-weight: 200;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/proxima-nova/ProximaNova-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/proxima-nova/ProximaNova-Extrabold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/proxima-nova/ProximaNova-Bold.otf");
  font-weight: 500;
}
* {
  box-sizing: border-box;
  font-family: "ProximaNova-Regular", sans-serif !important;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
.uk-button,
.unset-text-transform {
  text-transform: unset !important;
}
.uk-table thead th {
  text-transform: unset;
}
.round {
  border-radius: 100px;
}
.round-small {
  border-radius: 30px;
}
.no-bg {
  background: transparent;
}
.w-200 {
  font-weight: 200;
}
.w-400 {
  font-weight: 400;
}
.w-500 {
  font-weight: 500;
}
.w-700 {
  font-weight: 700;
}
.break-5,
.break-4,
.break-3,
.break-2,
.break-1 {
  display: block;
  display: -webkit-box;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.break-2 {
  -webkit-line-clamp: 2;
}
.break-3 {
  -webkit-line-clamp: 3;
}
.break-4 {
  -webkit-line-clamp: 4;
}
.break-5 {
  -webkit-line-clamp: 5;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  /*overflow-x: hidden;*/
}
.logo {
  width: auto;
  height: 40px !important;
}
.top-header,
.mobile-header {
  z-index: 499;
}
.header {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.sub-header {
  background-color: #fff;
}
.sub-header .uk-navbar-nav > li > a,
.profile-nav .uk-navbar-nav > li > a {
  min-height: 40px;
  text-transform: unset;
}
.sub-header .uk-navbar-nav > li.uk-active,
.profile-nav .uk-navbar-nav > li.uk-active {
  position: relative;
}
.sub-header .uk-navbar-nav > li.uk-active:after,
.profile-nav .uk-navbar-nav > li.uk-active:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #34ad76;
  bottom: 0px;
}
.sub-header .uk-navbar-nav > li.cat {
  background-color: #257750;
}
.sub-header .uk-navbar-nav > li.cat > a {
  color: #fff;
}
.search-div {
  width: 350px;
}
.search-div .uk-search-input {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 0;
}
.false-header {
  height: 120px;
}
footer {
  background-color: #012716;
}
footer .uk-nav > li > a {
  opacity: 0.7;
  transition: all 0.1s linear;
}
footer .uk-nav > li > a:hover {
  opacity: 1;
}
footer .logo {
  height: 70px !important;
}
.home-slide {
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
}
.home-slide > .img-cover,
.under {
  z-index: 2;
}
.home-slide > div,
.over {
  z-index: 5;
  transition: all 0.1s linear;
}
a.link-box:hover .over {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-slide-height {
  height: calc(100% - 120px);
}
.uk-slider-nav.uk-dotnav {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.white {
  color: #fff;
}
.fade-bg {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.1s linear;
}
a:hover .fade-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-next-prev {
  top: -50px;
}
.top-prev > svg,
.top-next > svg {
  width: 20px;
  height: 10px;
}
.top-prev.uk-slidenav,
.top-next.uk-slidenav {
  padding: 0 10px;
  border-radius: 5px;
}
.wishlist-btn {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  background-color: #fff;
  color: #ccc;
  border-radius: 50%;
  top: 20px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.wishlist-btn:hover {
  color: #34ad76;
}
.search-side {
  z-index: 200;
}
.search-item {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.search-item:first-child {
  padding-top: 0;
  border: 0;
}
.category-slide {
  height: 300px;
}
.profile-menu > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  opacity: 0.8;
  transition: all 0.1s linear;
}
.profile-menu > li > a:hover {
  opacity: 1;
}
.profile-menu > li.uk-active > a {
  border-right: 6px solid #34ad76;
}
.profile-dp {
  width: 80px;
  height: 80px;
}
.small-profile-dp {
  width: 30px;
  height: 30px;
}
.profile-grp {
  border: 2px solid #ccc;
  padding: 10px 20px;
}
.toggle-checkbox {
  display: none;
}
.toggle-checkbox + label {
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: #ccc;
  /*border: 2px solid #aaa;*/
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 15px;
}
.toggle-checkbox + label:after {
  content: " ";
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  width: 20px;
  height: 20px;
  background-color: #666;
  border-radius: 15px;
  transition: all 0.2s linear;
}
.toggle-checkbox:checked + label {
  border-color: #34ad76;
  background-color: #34ad76;
}
.toggle-checkbox:checked + label:after {
  left: calc(100% - 17.5px);
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.align-middle,
.toggle-checkbox + label {
  vertical-align: middle;
}
.toggle-checkbox.uk-disabled + label {
  opacity: 0.3;
}
.cart-dp {
  width: 60px;
  height: 60px;
}
.progress-bar,
.progress {
  width: 100%;
  height: 5px;
  padding: 0;
  border-radius: 10px;
  background-color: #ccc;
  overflow: hidden;
}
.progress-bar {
  margin: 15px 0;
}
.progress {
  width: 30%;
  background-color: #34ad76;
}
.order-map-div {
  height: 320px;
}
.review-dp {
  width: 100px;
  height: 100px;
}
.light-border {
  border: 4px solid #eee;
}
.product-details tr > td:first-child {
  font-weight: 500;
}
.product-color {
  width: 30px;
  height: 30px;
  border: 1px inset rgba(100, 100, 100, 0.3);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-badge {
  padding: 5px 10px;
}
.product-producer-div {
  height: 40px;
}
.full-height {
  min-height: 100vh;
  height: auto;
}
.login-footer {
  background-color: rgba(52, 173, 118, 0.12);
}
.dkt-cat {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.nav-dp {
  width: 40px;
  height: 40px;
}
.login-popup {
  width: 900px;
  border-radius: 10px;
}
.login-popup .img-contain {
  object-position: center;
}
.login-popup-overlay {
  backdrop-filter: blur(5px);
}

/* DISTRIBUTORS PAGES */
.height-minus-footer {
  min-height: calc(100vh - 100px);
}
.dot-noti {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -100%);
  background-color: #34ad76;
  border: 1px solid #fff;
}
.fixed-sidebar {
  width: 300px;
  border-right: 1px solid #e0e0e0;
  position: fixed;
  height: calc(100vh - 80px);
  top: 80px;
  left: 0;
  background-color: white;
  padding-bottom: 80px;
  overflow-y: auto;
}

.fixed-sidebar-menu > li > a {
  padding: 15px 25px;
}
.fixed-sidebar-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.fixed-sidebar-menu > li.uk-active > a {
  border-left: 10px solid #1c1c1c;
  padding: 15px 25px 15px 15px;
  background-color: rgba(0, 0, 0, 0.06);
  font-weight: 500;
}
.main-body {
  position: relative;
  width: calc(100vw - 300px);
  min-height: 100vh;
  left: 300px;
  margin: 80px 0 0 0;
  padding-bottom: 50px;
}
.pll {
  padding-left: 15px;
}
.p-orders {
  color: #0285ff;
}
.p-sales {
  color: #886bfe;
}
.p-revenue {
  color: #35c635;
}
.p-products {
  color: #ffbc02;
}
.tb-status {
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgba(50, 50, 50, 0.1);
  font-size: 70%;
}
.tb-paid,
.tb-active {
  background-color: rgba(53, 198, 53, 0.2);
  color: #35c635;
}
.tb-failed {
  background-color: rgba(240, 44, 45, 0.2);
  color: #f02c2d;
}
.tb-pending {
  color: #ffbc02;
  background-color: rgba(255, 188, 2, 0.2);
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background-color: #efe;
}
.order-table tbody tr {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.uk-tab > * > a {
  border-bottom-width: 2px;
}
.uk-tab::before {
  border-bottom: 2px solid transparent;
}

.order-history-all > .order-history-div > div:nth-child(1) {
  position: relative;
}
.order-history-all > .order-history-div > div:nth-child(1):before {
  content: " ";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.order-history-all > .order-history-div > div:nth-child(1):after {
  content: " ";
  width: 1px;
  height: calc(100% + 40px);
  border-radius: 2px;
  background-color: #ddd;
  position: absolute;
  right: 6.5px;
  top: 0;
}
.order-history-all > .order-history-div:first-child > div:nth-child(1):after {
  height: calc(50% + 40px);
  top: 50%;
}
.order-history-all > .order-history-div:last-child > div:nth-child(1):after {
  height: calc(50%);
}

.cat-sub {
  padding-left: 50px;
}

/*PAGE 404 ==============*/
.body-404 {
  width: 100%;
  min-height: 100vh;
}
.content-404 {
  margin: auto 0px;
  backdrop-filter: blur(7px);
}
.comp-404 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.comp-404-1 {
  position: absolute;
  animation-name: comp_animation_one;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-timing-function: linear;
  width: 15vw;
}
@keyframes comp_animation_one {
  0% {
    bottom: 4vw;
    right: 10vw;
  }

  50% {
    bottom: 15vw;
    right: 4vw;
  }

  100% {
    bottom: 4vw;
    right: 10vw;
  }
}

.comp-404-2 {
  position: absolute;
  animation-name: comp_animation_two;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-timing-function: linear;
  width: 20vw;
}
@keyframes comp_animation_two {
  0% {
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }

  30% {
    top: 70%;
    left: 30vw;
    transform: translateY(-50%);
  }

  70% {
    top: 30%;
    left: 20vw;
    transform: translateY(-50%);
  }

  100% {
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }
}

.comp-404-3 {
  position: absolute;
  animation-name: comp_animation_three;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-timing-function: linear;
  width: 20vw;
}
@keyframes comp_animation_three {
  0% {
    top: -200px;
    left: 85%;
    transform: scale(0.8);
  }

  70% {
    transform: scale(1.8);
  }

  100% {
    top: 120vh;
    left: 10%;
    transform: scale(3);
  }
}

@media only screen and (max-width: 960px) {
  .fixed-sidebar {
    width: 250px;
  }
  .fixed-sidebar.hidden {
    left: -300px;
  }
  .main-body.full {
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .home-slide {
    height: 400px;
    min-height: unset;
    max-height: unset;
  }
  .uk-slider-items > li > a > div > div > h3.uk-text-primary,
  .products > div > a > div > div > h3.uk-text-primary {
    font-size: 20px;
    margin-top: 0 !important;
  }
  .top-header .search-div {
    display: none;
  }
  .false-header {
    height: 80px;
  }
  .category-slide {
    height: 200px;
  }
  .review-dp {
    width: 50px;
    height: 50px;
  }
  .wishlist-btn.uk-margin-right {
    margin: 0px 10px 0 0 !important;
    top: 10px;
  }
  .unset-position\@s {
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    position: relative !important;
  }
  .sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  .sidebar {
    display: block;
    width: calc(100% - 50px);
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 600;
    background-color: #fff;
    transition: all 0.2s linear;
  }
  .sidebar > div {
    padding-bottom: 140px;
  }
  .sidebar-top {
    background-color: #012716;
  }
  .sidebar-dp {
    width: 70px;
    height: 70px;
  }
  .sidebar.hidden {
    left: -100vw;
  }
  .sidebar-overlay.hidden {
    display: none;
  }
  .text-center\@s {
    text-align: center;
  }
  .search-side {
    display: none;
  }
}
