/* Sliders */

/* @media only screen and (min-width: 1200px) {
.product-slider {
    margin-left: -75px;
    margin-right: -75px;
}
}*/

/* Shop Page */

.woocommerce-Price-amount .amount {
        font-size: 14px;
    color: #1e5c96;
}

.shop-subcategories {
    border-bottom: 1px solid #7AC943;
}

#wpfBlock_2 {
    display: none !important;
}

div.wpfFilterWrapper {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 18px !important;
}

.wpfFilterWrapper .wfpTitle {
    font-size: 15px !important;
    color: #333333 !important;
}

.wpfFilterWrapper .wpfCheckbox label::before {
    background-color: #D8E2EA;
    
}

.body .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
    border-radius: 8px !important;
}

#secondary .widget ul.product-categories {
    overflow-y: auto !important;
    overflow: hidden;
}

.wpfFilterWrapper .wfpTitle {
    font-size: 16px;
    font-weight: 500 !important;}
    
    .wpfTitleToggle {
        color: transparent !important;
        background-image: url(/wp-content/uploads/2025/05/blue-arrow.svg);
    background-size: 12px;
    background-position: center right;
    background-repeat: no-repeat;
    transition: 200ms ease-in-out;
    }
    
    span.ui-slider-handle {
    left: 0%;
    border-radius: 50% !important;
    background: #1e5c96 !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
}

.ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: #e8eded !important;
    border-radius: 0;
    border: none !important;
    height: 4px !important;
}

div.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #1E5C96 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.2em !important;
}

.body .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before
 {
    border-radius: 5px !important;
    width: 16px;
    height: 16px;
    background: #1e5c9612 !important;
    border: none !important;
}

/* Arrows for widgets */

/* .product-categories li.cat-parent > a::after {
  content: " ▾";
  float: right;
  font-size: 0.8em;
  transition: transform 0.2s;
}

.product-categories li.cat-parent.open > a::after {
  transform: rotate(180deg);
} */


.product-categories .toggle-icon {
    float: right;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 0;
    display: block;
    color: transparent;
    width: 72px;
    height: 22px;
    background-image: url(/wp-content/uploads/2025/05/blue-arrow.svg);
    background-size: 12px;
    background-position: center right;
    background-repeat: no-repeat;
    transition: 200ms ease-in-out;

}

.product-categories li.cat-item {
    position: relative;
}



/*

.toggle-submenu {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  cursor: pointer;
}

.cat-parent.open > .toggle-submenu {
  transform: rotate(-135deg);
}


*/


#secondary .widget_recent_comments ul li a, #secondary .widget a, body .widget-area .widget, body .widget-area .widget.widget_categories a, body .widget_product_categories ul .children a {
    font-size: 13px;
}



/* Compare Page */

.br_main_top h3 {
    font-size: 16px !important;
}

div.br_opacity_top {
    max-height: 150px;
}

/* Whishlist */

.commercekit-wishlist-table thead th
 {
    border: none !important;
}

.commercekit-wishlist-table .cart button
 {
    transition: .2s all;
    border-radius: 2px;
    font-size: 14px;
    color: #1e5c96;
    white-space: nowrap;
    font-weight: bold;
    background: transparent;
    border: 1px solid;
    border-radius: 10px;
}


/* Page title */

h1.entry-title
 {
    color: #262626;
    text-align: left;
    font-size: 2em;
    padding-bottom: 25px;
    border-bottom: 1px solid #1373c9;
}

.archive-header
 {
    border-bottom: 1px solid #1e5c9654 !important;
    margin-bottom: 19px !important;
    padding-bottom: 0 !important;
}