.home-category-icon {
    position: relative;
    overflow: hidden;
  background-color:#171717;
  
}
.home-category-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
  filter: grayscale(70%) opacity(30%);
    pointer-events: none;
}
.home-category-icon img {
    position: relative;
    z-index: 2;
}

.logo {
    height: 100px;
    max-width: 900px;
}

@media screen and (max-width: 320px) {
  .logo {
  
    height: 50px !important;
    max-width: 200px !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .logo {
    height: 50px !important;
    max-width: 200px !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .logo {
    height: 60px !important;
    max-width: 300px !important;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .logo {
    height: 90px !important;
    max-width: 600px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .logo {
        height: 100px !important;
        max-width: 900px !important;
    }
}
/* 1025px - 1440px wide */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .logo {

    height: 100px !important;
    max-width: 500px !important;

  }
}







.header-text {
    font-size: 17px;
    margin-bottom: 40px;
    color: rgb(255 255 255);
}

     .coupon-clipper {
            border: 2px dashed #ff9800;
            border-radius: 1rem;
            background: #fffbe6;
            position: relative;
            overflow: hidden;
        }
        .coupon-clipper-header {
            background: #ffe0b2;
            border-bottom: 1px dashed #ff9800;
            border-radius: 1rem 1rem 0 0;
            padding: 0.75rem 1rem;
        }
        .coupon-clipper-title {
            font-size: 1.2rem;
            letter-spacing: 1px;
        }
        .coupon-clipper-save {
            font-size: 1.1rem;
        }
        .coupon-clipper-code {
            font-size: 1.25rem;
            letter-spacing: 2px;
            user-select: all;
        }
        .coupon-clipper-notch {
            position: absolute;
            top: 50%;
            width: 24px;
            height: 48px;
            background: #fffbe6;
            border-radius: 50%;
            border: 2px solid #ff9800;
            z-index: 2;
        }
        .coupon-clipper-notch-left {
            left: -12px;
            border-right: none;
            transform: translateY(-50%);
        }
        .coupon-clipper-notch-right {
            right: -12px;
            border-left: none;
            transform: translateY(-50%);
        }

@media (min-width: 576px) {
    .home-categories-swiper {
        margin-inline: -215px;
    }
}

.breadcrumb.custom .breadcrumb-item a {
    /* color: rgb(255 255 255); */
    font-weight: 600;
    /* text-shadow: black 2px 3px; */
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    /* color: rgb(255 255 255); */
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb.custom .breadcrumb-item.active::before {
    /* color: rgb(255 255 255); */
}
.item-featured {
    position: absolute;
    padding: 4px;
    left: -6px;
    bottom: -6px;
    line-height: 1;
    background-color: rgb(var(--elements_background_color));
    color: #f44336;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-bar .nav-bar-container {
    display: flex;
    align-items: center;
    height: 100px;
}

.widget-v1-rating-image {
    height: 30px;
    margin-bottom: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-search .search-results-inner {
    max-height: 248px;
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .header.header-image {
        background-size: cover !important;
    }
}

.header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}