body {
    width: 100%;
    margin: 0;
    padding: 0;
}
*{margin:0;padding:0;outline:0;border:0;}
.carousel-item img {
    height: 320px;
}
.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;
}
.category-list {
    padding-top: 2rem;
}
.category-list h3 {
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.category-list h3:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 20px;
    border-top: 1px solid rgb(35, 70, 9);
}

P {
    margin-bottom: 0;
}
.category-list-item .card img {
    height: 300px;
}
.category-list-item .card-title .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.category-list-item .card-title .offer {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.category-list-item .card-title .offer a {
    color: rgb(58, 125, 7);
}

.category-list-item .card {
    border: none;
}
.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: 100px;
    width: 100px;
    border: 4px solid rgba(8, 106, 1, 0.436);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter-subcategory .category-item {
    text-align: center;
    margin-top: 10px;
}

.filter-subcategory .item-name {
    font-weight: 700;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    position: relative;
}

.filter-category {
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 20px;
}

.filter-category h4 {
    font-weight: 700;
    margin-left: 15px;
    margin-top: 10px;
}

.accordion-button {
    font-size: 17px;
    padding: 10px 17px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-body li a:hover {
    color: rgba(8, 106, 1);
    margin-left: 5px;
    transition: all 1s ease;
}

.accordion-body li {
    margin-top: 10px;
}

.nested-accordion .accordion-button {
    border: 1px solid rgba(156, 156, 156, 0.372);
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.nested-accordion .accordion-body {
    padding: 0;
}
.category-items .card {
    border: none;
    border: 1px solid rgba(132, 132, 132, 0.247);
}
.category-items .card .item-image {
    height: 130px;
    width: 130px;
    position: relative;
}
.category-items .card .item-image .cat-image {
    height: 100%;
    width: 100%;
    padding: 10px;
    opacity: 1;
}
.category-items .card .item-image .cat-image-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 12px;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-items .card:hover .item-image .cat-image {
    opacity: 0;
}
.category-items .card:hover .item-image .cat-image-hover {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.category-items .card .category-name {
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
}
.category-items .card:hover .category-name {
    color: black;
}
.category-heading h4 {
    overflow: hidden;
    text-transform: uppercase;
    padding: 20px 0;
}
.category-heading h4::after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 20px;
    border-top: 1px solid rgb(35, 70, 9);
}
.category-items .tab-content {
    padding: 0;
    border: none;
}
.category-items .nav-tabs {
    border-bottom: 0px solid transparent;
    gap: 10px;
}
.category-items .nav-tabs .nav-link {
    border: 0px solid transparent;
    background: transparent;
    padding: 15px;
}
.category-items .nav-tabs .nav-link.active {
    border: 2px solid brown;
    border-radius: 0;
}
.category-items .nav-tabs .nav-link.active .category-name {
    color: brown;
}
/* child category */
.category-item-heading h4 {
    text-transform: uppercase;
    padding: 20px 0;
    width: max-content;
    position: relative;
    border-bottom: 2px solid #000;
}
/* .category-item-heading h4::after {
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(90deg, #000, #f7d0c2);;
    position: absolute;
    text-align: center;
    bottom: 20%;
} */
.item .card .item-image {
    height: 190px;
    width: 100%;
}
.item .card {
    margin-bottom: 20px;
}
.child-category {
    padding: 20px;
    background-color: #efefef;
}
.child-category .card {
    border-radius: 0;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    margin-bottom: 20px;
}
.child-category .card .child-image {
    height: 250px;
    width: 100%;
}
.child-category .child-image img {
    height: 100%;
    width: 100%;
    padding: 20px;
}
.category-feature {
    padding-top: 10px;
}
.category-feature .card {
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
}
.category-feature-items .card img {
    height: 200px;
}
/* Category carousel */
.owl-prev {
    position: absolute;
    top: 35%;
    left: -20px;
}
.owl-prev>span {
    font-size: 45px;
    line-height: 45px;
}
.owl-next {
    position: absolute;
    top: 35%;
    right: -20px;
}
.owl-next>span {
    font-size: 45px;
    line-height: 45px;
}
@media only screen and (max-width:991px) {
    .child-category .card .child-image {
        height: 200px;
    }
    .item .card .item-image {
        height: 170px;
    }
}
@media only screen and (max-width:576px) {
    body {
        width: 100%;
    }
    .category-items .nav-tabs .nav-link.active {
        border: 2px solid brown;
        border-radius: 0;
    }
    .child-category .card .child-image {
        height: 130px;
    }
    .carousel-item img {
        height: 200px;
    }
    .carousel-control-next {
        right: 30px;
    }
    .carousel-control-prev {
        left: 30px;
    }
    .category-item-heading h4 {
        padding: 10px 0;
    }
    .item .row>* {
        padding: 0;
    }
    .item .card {
        box-shadow: none;
        margin-bottom: 0;
    }
    .item .card .item-image {
        height: 210px;
    }
    .category-items .nav-tabs .nav-link {
        padding: 10px;
    }
    .category-items .nav-tabs .card .item-image {
        height: 100px;
    }
    .category-heading h4 {
        margin: 0;
    }
    .product-card .product-title .title {
        padding: 0;
    }
}