/*********loader code*************/
.skeleton-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.skeleton-image,
.skeleton-text {
  background: linear-gradient(
    90deg,
    #e3e3e3 25%,
    #f5f5f5 50%,
    #e3e3e3 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 8px;
}

.skeleton-image {
  width: 100%;
  height: 160px;
}

.skeleton-text {
  width: 100%;
  height: 18px;
  border-radius: 4px;
}

.skeleton-text.short {
  width: 60%;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.cat-card-row .best-seller p {
    color: #000000 !important;
}
.cat-card-row .best-seller.lowest-price p{
      color: #ffffff !important;
}
@keyframes shimmer {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}

.skeleton-image,
.skeleton-text {
    background: linear-gradient(90deg,
            #e0e0e0 25%,
            #f5f5f5 50%,
            #e0e0e0 75%);
    background-size: 200% 100%;
}

.main-loader-div svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.main-loader-div {
    height: 100vh;
    width: 100vw !important;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    justify-content: center;
    background-color: #000000c4;
    z-index: 9999;
}

.power-tool p {
    line-height: 23px !important;
    font-weight: 300 !important;
    margin-top: 15px !important;
}

.topselling-slider .owl-nav {
    gap: 5px;
    position: absolute;
    top: -15% !important;
    right: 0px !important;
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: end;
}

.topselling-slider a.owl-prev {
    left: 0px;
}

.topselling-slider a.owl-next {
    right: 0px;
}

.topselling-slider .Product-card {
    margin: 15px 5px 10px 0px !important;
    border-radius: 10px;
    max-width: 100% !important;
    flex: none !important;
    width: 100% !important;
    padding: 0px !important;
}

.topselling-slider .Product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 7px;
}

#tool-text p.hidden {
    display: none !important;
}

@media(max-width:991px) {
    .topselling-slider .owl-nav {
        top: -10% !important;
    }
}

@media(max-width:520px) {
    .discover-slider h2 {
        max-width: 230px !important;
    }
}

/**********featured brands code start************/
.featured-brand-slider .owl-nav {
    position: absolute;
    top: -40% !important;
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: flex-end;
    gap: 5px;
}

.item.brand-group {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.featured-brand-slider button.owl-prev {
    left: 0px;
}

.featured-brand-slider button.owl-next {
    right: 0px;
}

.featured-brand-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    padding: 33px 7px !important;
    height: 115px;
}

.featured-brand-slider .item img {
    object-fit: contain;
    height: -webkit-fill-available;
}

.featured-brand-slider .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}

.featured-brand-slider .owl-stage-outer {
    border-radius: 10px;
    /* left side radius */
    overflow: hidden;
}

.featured-brand-slider .owl-item {
    display: block;
}

@media(max-width:991px) {
    .featured-brand-slider .owl-nav {
        top: -40% !important;
    }

    .topselling-slider .Product-card:hover,
    .category-section .Product-card:hover .inner-card {
        box-shadow: none !important;
    }

}

/******recently viewed css start*****/

.recentlyview-slider .owl-nav {
    gap: 5px;
    position: absolute;
    top: -12% !important;
    right: 0px !important;
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: end;
}

.recentlyview-slider button.owl-prev {
    left: 0px;
}

.recentlyview-slider button.owl-next {
    right: 0px;
}

.recentlyview-slider .Product-card {
    margin: 10px 5px 10px 0px !important;
    border-radius: 10px;
    max-width: 100% !important;
    flex: none !important;
    width: 100% !important;
    padding: 0px !important;
}

.recentlyview-slider .Product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 7px;
}

.sidebar-filter-form .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.featured-row,
.category-section,
.shop-row,
.description-section {
    margin: 0px 0px 35px 0px !important;
}

.text-container {
    margin: 0;
}

.card-row.recently-row {
    margin-top: 35px !important;
}

.text-container img {
    padding: 0 !important;
    margin-bottom: 35px !important;
}

