/* ==========================================================
   RenkliHost Modern Cart UI
   Visual override only — WHMCS cart logic remains untouched.
   ========================================================== */

#order-standard_cart{
    --rh-primary:#5b5bd6;
    --rh-primary-2:#7872ef;
    --rh-dark:#171b2f;
    --rh-dark-2:#242b52;
    --rh-text:#1d2939;
    --rh-muted:#667085;
    --rh-border:#e4e7ec;
    --rh-soft:#f7f8fc;
    --rh-success:#12b76a;
    --rh-danger:#d92d20;
    --rh-warning:#f79009;
    --rh-shadow:0 18px 45px rgba(16,24,40,.08);
    --rh-shadow-sm:0 10px 28px rgba(16,24,40,.07);
    max-width:1280px;
    margin:0 auto!important;
    padding:10px 0 55px!important;
    color:var(--rh-text);
}

#order-standard_cart *{
    box-sizing:border-box;
}

/* ---------- shared surface ---------- */
#order-standard_cart > .white-bg.border-opacity.rounded-20,
#order-standard_cart .white-bg.border-opacity.rounded-20{
    border-color:transparent!important;
}

#order-standard_cart > .white-bg.border-opacity.rounded-20{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

#order-standard_cart .hero-content h1,
#order-standard_cart .hero-content h2,
#order-standard_cart .hero-content h3,
#order-standard_cart .hero-content h4{
    color:var(--rh-text)!important;
}

#order-standard_cart .hero-content .pre-title{
    display:inline-flex;
    align-items:center;
    min-height:27px;
    margin-bottom:12px!important;
    padding:0 11px;
    border:1px solid #e7e5ff;
    border-radius:999px;
    background:#f5f4ff;
    color:var(--rh-primary)!important;
    font-size:10px!important;
    font-weight:800!important;
    letter-spacing:.55px;
}

#order-standard_cart .hero-content p{
    color:var(--rh-muted)!important;
}

/* ---------- 3-step wizard ---------- */
#order-standard_cart .orderform-step-form-wizard-group{
    position:relative;
    min-height:92px;
    padding:0 18px!important;
    border:0!important;
    border-radius:22px!important;
    background:
        radial-gradient(circle at 87% 20%,rgba(255,255,255,.13),transparent 26%),
        linear-gradient(145deg,var(--rh-dark) 0%,var(--rh-dark-2) 58%,#514dbb 100%)!important;
    box-shadow:0 20px 45px rgba(24,31,67,.16)!important;
}

#order-standard_cart .orderform-step-form-wizard-item{
    min-width:0;
    flex:1 1 0;
    justify-content:center;
    gap:12px;
    margin:0!important;
    padding:19px 18px!important;
    color:rgba(255,255,255,.52)!important;
    text-decoration:none!important;
}

#order-standard_cart .orderform-step-form-wizard-item + .orderform-step-form-wizard-item:before{
    content:"";
    position:absolute;
    left:0;
    top:23px;
    bottom:23px;
    width:1px;
    background:rgba(255,255,255,.10);
}

#order-standard_cart .orderform-step-form-wizard-item > i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    background:rgba(255,255,255,.075);
    color:rgba(255,255,255,.55)!important;
    font-size:17px;
}

#order-standard_cart .orderform-step-form-wizard-item.active > i{
    background:rgba(94,225,162,.14);
    color:#7ee8ad!important;
    box-shadow:inset 0 0 0 1px rgba(126,232,173,.12);
}

#order-standard_cart .orderform-step-form-wizard-item span,
#order-standard_cart .orderform-step-form-wizard-item span.color-blackish-blue{
    color:rgba(255,255,255,.72)!important;
    line-height:1.35;
}

#order-standard_cart .orderform-step-form-wizard-item.active span,
#order-standard_cart .orderform-step-form-wizard-item.active span.color-blackish-blue{
    color:#fff!important;
}

#order-standard_cart .orderform-step-form-wizard-item small,
#order-standard_cart .orderform-step-form-wizard-item small.color-blackish-blue-opacity{
    margin-bottom:3px!important;
    color:rgba(255,255,255,.42)!important;
    font-size:9px!important;
    font-weight:700!important;
    letter-spacing:.6px;
    text-transform:uppercase;
}

#order-standard_cart .orderform-step-form-wizard-item .left-triangle-border{
    display:none!important;
}

/* ---------- category bar ---------- */
.order-form-menu-scroller{
    max-width:1280px;
    margin:10px auto 26px!important;
    padding:7px 10px;
    border:1px solid #e8eaf0!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 30px rgba(16,24,40,.05)!important;
}

.order-form-menu-scroller .nav{
    gap:4px;
    flex-wrap:wrap;
}

.order-form-menu-scroller .nav a{
    border:0!important;
    border-radius:10px!important;
    color:#667085!important;
    font-size:12px!important;
    font-weight:650!important;
    transition:.16s ease;
}

.order-form-menu-scroller .nav a:hover,
.order-form-menu-scroller .nav a.active{
    background:#f0efff!important;
    color:var(--rh-primary)!important;
}

/* ---------- product cards ---------- */
#order-standard_cart #products.products{
    gap:16px;
    margin-top:24px!important;
}

#order-standard_cart .bredh_sefar_card_item.products-item{
    position:relative;
    overflow:hidden;
    flex:1 1 0;
    max-width:none;
    min-width:0;
    padding:29px 25px!important;
    border:1px solid var(--rh-border)!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:var(--rh-shadow-sm)!important;
    text-align:left!important;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

#order-standard_cart .bredh_sefar_card_item.products-item:before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    top:-65px;
    right:-58px;
    border-radius:50%;
    background:rgba(91,91,214,.06);
    pointer-events:none;
}

#order-standard_cart .bredh_sefar_card_item.products-item:hover{
    transform:translateY(-4px);
    border-color:#cbc9fa!important;
    box-shadow:0 20px 45px rgba(34,38,82,.10)!important;
}

#order-standard_cart .products-item h5{
    min-height:34px;
    margin-bottom:10px!important;
    color:var(--rh-text)!important;
    font-size:19px!important;
    font-weight:780!important;
    letter-spacing:-.25px;
}

#order-standard_cart .products-item .qty{
    display:inline-flex;
    margin-bottom:12px;
    padding:4px 9px;
    border-radius:999px;
    background:#ecfdf3;
    color:#087d36;
    font-size:10px;
    font-weight:700;
}

#order-standard_cart .products-item .price{
    color:var(--rh-muted)!important;
}

#order-standard_cart .products-item .price .value{
    color:var(--rh-primary)!important;
    font-size:25px!important;
    font-weight:800!important;
    letter-spacing:-.6px;
}

#order-standard_cart .products-item .clarifications{
    color:var(--rh-muted)!important;
    font-size:11px!important;
}

#order-standard_cart .products-item .separte-or{
    margin:20px 0 15px!important;
    text-align:left!important;
}

#order-standard_cart .products-item .separte-or:before{
    display:none!important;
}

#order-standard_cart .products-item .separte-or span{
    padding:0!important;
    background:transparent!important;
    color:#98a2b3!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:.75px;
    text-transform:uppercase;
}

#order-standard_cart .products-item .features,
#order-standard_cart .products-item .features ul{
    text-align:left!important;
}

#order-standard_cart .products-item .features ul{
    padding-left:0!important;
    list-style:none!important;
}

#order-standard_cart .products-item .features li{
    position:relative;
    margin:9px 0!important;
    padding-left:22px!important;
    color:#475467!important;
    font-size:11px!important;
    line-height:1.5;
}

#order-standard_cart .products-item .features li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#ecfdf3;
    color:#079455;
    font-size:9px;
    font-weight:900;
}

#order-standard_cart .second-pricing-table-button,
#order-standard_cart .btn-order-now{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:46px;
    border:0!important;
    border-radius:11px!important;
    background:linear-gradient(135deg,var(--rh-primary-2),var(--rh-primary))!important;
    color:#fff!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:750!important;
    box-shadow:0 10px 24px rgba(91,91,214,.20)!important;
    transition:.16s ease;
}

