.header-container.header-3 .horizontal-menu {
  text-align: center !important;
}
.header-container.header-3 .logo {
  text-align: left !important;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: unset !important;
}

#secondary .widget {
    margin: 0 0 30px 0 !important;
}

.shop-products .actions .yith-wcwl-add-to-wishlist a::before {
    width: 100%;
    height: 100%;
    padding: 0px 1px 0px 0px;
}

li.add-to-compare {
    display: none !important;
}

#secondary .widget_product_categories li {
    padding-left: 25px;
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg,transparent var(--low),#7fadb9 0,#7fadb9 var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #7fadb9;
    background: var(--track-background);
}

select#gtranslate_selector {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: none;
    color: #999999;
    height: 45px;
    line-height: 20px;
    margin: 0;
    min-width: 0;
    outline: none;
    padding: 10px 20px 10px 10px;
    text-align: left;
    white-space: nowrap;
    background-color: #f8f8f8;
}