@media(max-width:991px) {
    .recentlyview-slider .owl-nav {
        top: -13% !important;
    }
}

@media(max-width:520px) {

    .recentlyview-slider h2,
    .featured-row h2,
    .shop-row h2 {
        max-width: 230px !important;
    }

    .power-tool.text-container img {
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
    }

}

/*******sidebar and product list css start****/

.category-section .sidebar {
    padding-right: 15px !important;
}

.category-section .card-col .sortby {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.sidebar-filter-form {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    gap: 20px;
    flex-direction: column;
    display: flex;
}

label.categories-label.subsubcategory-label {
    padding-left: 55px !important;
}

.subcategory-group {
    /* margin-top: 15px; */
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 0;
}

.section-content {
    display: none;
}

.open>.section-content {
    display: block;
}

.item {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    font-family: Switzer !important;
}

.toggle {
    font-size: 20px;
    cursor: pointer;
    margin-right: 6px !important;
    font-weight: 300 !important;
    width: 10px;
    display: inline-block;
    transition: 0.8s ease-in-out;
}

.cat-card-row .Product-card {
    flex: 0 0 calc(100% / 5 - 0px);
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.category-section .inner-card {
    border-radius: 10px !important;
}


.category-section .Product-card:hover .inner-card {
    border-radius: 10px !important;
    box-shadow: 3px 4px 7px rgb(0 0 0 / 21%);
}

.cat-heading-row {
    padding-bottom: 20px !important;
}

.sortby select {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: #fff !important;
    padding: 10px 30px 10px 12px !important;
    border-radius: 5px;
    border: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.sortby:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2025/11/chevron-down-solid-full.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;

}

.sortby {
    position: relative;
    display: inline-block;
}

.sortby p {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.category-section label {
    margin: 0px !important;
    line-height: 100%;
    font-weight: 400 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    display: flex;
}

label.brands-label {
    display: inline-block;
    position: relative;
    /* top: -4px; */
    left: 3px;
}

.sidebar-filter-form .search-bar {
    position: relative;
    display: inline-block;
}

.sidebar-filter-form .search-bar input {
    background-color: #F1F1F1 !important;
    border: 1px solid #15151533 !important;
    border-radius: 7px !important;
    padding: 10px 10px 10px 40px !important;
    color: var(--text-color) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    width: 100% !important;
    font-family: Switzer !important;
}

.sidebar-filter-form .search-bar {
    width: 100% !important;
    padding: 10px 0px;
}

.sidebar-filter-form .search-bar input::placeholder {
    color: #15151570;
}

.sidebar-filter-form .search-bar:before {
    content: "";
    background: url('/wp-content/uploads/2025/11/search-1.svg') no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.sidebar-filter-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0px 0px 0px 0px !important;
    border-radius: 4px !important;
    accent-color: var(--green-color) !important;
    transition: 0.8s ease-in-out;
    order: 2;
}

.sidebar-filter-form input[type="checkbox"]:focus {
    outline: none !important;
}

.category-link {
    order: 3;
}

a.plus-icon {
    width: 20px;
    order: 1;
    align-items: center;
    display: flex;
    font-size: 20px;
    padding-left: 5px !important;
    height: 18px;
    line-height: 100%;
    align-items: end;

}

div#category-group label.categories-label.category-label {
    /* padding: 0px !important; */
}

label.categories-label.category-label {
    /* padding-left: 15px !important; */
}

.atoz_parentcat {
    padding-left: 27px;
}

label.categories-label.subcategory-label {
    display: flex;
    padding-left: 27px !important;
}

.subcategory-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-filter-form li.cate-item {
    gap: 15px;
    flex-direction: column !important;
}

.price .item {
    padding-left: 0;
}

.brand .item {
    padding-left: 0;
}

li:focus-visible {
    outline: none !important;
}

.checkbox-group {
    height: 204px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

div#category-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-group::-webkit-scrollbar,
.brand-list::-webkit-scrollbar {
    width: 8px;
}

.checkbox-group::-webkit-scrollbar-track,
.brand-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 12px;
}

.checkbox-group::-webkit-scrollbar-thumb,
.brand-list::-webkit-scrollbar-thumb {
    background: #287777;
    border-radius: 12px;
}

.checkbox-group::-webkit-scrollbar-thumb:hover,
.brand-list::-webkit-scrollbar-thumb:hover {
    background: #185555;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
    outline: thin dotted #33333300 !important;
}

.sidebar-filter-form .items label {
    margin-left: 5px;
}

.item.has-children {
    padding-left: 0px;
    transition: 0.8s ease-in-out;
}

.item {
    padding-left: 16px;
}

.sub-child {
    padding-left: 15px !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;

}

.toggle-btn i {
    font-family: "Font Awesome 6 Free" !important;
}

.brand-list {
    height: 204px;
    overflow-y: auto;
}

#pagination {
    text-align: center;
    margin-top: 10px;
    gap: 5px;
    justify-content: center;
    display: flex;
}

#pagination .prev img {
    transform: rotate(180deg);
}