#order-standard_cart .second-pricing-table-button:hover,
#order-standard_cart .btn-order-now:hover{
    transform:translateY(-1px);
    box-shadow:0 13px 28px rgba(91,91,214,.27)!important;
}

/* ---------- generic forms ---------- */
#order-standard_cart .form-control,
#order-standard_cart .field,
#order-standard_cart select.form-control,
#order-standard_cart .custom-select{
    min-height:48px!important;
    padding:0 14px!important;
    border:1px solid var(--rh-border)!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#344054!important;
    font-size:12px!important;
    box-shadow:none!important;
    transition:border-color .16s ease,box-shadow .16s ease!important;
}

#order-standard_cart textarea.form-control,
#order-standard_cart textarea.field{
    min-height:120px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
}

#order-standard_cart .form-control:focus,
#order-standard_cart .field:focus,
#order-standard_cart select.form-control:focus{
    border-color:#9b8afb!important;
    box-shadow:0 0 0 4px rgba(127,86,217,.10)!important;
}

#order-standard_cart label{
    color:#344054!important;
    font-size:11px!important;
    font-weight:700!important;
}

#order-standard_cart .prepend-icon .field{
    padding-left:42px!important;
}

#order-standard_cart .prepend-icon .field-icon{
    left:1px!important;
    top:1px!important;
    width:40px!important;
    height:46px!important;
    border:0!important;
    color:#98a2b3!important;
}

#order-standard_cart .btn-primary,
#order-standard_cart button.btn-primary,
#order-standard_cart input.btn-primary{
    border-color:transparent!important;
    background:linear-gradient(135deg,var(--rh-primary-2),var(--rh-primary))!important;
    color:#fff!important;
    box-shadow:0 9px 22px rgba(91,91,214,.18)!important;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart button.btn-primary:hover,
#order-standard_cart input.btn-primary:hover{
    border-color:transparent!important;
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(91,91,214,.24)!important;
}

#order-standard_cart .btn-warning{
    border-color:#eceafc!important;
    background:#f5f4ff!important;
    color:var(--rh-primary)!important;
}

#order-standard_cart .alert{
    border:0!important;
    border-radius:13px!important;
    font-size:12px!important;
    box-shadow:none!important;
}

/* ---------- configurator cards ---------- */
#order-standard_cart .product-info,
#order-standard_cart .register-area-box-checkout,
#order-standard_cart .domains-addons-products-group-box,
#order-standard_cart .addon-products > .field-container,
#order-standard_cart .product-configurable-options,
#order-standard_cart .taxenabled-view-cart{
    border:1px solid var(--rh-border)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 32px rgba(16,24,40,.055)!important;
}

#order-standard_cart .register-area-box-checkout{
    margin-bottom:20px!important;
    padding:28px 26px 22px!important;
}

#order-standard_cart .register-area-box-checkout-title,
#order-standard_cart .domains-addons-products-title{
    display:inline-flex!important;
    align-items:center;
    min-height:30px;
    margin-bottom:19px!important;
    padding:0 11px!important;
    border:1px solid #e8e7fb!important;
    border-radius:999px!important;
    background:#f5f4ff!important;
    color:var(--rh-primary)!important;
    font-size:10px!important;
    font-weight:800!important;
    letter-spacing:.25px;
}

#order-standard_cart .domains-addons-products-box,
#order-standard_cart .panel-addon{
    height:100%;
    padding:15px!important;
    border:1px solid var(--rh-border)!important;
    border-radius:14px!important;
    background:#fff!important;
    transition:.16s ease;
}

#order-standard_cart .domains-addons-products-box:hover,
#order-standard_cart .panel-addon:hover,
#order-standard_cart .panel-addon-selected{
    border-color:#c8c4ff!important;
    background:#fbfaff!important;
    box-shadow:0 9px 24px rgba(91,91,214,.07)!important;
}

/* ---------- cart item list ---------- */
#order-standard_cart .secondary-cart-body{
    padding-right:19px!important;
}

#order-standard_cart .view-cart-items-coodiv-cart-group{
    display:flex;
    flex-direction:column;
    gap:12px;
}

#order-standard_cart .item-in-cart,
#order-standard_cart .view-cart-items .item{
    margin:0!important;
    padding:20px 19px!important;
    border:1px solid var(--rh-border)!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(16,24,40,.045)!important;
}

#order-standard_cart .item-in-cart .row{
    align-items:center;
}

#order-standard_cart .item-in-cart h5,
#order-standard_cart .item-in-cart .item-title{
    color:var(--rh-text)!important;
    font-weight:780!important;
}

#order-standard_cart .item-in-cart .item-group{
    color:var(--rh-muted)!important;
}

#order-standard_cart .item-in-cart .item-price{
    text-align:right!important;
}

#order-standard_cart .item-in-cart .item-price > span:first-child{
    color:var(--rh-text)!important;
    font-size:15px!important;
    font-weight:800!important;
}

#order-standard_cart .item-domain.badge,
#order-standard_cart .badge-success{
    background:#ecfdf3!important;
    color:#087d36!important;
    border:1px solid #d1fadf!important;
}

#order-standard_cart .btn-remove-from-cart{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:36px!important;
    height:36px!important;
    padding:0!important;
    border:1px solid #fee4e2!important;
    border-radius:10px!important;
    background:#fff6f5!important;
    color:#d92d20!important;
    transition:.16s ease;
}

#order-standard_cart .btn-remove-from-cart:hover{
    border-color:#fecdca!important;
    background:#fef3f2!important;
    color:#b42318!important;
    transform:translateY(-1px);
}

#order-standard_cart .minimal-button-cart{
    min-height:28px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    box-shadow:none!important;
    font-size:9px!important;
}

#order-standard_cart .empty-cart-btn button{
    margin-top:13px;
    border:0;
    background:transparent;
    color:#98a2b3;
    font-size:11px;
}

#order-standard_cart .empty-cart-btn button:hover{
    color:var(--rh-danger);
}

/* ---------- promo ---------- */
#order-standard_cart .aply-promo-code{
    margin-top:18px!important;
    padding:18px!important;
    border:1px dashed #d8d6fa;
    border-radius:16px;
    background:#fafaff;
}

#order-standard_cart .aply-promo-code h4{
    margin-bottom:10px!important;
    padding-left:0!important;
    color:#344054!important;
    font-size:11px!important;
    font-weight:800!important;
}

#order-standard_cart .aply-promo-code form{
    display:flex;
    gap:8px;
}

#order-standard_cart .aply-promo-code .form-group{
    flex:1;
    margin-bottom:0!important;
}

#order-standard_cart .orderpromovalidatebutton{
    min-width:115px;
    min-height:48px;
    border-radius:11px!important;
    font-size:11px!important;
}

#order-standard_cart .view-cart-promotion-code{
    padding:13px 45px 13px 15px!important;
    border:1px solid #abefc6!important;
    background:#ecfdf3!important;
    color:#087d36!important;
    font-size:11px!important;
    font-weight:700!important;
}

/* ---------- order summary ---------- */
#order-standard_cart .secondary-cart-sidebar{
    padding-left:10px!important;
}

#order-standard_cart .ordersummary-coodiv-box,
#order-standard_cart .order-summary,
#order-standard_cart .summary-container{
    border:1px solid var(--rh-border)!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:var(--rh-shadow)!important;
}

#order-standard_cart .ordersummary-coodiv-box{
    padding:28px 24px!important;
}

#order-standard_cart .ordersummary-coodiv-box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,var(--rh-primary-2),var(--rh-primary));
}

#order-standard_cart .ordersummary-coodiv-box h2,
#order-standard_cart .order-summary h2{
    margin:0 0 20px!important;
    color:var(--rh-text)!important;
    font-size:18px!important;
    font-weight:800!important;
}

#order-standard_cart .ordersummary-coodiv-box .subtotal,
#order-standard_cart .ordersummary-coodiv-box .bordered-totals,
#order-standard_cart .ordersummary-coodiv-box .recurring-totals,
#order-standard_cart .summary-totals{
    margin:0!important;
    padding:13px 0!important;
    border-bottom:1px solid #eef0f3!important;
    color:var(--rh-muted)!important;
    font-size:11px!important;
}

