.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    transition: all .5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #ffffff;
}
.section {
    padding-top: 0;
}
.accordion-button {
    font-size: 18px;
    font-family: "Poppins", "sans-Serif";
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
    border-bottom: 1px solid rgb(220, 220, 220);
}
.accordion-body ul.sorting-item li:first-child {
    padding: 0 0 0 10px;
}
.accordion-body ul.sorting-item li {
    text-transform: uppercase;
    padding: 10px 0 0 10px;
}
.accordion-body ul.sorting-item li:hover a {
    color:  rgba(8, 106, 1);
    transition: all .5s ease-in-out;
    font-weight: 500;
}
.accordion-body .nested-accordion {
    padding: 0 10px;
}
.offer-banner {
    background:rgba(8, 106, 1, 0.313);
    padding: 20px;
}
.item-banner {
    padding: 15px;
    background-color: rgba(8, 106, 1, 0.308);
    margin-bottom: 20px;
}
.item-banner h3 {
    margin-left: 30px;
    font-weight: 600;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.accordion-item {
    border: none;
}
.page-path {
    padding: 10px 0;
    align-items: center;
}
.page-path .offer-section {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.filter-category {
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 20px;
}
.filter-category .accordion-button {
    text-transform: uppercase;
    color:rgb(162 8 98);
}
.filter-category h4 {
    font-weight: 700;
    margin-left: 15px;
    margin-top: 10px;
}
.filter-category .accordion-body .child-item li a {
    font-size: 12px;
}
.filter-category .accordion-body .child-item li a:hover {
    color:rgb(18, 162, 8);
    font-weight: 500;
}
.filter-category .nested-accordion .accordion-button {
    font-size: 16px;
    font-weight: 400;
}
.filter-category .nested-accordion .accordion-button {
    color:rgb(8, 162, 154);
}
.filter-subcategory {
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.filter-subcategory h4 {
    font-weight: 700;
    margin-left: 15px;
    margin-top: 10px;
}
.filter-subcategory img {
    padding: 5px;
    height: 80px;
    width: 80px;
    border: 1px solid rgb(220, 220, 220);
}
.filter-subcategory .category-item {
    text-align: center;
    margin-top: 10px;
}
.filter-subcategory .item-name {
    font-weight: 700;
    text-align: center;
    font-size: 12px;
}
.filter {
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 20px;
}
.filter h4 {
    font-weight: 700;
    margin-left: 15px;
    margin-top: 10px;
}
.filter h6 {
    font-weight: 700;
    font-size: 17px;
}
.filter .more-item {
    color:rgba(8, 106, 1);
    font-weight: 700;
    margin-left: 15px;
    cursor: pointer;
}
.filter .price {
    padding: 10px 20px;
}
.filter .colour {
    padding: 10px 20px;
}
.filter li {
    margin-bottom: 5px;
    list-style-type: disc;
}
.filter li a {
    color:rgba(0, 0, 0, 0.81);
    margin: 0;
}
.accordion .accordion-item .accordion-body {
    padding: 0;
    margin: 0;
}
.row {
    margin: 0;
}
.item-list .item-image {
    height: 250px;
    align-items: center;
    text-align: center;
    position: relative;
}
.item-list {
    padding-top: 20px;
}
.item-list .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
    border: none;
}

.item-list .card .item-image img {
    height: 100%;
    width: 100%;
}

.item-list .card-title {
    padding: 0 10px;
}

.item-list .card-title p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}

.item-list .card-title .item-brand {
    color: rgba(0, 0, 0, 0.446)
}

.item-list .card-title .item-price p {
    display: inline-flex;
    font-size: 16px;
}

.item-list .card-title .item-price .price {
    font-weight: bold;
    margin-right: 10px;
}

.item-list .card-title .item-price .mrp {
    color: rgb(0 0 0 / 56%);
}

.item-list .card:hover .eye-pop {
    display: flex;
    transition: all .3s ease 0s;
}

.item-list .eye-pop .action {
    align-items: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(145, 158, 171, .2), 0 4px 5px 0 rgba(145, 158, 171, .14), 0 1px 10px 0 rgba(145, 158, 171, .12);
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 32px;
}

.item-list .card .eye-pop {
    display: none;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item .card .item-image {
    height: 220px;
}
.eye-pop .action:hover {
    background-color: rgb(18, 162, 8);
}

.eye-pop .action:hover a {
    color: white;
}

.item-list .item-image .offer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.item-list .item-image .offer p {
    font-size: 12px;
    color: black;
    text-align: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 2px 4px -1px rgba(145, 158, 171, .2), 0 4px 5px 0 rgba(145, 158, 171, .14), 0 1px 10px 0 rgba(145, 158, 171, .12);
    background: white;
    padding: 2px 4px;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(8, 106, 1);
}
@media screen and (max-width: 991px) {
    .item-list .card .item-image {
        height: 150px;
    }
}
@media screen and (max-width: 576px) {
    .row {
        margin: 0;
        padding: 0;
    }
    .col-6 {
        padding: 0;
        width: 50%;
    }
    .item-list {
        padding: 20px 0;
    }
    .item-list .card {
        margin-bottom: 0;
        box-shadow: none;
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    }
    .item-list .card .item-image {
        height: 180px;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .item-list .card .item-image img {
        height: 100%;
        width: 100%;
    }
    .item-list .card-title p {
        font-weight: 400;
        font-size: 14px;
    }
    .item-list .card-title .item-price .price {
        font-size: 16px;
        font-weight: bold;
    }
    .item-list .card-title .item-price .mrp {
        font-size: 16px;
    }
    .item-list .item-image {
        height: 200px;
        width: 200px;
        position: relative;
    }
}
.owl-carousel .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
}
.offer-banner .offer-title {
    justify-content: center;
    text-align: center;
    margin-top: 100px;
}
.offer-banner .offer-title h3 {
    font-size: 32px;
    font-weight: 600;
    font-family: sans-serif;
}
.offer-banner .offer-title p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #5800fb;
}
.breadcrumb {
    margin-bottom: 0;
}
.ticker_wrap {
    display: flex;
  }

  .ticker__viewport {
    color: #000000;
    overflow: hidden;
    padding: 10px 0;
    display: inline-block;
    flex-grow: 1
  }
  .ticker__viewport::before {
    position: absolute;
    content:'';
    height: 32px;
    border: 1px solid black;
  }

  .ticker__viewport a {
    cursor: context-menu;
    color: #000;
    text-decoration: none;
  }

  .ticker__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  .ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100px;
  }

  .ticker__item:before {
    content: "";
    font-weight: bold;
  }