nav.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

nav.breadcrumbs ul li {
    padding: 3px;
    padding-left: 0;
}

nav.breadcrumbs ul li a {
    font-size: 15px;
}

nav.breadcrumbs ul li:not(:last-child)::after {
    content: "\276F";
    padding: 0 5px;
    color: #000;
}

.product-header {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-header h1 {
    font-size: 21px;
    font-weight: bold;
    margin: 1rem 0;
}
.product-header .woocommerce-product-details__short-description {
    font-size: 16px;
}
.product-details .details-boxs {
    display: flex;
}

.product-details .details-boxs .images {
    flex: 1;
}

.product-details .details-boxs .details {
    flex: 1;
    padding-left: 15px;
}

.details-boxs .details span.price {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.33em;
    color: black;
    display: block;
    margin: 0;
}
.details-inner {
    margin-top: 1rem;
}

nav.product-nav {
    padding: 10px 0;
}

nav.product-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

nav.product-nav ul li {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 17px;
    cursor: pointer;
    width: 50%;
    color: #0080ce;
}

nav.product-nav ul li:hover {
    border-color: #04b304;
    color: #04b304;
}

nav.product-nav ul li:hover svg {
    fill: #04b304;
    transform: scale(1.1);
}

nav.product-nav ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    fill: #0080ce;
}

button.clickout {
    background-color: #04b304 !important;
    border-radius: 8px;
}
a.clickout {
    color:#0080ce;
}
button.clickout:hover {
    background-color: #e09513 !important;
}

.details-boxs .details button.clickout {
    width: 250px;
    height: 48px;
    font-size: 17px;
}

table.historic-prices {
    width: 100%;
    margin-top: 1rem;
}

table.historic-prices tr td {
    font-weight: bold;
    font-size: 15px;
    border-color: #f1f1f1;
    color: #333;
    padding: 4px 0 2px 11px;
    border: 1px solid #dee2e6;
}

table.historic-prices tr td small {
    display: block;
    font-weight: 500;
}

.container-section table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    width: 100%;
    text-align: left;
}

.container-section table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.container-section table th,
.container-section table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
}

.container-section table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.container-section table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.container-section table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.container-section table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.container-section {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}
.container-section .section-heading::after{
    display: none;
}
.products.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products.flex .product {
    width: calc(100% / 4 - 15px);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    position: relative;
}
.products.flex .product a {
    text-decoration: none;
}
.search-page.products.flex .product {
    width: calc(100% / 3 - 10px);
}

.products.flex .product:hover {
    box-shadow: 0 4px 12px rgba(33, 36, 41, .141);
}

.products.flex .product .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.33em;
    margin: 0;
    margin-top: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products.flex .product .product-image {
    max-height: 160px;
    height: 140px;
    width: auto;
    margin: auto;
    display: block;
}

.products.flex .product .price {
    font-weight: 700;
    font-size: 27px;
    line-height: 1.33em;
    color: black !important;
    display: block;
    margin: .5rem 0;
}

.products.flex .product span {
    color: black !important;
}

.products.flex .product .best {
    color: #04b304 !important;
}

.products.flex .product button.clickout {
    margin: auto;
    display: block;
    margin-top: .5rem;
    height: 45px;
}

.woocommerce-category .sidebar-filters {
    width: 20%;
}

.woocommerce-category .sidebar-filters .widget {
    background-color: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.woocommerce-category .sidebar-filters .item-filter {
    margin-bottom: 1rem;
}

.woocommerce-category .sidebar-filters .item-filter select {
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sliders_control {
    position: relative;
    min-height: 50px;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

.filter-price {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.filter-price .sliders_control {
    position: relative;
    min-height: 25px;
    margin-top: 15%;
}

.filter-price .form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

.filter-price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

.filter-price input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

.filter-price input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

.filter-price input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}


.filter-price input[type=number]::-webkit-inner-spin-button,
.filter-price input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.filter-price input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

.filter-price #fromSlider {
    height: 0;
    z-index: 1;
}

.woocommerce-category .wc-loop-body {
    width: 80%;
}

.woocommerce-category .products.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
.sidebar-filters {
    margin-bottom: 20px;
}

.sidebar-filters .widget form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-radius: 4px;
}

.sidebar-filters .widget form.expanded {
    max-height: 500px; /* Ajuste conforme necessário */
}
.woocommerce-category {
    display: flex;
}


.woocommerce-category .products.flex .product,
.search-page.products.flex .product {
    width: calc(100% / 3 - 15px);
    margin: 0 0 15px 15px;
    float: none;
    clear: none;
}
.page-numbers li span:not(.current) {
    cursor: pointer;
}
.page-numbers li span:not(.current):hover {
    background: #e9e6ed;
    color: #816e99;
}
@media screen and (min-width: 750px) {
    .sidebar-filters .widget form {
        max-height: none;
    }
    .sidebar-filters h4 i {
        display: none;
    }
}
@media screen and (max-width: 749px) {
    .woocommerce-category {
        display: block;
    }
    .woocommerce-category .sidebar-filters,
    .woocommerce-category .wc-loop-body {
        width: 100%;
    }
    .woocommerce-category .products.flex .product,
    .search-page.products.flex .product {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 15px;
    }
    
}
@media screen and (max-width: 650px) {
    nav.breadcrumbs ul li:not(:last-child) {
        display: none;
    }

    nav.breadcrumbs ul li:last-child::before {
        content: "\276E";
        padding: 0 5px;
        color: #000;
    }

    .product-header h1 {
        font-size: 18px;
    }
    

    .section-heading .h-text {
        font-size: 17px;
    }

    .product-details .details-boxs {
        display: block;
    }

    .details-boxs .details button.clickout {
        max-width: 370px;
        width: 100%;
    }

    .thumbnails-container img {
        width: 50px !important;
    }

    .product-details .details-boxs .details {
        padding: 15px 0;
    }

    .details-inner {
        display: block;
    }
    .product-header {
        padding-bottom: 0;
    }
    nav.product-nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    nav.product-nav ul li {
        border: none;
        width: 50%;
        color: #0080ce;
    }
    nav.product-nav ul li svg {
        fill: #0080ce;
    }
    .products.flex .product {
        width: calc(100% / 2 - 15px);
    }
    .woocommerce-category .sidebar-filters {
        width: 100%;
    }
    
}
@media screen and (max-width: 400px) {
    .products.flex .product {
        width: 100%;
    }
    .woocommerce-category .products.flex .product,
    .search-page.products.flex .product {
        width: 100%;
        margin: 0 0 15px;
    }
}
.products .product[data-drop]:before,
.products .product[data-best]:before {
    background-color: #007fff;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    opacity: 1;
    color: white;
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.products .product[data-drop]:before {
    content: attr(data-drop);
}
.products .product[data-best]:not([data-drop]):before {
    content: 'Melhor Preço';
}
.products .product[data-drop] .product-image,
.products .product[data-best] .product-image {
    padding-top: 15px;
}
.products.flex .product.offer-2 a:before {
    content: "↯ 14% de Desconto";
    background-color: #007fff;
    position: absolute;
    font-size: 13px;
    opacity: 1;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px;
    top: 5px;
    left: 5px;
}