#order-standard_cart .ordersummary-coodiv-box .total-due-today,
#order-standard_cart .total-due-today{
    display:flex!important;
    flex-direction:column;
    margin-top:8px!important;
    padding:17px 0 5px!important;
    border:0!important;
    background:transparent!important;
    color:var(--rh-muted)!important;
}

#order-standard_cart .ordersummary-coodiv-box .total-due-today .amt,
#order-standard_cart .total-due-today .amt{
    order:2;
    margin-top:4px;
    color:var(--rh-primary)!important;
    font-size:25px!important;
    line-height:1.15;
    font-weight:850!important;
    letter-spacing:-.6px;
}

#order-standard_cart .btn-checkout,
#order-standard_cart #btnCompleteOrder{
    min-height:52px!important;
    padding:0 24px!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,var(--rh-primary-2),var(--rh-primary))!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:0 11px 26px rgba(91,91,214,.23)!important;
}

#order-standard_cart #btnCompleteOrder{
    min-width:230px;
    margin-top:10px;
}

#order-standard_cart .checkout-security-msg{
    margin-top:19px!important;
    border:1px solid #d1fadf!important;
    background:#ecfdf3!important;
    color:#087d36!important;
}

/* ---------- checkout account boxes ---------- */
#order-standard_cart .account-select-container div.account{
    margin-bottom:10px!important;
    padding:15px!important;
    border:1px solid var(--rh-border)!important;
    border-radius:12px!important;
    background:#fff!important;
}

#order-standard_cart .account-select-container div.account.active{
    border-color:#c7c3ff!important;
    background:#fafaff!important;
    box-shadow:0 0 0 3px rgba(91,91,214,.06)!important;
}

/* ---------- domain finder/result surfaces ---------- */
#order-standard_cart .domain-checker-bg,
#order-standard_cart .domain-checker-container,
#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-suggestions .domain-suggestion{
    border-radius:18px!important;
}

#order-standard_cart .domain-checker-result-headline{
    border-radius:14px!important;
}

/* ---------- misc ---------- */
#order-standard_cart .separte-or{
    color:#98a2b3!important;
}

#order-standard_cart .check-icn{
    color:var(--rh-success)!important;
}

#order-standard_cart .loader{
    color:var(--rh-primary)!important;
}

/* ---------- responsive ---------- */
@media (min-width:992px){
    #order-standard_cart #scrollingPanelContainer .ordersummary-coodiv-box{
        position:sticky;
        top:105px;
    }
}

@media (max-width:991px){
    #order-standard_cart{
        padding-left:4px!important;
        padding-right:4px!important;
    }

    #order-standard_cart .orderform-step-form-wizard-group{
        min-height:auto;
        padding:6px!important;
    }

    #order-standard_cart .orderform-step-form-wizard-item{
        padding:13px 8px!important;
        gap:7px;
    }

    #order-standard_cart .orderform-step-form-wizard-item > i{
        width:34px;
        height:34px;
        flex-basis:34px;
        font-size:14px;
    }

    #order-standard_cart .orderform-step-form-wizard-item span{
        font-size:10px!important;
    }

    #order-standard_cart .secondary-cart-body,
    #order-standard_cart .secondary-cart-sidebar{
        width:100%!important;
        float:none!important;
        padding-left:0!important;
        padding-right:0!important;
    }

    #order-standard_cart .secondary-cart-sidebar{
        margin-top:18px!important;
    }

    #order-standard_cart #products.products{
        gap:13px;
    }
}

@media (max-width:767px){
    #order-standard_cart .orderform-step-form-wizard-item{
        flex-direction:column;
        text-align:center;
    }

    #order-standard_cart .orderform-step-form-wizard-item + .orderform-step-form-wizard-item:before{
        top:15px;
        bottom:15px;
    }

    #order-standard_cart .bredh_sefar_card_item.products-item{
        flex:0 0 100%;
        width:100%!important;
        max-width:100%!important;
    }

    #order-standard_cart .item-in-cart .item-price{
        margin-top:12px;
        text-align:left!important;
    }

    #order-standard_cart .aply-promo-code form{
        flex-direction:column;
    }

    #order-standard_cart .orderpromovalidatebutton{
        width:100%;
    }

    #order-standard_cart .register-area-box-checkout{
        padding:23px 18px 18px!important;
    }
}

@media (max-width:520px){
    #order-standard_cart .orderform-step-form-wizard-item span{
        display:none;
    }

    #order-standard_cart .orderform-step-form-wizard-item > i{
        width:38px;
        height:38px;
        flex-basis:38px;
    }
}

/* ======================================================================
   RenkliHost Cart UI V2 — gerçek yerleşim revizyonu
   ====================================================================== */
#order-standard_cart.rh-order-page{
  --rh-v2-dark:#171b2f;--rh-v2-dark2:#242b52;--rh-v2-purple:#6256e8;--rh-v2-purple2:#8278f5;--rh-v2-lilac:#f3f1ff;--rh-v2-green:#36d17d;
  padding-top:22px!important;
}
#order-standard_cart.rh-order-page > .white-bg.border-opacity.rounded-20,
#order-standard_cart.rh-order-page > div.white-bg.border-opacity.rounded-20.pb-15{background:transparent!important;border:0!important;box-shadow:none!important;padding-bottom:25px!important;}

/* new stepper */
#order-standard_cart .rh-stepper-wrap{width:100%;margin:0 auto 22px;padding:0 15px;}
#order-standard_cart .rh-order-stepper{position:relative;display:grid;grid-template-columns:repeat(3,1fr);max-width:1120px;margin:0 auto;padding:9px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:radial-gradient(circle at 8% 20%,rgba(130,120,245,.24),transparent 28%),radial-gradient(circle at 94% 0%,rgba(255,255,255,.10),transparent 22%),linear-gradient(135deg,#171b2f 0%,#242b52 56%,#46419b 100%);box-shadow:0 20px 48px rgba(18,23,51,.18);overflow:hidden;}
#order-standard_cart .rh-order-stepper:after{content:"";position:absolute;left:17%;right:17%;top:50%;height:1px;background:rgba(255,255,255,.09);z-index:0;}
#order-standard_cart .rh-step{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:12px;min-height:68px;padding:10px 16px;border-radius:15px;color:rgba(255,255,255,.48);}
#order-standard_cart .rh-step.active{background:rgba(255,255,255,.09);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
#order-standard_cart .rh-step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.60);font-size:16px;}
#order-standard_cart .rh-step.active .rh-step-number{border-color:rgba(149,137,255,.38);background:linear-gradient(135deg,#8278f5,#6256e8);color:#fff;box-shadow:0 9px 22px rgba(74,61,201,.34);}
#order-standard_cart .rh-step.done .rh-step-number{border-color:rgba(79,220,142,.25);background:rgba(54,209,125,.14);color:#77e6a9;}
#order-standard_cart .rh-step-copy{display:flex;flex-direction:column;min-width:0;}
#order-standard_cart .rh-step-copy small{margin-bottom:2px;color:rgba(255,255,255,.37);font-size:8px;font-weight:800;letter-spacing:.8px;}
#order-standard_cart .rh-step-copy strong{color:rgba(255,255,255,.72);font-size:11px;font-weight:750;white-space:nowrap;}
#order-standard_cart .rh-step.active .rh-step-copy strong{color:#fff} #order-standard_cart .rh-step.done .rh-step-copy strong{color:#d9f9e6}

