.elementor-1438 .elementor-element.elementor-element-6f2aaa53{--display:flex;}.elementor-widget-text-editor{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 );}/* Start custom CSS for text-editor, class: .elementor-element-2f76e2da *//* =========================================
   EKRAMSHOP - AC COPPER PIPE SIZE ARTICLE
========================================= */

.ek-size-article,
.ek-size-article * {
    box-sizing: border-box;
}

.ek-size-article {
    direction: rtl;
    width: 100%;
    color: #273142;
    line-height: 2;
    text-align: right;
}

.ek-size-article p {
    margin: 0 0 18px;
    line-height: 2;
}

.ek-size-article strong {
    font-weight: 800;
}


/* ==============================
   HEADINGS
============================== */

.ek-size-article h2 {
    position: relative;
    margin: 42px 0 18px;
    padding: 5px 14px 5px 0;
    border-right: 4px solid #173b63;
    color: #173b63;
    font-size: 25px;
    line-height: 1.65;
    font-weight: 800;
}

.ek-size-article h3 {
    margin: 28px 0 12px;
    color: #243b55;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 800;
}


/* ==============================
   INTRO
============================== */

.ek-size-intro {
    margin: 10px 0 32px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #f5f9fc 0%, #ffffff 78%);
    border: 1px solid #dce6ee;
    border-right: 5px solid #173b63;
    border-radius: 14px;
}

.ek-size-intro p:last-child {
    margin-bottom: 0;
}


/* ==============================
   ALERT
============================== */

.ek-size-alert {
    margin: 20px 0;
    padding: 15px 18px;
    background: #fff9f2;
    border: 1px solid #efd9bb;
    border-right: 4px solid #d58a35;
    border-radius: 9px;
    color: #493b29;
    line-height: 1.9;
}


/* ==============================
   TABLE
============================== */

.ek-size-table-wrap {
    width: 100%;
    margin: 20px 0 25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dfe6ec;
    border-radius: 13px;
    background: #fff;
}

.ek-size-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    text-align: center;
}

.ek-size-table thead th {
    padding: 14px 12px;
    background: #173b63;
    color: #fff;
    border: 1px solid #315779;
    font-weight: 700;
    white-space: nowrap;
}

.ek-size-table tbody td {
    padding: 13px 12px;
    border: 1px solid #e1e6eb;
    color: #272727;
    background: #fff;
    vertical-align: middle;
}

.ek-size-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.ek-size-table tbody tr:hover td {
    background: #eef5fa;
}


/* ==============================
   FIGURES
============================== */

.ek-size-figure {
    margin: 30px 0;
    text-align: center;
}

.ek-size-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 11px;
}

.ek-size-figure figcaption {
    margin-top: 10px;
    color: #667085;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}


/* ==============================
   COMBINATIONS
============================== */

.ek-size-combo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    max-width: 700px;
    margin: 18px auto 24px;
    padding: 15px 20px;
    background: #f7fafc;
    border: 1px solid #dce5ec;
    border-radius: 11px;
    text-align: center;
}

.ek-size-combo strong {
    color: #173b63;
    font-size: 18px;
}

.ek-size-combo span {
    color: #888;
}

.ek-size-combo-column {
    flex-direction: column;
    gap: 4px;
}


/* ==============================
   SPECS
============================== */

.ek-size-spec {
    margin: 17px 0 22px;
    padding: 16px 18px;
    background: #f7fafc;
    border: 1px solid #dde6ed;
    border-radius: 11px;
}

.ek-size-spec p {
    margin-bottom: 7px;
}

.ek-size-spec p:last-child {
    margin-bottom: 0;
}


/* ==============================
   INTERNAL LINKS
============================== */

.ek-size-inline-link {
    color: #145da0 !important;
    font-weight: 800;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(20, 93, 160, .35);
    transition: .2s ease;
}

.ek-size-inline-link:hover {
    color: #173b63 !important;
    border-bottom-color: #173b63;
}


