/*your custom css goes here*/
.customer_fix {
  position: fixed;
  top: 30%;
  right: 10px;
  animation: eleShow .5s ease both;
  flex-direction: column;
}

.search-input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.search-btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.categories-title {
  background: #dee2e6 !important;
}

.sign-up-btn {
  display: block;
  flex-shrink: 0;
  height: 36px;
  padding: 0 24px;
  outline: none;
  border-radius: 9999px;
  background-color: var(--primary);
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.sign-up-btn:hover {
  background: #d04a0a;
}

.list-unstyled.categories {
  background: #dee2e6;
}

.category1 .list-unstyled li a img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.category2 .categorys .img {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 820px) {

  .custome-header {
    background: #ff7300 !important;
  }

  .custome-header .search-main {
    background: #ff7300 !important;
  }

  .custome-header .custome-navs {
    border-top: none !important;
    background: #e06f0b !important;
  }

  .custome-header .list-inline-item {
    color: #fff !important;
  }

  .custome-header .list-inline-item a {
    opacity: 1 !important;
  }

  .logo-view {
    margin-right: 0 !important;
  }

  .col-min-h-45px {
    min-height: 45px;
  }

  .tools {
    padding: 10px;
  }

  .tools .row .col-6 a {
    border-left: none !important;
  }

  .tools .row .col-6:nth-child(1) a {
    border-left: none !important;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .tools .row .col-6:nth-child(2) a {
    border-bottom: 1px solid #e0e0e0;
  }

  .tools .row .col-6:nth-child(3) a {
    border-right: 1px solid #e0e0e0;
  }

  .tools .row .col-6:nth-child(4) a {
    border-right: none !important;
  }

  .footer-widget ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
  }

  .aiz-carousel .slick-prev {
    display: none !important;
  }

  .aiz-carousel .slick-next {
    display: none !important;
  }

  .sign-up-btn {
    display: block;
    flex-shrink: 0;
    height: 26px;
    padding: 0;
    outline: none;
    border-radius: 9999px;
    background-color: transparent;
    color: #333 !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    line-height: 26px;
  }

  .search-view {
    padding: 10px 0;
  }

  .search-main .position-relative {
    position: static !important;
  }

  .search-view .search-btn {
    background: #fff;
    color: #333;
    border-left: none !important;
    border-color: #dee2e6 !important;
  }

  .sign-up-btn a {
    padding-top: 0 !important;
  }

  .category2 .btn {
    padding: 2px 5px !important;
  }

}

.fixed-tools {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(50%);
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  z-index: 100;
  box-shadow: -2px 0 30px 2px rgba(97, 105, 119, .18);
  border-radius: 18px 0 0 18px;
  background: #fff;
  padding: 20px 7px;
}

.fixed-tools .text-reset {
  position: relative;
}


.fixed-tools .text-reset>i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fixed-tools .text-reset .badge {
  position: absolute;
  right: 10px;
  top: -5px;
}

.fixed-tools .text-reset .nav-box-text {
  text-align: center;
  width: 60px;
}

.footer-widget {
  background: var(--footer) !important;
  color: var(--footer-font) !important;
}

.footer-desc {
  background: #e0e0e0;
}