/* new compact page hero */
#order-standard_cart .rh-order-hero-wrap{max-width:1120px;margin:0 auto 24px;padding:0 15px;}
#order-standard_cart .rh-order-hero{display:flex;align-items:center;gap:17px;min-height:116px;padding:22px 25px;border:1px solid #e6e8ef;border-radius:20px;background:#fff;box-shadow:0 13px 34px rgba(16,24,40,.055);}
#order-standard_cart .rh-order-hero-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:linear-gradient(135deg,#efedff,#f8f7ff);color:#6558e8;font-size:22px;box-shadow:inset 0 0 0 1px #e6e2ff;}
#order-standard_cart .rh-order-hero-copy{flex:1;min-width:0;}
#order-standard_cart .rh-eyebrow{display:block;margin-bottom:4px;color:#6d61ea;font-size:9px;font-weight:850;letter-spacing:.75px;}
#order-standard_cart .rh-order-hero h1{margin:0 0 5px!important;color:#171b2f!important;font-size:24px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.55px;}
#order-standard_cart .rh-order-hero p{max-width:720px;margin:0!important;color:#667085!important;font-size:12px!important;line-height:1.6;}
#order-standard_cart .rh-order-hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #d9f6e6;border-radius:999px;background:#f0fdf5;color:#087d36;font-size:9px;font-weight:800;white-space:nowrap;}
#order-standard_cart .rh-order-hero-actions{display:flex;align-items:center;gap:8px;margin-left:auto;}
#order-standard_cart .rh-hero-login-btn{min-height:39px!important;padding:0 14px!important;border-radius:10px!important;font-size:10px!important;font-weight:750!important;}

/* real two-column workspace */
#order-standard_cart.rh-configure-page .row > .col-11,#order-standard_cart.rh-cart-review-page .row > .col-11{max-width:1120px;flex:0 0 100%;}
#order-standard_cart.rh-configure-page form > .row,#order-standard_cart.rh-cart-review-page .col-11 > .row{display:flex;flex-wrap:nowrap;gap:22px;margin-left:0!important;margin-right:0!important;}
#order-standard_cart.rh-configure-page .secondary-cart-body,#order-standard_cart.rh-cart-review-page .secondary-cart-body{width:calc(100% - 350px)!important;flex:1 1 auto;padding:0!important;}
#order-standard_cart.rh-configure-page .secondary-cart-sidebar,#order-standard_cart.rh-cart-review-page .secondary-cart-sidebar{width:328px!important;flex:0 0 328px;padding:0!important;}

/* selected plan becomes the visual anchor */
#order-standard_cart .rh-selected-plan{position:relative;display:flex;align-items:flex-start;gap:18px;margin:0 0 16px!important;padding:24px!important;overflow:hidden;border:0!important;border-radius:18px!important;background:radial-gradient(circle at 92% 0%,rgba(255,255,255,.12),transparent 25%),linear-gradient(140deg,#181c31 0%,#252c54 57%,#554fba 100%)!important;box-shadow:0 18px 40px rgba(24,31,67,.14)!important;}
#order-standard_cart .rh-selected-plan:after{content:"";position:absolute;width:180px;height:180px;right:-90px;bottom:-100px;border:1px solid rgba(255,255,255,.09);border-radius:50%;}
#order-standard_cart .rh-selected-plan-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex:0 0 50px;border-radius:14px;background:rgba(255,255,255,.10);color:#fff;font-size:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
#order-standard_cart .rh-selected-plan-content{position:relative;z-index:1;flex:1}
#order-standard_cart .rh-selected-plan-label{display:block;margin:0 0 4px;color:#9df0bd;font-size:8px;font-weight:850;letter-spacing:.8px;}
#order-standard_cart .rh-selected-plan .product-title{margin:0 0 10px!important;color:#fff!important;font-size:20px!important;font-weight:800!important;}
#order-standard_cart .rh-selected-plan-description,#order-standard_cart .rh-selected-plan-description *{color:rgba(255,255,255,.70)!important;font-size:11px!important;line-height:1.8!important;}
#order-standard_cart .rh-billing-cycle-card{margin:0 0 16px!important;padding:18px 18px 3px;border:1px solid #e5e7ee;border-radius:16px;background:#fff;box-shadow:0 9px 26px rgba(16,24,40,.04);}
#order-standard_cart .rh-billing-cycle-card .field-container{margin-bottom:12px!important;}
#order-standard_cart.rh-configure-page .product-configurable-options,#order-standard_cart.rh-configure-page .domains-addons-products-group-box{padding:19px!important;border-radius:16px!important;box-shadow:0 9px 26px rgba(16,24,40,.04)!important;}
#order-standard_cart.rh-configure-page .separte-or{margin:22px 0 12px!important;text-align:left!important;background:transparent!important;}
#order-standard_cart.rh-configure-page .separte-or:before{display:none!important}
#order-standard_cart.rh-configure-page .separte-or span{display:inline-flex;align-items:center;gap:7px;padding:0!important;background:transparent!important;color:#344054!important;font-size:11px!important;font-weight:800!important;}
#order-standard_cart.rh-configure-page .separte-or span:before{content:"";width:7px;height:7px;border-radius:50%;background:#6b5eea;box-shadow:0 0 0 4px #efedff;}

/* cart items */
#order-standard_cart .rh-cart-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;}
#order-standard_cart .rh-cart-section-heading span:first-child{display:block;margin-bottom:1px;color:#6d61ea;font-size:8px;font-weight:850;letter-spacing:.7px;}
#order-standard_cart .rh-cart-section-heading h3{margin:0!important;color:#1d2939!important;font-size:17px!important;font-weight:800!important;}
#order-standard_cart .rh-cart-count{display:inline-flex!important;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f3f1ff;color:#6256e8!important;font-size:9px!important;font-weight:800!important;}
#order-standard_cart.rh-cart-review-page .item-in-cart,#order-standard_cart.rh-cart-review-page .view-cart-items .item{position:relative;overflow:hidden;padding:19px 19px 19px 21px!important;border:1px solid #e5e7ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 9px 27px rgba(16,24,40,.045)!important;}
#order-standard_cart.rh-cart-review-page .item-in-cart:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(#8278f5,#6256e8);}
#order-standard_cart.rh-cart-review-page .product-header h5,#order-standard_cart.rh-cart-review-page .item-title{font-size:14px!important;font-weight:800!important;}
#order-standard_cart.rh-cart-review-page .minimal-button-cart{background:#f3f1ff!important;color:#6256e8!important;border:1px solid #e3dfff!important;}
#order-standard_cart.rh-cart-review-page .alert-success,#order-standard_cart.rh-cart-review-page .alert-info{border:1px solid #d6f3e2!important;background:#f2fcf6!important;color:#107544!important;}
#order-standard_cart.rh-cart-review-page .aply-promo-code{margin-top:20px!important;padding:18px!important;border:1px solid #e3e0ff!important;background:linear-gradient(180deg,#fbfaff,#f7f6ff)!important;}
#order-standard_cart.rh-cart-review-page .taxenabled-view-cart{margin-top:14px!important;padding:18px!important;background:#fff!important;}
#order-standard_cart.rh-cart-review-page .taxenabled-view-cart .btn-info{border:0!important;background:#202744!important;color:#fff!important;box-shadow:none!important;}

/* dark premium summary */
#order-standard_cart.rh-order-page .ordersummary-coodiv-box{position:relative;padding:24px 22px!important;border:0!important;border-radius:20px!important;background:radial-gradient(circle at 92% 6%,rgba(255,255,255,.13),transparent 25%),linear-gradient(145deg,#171b2f 0%,#242b52 58%,#4f4aae 100%)!important;box-shadow:0 22px 50px rgba(24,31,67,.18)!important;color:#fff!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box:before{display:none!important}
#order-standard_cart .rh-summary-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;padding:6px 9px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.07);color:#aaf0c4;font-size:8px;font-weight:800;letter-spacing:.3px;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box h2{margin-bottom:16px!important;color:#fff!important;font-size:17px!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .product-name{display:block;margin-bottom:2px;color:#fff!important;font-size:13px!important;font-weight:800!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .product-group{display:block;margin-bottom:12px;color:rgba(255,255,255,.47)!important;font-size:9px!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .clearfix,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .subtotal,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .bordered-totals,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .recurring-totals,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .summary-totals{color:rgba(255,255,255,.68)!important;border-color:rgba(255,255,255,.09)!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .pull-right,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .float-right,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .cost{color:#c7c1ff!important;font-weight:700!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .total-due-today{margin:15px 0 14px!important;padding:15px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;text-align:center!important;color:rgba(255,255,255,.53)!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .total-due-today .amt{color:#fff!important;font-size:25px!important;font-weight:850!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box .btn-primary,#order-standard_cart.rh-order-page .ordersummary-coodiv-box .btn-checkout,#order-standard_cart.rh-order-page .ordersummary-coodiv-box #btnCompleteProductConfig{display:flex!important;align-items:center;justify-content:center;min-height:49px!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:12px!important;background:linear-gradient(135deg,#8378f8,#6556ed)!important;box-shadow:0 11px 25px rgba(36,27,126,.35)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;}
#order-standard_cart.rh-order-page .ordersummary-coodiv-box #continueShopping{display:inline-flex!important;align-items:center;justify-content:center;margin-top:12px!important;color:rgba(255,255,255,.55)!important;font-size:9px!important;text-decoration:none!important;}
#order-standard_cart .rh-summary-trust{display:flex;justify-content:center;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(255,255,255,.09);}
#order-standard_cart .rh-summary-trust span{display:inline-flex;align-items:center;gap:4px;color:rgba(255,255,255,.50);font-size:8px;white-space:nowrap;}
#order-standard_cart .rh-summary-trust i{color:#77e6a9}

