.breadcrumbs .woocommerce-breadcrumb{
    margin-bottom: 0;
}

.breadcrumbs .woocommerce-breadcrumb > a{
    font-size: 12px;
    text-decoration: none;
}

.breadcrumbs .woocommerce-breadcrumb .separate_icon{
    margin: 0 8px;
}

.plp_contact_text a{
    font-size: inherit;
    text-decoration: none;
}

.plp_tabs .e-n-tab-title:hover,
.plp_tabs .e-n-tab-title:focus{
    border-radius: 0;
}

.ep-selected-filter-button{
    font-weight: 400 !important;
}

.selected-filters:before {
    top: 0px !important;
    font-size: 16px;
}

.selected-filters-area .clear-all {
    color: #494D52;
    font-weight: 400;
    text-underline-offset: 2px;
}

.selected-filters-area .clear-all:hover{
    color: #1f1f1f;
}

.filter-heading .elementor-heading-title {
    padding: 0 !important;
    margin-top: 0px !important;
}

.filter-heading .elementor-heading-title::after,
.filter-heading.closed .elementor-heading-title::before{
    top: 12px !important;
    /* height: 1px !important; */
}

.e-loop-nothing-found-message__text {
  padding: 16px;
  margin: 0 auto;
  background: #f6f6f6;
  max-width: 520px;
}

.plp_contact_text a{
    font-weight: 700;
    font-size: inherit;
    text-decoration: none;
}

.plp_tryon span.try-on {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    background: url(/wp-content/uploads/2025/12/try-on-icon.png) no-repeat left center / 27px;
    padding: 4px 16px 4px 35px;
}

.product_loop_item {
    text-decoration: none !important;
}

.frame-size-attr .e-filter {
    display: grid !important;
    gap: 8px 0;
    margin-bottom: 16px;
}

.frame-size-attr .e-filter {
    grid-template-columns: repeat(4, 1fr);
}

.frame-size-attr .e-filter .e-filter-item {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px !important;
    text-align: center !important;
}
.frame-size-attr .e-filter .e-filter-item[aria-pressed=true],
.frame-size-attr .e-filter .e-filter-item:hover{
    background: #f7f7f7;
    border: 1px solid #1f1f1f;
}
.frame-size-attr .e-filter .e-filter-item::before {
    display: none;
}

.plp_tabs:has(.term-description:empty) #information_tab {
  display: none;
}

p.price:has(del) {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}

p.price ins {
    text-decoration: none;
}

p.price del {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #909090;
    opacity: 1 !important;
}

.discount_label {
    padding: 4px 12px;
    background: #E34320;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42em;
}

.search-no-results .filters-sidebar,
.search-results:has(.e-loop-nothing-found-message) .filters-sidebar,
.search-results:has(.e-loop-nothing-found-message) .mobile-filters,
.search-results:has(.e-loop-nothing-found-message) .sorting-wrapper{
    display: none;
}

.search-no-results .products_area,
.search-results:has(.e-loop-nothing-found-message) .products_area{
    width: 100%;
}

.filter-values.vto .e-filter-item, .filter-values.vto .e-filter-item:hover, .filter-values.vto .e-filter-item:focus {
    padding-left: 0 !important;
    position: relative;
}

.filter-values.vto .e-filter-item[aria-pressed="true"]::before {
    background: #2E4379 !important;
    border-color: #2E4379 !important;
}

.filter-values.vto .e-filter-item[aria-pressed="true"]::after {
    background: #fff !important;
}

.products-area .page-numbers.current, .products-area .page-numbers:hover:not(.products-area .page-numbers.prev:hover):not(.products-area .page-numbers.next:hover) {
    background: #2E4379 !important;
}

.products-area span.page-numbers.prev,
.products-area span.page-numbers.next{
    cursor: not-allowed;
}

.products-area a.page-numbers.prev,
.products-area a.page-numbers.next{
    background: url('/wp-content/uploads/2026/01/prev-enabled.png') no-repeat center center / 8.27px !important;
}
.products-area a.page-numbers.next {
    transform: rotate(180deg) !important;
}

.products-area .page-numbers{
    text-decoration: none !important;
}

.filter-values .e-filter-item[aria-pressed="true"]::before {
    background: url(/wp-content/uploads/2025/12/checked.png) no-repeat left center / 22px !important;
}

.woocommerce div.product:not(.woocommerce div.product:hover) {
  border-bottom: 1px solid #eee !important;
}

.filter-values .e-filter::-webkit-scrollbar{
    width: 4px;
}

.filter-values .e-filter::-webkit-scrollbar-button{
    display: none;
}

.filter-values .e-filter::-webkit-scrollbar-thumb{
    width: 4px;
    border-radius: 7px;
    background: #707070;
}

.selected-filters:before {
    content: 'Filters:' !important;
}

@media screen and (min-width:769px) and (max-width: 1200px){
    .frame-size-attr .e-filter {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media(min-width:769px){
    .filter-values.vto .e-filter-item::after {
        top: 13px !important;
        height: 18px !important;
        width: 18px !important;
    }
    .filter-values .e-filter:not(.filter-values .e-filter.closed):not(.filter-values.closed .e-filter) {
        max-height: 370px !important;
    }
    .filter-values.closed .e-filter{
        max-height: 0px !important;
    }
    .sorting-wrapper .sort-value::before {
        left: -43px !important;
    }
}

@media(max-width:768px){
    .filter-values.vto .e-filter-item::after {
        top: 11px !important;
    }
}