.elementor-2334 .elementor-element.elementor-element-b6c7380{--display:flex;--min-height:655px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2334 .elementor-element.elementor-element-b6c7380:not(.elementor-motion-effects-element-type-background), .elementor-2334 .elementor-element.elementor-element-b6c7380 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#7A9A8B;}.elementor-2334 .elementor-element.elementor-element-26946a3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2334 .elementor-element.elementor-element-8946b60{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2334 .elementor-element.elementor-element-df2df9b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2334 .elementor-element.elementor-element-df2df9b .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:60px;font-weight:600;line-height:73px;color:#000000;}.elementor-2334 .elementor-element.elementor-element-b67e9ea{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2334 .elementor-element.elementor-element-050785f img{width:100%;}.elementor-2334 .elementor-element.elementor-element-cd6d6aa{--display:flex;}@media(min-width:768px){.elementor-2334 .elementor-element.elementor-element-8946b60{--width:60%;}.elementor-2334 .elementor-element.elementor-element-b67e9ea{--width:40%;}}@media(max-width:767px){.elementor-2334 .elementor-element.elementor-element-b6c7380{--min-height:300px;}.elementor-2334 .elementor-element.elementor-element-df2df9b .elementor-heading-title{font-size:33px;line-height:1.4em;}}/* Start custom CSS for filter-plus-woo, class: .elementor-element-6773025 *//* ==========================================
   FILTER PLUS - PROFESSIONAL CUSTOM STYLE
   Color Palette
   Primary : #7A9A8B
   Accent  : #C9B89A
========================================== */

/* ===== SIDEBAR ===== */

.shop-sidebar{
    background:transparent;
}

.sidebar-label{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
    line-height:1.2;
}

/* ===== SEARCH BAR ===== */

.search-form-1{
    position:relative;
    margin-bottom:40px;
}

.search-form-1 .sidebar-input{
    width:100%;
    height:58px;
    border:2px solid #7A9A8B !important;
    border-radius:14px;
    background:rgba(122,154,139,.05);
    padding:0 70px 0 18px;
    font-size:15px;
    transition:.3s ease;
}

.search-form-1 .sidebar-input:focus{
    border-color:#7A9A8B;
    box-shadow:0 0 0 4px rgba(122,154,139,.15);
    outline:none;
}

/* Search Button Fixed */

.search-button1{
    position:absolute;
    right:4px;
    top:4px;
    width:50px !important;
    height:50px !important;
    border:none !important;
    background:#7A9A8B !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 !important;
    margin:0 !important;

    border-radius:12px;
    transition:.3s ease;
}

.search-button1:hover{
    background:#C9B89A !important;
}

.search-button1 svg{
    width:20px;
    height:20px;
    fill:#fff;
    display:block;
}

/* ===== CATEGORY LIST ===== */

.category-list{
    padding:0 !important;
    margin:0 !important;
}

.category-list > li{
    position:relative;
    list-style:none;
    padding:14px 18px;
    margin-bottom:10px;
    border-radius:12px;
    background:rgba(122,154,139,.05);
    cursor:pointer;
    transition:.3s ease;
    color:#333 !important;
    font-weight:500;
    line-height:1.6;
}

/* Hover Background */

.category-list > li:hover{
    background:#C9B89A !important;
}

/* Hover Text Color */

.category-list > li:hover,
.category-list > li:hover *,
.category-list > li.active,
.category-list > li.active *{
    color:#ffffff !important;
}

/* Parent Arrow */

.category-list > li[id*="parent"]::after{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    font-weight:700;
    color:#7A9A8B;
}

.category-list > li[id*="parent"]:hover::after{
    color:#fff;
}

/* ===== SUB CATEGORY ===== */

.sub_categories{
    display:none;
    margin:10px 0 15px 12px !important;
    padding-left:15px !important;
    border-left:2px solid rgba(122,154,139,.35);
}

.category-list > li:hover + .sub_categories{
    display:block !important;
}

.sub_categories li{
    list-style:none;
    padding:10px 12px;
    margin-bottom:6px;
    border-radius:10px;
    transition:.3s ease;
    color:#555 !important;
    background:transparent;
}

.sub_categories li:hover{
    background:rgba(201,184,154,.18);
    color:#7A9A8B !important;
}

/* ===== PRODUCT CARD ===== */

.product-style{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:.35s ease;
}

.product-style:hover{
    transform:translateY(-6px);
}

.product-thumbnail img{
    border-radius:18px;
}

/* Product Title */

.product-name a{
    color:#222 !important;
    font-size:18px;
    font-weight:600;
    line-height:1.45;
    transition:.3s;
}

.product-name a:hover{
    color:#7A9A8B !important;
}

/* Price */

.product-price{
    color:#7A9A8B !important;
    font-size:22px;
    font-weight:700;
}

/* Category Badge */

.filter-cat-badge span{
    background:#7A9A8B !important;
    color:#fff !important;
    padding:8px 16px !important;
    border-radius:30px !important;
    font-size:12px;
    font-weight:600;
    letter-spacing:.4px;
}

/* ===== ADD TO CART ===== */

.cart_button-1{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;

    border-radius:50% !important;
    background:#7A9A8B !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    transition:.3s ease;
    box-shadow:0 8px 20px rgba(122,154,139,.20);
}

.cart_button-1:hover{
    background:#C9B89A !important;
    transform:translateY(-2px);
}

.cart_button-1 svg{
    fill:#fff !important;
}

/* ===== SHOWING TEXT ===== */

.showing p,
.showing span{
    color:#7A9A8B !important;
    font-weight:600;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .sidebar-label{
        font-size:26px;
    }

    .search-form-1 .sidebar-input{
        height:54px;
    }

    .search-button1{
        width:46px !important;
        height:46px !important;
    }
}/* End custom CSS */