/* checkout */
#order-standard_cart.rh-checkout-page > .white-bg{background:transparent!important;border:0!important;box-shadow:none!important;}
#order-standard_cart.rh-checkout-page .row > .col-11{max-width:1120px;flex:0 0 100%;}
#order-standard_cart.rh-checkout-page .register-area-box-checkout{position:relative;margin-bottom:15px!important;padding:26px 24px 21px!important;overflow:hidden;border:1px solid #e5e7ee!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 30px rgba(16,24,40,.045)!important;}
#order-standard_cart.rh-checkout-page .register-area-box-checkout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#8278f5,#6256e8);}
#order-standard_cart.rh-checkout-page .register-area-box-checkout-title{margin-bottom:20px!important;border:0!important;background:#f3f1ff!important;color:#6256e8!important;}
#order-standard_cart.rh-checkout-page .form-control,#order-standard_cart.rh-checkout-page .field,#order-standard_cart.rh-configure-page .form-control,#order-standard_cart.rh-cart-review-page .form-control{min-height:50px!important;border-radius:12px!important;background:#fbfcfe!important;}
#order-standard_cart.rh-checkout-page #btnCompleteOrder{min-width:300px!important;min-height:54px!important;border-radius:13px!important;background:linear-gradient(135deg,#8278f5,#6256e8)!important;}
#order-standard_cart.rh-checkout-page .checkout-security-msg{max-width:760px;margin:18px auto 0!important;border:1px solid #d6f3e2!important;background:#f2fcf6!important;color:#107544!important;}

@media(min-width:992px){#order-standard_cart.rh-order-page #scrollingPanelContainer .ordersummary-coodiv-box{position:sticky!important;top:105px!important;}}
@media(max-width:991px){
#order-standard_cart .rh-order-stepper{grid-template-columns:repeat(3,1fr)}#order-standard_cart .rh-step{padding:9px 8px;gap:8px}#order-standard_cart .rh-step-number{width:36px;height:36px;flex-basis:36px}#order-standard_cart .rh-step-copy strong{font-size:10px}#order-standard_cart .rh-order-hero{align-items:flex-start}#order-standard_cart .rh-order-hero-badge{display:none}
#order-standard_cart.rh-configure-page form > .row,#order-standard_cart.rh-cart-review-page .col-11 > .row{flex-wrap:wrap}#order-standard_cart.rh-configure-page .secondary-cart-body,#order-standard_cart.rh-cart-review-page .secondary-cart-body,#order-standard_cart.rh-configure-page .secondary-cart-sidebar,#order-standard_cart.rh-cart-review-page .secondary-cart-sidebar{width:100%!important;flex:0 0 100%;}
}
@media(max-width:700px){
#order-standard_cart.rh-order-page{padding-top:12px!important}#order-standard_cart .rh-stepper-wrap,#order-standard_cart .rh-order-hero-wrap{padding:0 6px}#order-standard_cart .rh-order-stepper{padding:6px;border-radius:17px}#order-standard_cart .rh-order-stepper:after{display:none}#order-standard_cart .rh-step{min-height:58px;flex-direction:column;text-align:center;gap:5px}#order-standard_cart .rh-step-copy small{display:none}#order-standard_cart .rh-step-copy strong{font-size:8px}#order-standard_cart .rh-step-number{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:13px}
#order-standard_cart .rh-order-hero{padding:18px;border-radius:17px;gap:12px;flex-wrap:wrap}#order-standard_cart .rh-order-hero-icon{width:44px;height:44px;flex-basis:44px;border-radius:13px;font-size:18px}#order-standard_cart .rh-order-hero h1{font-size:19px!important}#order-standard_cart .rh-order-hero p{font-size:10px!important}#order-standard_cart .rh-order-hero-actions{width:100%;margin-top:8px;margin-left:0}
#order-standard_cart .rh-selected-plan{padding:19px!important}#order-standard_cart .rh-selected-plan-icon{width:42px;height:42px;flex-basis:42px}#order-standard_cart .rh-selected-plan .product-title{font-size:17px!important}#order-standard_cart .rh-cart-section-heading{align-items:flex-end}#order-standard_cart.rh-checkout-page #btnCompleteOrder{width:100%;min-width:0!important}
}

/* ======================================================================
   RenkliHost Cart UI V3 — Sol kategori paneli + modern ürün vitrini
   ====================================================================== */

#order-standard_cart.rh-products-page{
    max-width:1320px;
    margin:0 auto;
    padding:18px 18px 54px;
    background:transparent!important;
}

#order-standard_cart.rh-products-page .rh-store-layout{
    display:grid;
    grid-template-columns:258px minmax(0,1fr);
    gap:24px;
    align-items:start;
}

#order-standard_cart.rh-products-page .rh-store-sidebar{
    position:sticky;
    top:104px;
    display:flex;
    flex-direction:column;
    gap:15px;
    min-width:0;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-card{
    padding:13px;
    border:1px solid #e5e7ef;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 28px rgba(16,24,40,.055);
}