/* ==============================
   CHECKLIST
============================== */

.ek-size-checklist,
.ek-size-summary-list {
    margin: 16px 0 24px;
    padding-right: 25px;
}

.ek-size-checklist li,
.ek-size-summary-list li {
    margin: 7px 0;
    line-height: 1.9;
}


/* ==============================
   SHOP BOX
============================== */

.ek-size-shop-box {
    margin: 25px 0;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e1e7ed;
    border-radius: 11px;
    line-height: 2;
}

.ek-size-shop-box a {
    color: #145da0 !important;
    text-decoration: none !important;
}


/* ==============================
   TECHNICAL TERMS
============================== */

.ek-size-terms {
    max-width: 540px;
    margin: 18px auto 24px;
    padding: 18px 22px;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    color: #333;
    line-height: 1.9;
    text-align: left;
}


/* ==============================
   CALCULATOR BOX
============================== */

.ek-size-calculator-box {
    margin: 28px 0;
    padding: 24px;
    background: #f5f9ff;
    border: 1px solid #d8e6f3;
    border-radius: 13px;
    text-align: center;
}

.ek-size-calculator-box h3 {
    margin: 0 0 8px;
    color: #173b63;
    text-align: center;
}

.ek-size-calculator-box p {
    text-align: center;
}

.ek-size-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 22px;
    background: #173b63;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
    transition: .2s ease;
}

.ek-size-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 17px rgba(23, 59, 99, .16);
}


/* ==============================
   FLOW
============================== */

.ek-size-flow {
    margin: 18px 0 24px;
    padding: 16px 18px;
    background: #f7f7f7;
    border-radius: 9px;
    color: #243b55;
    text-align: center;
    font-weight: 800;
    line-height: 1.9;
}


/* ==============================
   FAQ
============================== */

.ek-size-faq {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.ek-size-faq details {
    overflow: hidden;
    background: #fafbfc;
    border: 1px solid #e1e6ea;
    border-radius: 11px;
}

.ek-size-faq summary {
    position: relative;
    padding: 15px 18px 15px 48px;
    cursor: pointer;
    color: #173b63;
    font-weight: 800;
    line-height: 1.8;
    list-style: none;
}

.ek-size-faq summary::-webkit-details-marker {
    display: none;
}

.ek-size-faq summary::before {
    content: "+";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f2f9;
    border-radius: 50%;
    color: #173b63;
    font-size: 18px;
}

.ek-size-faq details[open] summary::before {
    content: "−";
}

.ek-size-faq details p {
    margin: 0;
    padding: 0 18px 18px;
    line-height: 1.9;
}


/* ==============================
   MOBILE
============================== */

@media (max-width: 767px) {

    .ek-size-article {
        line-height: 1.9;
    }

    .ek-size-article p {
        line-height: 1.9;
    }

    .ek-size-article h2 {
        margin-top: 34px;
        padding-right: 11px;
        font-size: 21px;
    }

    .ek-size-article h3 {
        font-size: 17px;
    }

    .ek-size-intro {
        padding: 17px;
        border-radius: 11px;
    }

    .ek-size-table {
        min-width: 660px;
    }

    .ek-size-table thead th,
    .ek-size-table tbody td {
        padding: 11px 10px;
        font-size: 13.5px;
    }

    .ek-size-combo {
        padding: 13px;
    }

    .ek-size-combo strong {
        font-size: 16px;
    }

    .ek-size-calculator-box {
        padding: 19px;
    }

    .ek-size-btn {
        width: 100%;
    }

    .ek-size-flow {
        font-size: 13px;
    }
}


/* ==============================
   SMALL MOBILE
============================== */

@media (max-width: 420px) {

    .ek-size-article h2 {
        font-size: 20px;
    }

    .ek-size-intro {
        padding: 15px;
    }

    .ek-size-alert,
    .ek-size-shop-box,
    .ek-size-spec {
        padding: 14px;
    }

    .ek-size-table {
        min-width: 610px;
    }
}/* End custom CSS */