.elementor-38136 .elementor-element.elementor-element-d0cd080{--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;--gap:65px 65px;--row-gap:65px;--column-gap:65px;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-38136 .elementor-element.elementor-element-38958af{text-align:center;}.elementor-38136 .elementor-element.elementor-element-38958af .elementor-heading-title{font-size:59px;font-weight:700;text-transform:capitalize;}/* Start custom CSS */.forminator-field-html h2{
    text-align: center!important;
    font-size: 48px;
}

.leather-group h2,
.summary-text h2{
    text-align: center !important;
    font-size: 32px;
}

.coupon-codes-list {
    pointer-events: none !important;
    display: none!important;
}

.forminator-row:has(#calculation-2) {
    display:none!important
}

tr:has(.value:empty){
    display: none;
}

tr.leather,
.leather-value{
    display: none;
}
tr.leather:has(.value-e-l:not(:empty)),
tr.leather:has(.value-r-l:not(:empty)),
tr.leather:has(.valuef-g-l:not(:empty)),
tr.leather:has(.value-n-l:not(:empty)) {
    display: table-row !important;
}
.leather-value:has(.value-e-l:not(:empty)),
.leather-value:has(.value-r-l:not(:empty)),
.leather-value:has(.valuef-g-l:not(:empty)),
.leather-value:has(.value-n-l:not(:empty)){
    display: inline-block!important;
}


table.cost-estimation-summary {
    width: min(800px, 100%);
    justify-self: center;
}

table.cost-estimation-summary {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #ffffff;
}

.cost-estimation-summary tr,
.cost-estimation-summary td {
    background-color: #ffffff !important;
    color: #33333380;
    font-size: 16px !important;
}

.cost-estimation-summary th {
    background-color: #051f36;
    color: #ffffff;
}

.cost-estimation-summary .total-label,
.cost-estimation-summary .total-value {
    font-weight: 700 !important;
    color: var(--e-global-color-primary)
}/* End custom CSS */