/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-nav-menu .sub-arrow {
    padding: 5px;
}
.home-banner .swiper-slide-inner {
    max-width: 1440px;
}
.home-banner .elementor-swiper-button-next{
    background: url(/wp-content/uploads/2025/05/arrow-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
}
.home-banner .elementor-swiper-button-prev{
    background: url(/wp-content/uploads/2025/05/arrow-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 52px;
}
.equipment-grids .elementor-image-box-title {
    margin-bottom: 0px;
}
.equipment-grids .elementor-widget-image-box {
    border-right: 1px solid rgba(224, 224, 224, 0.2);
}
.dealer-search {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

a.lmp_button {
   background: #fff300 !important;
   text-transform: uppercase;
   letter-spacing: 0px;
   color: #1E1E1EF2 !important;
   padding: 15px 20px 15px 20px !important;
   font-size: 18px !important;
   font-weight: 700 !important;
   border-radius: 4px !important;
}

body .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background-color: #73238c !important;
    color: #FFF !important;
}
.wpfFilterWrapper[data-filter-type] {
    padding: 5px 20px 10px !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.wfpTitle.wfpClickable {
     font-weight: 700;
     cursor: pointer;
     margin-bottom: 11px;
     color: #000000;
     font-size: 20px;
     position: relative;
     padding: 0;
}

.wpfFilterTitle {
    margin: 0;
}

.wpfTitleToggle {
    top: 3px;
}
span.wpfFilterTaxNameWrapper {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.wpfFilterContent ul input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    opacity:0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
}

.wpfFilterContent span.wpfCheckbox:before {
    content: "" !important;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd8d8 !important;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
}

span.wpfCheckbox {
    padding-left: 23px;
}

.wpfFilterVerScroll li label {
    vertical-align: inherit !important;
    min-height: 20px;
} 
ul.products li.product  .button.product_type_simple {
    color: #73238C !important;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.woocommerce.columns-4 {
    max-width: 1280px;
    margin: auto;
}

 .woocommerce-page ul.products li.product:before {
    content: '';
    background: rgb(0 0 0 / 3%);
    position: absolute;
    width: 5564px;
    height: 1px;
    bottom: 0px;
    right: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
 .woocommerce-page ul.products li.product:after {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
    width: 25%;
    padding: 26px 16px;
    height: 100%;
    margin-bottom: 0 !important;
    min-height: 450px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product:nth-child(4n):after {
   content: none;
  }

span.wpfCheckbox.checked + span.wpfDisplay  span.wpfFilterTaxNameWrapper{
    color: #73238c !important;
}
 
span.wpfCheckbox.checked:before {
    background: #73238c !important;
}