#order-standard_cart.rh-products-page .rh-store-sidebar-heading{
    display:flex;
    align-items:center;
    gap:10px;
    padding:5px 6px 12px;
    margin-bottom:5px;
    border-bottom:1px solid #f0f1f5;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-heading-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    flex:0 0 36px;
    border-radius:10px;
    background:#f0efff;
    color:#6256e8;
    font-size:13px;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-heading h3{
    margin:0 0 2px!important;
    color:#1d2939!important;
    font-size:15px!important;
    line-height:1.2!important;
    font-weight:780!important;
    letter-spacing:-.2px;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-heading span:not(.rh-store-sidebar-heading-icon){
    display:block;
    color:#98a2b3;
    font-size:9px;
    line-height:1.3;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-nav{
    display:flex;
    flex-direction:column;
    gap:3px;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link{
    position:relative;
    display:flex!important;
    align-items:center;
    gap:9px;
    min-height:42px;
    padding:7px 9px!important;
    border:1px solid transparent!important;
    border-radius:10px!important;
    background:transparent!important;
    color:#5c667a!important;
    text-decoration:none!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:1.35;
    transition:all .16s ease;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link:hover{
    border-color:#eceafb!important;
    background:#faf9ff!important;
    color:#5448da!important;
    transform:translateX(2px);
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link.active{
    border-color:#e7e3ff!important;
    background:linear-gradient(90deg,#f4f1ff 0%,#faf9ff 100%)!important;
    color:#5448da!important;
    box-shadow:inset 3px 0 0 #6d5deb;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link.disabled{
    opacity:.45;
    pointer-events:none;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:25px;
    height:25px;
    flex:0 0 25px;
    border-radius:7px;
    background:#f5f6f9;
    color:#7d8798;
    font-size:10px;
    transition:.16s ease;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link:hover .rh-store-sidebar-link-icon,
#order-standard_cart.rh-products-page .rh-store-sidebar-link.active .rh-store-sidebar-link-icon{
    background:#eae7ff;
    color:#6256e8;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link-label{
    flex:1 1 auto;
    min-width:0;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-chevron{
    color:#c0c5cf;
    font-size:8px;
    transition:.16s ease;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-link:hover .rh-store-sidebar-chevron,
#order-standard_cart.rh-products-page .rh-store-sidebar-link.active .rh-store-sidebar-chevron{
    color:#6256e8;
    transform:translateX(2px);
}

#order-standard_cart.rh-products-page .rh-store-sidebar-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#f0efff;
    color:#6256e8;
    font-size:8px;
    font-weight:800;
}

#order-standard_cart.rh-products-page .rh-store-currency-card form{
    margin:0;
}

#order-standard_cart.rh-products-page .rh-store-currency-select-wrap{
    position:relative;
}

#order-standard_cart.rh-products-page .rh-store-currency-select{
    width:100%;
    height:43px!important;
    min-height:43px!important;
    padding:0 36px 0 12px!important;
    border:1px solid #e4e7ec!important;
    border-radius:10px!important;
    background:#fbfcfe!important;
    color:#344054!important;
    font-size:11px!important;
    font-weight:650!important;
    appearance:none;
}

#order-standard_cart.rh-products-page .rh-store-currency-select-wrap > i{
    position:absolute;
    top:50%;
    right:13px;
    transform:translateY(-50%);
    color:#98a2b3;
    font-size:8px;
    pointer-events:none;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help{
    position:relative;
    overflow:hidden;
    display:flex;
    gap:11px;
    padding:17px;
    border-radius:18px;
    background:
        radial-gradient(circle at 100% 0,rgba(255,255,255,.13),transparent 32%),
        linear-gradient(145deg,#171b2f 0%,#242b52 60%,#514dbb 100%);
    box-shadow:0 16px 35px rgba(24,31,67,.13);
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:37px;
    height:37px;
    flex:0 0 37px;
    border-radius:10px;
    background:rgba(255,255,255,.10);
    color:#fff;
    font-size:13px;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help strong,
#order-standard_cart.rh-products-page .rh-store-sidebar-help span,
#order-standard_cart.rh-products-page .rh-store-sidebar-help a{
    display:block;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help strong{
    margin:1px 0 3px;
    color:#fff!important;
    font-size:11px;
    font-weight:750;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help span{
    margin-bottom:9px;
    color:rgba(255,255,255,.60);
    font-size:9px;
    line-height:1.5;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help a{
    color:#bcb7ff!important;
    text-decoration:none!important;
    font-size:9px;
    font-weight:750;
}

#order-standard_cart.rh-products-page .rh-store-sidebar-help a i{
    margin-left:4px;
    font-size:7px;
}

#order-standard_cart.rh-products-page .rh-store-main{
    min-width:0;
}

#order-standard_cart.rh-products-page .rh-store-heading-card{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    min-height:150px;
    margin-bottom:22px;
    padding:29px 31px;
    border:1px solid #e5e7ef;
    border-radius:22px;
    background:
        radial-gradient(circle at 88% 18%,rgba(98,86,232,.11),transparent 24%),
        linear-gradient(135deg,#fff 0%,#fbfbff 100%);
    box-shadow:0 14px 34px rgba(16,24,40,.055);
}

#order-standard_cart.rh-products-page .rh-store-heading-card:after{
    content:"";
    position:absolute;
    width:185px;
    height:185px;
    right:-65px;
    bottom:-110px;
    border:1px solid rgba(98,86,232,.09);
    border-radius:50%;
}

#order-standard_cart.rh-products-page .rh-store-heading-copy{
    position:relative;
    z-index:1;
    max-width:650px;
}

#order-standard_cart.rh-products-page .rh-store-eyebrow{
    display:inline-flex;
    align-items:center;
    margin-bottom:8px;
    padding:5px 9px;
    border-radius:999px;
    background:#f0efff;
    color:#6256e8!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:.65px;
    text-transform:uppercase;
}

#order-standard_cart.rh-products-page .rh-store-heading-card h1{
    margin:0 0 7px!important;
    color:#171b2f!important;
    font-size:28px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-.65px;
}

#order-standard_cart.rh-products-page .rh-store-heading-card p{
    max-width:630px;
    margin:0!important;
    color:#667085!important;
    font-size:12px!important;
    line-height:1.65!important;
}

#order-standard_cart.rh-products-page .rh-store-heading-icon{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:76px;
    height:76px;
    flex:0 0 76px;
    border:1px solid #e7e3ff;
    border-radius:22px;
    background:linear-gradient(145deg,#f6f3ff,#ebe8ff);
    color:#6256e8;
    font-size:27px;
    box-shadow:0 13px 28px rgba(98,86,232,.10);
}

#order-standard_cart.rh-products-page .rh-store-alert{
    margin-bottom:18px;
    border-radius:13px;
    font-size:11px;
}

#order-standard_cart.rh-products-page #products.rh-products-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px!important;
    margin:0!important;
}

#order-standard_cart.rh-products-page #products.rh-products-grid .products-item{
    display:flex;
    flex-direction:column;
    width:auto!important;
    max-width:none!important;
    min-height:100%;
    margin:0!important;
    padding:23px!important;
    border-right:1px solid #e4e7ec!important;
    text-align:left!important;
}

#order-standard_cart.rh-products-page .rh-product-card-topline{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin-bottom:14px;
}

#order-standard_cart.rh-products-page .rh-product-plan-badge{
    display:inline-flex;
    align-items:center;
    min-height:23px;
    padding:0 8px;
    border-radius:999px;
    background:#f7f7fb;
    color:#7d8798;
    font-size:8px;
    font-weight:750;
    letter-spacing:.3px;
    text-transform:uppercase;
}

#order-standard_cart.rh-products-page .products-item h5{
    min-height:auto!important;
    margin-bottom:12px!important;
    font-size:18px!important;
}

#order-standard_cart.rh-products-page .products-item .price{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:5px;
    min-height:46px;
}

#order-standard_cart.rh-products-page .products-item .price .value{
    font-size:27px!important;
    line-height:1.1;
}

#order-standard_cart.rh-products-page .products-item .clarifications{
    margin-bottom:3px;
}

#order-standard_cart.rh-products-page .rh-price-kicker{
    width:100%;
    color:#98a2b3;
    font-size:9px;
    font-weight:650;
}

#order-standard_cart.rh-products-page .products-item .features{
    flex:1 1 auto;
}

#order-standard_cart.rh-products-page .products-item .action{
    margin-top:20px!important;
}

#order-standard_cart.rh-products-page .products-item .btn-order-now{
    min-height:44px;
}

#order-standard_cart.rh-products-page .products-item .btn-order-now i{
    transition:transform .16s ease;
}

#order-standard_cart.rh-products-page .products-item .btn-order-now:hover i{
    transform:translateX(3px);
}

/* The old horizontal category menu is no longer used on products.tpl */
#order-standard_cart.rh-products-page + .order-form-menu-scroller,
.rh-products-page .order-form-menu-scroller{
    display:none!important;
}

@media(max-width:1180px){
    #order-standard_cart.rh-products-page .rh-store-layout{
        grid-template-columns:235px minmax(0,1fr);
        gap:18px;
    }

    #order-standard_cart.rh-products-page #products.rh-products-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:900px){
    #order-standard_cart.rh-products-page{
        padding-top:8px;
    }

    #order-standard_cart.rh-products-page .rh-store-layout{
        grid-template-columns:1fr;
    }

    #order-standard_cart.rh-products-page .rh-store-sidebar{
        position:relative;
        top:auto;
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    #order-standard_cart.rh-products-page .rh-store-sidebar-help{
        grid-column:1/-1;
    }
}

@media(max-width:620px){
    #order-standard_cart.rh-products-page{
        padding:5px 8px 36px;
    }

    #order-standard_cart.rh-products-page .rh-store-sidebar{
        display:flex;
    }

    #order-standard_cart.rh-products-page .rh-store-heading-card{
        min-height:auto;
        padding:22px 19px;
        border-radius:18px;
    }

    #order-standard_cart.rh-products-page .rh-store-heading-icon{
        display:none;
    }

    #order-standard_cart.rh-products-page .rh-store-heading-card h1{
        font-size:23px!important;
    }

    #order-standard_cart.rh-products-page #products.rh-products-grid{
        grid-template-columns:1fr;
        gap:13px!important;
    }
}

