.setting-box .theme-setting-2 {
    width: 220px;
}

a.nav-link.home-link::before {
    content: none !important;
    display: none !important;
}

a.nav-link.home-link {
    padding-right: 0px;
}

.add-to-cart-box .qty-box {
    display: block;
}

.cart-count-badge {
    background-color: white;
    color: black;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 40%;
    z-index: 10;
    line-height: 1;
    min-width: 16px;
    text-align: center;
}

.custom-alert {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
    display: none;
    min-width: 250px;
    text-align: center;
}

.custom-alert.success {
    background-color: #239698;
}

.custom-alert.error {
    background-color: #FF7272;
}

.custom-alert.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.breadcrumb-contain{
    padding: 25px!important;
}

@media (max-width: 1199px) {
    .header-3 .rightside-menu .user-box .header-icon .icli {
        display: none;
    }

    .header-3 .rightside-menu {
        display: none;
    }
}

@media (max-width: 1432px) {
    .header-3 .navbar-top .support-box {
        display: block;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: block !important;
    }
}

@media (min-width: 1199px) {
    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb-contain h2 {
        display: none;
    }

    .breadcrumb-section .breadcrumb-contain nav {
        margin-left: 0px;
    }
}

#cart-link {
  position: fixed;
  bottom: 80px;
  right: -50px;
  transform: translateX(-50%);
  opacity: 0.9;
  background-color: grey;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  z-index: 1000;
}

.product-section .right-box-contain .product-package .select-package li a.active{
    background: #000;
}

.search-btn {
    position: fixed;
    bottom: 150px;
    right: 30px;
    z-index: 1050;
    border-radius: 8px;
}
.modal-content {
    border-radius: 15px;
    padding: 20px;
}
#suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1051;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

#suggestions li {
  display: block;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

#suggestions li:last-child {
  border-bottom: none;
}

#suggestions li:hover,
#suggestions li.active {
  background: #f7f7f7;
}

.btn-primary,
.btn-success,
.btn-primary:hover,
.btn-success:hover,
.btn-primary:focus,
.btn-success:focus,
.btn-primary:active,
.btn-success:active,
.btn-primary:visited,
.btn-success:visited,
.btn-primary.active,
.btn-success.active {
  color: #fff !important;
  background-color: grey !important;
  border-color: grey !important;
}

