.elementor-3400 .elementor-element.elementor-element-1931afc{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-3400 .elementor-element.elementor-element-118a5bd .elementor-heading-title{font-size:37px;}.elementor-3400 .elementor-element.elementor-element-7124a0e{--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;--flex-wrap:wrap;--padding-top:20px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-3400 .elementor-element.elementor-element-73b5ee0{--display:flex;}.elementor-3400 .elementor-element.elementor-element-73b5ee0.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:769px){.elementor-3400 .elementor-element.elementor-element-1931afc{--content-width:1340px;}.elementor-3400 .elementor-element.elementor-element-7124a0e{--content-width:1340px;}.elementor-3400 .elementor-element.elementor-element-73b5ee0{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-26d404b *//* =====================================
   SHOP LAYOUT
===================================== */

.sun-shop-layout{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:30px;
    align-items:start;
}

/* =====================================
   SIDEBAR
===================================== */

.sun-shop-sidebar{
    position:sticky;
    top:120px;
}

.sun-filter-box{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:25px;
    margin-bottom:20px;
}

.sun-filter-box h4{
    font-size:24px;
    margin-bottom:20px;
    font-weight:700;
}

.sun-cat-list{
    list-style:none;
    margin:0;
    padding:0;
}

.sun-cat-list li{
    border-bottom:1px solid #eee;
    padding:12px 0;
}

.sun-cat-list li:last-child{
    border:none;
}

.sun-cat-list li a{
    color:#444;
    text-decoration:none;
}

.sun-cat-list .current-cat a,
.sun-cat-list li a:hover{
    color:#000;
    font-weight:700;
}

/* =====================================
   PRODUCTS AREA
===================================== */

.sun-shop-products{
    width:100%;
}

.woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.woocommerce ul.products li.product{
    width:100% !important;
    margin:0 !important;
    border:1px solid #e5e5e5;
    padding:18px;
    background:#fff;
    transition:.35s;
    display:flex;
    flex-direction:column;
}

.woocommerce ul.products li.product:hover{
    background:#f5f2ea;
}

/* IMAGE */

.woocommerce ul.products li.product img{
    width:100%;
    height:330px !important;
    object-fit:cover;
    margin-bottom:15px !important;
    transition:.4s;
}

.woocommerce ul.products li.product:hover img{
    transform:scale(1.03);
}

/* CATEGORY */

.wd-product-cats,
.product-category{
    font-size:14px;
    color:#777;
    margin-bottom:10px;
}

/* TITLE */

.woocommerce-loop-product__title,
.wd-entities-title{
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
    min-height:56px;
    margin-bottom:12px !important;
}

/* PRICE */

.price{
    margin-top:auto;
    font-size:16px !important;
    font-weight:700 !important;
}

/* SALE BADGE */

.onsale{
    top:15px !important;
    left:15px !important;
    background:#fff4ef !important;
    color:#ff5c39 !important;
    border-radius:4px !important;
    padding:6px 10px !important;
    min-height:auto !important;
    min-width:auto !important;
}

/* HIDE CATEGORY TITLE & DESCRIPTION */

.tax-product_cat .page-title,
.tax-product_cat .term-description,
.tax-product_cat .archive-description,
.tax-product_cat .woocommerce-products-header{
    display:none !important;
}

/* MOBILE */

@media(max-width:991px){

    .sun-shop-layout{
        grid-template-columns:1fr;
    }

    .woocommerce ul.products{
        grid-template-columns:repeat(2,1fr);
    }

    .sun-shop-sidebar{
        position:relative;
        top:auto;
    }
}

@media(max-width:767px){

    .woocommerce ul.products{
        grid-template-columns:1fr;
    }

    .woocommerce ul.products li.product img{
        height:260px !important;
    }
}


/* PRODUCT CARD */

.woocommerce ul.products li.product{
    border:1px solid #e5e5e5 !important;
    padding:18px !important;
    background:#fff !important;
    transition:.35s;
    display:flex !important;
    flex-direction:column !important;
}

.woocommerce ul.products li.product:hover{
    background:#f5f2ea !important;
}

/* IMAGE */

.woocommerce ul.products li.product .product-image-link,
.woocommerce ul.products li.product .product-element-top{
    margin-bottom:15px !important;
}

.woocommerce ul.products li.product img{
    width:100% !important;
    height:360px !important;
    object-fit:cover !important;
}

/* REMOVE WOODMART SPACING */

.wd-product-cats{
    margin:0 0 8px !important;
    padding:0 !important;
    font-size:14px !important;
    color:#777 !important;
}

.wd-product-cats a{
    color:#777 !important;
}

/* TITLE */

.wd-entities-title,
.woocommerce-loop-product__title{
    margin:0 0 12px !important;
    font-size:18px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
    color:#222 !important;
}

/* PRICE */

.price{
    margin:0 !important;
    font-size:16px !important;
    font-weight:700 !important;
    color:#222 !important;
}

.price ins{
    background:none !important;
}

.price del{
    color:#999 !important;
    margin-left:8px !important;
}

/* BADGE */

.onsale{
    top:15px !important;
    left:15px !important;
    padding:5px 10px !important;
    border-radius:4px !important;
    background:#fff5f2 !important;
    color:#ff5c39 !important;
    font-size:14px !important;
}

/* REMOVE BIG GAPS */

.product-wrapper,
.content-product-imagin,
.fade-in-block{
    margin:0 !important;
    padding:0 !important;
}

/* FORCE CORRECT ORDER */

.wd-product-cats{
    order:1;
}

.wd-entities-title{
    order:2;
}

.price{
    order:3;
}

/* GRID */

.woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:0 !important;
}

.woocommerce ul.products li.product{
    width:100% !important;
    margin:0 !important;
}/* End custom CSS */