body {
    font-family: 'Mulish', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

img {
    height: 100%;
    width: 100%;
}

.product-item {
    position: relative;
}

.product-img {
    position: relative;
}

.product-img a {
    display: flex;
    align-items: center;
    align-content: center;
    height: 170px;
    background-color: #FFF;
    padding: 10px;
}

.product-img img{
    height: auto;
    width: auto;
    max-height: 150px;
    margin: auto;
}

a.add-to-wishlist {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-wraper {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.product-lists {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:577px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .product-lists {
        gap: 0 10px;
    }

    .product-item {
        width: calc((100% - 10px) / 2);
    }

    .product-img {
        margin-bottom: 16px;
    }

    .product-detail-wraper {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-lists {
        gap: 10px;
    }

    .product-item {
        width: calc((100% - 10px) / 2);
    }
}

@media (max-width:991px) {
    .product-catagory-wraper {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: black;
        color: white;
        min-height: 40px;
        font-size: 11px;
        font-weight: 700;
    }

    .product-catagory-wraper>div {
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
    }

    .product-catagory-wraper>div a {
        display: flex;
        gap: 5px;
        color: white;
        align-items: center;
    }

    .product-list-wraper {
        padding-top: 15px;
        padding-bottom: 55px;
    }

    .category {
        border: 1px solid #373737;
        border-width: 0 1px 0 1px;
    }

    .product-list-home a {
        color: #fff;
        background: #268cb9;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        width: 100px;
        height: 30px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .3);
        position: fixed;
        z-index: 20;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .product-catagory-wraper>div a img {
        width: 16px;
        height: 16px;
    }

    .catagory-filter {
        display: none;
    }

    .product-list-wraper .filter-container {
        display: none;
    }

    .product-img {
        border-radius: 8px;
        overflow: hidden;
    }

    .product-brand p {
        color: #6D6D6D;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        font-weight: 800;
    }

    .product-price-wraper {
        display: flex;
        gap: 5px;
    }

    .product-name p {
        color: #6D6D6D;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-price {
        font-weight: 800;
        color: #101010;
    }

    .product-del-price {
        text-decoration: line-through;
        color: #6D6D6D;
    }

    .product-off-percent {
        color: #00bf76;
        font-weight: 800;
    }

    .product-offers p {
        font-size: 10px;
        font-weight: 700;
        color: #00bf76;
    }

    .cat-pro-main-title {
        display: none;
    }
}

@media (min-width:992px) {
    .category-header {
        display: none;
    }

    .filter-product-wraper {
        display: flex;
        flex-wrap: wrap;
        padding-top: 60px;
    }

    .accordion-item {
        border: none;
    }

    .accordion-item:first-of-type .accordion-button,
    .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button {
        text-transform: capitalize;
        font-size: 18px;
        font-family: lora;
        margin: 5px 4px;
        font-weight: 700;
        position: relative;
        cursor: pointer;
    }

    .cat-pg-breadcrumb {
        width: 100%;
    }

    .catagory-filter {
        width: 20%;
    }

    .product-list-wraper {
        width: 80%;
        margin: auto;
    }

    .product-lists {
        gap: 0 20px;
    }

    .product-item {
        width: calc((100% - 40px) / 3);
    }

    .main-view .cat-facets {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 15px;
    }

    .main-view .facet-head {
        color: #333;
        font-size: 16px;
        margin: 15px 0 0;
        cursor: pointer;
        position: relative;
        text-transform: capitalize;
    }

    .main-view .facet-body {
        padding: 5px 15px;
    }

    .main-view .facet-linkname,
    .main-view .facet-linkname-rating {
        font-size: 14px;
        margin: 5px;
        color: #333;
        cursor: pointer;
        position: relative;
        padding-left: 21px;
        text-transform: capitalize;
    }

    .main-view .facet-linkhead input[type=checkbox] {
        display: none;
    }

    .main-view .facet-linkhead input[type=checkbox]+label.facet-linkname:not(.facet-linkname-verticalcolorfamily):before {
        font-family: jioicons;
        margin-right: 5px;
        position: absolute;
        left: 0;
        color: #333;
        content: "";
        background: url("../images/icon/square-regular.svg") no-repeat;
        width: 16px;
        height: 16px;
        font-size: 16px;
        top: 3px;
        font-weight: 400;
    }

    .facet-size-fit-category-description {
        text-align: left;
        color: #121212;
        font-family: lora;
        font-size: 14px;
    }

    .facet-size-fit-category-description .select-category-text {
        font-weight: 600;
        color: #176d94;
        cursor: pointer;
    }

    .catagory-product-wraper .accordion-body,
    .catagory-product-wraper .accordion-item:first-of-type .accordion-button {
        padding: 0;
    }

    .catagory-product-wraper .accordion {
        padding: 10px;
    }

    .main-view .facet-head:before {
        content: "\2b";
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        top: 0;
        font-weight: 700;
    }

    .facet-xpndicon.active:before{
        content: "\2212";
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        top: 0;
        font-weight: 700;
    }

    .product-list-wraper .filter-container {
        height: 60px;
        border-top: 1px solid #e5e3e3;
        border-bottom: 1px solid #e5e3e3;
        background-color: #fff;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .product-list-wraper .filter,
    .main-view .info {
        padding: 20px 10px;
        text-align: center;
    }

    .product-list-wraper .filter {
        position: relative;
        clear: both;
        height: 52px;
        background-color: #f9f9f9;
        margin: 3px 0;
    }

    .product-list-wraper .filter .length {
        text-align: left;
        color: #333;
        font-weight: 700;
        font-style: normal;
        padding: 0 5px;
        position: relative;
        font-size: 14px;
    }

    .product-list-wraper .filter {
        display: flex;
    }

    .product-list-wraper .filter>div {
        width: 50%;
    }

    .product-list-wraper .filter .sortby-filter,
    .product-list-wraper .filter .view label {
        font-weight: 400;
        color: #939393;
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
    }

    .product-list-wraper .filter .filter-dropdown {
        padding-left: 12px;
    }

    .filter-product-wraper .filter .sort {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .filter-product-wraper .sort select:focus-visible {
        border: none;
        box-shadow: transparent;
        outline: none;
    }

    .filter-product-wraper .sort select {
        position: relative;
        height: 25px;
    }

    .filter-product-wraper .filter .filter-dropdown select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        font-size: 12px;
        font-weight: 700;
        color: #666;
        border: 1px solid #333;
        padding: 1px 20px 1px 6px;
    }

    .product-list-home {
        display: none;
    }

    .product-catagory-wraper {
        display: none;
    }

    .product-brand p {
        font-family: SourceSansPro;
        color: #b19975;
        text-overflow: ellipsis;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: normal;
    }

    .product-price-wraper {
        display: flex;
        gap: 5px;
    }

    .product-name p {
        color: #333333;
        font-family: lora;
        font-size: 13px;
    }

    .product-price {
        font-weight: 800;
        color: #101010;
    }

    .product-del-price {
        text-decoration: line-through;
        color: #6D6D6D;
    }

    .product-off-percent {
        color: #00bf76;
        font-weight: 800;
    }

    .product-offers p {
        font-size: 10px;
        font-weight: 700;
        color: #00bf76;
    }

    .product-detail-wraper {
        text-align: center;
    }

    .product-price-wraper {
        justify-content: center;
        font-size: 13px;
    }

    .product-img {
        margin-bottom: 10px;
    }

    .product-offers {
        padding: 5px;
        font-family: SourceSansPro;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: 600;
    }

    .cat-pro-main-title {
        padding: 20px 10px;
        text-align: center;
    }

    .cat-pro-main-title h1 {
        font-family: lora !important;
    }

    .breadcrumb-section {
        padding-top: 10px;
        letter-spacing: 1px;
        color: #939393;
        font-size: 11px;
        display: block;
        width: 100%;
        position: relative;
    }

    .breadcrumb-section li.breadcrumb-list {
        list-style-type: none;
        float: left;
        margin-right: 7px;
        cursor: pointer;
    }

    .breadcrumb-section li+li:before {
        content: "/";
        margin-right: 7px;
    }
}

.category-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    border: 0.5px solid rgba(18, 18, 18, .12);
}

.back-to-home {
    flex-basis: 15%;
    justify-content: center;
    align-items: center;
}

.mobile-menu {
    flex-basis: 10%;
    align-items: center;
}

.main-cat-name-wrap {
    flex-basis: 45%;
    flex-direction: column;
}

.main-cat-name-wrap .cat-name {
    font-size: 12px;
    font-weight: 700;
    color: rgb(32, 32, 32);
}

.main-cat-name-wrap .no-product {
    font-size: 12px;
    font-weight: 700;
    color: #6D6D6D;
}

.cart,
.wishlisit,
.search {
    flex-basis: 10%;
}

.category-header>div {
    display: flex;
}