#pagination img {
    max-width: 16px;
    height: auto;
    width: 16px;
}

#pagination button {
    background: #ffffff;
    border: 1px;
    padding: 10px !important;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 32px;
    width: 32px;
    font-weight: 500;
    font-size: 14px;
}

#pagination button:hover {
    background: var(--green-color) !important;
}

#pagination button:hover img {
    filter: invert(1) !important;
}

#pagination button:focus {
    background: #fff !important;
}

#pagination .page-btn.active {
    background: var(--green-color) !important;
    color: #fff !important;

}

.mobile-filter-btn {
    display: none;
    cursor: pointer;
    gap: 10px;
    background: #fff !important;
    padding: 10px 30px 10px 12px !important;
    border-radius: 5px;
    border: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100% !important;
}

.mobile-filter-btn p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100% !important;
}

.mobile-filter-btn img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.filter-header {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    text-align: end;
}

.close-filter {
    /* width: 100% !important; */
    font-size: 20px;
    cursor: pointer;
    color: #333;
    transition: color 0.2s;
    padding: 5px 10px !important;
    border: 1px solid;
    border-radius: 5px;
    line-height: 100% !important;
}

.close-filter:hover {
    color: #000;
}

.sidebar-filter-form.active {
    left: 0;
}

body.filter-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.filter-header,
.mobile-filter-btn {
    display: none;
}

