.elementor-1908 .elementor-element.elementor-element-aaa0f73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1908 .elementor-element.elementor-element-62481d2 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;line-height:1.4em;}.elementor-1908 .elementor-element.elementor-element-d1aceab .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;line-height:1.4em;}#elementor-popup-modal-1908 .dialog-widget-content{animation-duration:1.2s;border-radius:8px 8px 8px 8px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1908{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1908 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1908 .dialog-close-button{display:flex;}@media(max-width:1200px){.elementor-1908 .elementor-element.elementor-element-62481d2 .elementor-heading-title{font-size:18px;}.elementor-1908 .elementor-element.elementor-element-d1aceab .elementor-heading-title{font-size:18px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1908 .elementor-element.elementor-element-62481d2 .elementor-heading-title{font-size:17px;}.elementor-1908 .elementor-element.elementor-element-d1aceab .elementor-heading-title{font-size:17px;}#elementor-popup-modal-1908 .dialog-message{width:500px;}}@media(max-width:560px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}#elementor-popup-modal-1908 .dialog-message{width:300px;}}/* Start custom CSS for shortcode, class: .elementor-element-b867c13 */.product-cat-list {
            list-style: none;
          padding:0;
            display: none;
        }

        .product-categories-wrapper > .product-cat-list {
            display: block;
        }

        .product-cat-list li {
            margin: 6px 0;
        }

        .cat-parent {
            cursor: pointer;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    font-weight: 400;
    user-select: none;
    flex-direction: row-reverse;
    justify-content: space-between;
        }

        .arrow {
            font-size: 18px;
            display: inline-block;
            transition: transform 0.2s ease;
        }

        .cat-parent.open .arrow {
            transform: rotate(90deg);
        }

        .product-cat-list a {
            text-decoration: none;
            text-align:left;
            display: inline-block;
            padding-left:0px;
            color:#212529;
        }
         .product-cat-list a:hover {
            color:#00A9FF;
        }/* End custom CSS */