/* ======================================================================
   RenkliHost Cart UI V6 — Checkout clean rebuild
   V5 two-column layout intentionally removed. This layer resets legacy
   absolute headings and keeps WHMCS checkout DOM in a stable single flow.
   ====================================================================== */

#order-standard_cart.rh-checkout-page{
    --rhc-primary:#6256e8;
    --rhc-primary-2:#8176f5;
    --rhc-ink:#172033;
    --rhc-text:#344054;
    --rhc-muted:#7b8496;
    --rhc-line:#e5e8ef;
    --rhc-soft:#f6f7fb;
    padding:20px 0 54px!important;
}

#order-standard_cart.rh-checkout-page > .white-bg{
    padding-bottom:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}

/* Keep all checkout content on one predictable rail */
#order-standard_cart.rh-checkout-page .row.justify-content-center > .col-11{
    width:100%!important;
    max-width:1040px!important;
    flex:0 0 100%!important;
    padding-left:18px!important;
    padding-right:18px!important;
}

#order-standard_cart.rh-checkout-page #frmCheckout{
    display:block!important;
    width:100%!important;
    max-width:980px!important;
    margin:0 auto!important;
}

/* Hero / stepper width harmony */
#order-standard_cart.rh-checkout-page .rh-stepper-wrap,
#order-standard_cart.rh-checkout-page .rh-order-hero-wrap{
    width:100%!important;
    max-width:980px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
}

#order-standard_cart.rh-checkout-page .rh-order-hero{
    min-height:94px!important;
    padding:20px 22px!important;
    border:1px solid #e4e7ef!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 32px rgba(23,32,51,.055)!important;
}

#order-standard_cart.rh-checkout-page .rh-order-hero-icon{
    width:48px!important;
    height:48px!important;
    flex:0 0 48px!important;
    border-radius:14px!important;
    background:linear-gradient(145deg,#f1f0ff,#e8e5ff)!important;
    color:var(--rhc-primary)!important;
    font-size:19px!important;
}

#order-standard_cart.rh-checkout-page .rh-eyebrow{
    color:#766bea!important;
    font-size:9px!important;
    font-weight:850!important;
    letter-spacing:.7px!important;
}

#order-standard_cart.rh-checkout-page .rh-order-hero h1{
    margin:3px 0 4px!important;
    color:var(--rhc-ink)!important;
    font-size:23px!important;
    line-height:1.2!important;
    font-weight:850!important;
    letter-spacing:-.45px!important;
}

#order-standard_cart.rh-checkout-page .rh-order-hero p{
    margin:0!important;
    color:#778196!important;
    font-size:12px!important;
    line-height:1.55!important;
}

#order-standard_cart.rh-checkout-page .rh-hero-login-btn{
    min-height:40px!important;
    padding:0 15px!important;
    border:0!important;
    border-radius:10px!important;
    background:linear-gradient(135deg,#7e72f3,#6256e8)!important;
    box-shadow:0 8px 20px rgba(98,86,232,.18)!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:800!important;
}

/* ----------------------------------------------------------------------
   SECTION CARDS
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page .register-area-box-checkout{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    float:none!important;
    clear:both!important;
    overflow:visible!important;
    margin:0 0 16px!important;
    padding:0!important;
    border:1px solid var(--rhc-line)!important;
    border-radius:17px!important;
    background:#fff!important;
    box-shadow:0 8px 25px rgba(23,32,51,.045)!important;
}

/* kill previous decorative/absolute remnants */
#order-standard_cart.rh-checkout-page .register-area-box-checkout:before,
#order-standard_cart.rh-checkout-page .register-area-box-checkout:after{
    display:none!important;
    content:none!important;
}