@media(max-width:767px) {
    .cat-card-row .Product-card {
        flex: 0 0 calc(100% / 2 - 0px) !important;
    }

    .cat-card-row .Product-card:nth-child(2n) {
        padding-right: 0px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .category-section .sidebar {
        width: 30% !important;
    }

    .card-col {
        width: 100% !important;
    }

    .cat-heading-row {
        padding-bottom: 15px !important;
    }

    .checkbox-group {
        overflow-x: clip;
    }
}

@media(min-width:768px) and (max-width:1100px) {
    .cat-card-row .Product-card {
        flex: 0 0 calc(100% / 3 - 0px) !important;

    }

    .product_count_show {
        display: none !important;
    }

    .cat-card-row .Product-card:nth-child(3n) {
        padding-right: 0px !important;
    }
}

/* Pagination Css Starts */

ul.pagination.product_paginations {
    padding: 0px;
    border: 0px !important;
    margin: 0px !important;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    border: none !important;
}

#product_pagination nav {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

ul.pagination.product_paginations li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.filter-count span {
    font-size: 15px !important;
    line-height: 15px !important;
}

.irs-handle {
    width: 15px !important;
    height: 15px !important;
    border: 4px solid #287777 !important;
    top: 26px !important;
    border-radius: 24px;
    background-color: #fff;
    z-index: 9 !important;
}

ul.pagination.product_paginations li.disabled {
    display: none !important;
}

ul.pagination.product_paginations.light-theme.simple-pagination li span {
    background: transparent;
    border-radius: 5px;
    border: 0px;
    color: #000;
    height: 25px !important;
    width: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px !important;
    line-height: 25px !important;
}

ul.pagination.product_paginations.light-theme.simple-pagination li a {
    background: #fff;
    border-radius: 5px;
    color: #484848;
    padding: 0px !important;
    height: 32px;
    border: none;
    line-height: 25px !important;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400 !important;
}

ul.pagination.light-theme.simple-pagination li.active .current {
    border: 0px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 32px !important;
    width: 32px !important;
    background: var(--green-color);
}

ul.pagination.product_paginations li:first-child {
    border-radius: 5px 0 0px 5px;
}

ul.pagination.product_paginations li:last-child {
    border-radius: 0 5px 5px 0px;
}

ul.pagination.light-theme.simple-pagination li a:hover {

    border: 0px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 5px;
    height: 32px !important;
    width: 32px !important;
    background: var(--green-color);
    box-shadow: none !important;
    text-decoration: none !important;
}

ul.pagination.light-theme.simple-pagination li .next:hover:after,
ul.pagination.light-theme.simple-pagination li .prev:hover:after {
    color: #00AEEB !important;
}


.pagination-result {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

div#product_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0px !important;
    margin: 15px 0px 0px;
    justify-content: center !important;
}

ul.pagination.product_paginations {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;

}

/******recently viewed****/

.recentlyview-slider .owl-nav {
    gap: 5px;
    position: absolute;
    top: -12% !important;
    right: 0px !important;
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: end;
}

.recentlyview-slider button.owl-prev {
    left: 0px;
}

.recentlyview-slider button.owl-next {
    right: 0px;
}

.recentlyview-slider .Product-card {
    margin: 10px 5px 10px 0px !important;
    border-radius: 10px;
    max-width: 100% !important;
    flex: none !important;
    width: 100% !important;
    padding: 0px !important;
}

.recentlyview-slider .Product-card:hover {
    box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 7px;
}

@media(max-width:991px) {
    .recentlyview-slider .owl-nav {
        top: -10% !important;
    }

    .filter-header,
    .mobile-filter-btn {
        display: flex;
    }

    .cat-card-row .Product-card {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .category-section .card-col {
        padding: 20px 0px 0px 0px !important;
    }

    .category-section {
        margin-top: 15px !important;
    }

    .category-section .card-col .sort-col {

        justify-content: center;
        height: 55px !important;
        position: fixed;
        bottom: -2px;
        left: 0px;
        border: 0px;
        background: #fff;
        z-index: 9;
        height: 60px;
        width: 50%;
        border-radius: 20px 0px 0px 0px;
        box-shadow: 0px 2px 16px 0px #0000001f;
    }

    .mobile-filter-btn {

        justify-content: center;
        height: 55px !important;
        position: fixed;
        bottom: -2px;
        right: 0px;
        border: 0px;
        background: #fff;
        z-index: 9;
        height: 60px;
        width: 50%;
        border-radius: 0px 20px 0px 0px;
        box-shadow: 0px 2px 16px 0px #0000001f;
    }

    .category-section .sidebar {
        /* display: none; */
        padding-right: 0px !important;
    }

    /* Sidebar filter */
    .sidebar-filter-form {
        position: fixed;
        top: 0;
        border-radius: 0px !important;
        left: -100%;
        height: 100%;
        width: 100%;
        max-width: 365px;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
        z-index: 999999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        padding: 15px;
    }

    p.product_count_show {
        display: none !important;
    }

    .sortby:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 86%;
        right: auto;
    }

    .sort-col {
        gap: 10px;
        align-items: center;
        display: flex;
    }

    .sortby p {
        display: none !important;
    }
}

@media(max-width:520px) {
    .recentlyview-slider h2 {
        max-width: 230px !important;
    }

}