.elementor-17020 .elementor-element.elementor-element-1bf161f{--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;}.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-17020 .elementor-element.elementor-element-acf1a6b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#000000;}.elementor-17020 .elementor-element.elementor-element-236019f{--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-17020 .elementor-element.elementor-element-ca7ac56{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17020 .elementor-element.elementor-element-af85c2d{font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}.elementor-17020 .elementor-element.elementor-element-f2847c2{--display:flex;}.elementor-17020 .elementor-element.elementor-element-83742a3{font-family:"Inter", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS for html, class: .elementor-element-86f419d */.ecommerce-comparison-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px 0;
    -webkit-overflow-scrolling: touch;
}

.ecommerce-comparison-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ecommerce-comparison-table th,
.ecommerce-comparison-table td {
    border: 1px solid #d5dbe3;
    padding: 14px 12px;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.ecommerce-comparison-table thead th {
    font-weight: 600;
}

.ecommerce-comparison-table tbody th {
    font-weight: 600;
}

/* Column widths */
.ecommerce-comparison-table th:first-child,
.ecommerce-comparison-table td:first-child {
    width: 25%;
}

.ecommerce-comparison-table th:nth-child(2),
.ecommerce-comparison-table td:nth-child(2),
.ecommerce-comparison-table th:nth-child(3),
.ecommerce-comparison-table td:nth-child(3),
.ecommerce-comparison-table th:nth-child(4),
.ecommerce-comparison-table td:nth-child(4) {
    width: 25%;
}

/* Mobile */
@media (max-width: 768px) {
    .ecommerce-comparison-table table {
        min-width: 700px;
    }

    .ecommerce-comparison-table th,
    .ecommerce-comparison-table td {
        font-size: 14px;
        padding: 11px 10px;
    }
}/* End custom CSS */