/* Legacy theme puts these titles around/above the card. Force normal flow. */
#order-standard_cart.rh-checkout-page .register-area-box-checkout-title{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    float:none!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:56px!important;
    margin:0!important;
    padding:0 21px!important;
    border:0!important;
    border-bottom:1px solid #edf0f5!important;
    border-radius:17px 17px 0 0!important;
    background:linear-gradient(180deg,#fff,#fbfbfe)!important;
    color:var(--rhc-ink)!important;
    font-size:14px!important;
    line-height:1.3!important;
    font-weight:850!important;
    letter-spacing:-.15px!important;
    text-align:left!important;
    white-space:normal!important;
    z-index:auto!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout-title:before{
    content:""!important;
    display:block!important;
    width:9px!important;
    height:9px!important;
    flex:0 0 9px!important;
    margin:0 10px 0 0!important;
    border-radius:3px!important;
    background:linear-gradient(135deg,#8a7ff7,#6256e8)!important;
    box-shadow:0 0 0 4px rgba(98,86,232,.08)!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout-title small{
    margin-left:auto!important;
    color:#9aa2b1!important;
    font-size:8px!important;
    font-weight:800!important;
    letter-spacing:.65px!important;
}

/* card body spacing: direct children except title */
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .row,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .field-container,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .account-select-container,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .alert,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > p,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > #paymentGatewaysContainer,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > #applyCreditContainer,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .cc-input-container,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > .gateway-errors,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > textarea,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > input{
    margin-left:20px!important;
    margin-right:20px!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout > .row{
    width:calc(100% - 40px)!important;
    margin-top:18px!important;
    margin-bottom:5px!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout > .field-container{
    padding:18px 20px 6px!important;
    margin:0!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout > .field-container > .row{
    margin-left:-8px!important;
    margin-right:-8px!important;
}

#order-standard_cart.rh-checkout-page .register-area-box-checkout > p.coodiv-text-10,
#order-standard_cart.rh-checkout-page .register-area-box-checkout > p.text-center{
    margin-top:15px!important;
    margin-bottom:0!important;
    color:#7e8798!important;
    font-size:11px!important;
}

/* generic row gutters */
#order-standard_cart.rh-checkout-page .register-area-box-checkout .row{
    margin-left:-8px!important;
    margin-right:-8px!important;
}
#order-standard_cart.rh-checkout-page .register-area-box-checkout [class*="col-"]{
    padding-left:8px!important;
    padding-right:8px!important;
}

/* ----------------------------------------------------------------------
   FIELDS
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page .form-group{
    margin-bottom:14px!important;
}

#order-standard_cart.rh-checkout-page label:not(.field-icon):not(.radio-inline):not(.checkbox-inline){
    margin-bottom:7px!important;
    color:#465166!important;
    font-size:11px!important;
    line-height:1.35!important;
    font-weight:750!important;
}

#order-standard_cart.rh-checkout-page .form-control,
#order-standard_cart.rh-checkout-page .field,
#order-standard_cart.rh-checkout-page select.form-control{
    height:48px!important;
    min-height:48px!important;
    padding:0 13px!important;
    border:1px solid #dce1e9!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#273248!important;
    font-size:12px!important;
    box-shadow:none!important;
    transition:border-color .16s ease,box-shadow .16s ease!important;
}

#order-standard_cart.rh-checkout-page .form-control:focus,
#order-standard_cart.rh-checkout-page .field:focus,
#order-standard_cart.rh-checkout-page select.form-control:focus{
    border-color:#9c94f7!important;
    box-shadow:0 0 0 4px rgba(98,86,232,.08)!important;
}

#order-standard_cart.rh-checkout-page textarea.form-control,
#order-standard_cart.rh-checkout-page textarea.field{
    height:auto!important;
    min-height:100px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
    line-height:1.55!important;
}

#order-standard_cart.rh-checkout-page .prepend-icon .field{
    padding-left:42px!important;
}

#order-standard_cart.rh-checkout-page .prepend-icon .field-icon{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:40px!important;
    height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#9ba4b4!important;
    font-size:12px!important;
    z-index:2!important;
}

#order-standard_cart.rh-checkout-page .field-help-text,
#order-standard_cart.rh-checkout-page .small,
#order-standard_cart.rh-checkout-page .text-muted{
    color:#8992a2!important;
    font-size:10px!important;
    line-height:1.5!important;
}

/* password meter */
#order-standard_cart.rh-checkout-page .progress{
    height:7px!important;
    margin:8px 0 4px!important;
    border-radius:999px!important;
    background:#edf0f4!important;
    overflow:hidden!important;
}

/* ----------------------------------------------------------------------
   PROMO / ALERTS / CUSTOM FIELDS
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page .alert{
    border-radius:11px!important;
    font-size:11px!important;
    line-height:1.5!important;
}

#order-standard_cart.rh-checkout-page .alert-success{
    border:1px solid #cfe8d8!important;
    background:#f2faf5!important;
    color:#31704b!important;
}

#order-standard_cart.rh-checkout-page .alert-danger{
    border:1px solid #f0d0d3!important;
    background:#fff6f7!important;
    color:#9b3340!important;
}

/* ----------------------------------------------------------------------
   PAYMENT — visually important, still in normal flow
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page #totalDueToday{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:72px!important;
    margin:18px 20px 14px!important;
    padding:14px 17px!important;
    border:1px solid #dedcfb!important;
    border-radius:13px!important;
    background:linear-gradient(135deg,#f9f8ff,#f0efff)!important;
    color:#6f7890!important;
    font-size:11px!important;
    text-align:left!important;
}

#order-standard_cart.rh-checkout-page #totalCartPrice{
    margin-left:auto!important;
    color:var(--rhc-primary)!important;
    font-size:26px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:-.7px!important;
}

#order-standard_cart.rh-checkout-page #paymentGatewaysContainer{
    margin:0 20px 16px!important;
}

#order-standard_cart.rh-checkout-page #paymentGatewaysContainer > p{
    margin:0 0 9px!important;
    color:#566176!important;
    font-size:10px!important;
    font-weight:800!important;
}

#order-standard_cart.rh-checkout-page .payment-gateways-container{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
}

#order-standard_cart.rh-checkout-page .payment-gateways-container .radio-inline{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-height:48px!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid #dfe3ea!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#344054!important;
    font-size:11px!important;
    font-weight:750!important;
    cursor:pointer!important;
}

#order-standard_cart.rh-checkout-page .payment-gateways-container .radio-inline:hover{
    border-color:#c2bcfa!important;
    background:#fbfaff!important;
}

#order-standard_cart.rh-checkout-page .payment-gateways-container .radio-inline:has(input:checked){
    border-color:#8e84f5!important;
    background:#f6f5ff!important;
    box-shadow:0 0 0 3px rgba(98,86,232,.07)!important;
}

#order-standard_cart.rh-checkout-page .payment-gateways-container input[type="radio"]{
    margin:0 8px 0 0!important;
}

#order-standard_cart.rh-checkout-page .apply-credit-container{
    margin:14px 20px!important;
    padding:13px 14px!important;
    border:1px solid #d9ebdf!important;
    border-radius:11px!important;
    background:#f5fbf7!important;
    color:#466552!important;
    font-size:10px!important;
}

#order-standard_cart.rh-checkout-page .cc-input-container{
    margin:0 20px 18px!important;
    padding:16px!important;
    border:1px solid #e2e5ec!important;
    border-radius:13px!important;
    background:#f8f9fc!important;
}

/* ----------------------------------------------------------------------
   NOTES / MARKETING
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page .marketing-email-optin > p{
    margin:16px 20px 10px!important;
    color:#6f788b!important;
    font-size:11px!important;
    line-height:1.6!important;
}

#order-standard_cart.rh-checkout-page .marketing-email-optin > input{
    margin:0 20px 18px!important;
}

/* ----------------------------------------------------------------------
   FINAL AGREEMENT / CTA
   ---------------------------------------------------------------------- */
#order-standard_cart.rh-checkout-page .text-center:has(#btnCompleteOrder){
    width:100%!important;
    margin:18px 0 0!important;
    padding:21px!important;
    border:1px solid #e0def6!important;
    border-radius:17px!important;
    background:linear-gradient(145deg,#fff,#f8f7ff)!important;
    box-shadow:0 12px 30px rgba(49,46,112,.06)!important;
    text-align:left!important;
}

#order-standard_cart.rh-checkout-page .text-center:has(#btnCompleteOrder) p{
    margin:0 0 15px!important;
}

#order-standard_cart.rh-checkout-page .text-center:has(#btnCompleteOrder) .checkbox-inline{
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    margin:0!important;
    color:#596579!important;
    font-size:10px!important;
    line-height:1.55!important;
}

#order-standard_cart.rh-checkout-page .text-center:has(#btnCompleteOrder) .checkbox-inline input{
    margin:3px 0 0!important;
    flex:0 0 auto!important;
}

#order-standard_cart.rh-checkout-page .text-center:has(#btnCompleteOrder) a{
    color:var(--rhc-primary)!important;
    font-weight:800!important;
}

#order-standard_cart.rh-checkout-page #btnCompleteOrder{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,#7d71f4,#5d50e8)!important;
    box-shadow:0 13px 28px rgba(72,59,189,.24)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:850!important;
    transition:transform .16s ease,box-shadow .16s ease!important;
}

#order-standard_cart.rh-checkout-page #btnCompleteOrder:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 17px 34px rgba(72,59,189,.30)!important;
}

#order-standard_cart.rh-checkout-page .checkout-security-msg{
    width:100%!important;
    max-width:980px!important;
    margin:16px auto 0!important;
    padding:12px 15px!important;
    border:1px solid #d9eee1!important;
    border-radius:12px!important;
    background:#f5fbf7!important;
    color:#427152!important;
    font-size:10px!important;
    box-shadow:none!important;
}

#order-standard_cart.rh-checkout-page .checkout-security-msg i{
    float:none!important;
    margin:0 7px 0 0!important;
    font-size:12px!important;
}

/* account cards */
#order-standard_cart.rh-checkout-page .account-select-container{
    padding:18px 20px 4px!important;
    margin:0!important;
}

#order-standard_cart.rh-checkout-page .account-select-container .account{
    height:100%!important;
    padding:12px!important;
    border:1px solid #e3e6ed!important;
    border-radius:11px!important;
    background:#fff!important;
}

#order-standard_cart.rh-checkout-page .account-select-container .account.active{
    border-color:#9c94f7!important;
    background:#f7f6ff!important;
}

/* Error block */
#order-standard_cart.rh-checkout-page .checkout-error-feedback{
    width:100%!important;
    max-width:980px!important;
    margin:0 auto 16px!important;
}

/* Mobile */
@media(max-width:767px){
    #order-standard_cart.rh-checkout-page{
        padding-top:12px!important;
    }

    #order-standard_cart.rh-checkout-page .row.justify-content-center > .col-11{
        padding-left:10px!important;
        padding-right:10px!important;
    }

    #order-standard_cart.rh-checkout-page .rh-order-hero{
        padding:17px!important;
        border-radius:15px!important;
    }

    #order-standard_cart.rh-checkout-page .rh-order-hero-actions{
        width:100%!important;
        margin:9px 0 0!important;
    }

    #order-standard_cart.rh-checkout-page .rh-hero-login-btn{
        width:100%!important;
    }

    #order-standard_cart.rh-checkout-page .register-area-box-checkout{
        border-radius:14px!important;
    }

    #order-standard_cart.rh-checkout-page .register-area-box-checkout-title{
        min-height:52px!important;
        padding:0 16px!important;
        border-radius:14px 14px 0 0!important;
        font-size:13px!important;
    }

    #order-standard_cart.rh-checkout-page .register-area-box-checkout > .row{
        width:calc(100% - 28px)!important;
        margin-left:14px!important;
        margin-right:14px!important;
    }

    #order-standard_cart.rh-checkout-page .payment-gateways-container{
        grid-template-columns:1fr!important;
    }

    #order-standard_cart.rh-checkout-page #totalDueToday{
        flex-direction:column!important;
        align-items:flex-start!important;
        gap:5px!important;
    }

    #order-standard_cart.rh-checkout-page #totalCartPrice{
        margin-left:0!important;
        font-size:24px!important;
    }
}
