.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height>div[class*=col-] {
    display: flex;
}
.row-eq-height>div[class*=col-]>* {
    width: 100%;
}




.total-due-today,
#order-standard_cart .summary-container span.float-right,
.tt-product-desc span strong,
.tt-product-price .price,
.tt-product-price small,
.tt-domain-price-cycle:not(small),
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .field-container label,
#order-standard_cart .summary-container span.float-right,
#order-standard_cart .order-summary .total-due-today .amt,
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-weight: 500;
}

#order-standard_cart .addon-promo-container{
    border-radius: var(--custom-radius);
}
#order-standard_cart .addon-promo-container h3{
    font-size: 18px;
}

#order-standard_cart .addon-promo-container .logo{
    line-height: 70px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 70px;
}

#order-standard_cart .field-container label{
    font-family: var(--font-family-monospace);
    font-size: 16px;
    color: var(--heading-color);
}
#order-standard_cart .field-container select.form-control{
 width: 100%;
}
#order-standard_cart .product-info{
    border-radius: var(--custom-radius);
    background-color: transparent;
    padding: 15px;
    border: 1px dashed var(--border-color);
    font-size: 14px;
}
#order-standard_cart .product-info p strong{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .product-info .product-title{
    font-size: 16px;
    margin-bottom: 12px;
}
#order-standard_cart .order-summary .summary-totals{
   border: none;
    margin: 0;
}
#order-standard_cart .order-summary{
    background-color: var(--gray-light);
    border-color: var(--gray-light);
    border-radius: var(--custom-radius);
    box-shadow: 2px 12px 24px -4px rgba(145, 158, 171, 0.16);
    border: 1px dashed var(--border-color);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .loader{
    color: var(--heading-color);
}
#order-standard_cart .order-summary .loader{
    top: 6px;
}
#order-standard_cart .summary-container{
    background-color: var(--white);
    padding: 15px;
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
    font-size: 13px;
}

#order-standard_cart .summary-container .clearfix{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--border-color);
    padding: 10px 0 8px;
}
#order-standard_cart .summary-container .clearfix .pull-left{
    max-width: 70%;
    flex-basis: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: initial;
    font-weight: 400;
    font-family: var(--font-family-sans-serif);
}
#order-standard_cart .summary-container .clearfix .pull-right {
    flex-basis: 40%;
    text-align: right;
    padding-left: 6px;
}
#order-standard_cart .order-summary .recurring-charges{
    font-style: normal;

}
#order-standard_cart .order-summary .subtotal{
    font-size: inherit;
}
#order-standard_cart .order-summary h2{
    font-size: 15px;
}
#order-standard_cart .order-summary .total-due-today .amt{
    font-size: 20px;
}
#order-standard_cart .order-summary .total-due-today-padded{
    margin: 0;
}
.tt-payment-gateways label{
    margin-right: 15px !important;
}
.total-due-today{
    padding: 10px 0 15px;
}

#order-standard_cart .sub-heading{
    text-align: left;
    border-bottom: 2px dashed var(--primary-light);
    border-top: none;
    margin-top: 35px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span{
    background-color: var(--white);
    color: var(--heading-color);
    padding-left: 0;
    top: -16px;
    font-size: 16px;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price{
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price span{
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-body{
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-add{
    padding: 4px 15px;
    border-radius: 4px;
    margin-left: 15px;
    background-color: var(--gray-light);
    color: var(--body-color);
    border: 1px solid var(--border-color);
}
button.close:focus{
    outline: none;
}

#order-standard_cart .order-summary .btn-continue-shopping{
    padding: 15px 0 0;
    font-size: 13px;
}
#order-standard_cart .order-summary .btn-continue-shopping:hover{
    text-decoration: none;
    color: var(--primary);
}
.tt-view-cart{
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
#order-standard_cart .view-cart-items .item:nth-child(even){
    background: transparent;
}
#order-standard_cart .view-cart-items .item{
    padding: 15px;
    background: transparent;
    border-bottom: 1px dashed var(--border-color);
}
#order-standard_cart .view-cart-items .item:last-of-type{
    border-bottom: 0;
}
#order-standard_cart .view-cart-items-header{
    background-color: var(--gray-light);
    color: var(--heading-color);
    font-size: 15px;
    border-radius: var(--custom-radius) var(--custom-radius) 0 0;
}
.tt-view-cart-items .btn{
    padding: 0;
}
.tt-view-cart-items .dropdown .btn{
    padding: 2px 10px;
}
.tt-view-cart-items .dropdown .dropdown-menu{
    transform: translate3d(0, 28px, 0px) !important;
    left: auto !important;
    right: 0;
    padding: 0;
    font-size: 14px;
}
.tt-view-cart-items .dropdown .dropdown-menu li a{
    color: var(--body-color);
}
#order-standard_cart .view-cart-items{
    border: none;
    margin: 0;
}
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span{
    font-size: 14px;
}

#order-standard_cart .empty-cart{
    text-align: inherit;
    margin: 0 20px 20px;
}
#order-standard_cart .empty-cart .btn{
    border-radius: 4px;
    background-color: var(--danger-light);
    color: var(--danger);
    font-size: 12px;
}
#order-standard_cart .empty-cart .btn:hover{
    text-decoration: none;
}

#order-standard_cart .btn-checkout{
    padding: 0.75rem 1.75rem;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .view-cart-tabs .nav-tabs{
    padding-left: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
}
#order-standard_cart .view-cart-tabs{
    margin: 20px 0 20px;
}
#order-standard_cart .view-cart-tabs .nav-tabs{
    border-color: var(--border-color);
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true],
#order-standard_cart .view-cart-tabs .tab-content{
    background-color: var(--gray-light);
    border-color: var(--border-color);
}

/*product price*/
.tt-single-product {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px dashed var(--border-color);
}
.tt-single-product:hover{
    box-shadow: 0 12px 24px -4px rgba(145, 158, 171, 0.16)
}
.tt-featured-badge{
    position: absolute;
    background: var(--danger);
    color: var(--white);
    font-size: 13px;
    line-height: inherit;
    border-top-left-radius: var(--custom-radius);
    top: -1px;
    left: -1px;
    width: 85px;
    height: 27px;
}
.tt-featured-badge:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 10px solid var(--white);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.tt-featured-badge .badge{
    padding: 0 10px;
}
.tt-product-desc span{
    font-size: 14px;
    display: inline-block;
    padding: 2px 0;
}
.tt-product-price .price{
    font-weight: 600;
    font-size: 20px;
    color: var(--danger);
}
.tt-product-price .tt-cycle,
.tt-product-price small{
    font-size: 13px;
}


.tt-group-featured-wrap{
    position: relative;
    display: block;
    border: 2px dashed var(--primary-light);
    padding: 30px;
}

.tt-group-features-list li {
    margin: 2px 0;
    width: 33%;
    display: inline-table;
}
.tt-group-features-list li i{
    color: var(--primary);
    margin-right: 8px;
}
.tt-group-head{
    position: absolute;
    top: -15px;
    background-color: var(--white);
    padding: 5px 10px;
}
@media (max-width: 480px){
    .tt-group-features-list li{
        width: 48%;
    }
}

@media (max-width: 991px){
    .tt-group-features-list li{
        width: 100%;
    }
}

/*domain search*/
.domain-promo-box{
    border: 2px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: var(--gray-light);
}
.domain-promo-box i{
    font-size: 2.75rem;
}
.domain-promo-box p{
    font-size: 13px;
}

.tt-domain-list-wrap{
    border: 1px solid var(--border-color);
}
.tt-domain-price-cycle:not(small){
   font-size: 13px;
    font-weight: 400;
}
.tld-sale-group{
    border-radius: 4px;
    padding: 1px 5px;
}
.domain-pricing .two-row-center{
    border-right: none !important;
    margin: 0;
}
.domain-pricing .tld-row{
    align-items: center;
}
.domain-checker-container{
    background: var(--gray-light);
}
.domain-checker-bg{
    padding: 55px 0;
}

#order-standard_cart .domain-checker-bg .default-captcha{
    max-width: 100%;
    background-color: var(--white);
    border: 2px dashed var(--primary-light);
    box-shadow: none;
}
#order-standard_cart .domain-checker-bg .captcha-container .form-control{
    padding: 3px;
}

#searchDomainInfo{
    padding: 35px;
    margin: 25px 0 !important;
    border: 2px dashed var(--primary-light);
    border-radius: var(--custom-radius);
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible{
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
}
#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable{
    font-size: 16px;
    margin-bottom: 0;
}
#order-standard_cart .domain-checker-available{
    font-size: 18px;
}
.domain-price span.price{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart  .tt-confirm-domain label{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-confirm-domain .form-control{
     background-color: var(--gray-light);
}
#order-standard_cart .secondary-cart-body h3{
    font-size: 18px;
}
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header div:nth-child(odd){
    border-color: transparent;
    padding-bottom: 0;
}
.domain-pricing .tld-pricing-header div:nth-child(odd),
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4{
    background-color: var(--gray-light);
    font-family: var(--font-family-monospace);
    font-weight: 500;
    font-size: 14px;
    border-top-left-radius: var(--custom-radius);
    border-top-right-radius: var(--custom-radius);
}

.featured-tld{
    border-radius: var(--custom-radius);
    box-shadow: 2px 4px 15px rgba(120, 120, 120, 0.10)
}
.featured-tld .img-container img {
    max-width: 50%;
    max-height: 100%;
}
.featured-tld .price{
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
}
.tt-domain-search-box input.form-control{
    border: none !important;
}
.spotlight-tld-container{
    min-width:20% !important;
}
.spotlight-tld-new, .spotlight-tld-hot, .spotlight-tld-sale{
    width: 85px;
    padding: 0;
    top: 5px;
    right: -22px;
}
.spotlight-tlds{
    padding: 0;
    background: transparent;
}
.spotlight-tld{
    height: 120px;
    padding: 15px;
    border: 2px dashed var(--primary-light);
}
.spotlight-tld span.available.price{
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: var(--heading-color);
}
.spotlight-tld .btn:not(.domain-contact-support){
    padding: 4px 12px;
    width: auto;
    background-color: var(--primary);
    border-color: var(--primary);
}

#orderSummary{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


/*domain renewals*/

.tt-domain-renewals{
    background-color: transparent;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
.tt-domain-renewals .domain-renewal,
.domain-renewals .domain-renewal:nth-child(even){
    background-color: transparent;
}
.tt-domain-renewals .domain-renewal:not(:last-of-type){
    border-bottom: 1px dashed var(--border-color);
}
.tt-domain-renewals .domain-renewal{
    border-bottom: none;
    padding: 20px;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc{
    font-weight: 400;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
    margin: 0;
}
.tt-renewal-form select.form-control{
    padding: 5px 6px;
    font-size: 12px;
}
.tt-renewal-form select{
    max-width: 70%;
    flex-basis: 70%;
}
.tt-renewal-form .tt-renewal-cart{
    flex-basis: 30%;
    text-align: right;
    padding-left: 10px;
}
.tt-renewal-form .tt-renewal-cart .btn{
    display: block;
    width: 100%;
}
/*checkout page*/
#order-standard_cart .field, #order-standard_cart .form-control{
    border-color: var(--border-color);
}
#order-standard_cart .prepend-icon .field-icon{
    height: 46px;
    line-height: 50px;
}
#order-standard_cart .field-icon i{
    color: var(--primary);
}
#order-standard_cart .account-select-container{
    border-right: inherit;
}

#order-standard_cart .account-select-container div.account{
    padding: 20px;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: transparent;
    margin-bottom: 15px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom){
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom{
    padding: 10px 20px;
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom label{
    font-weight: 500;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
}
#order-standard_cart .account-select-container div.account.active{
    background-color: var(--gray-light);
}
.tt-payment-container{
    margin: 35px 0 15px;
}
#order-standard_cart .cc-input-container{
    background-color: var(--gray-light);
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    font-family: var(--font-family-monospace);
}
/*Product addons*/
#order-standard_cart .products .product.tt-product-addons {
    border: 1px dashed var(--border-color);
    padding: 20px;

}
#order-standard_cart .products .product.tt-product-addons form{
    display: flex;
    flex-direction: column;
    height: 100%;
}

#order-standard_cart .products .product.tt-product-addons div.product-desc{
    padding: 0;
    font-size: 14px;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing{
    margin-bottom: 0;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span.price{
    font-family: var(--font-family-monospace);
    font-size: 18px;
    font-weight: 600;
}
#order-standard_cart .products .product.tt-product-addons div.product-pricing span small{
    display: block;
    line-height: normal;
    font-size: 13px;
}
/* =========================================================
   INFOTESCIL - Themetags Cart Domain Register Orange/Green
   Page: cart.php?a=add&domain=register
========================================================= */
#order-standard_cart .cart-body{
    background: linear-gradient(180deg,#fffaf5 0%,#f7fff8 55%,#ffffff 100%) !important;
    border-radius: 28px !important;
    padding: 28px !important;
}
#order-standard_cart .isf-cart-domain-hero{
    position: relative !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    padding: 44px 42px 34px !important;
    margin-bottom: 24px !important;
    background:
        radial-gradient(circle at 88% 12%, rgba(22,163,74,.22), transparent 28%),
        radial-gradient(circle at 10% 0%, rgba(249,115,22,.20), transparent 32%),
        linear-gradient(135deg,#ffffff 0%,#fff7ed 48%,#f0fdf4 100%) !important;
    border: 1px solid rgba(249,115,22,.18) !important;
    box-shadow: 0 26px 70px rgba(15,23,42,.10) !important;
}
#order-standard_cart .isf-cart-domain-hero:after{
    content:"" !important;
    position:absolute !important;
    right:-70px !important;
    bottom:-95px !important;
    width:250px !important;
    height:250px !important;
    border-radius:50% !important;
    background: linear-gradient(135deg,rgba(249,115,22,.16),rgba(22,163,74,.18)) !important;
}
#order-standard_cart .isf-cart-domain-badge{
    display:inline-flex !important;
    align-items:center !important;
    gap:9px !important;
    padding:9px 15px !important;
    border-radius:999px !important;
    background:#ecfdf5 !important;
    color:#15803d !important;
    font-size:13px !important;
    font-weight:900 !important;
    margin-bottom:16px !important;
    border:1px solid rgba(22,163,74,.16) !important;
}
#order-standard_cart .isf-cart-domain-badge i{color:#f97316 !important;}
#order-standard_cart .isf-cart-domain-hero h2{
    position:relative !important;
    z-index:1 !important;
    color:#10213f !important;
    font-size:38px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
    letter-spacing:-.8px !important;
    margin:0 0 12px !important;
}
#order-standard_cart .isf-cart-domain-hero p{
    position:relative !important;
    z-index:1 !important;
    color:#52657c !important;
    max-width:720px !important;
    font-size:17px !important;
    line-height:1.7 !important;
    margin:0 0 20px !important;
}
#order-standard_cart .isf-cart-domain-trust{
    position:relative !important;
    z-index:1 !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
}
#order-standard_cart .isf-cart-domain-trust span{
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:9px 13px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.82) !important;
    color:#40536a !important;
    font-size:13px !important;
    font-weight:800 !important;
    border:1px solid rgba(16,33,63,.08) !important;
    box-shadow:0 8px 18px rgba(16,33,63,.05) !important;
}
#order-standard_cart .isf-cart-domain-trust i{color:#16a34a !important;}
#order-standard_cart .domain-checker-container.isf-cart-domain-search,
#order-standard_cart .domain-checker-container{
    border-radius: 28px !important;
    padding: 8px !important;
    margin-bottom: 30px !important;
    background: linear-gradient(135deg,rgba(249,115,22,.28),rgba(22,163,74,.24)) !important;
    box-shadow: 0 24px 60px rgba(16,33,63,.12) !important;
}
#order-standard_cart .domain-checker-bg{
    border-radius: 22px !important;
    padding: 34px 26px !important;
    background:#ffffff !important;
    border: 1px solid rgba(255,255,255,.74) !important;
}
#order-standard_cart .tt-domain-search-box,
#order-standard_cart .domain-checker-bg .input-group{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:20px !important;
    background:#fff !important;
    border:1px solid #e7edf4 !important;
    box-shadow:0 18px 45px rgba(16,33,63,.09) !important;
}
#order-standard_cart .tt-domain-search-box .form-control,
#order-standard_cart .domain-checker-bg input[name="domain"]{
    height:58px !important;
    border:0 !important;
    border-radius:14px !important;
    background:#f8fbff !important;
    color:#10213f !important;
    font-size:17px !important;
    font-weight:700 !important;
    padding:0 20px !important;
    box-shadow:none !important;
}
#order-standard_cart .tt-domain-search-box .form-control:focus,
#order-standard_cart .domain-checker-bg input[name="domain"]:focus{
    background:#fff !important;
    box-shadow:0 0 0 4px rgba(22,163,74,.10) !important;
}
#order-standard_cart .tt-domain-search-box .input-group-btn,
#order-standard_cart .domain-checker-bg .input-group-btn{
    width:auto !important;
    display:flex !important;
}
#order-standard_cart #btnCheckAvailability,
#order-standard_cart .domain-check-availability{
    height:58px !important;
    min-width:145px !important;
    border:0 !important;
    border-radius:15px !important;
    background:linear-gradient(135deg,#f97316,#16a34a) !important;
    color:#fff !important;
    font-weight:950 !important;
    font-size:16px !important;
    box-shadow:0 16px 34px rgba(249,115,22,.26) !important;
    transition:transform .25s ease,box-shadow .25s ease,filter .25s ease !important;
}
#order-standard_cart #btnCheckAvailability:hover,
#order-standard_cart .domain-check-availability:hover{
    transform:translateY(-2px) !important;
    box-shadow:0 20px 44px rgba(22,163,74,.28) !important;
    filter:saturate(1.05) !important;
}
#order-standard_cart #DomainSearchResults{
    border-radius:26px !important;
}
#order-standard_cart .domain-checker-result-headline{
    border-radius:24px !important;
    background:#fff !important;
    border:1px solid #e9f0e9 !important;
    box-shadow:0 18px 45px rgba(16,33,63,.07) !important;
    padding:22px !important;
    margin-bottom:22px !important;
}
#order-standard_cart .domain-checker-available,
#order-standard_cart .domain-available{
    color:#15803d !important;
    font-weight:900 !important;
}
#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-unavailable{
    color:#ea580c !important;
    font-weight:900 !important;
}
#order-standard_cart .spotlight-tld,
#order-standard_cart .featured-tld,
#order-standard_cart .domain-suggestion,
#order-standard_cart .suggested-domains{
    border-radius:22px !important;
    border:1px solid #e8f1e8 !important;
    background:#fff !important;
    box-shadow:0 14px 34px rgba(16,33,63,.06) !important;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
#order-standard_cart .spotlight-tld:hover,
#order-standard_cart .featured-tld:hover,
#order-standard_cart .domain-suggestion:hover{
    transform:translateY(-6px) !important;
    border-color:rgba(22,163,74,.35) !important;
    box-shadow:0 24px 55px rgba(16,33,63,.11) !important;
}
#order-standard_cart .spotlight-tld .btn-add-to-cart,
#order-standard_cart .domain-suggestion .btn-add-to-cart,
#order-standard_cart .btn-add-to-cart{
    border:0 !important;
    border-radius:13px !important;
    background:linear-gradient(135deg,#16a34a,#15803d) !important;
    color:#fff !important;
    font-weight:900 !important;
    box-shadow:0 12px 28px rgba(22,163,74,.22) !important;
}
#order-standard_cart .suggested-domains .panel-heading,
#order-standard_cart .suggested-domains .card-header{
    border-radius:22px 22px 0 0 !important;
    background:linear-gradient(135deg,#fff7ed,#f0fdf4) !important;
    color:#10213f !important;
    font-weight:950 !important;
    border-bottom:1px solid #e8f1e8 !important;
}
#order-standard_cart .domain-pricing h4{
    color:#10213f !important;
    font-weight:950 !important;
    margin-top:26px !important;
}
#order-standard_cart .tld-filters .label,
#order-standard_cart .tld-filters a,
#order-standard_cart .tld-filters button{
    border-radius:999px !important;
}
@media (max-width: 767px){
    #order-standard_cart .cart-body{padding:16px !important;}
    #order-standard_cart .isf-cart-domain-hero{padding:30px 22px !important;}
    #order-standard_cart .isf-cart-domain-hero h2{font-size:28px !important;}
    #order-standard_cart .tt-domain-search-box,
    #order-standard_cart .domain-checker-bg .input-group{display:block !important;}
    #order-standard_cart .tt-domain-search-box .input-group-btn,
    #order-standard_cart .domain-checker-bg .input-group-btn{display:block !important;width:100% !important;margin-top:10px !important;}
    #order-standard_cart #btnCheckAvailability{width:100% !important;}
}


/* =========================================================
   Infotescil - Themetags Cart Premium Left Sidebar
   Domain kayıt/sipariş sayfası sol menü modern görünüm
========================================================= */
#order-standard_cart .cart-sidebar,
#order-standard_cart .sidebar,
#order-standard_cart .sidebar-collapsed,
#order-standard_cart .secondary-cart-body .sidebar {
    border: 0 !important;
}

.isf-order-sidebar-modern {
    position: sticky;
    top: 22px;
    padding: 18px 16px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 0%, rgba(249, 115, 22, .13), transparent 34%),
        radial-gradient(circle at 90% 18%, rgba(22, 163, 74, .12), transparent 31%),
        rgba(255, 255, 255, .74);
    border: 1px solid rgba(255, 255, 255, .70);
    box-shadow: 0 24px 65px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.isf-order-sidebar-head {
    padding: 8px 10px 16px;
    margin-bottom: 10px;
}

.isf-order-sidebar-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(249,115,22,.12), rgba(22,163,74,.12));
    color: #15803d;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid rgba(22,163,74,.16);
    margin-bottom: 10px;
}

.isf-order-sidebar-kicker:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.isf-order-sidebar-head strong {
    display: block;
    color: #07142f;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -.4px;
}

.isf-order-sidebar-head p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

#order-standard_cart .isf-order-menu-card,
.isf-order-menu-card {
    background: rgba(255,255,255,.92) !important;
    border: 1px solid rgba(226, 232, 240, .90) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .055) !important;
    margin-bottom: 14px !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#order-standard_cart .isf-order-menu-card:hover,
.isf-order-menu-card:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 163, 74, .30) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .09) !important;
}

#order-standard_cart .isf-order-menu-heading,
.isf-order-menu-heading {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.isf-order-menu-heading .panel-title {
    min-height: 56px;
    padding: 10px 14px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.isf-order-menu-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.isf-order-menu-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249,115,22,.16), rgba(22,163,74,.14));
    color: #f97316;
    box-shadow: inset 0 0 0 1px rgba(249,115,22,.10);
}

.isf-order-menu-card:nth-of-type(2n) .isf-order-menu-icon {
    color: #16a34a;
    background: linear-gradient(135deg, rgba(22,163,74,.16), rgba(249,115,22,.11));
}

.isf-order-menu-arrow {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #0f172a !important;
    font-size: 11px !important;
    margin-top: 4px;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.isf-order-menu-heading:hover .isf-order-menu-arrow {
    background: #fff7ed;
    color: #f97316 !important;
}

#order-standard_cart .isf-order-menu-list,
.isf-order-menu-list {
    padding: 6px 10px 12px !important;
    background: transparent !important;
    border: 0 !important;
}

#order-standard_cart .isf-order-menu-link,
.isf-order-menu-link {
    min-height: 43px;
    border: 0 !important;
    border-radius: 13px !important;
    margin: 3px 0 !important;
    padding: 10px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.isf-order-child-dot {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #94a3b8;
    font-size: 11px;
    transition: all .22s ease;
}

.isf-order-child-label {
    flex: 1 1 auto;
    min-width: 0;
}

#order-standard_cart .isf-order-menu-link:hover,
.isf-order-menu-link:hover {
    transform: translateX(4px);
    background: linear-gradient(135deg, rgba(249,115,22,.10), rgba(22,163,74,.08)) !important;
    color: #0f172a !important;
}

#order-standard_cart .isf-order-menu-link:hover .isf-order-child-dot,
.isf-order-menu-link:hover .isf-order-child-dot {
    background: #fff7ed;
    color: #f97316;
}

#order-standard_cart .isf-order-menu-link.active,
.isf-order-menu-link.active,
#order-standard_cart .list-group-item.active.isf-order-menu-link {
    background: linear-gradient(135deg, #f97316, #16a34a) !important;
    color: #fff !important;
    box-shadow: 0 13px 25px rgba(249, 115, 22, .20) !important;
}

#order-standard_cart .isf-order-menu-link.active .isf-order-child-dot,
.isf-order-menu-link.active .isf-order-child-dot {
    background: rgba(255,255,255,.20);
    color: #fff;
}

.isf-order-menu-card .badge,
.isf-order-menu-link .badge {
    margin-left: auto;
    border-radius: 999px;
    background: rgba(22,163,74,.12) !important;
    color: #15803d !important;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 8px;
}

.isf-order-menu-link.active .badge {
    background: rgba(255,255,255,.20) !important;
    color: #fff !important;
}

.isf-order-help-card {
    margin-top: 18px;
    padding: 20px 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255,255,255,.25), transparent 32%),
        linear-gradient(135deg, #07142f, #15803d);
    color: #fff;
    box-shadow: 0 20px 45px rgba(7, 20, 47, .18);
    overflow: hidden;
    position: relative;
}

.isf-order-help-card:before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(249,115,22,.28);
}

.isf-order-help-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255,255,255,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fed7aa;
    font-size: 19px;
    margin-bottom: 13px;
}

.isf-order-help-card strong {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
    margin-bottom: 7px;
}

.isf-order-help-card p {
    margin: 0 0 14px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.55;
}

.isf-order-help-card a {
    position: relative;
    z-index: 1;
    height: 40px;
    padding: 0 15px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #15803d !important;
    font-weight: 950;
    font-size: 13px;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.isf-order-help-card a:hover {
    transform: translateY(-2px);
    color: #f97316 !important;
}

@media (max-width: 991px) {
    .isf-order-sidebar-modern {
        position: relative;
        top: auto;
        margin-bottom: 22px;
    }
}

@media (max-width: 575px) {
    .isf-order-sidebar-modern {
        padding: 14px;
        border-radius: 22px;
    }
    .isf-order-sidebar-head {
        padding: 4px 6px 12px;
    }
    .isf-order-help-card {
        display: none;
    }
}

/* =========================================================
   Infotescil Domain Register - Final Visual Fixes
   Çift destek kartı kaldırıldı, hero/search/domain kartları toparlandı.
========================================================= */
#order-standard_cart .isf-sidebar-help-card,
.isf-sidebar-help-card{
    display:none!important;
}

.isf-order-sidebar-head{
    padding: 6px 10px 18px!important;
}
.isf-order-sidebar-kicker{
    gap:7px!important;
}
.isf-order-sidebar-kicker i{
    color:#16a34a!important;
    font-size:9px!important;
    box-shadow:0 0 0 5px rgba(22,163,74,.12);
    border-radius:50%;
}
.isf-order-sidebar-head strong{
    font-size:22px!important;
    line-height:1.18!important;
}
.isf-order-sidebar-head p{
    max-width:240px;
    line-height:1.55!important;
}

#order-standard_cart .isf-cart-domain-hero,
.isf-cart-domain-hero{
    position:relative!important;
    overflow:hidden!important;
}
.isf-domain-hero-visual{
    position:absolute;
    right:38px;
    top:38px;
    width:210px;
    height:210px;
    pointer-events:none;
}
.isf-float-icon{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(249,115,22,.14);
    color:#16a34a;
    box-shadow:0 18px 40px rgba(15,23,42,.09);
    backdrop-filter:blur(8px);
}
.isf-float-icon.globe{
    width:74px;height:74px;right:82px;top:8px;font-size:30px;color:#f97316;
}
.isf-float-icon.shield{
    width:58px;height:58px;right:18px;top:92px;font-size:23px;color:#16a34a;
}
.isf-float-icon.rocket{
    width:52px;height:52px;right:136px;top:122px;font-size:20px;color:#0f766e;
}

.isf-popular-tld-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:14px 0 0;
}
.isf-popular-tld-row span{
    color:#64748b;
    font-size:13px;
    font-weight:800;
}
.isf-popular-tld-row a{
    height:30px;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(22,163,74,.16);
    color:#15803d!important;
    font-size:13px;
    font-weight:950;
    text-decoration:none!important;
    box-shadow:0 8px 18px rgba(15,23,42,.04);
    transition:all .22s ease;
}
.isf-popular-tld-row a:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#f97316,#16a34a);
    color:#fff!important;
    border-color:transparent;
}

#order-standard_cart .featured-tlds-container{
    margin-top:28px!important;
}
#order-standard_cart .featured-tlds-container .featured-tld,
.featured-tlds-container .featured-tld{
    position:relative;
    min-height:174px!important;
    padding:26px 22px 22px!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.08)!important;
    box-shadow:0 22px 50px rgba(15,23,42,.08)!important;
    overflow:hidden!important;
    transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
#order-standard_cart .featured-tlds-container .featured-tld:before{
    content:"En Popüler";
    position:absolute;
    left:18px;
    top:16px;
    height:27px;
    padding:0 10px;
    display:flex;
    align-items:center;
    border-radius:999px;
    background:rgba(249,115,22,.10);
    color:#ea580c;
    font-size:11px;
    font-weight:950;
    z-index:2;
}
#order-standard_cart .featured-tlds-container .featured-tld:hover{
    transform:translateY(-8px);
    border-color:rgba(22,163,74,.28)!important;
    box-shadow:0 32px 75px rgba(15,23,42,.13)!important;
}
#order-standard_cart .featured-tlds-container .featured-tld .img-container{
    min-height:82px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:14px!important;
}
#order-standard_cart .featured-tlds-container .featured-tld .img-container img{
    max-height:64px!important;
    max-width:160px!important;
    object-fit:contain!important;
}
#order-standard_cart .featured-tlds-container .featured-tld .price{
    margin:14px -22px -22px!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(135deg,#f97316,#16a34a)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:950!important;
}
#order-standard_cart .featured-tlds-container .featured-tld .price.net,
#order-standard_cart .featured-tlds-container .featured-tld .price.org{
    background:linear-gradient(135deg,#16a34a,#0f766e)!important;
}

@media(max-width:991px){
    .isf-domain-hero-visual{display:none!important;}
}
@media(max-width:575px){
    .isf-popular-tld-row{justify-content:flex-start;padding:0 8px;}
    #order-standard_cart .featured-tlds-container .featured-tld{margin-bottom:18px!important;}
}
/* HostTime.net cart branding */
:root{--ht-cart-pink:#f40b5c;--ht-cart-orange:#ff6d28;--ht-cart-navy:#141a35}
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .domain-lookup-primary,
#order-standard_cart .order-summary .btn-checkout,
#order-standard_cart .product .btn{
  border-color:transparent!important;
  background:linear-gradient(100deg,var(--ht-cart-pink),var(--ht-cart-orange))!important;
  box-shadow:0 10px 24px rgba(244,11,92,.16)!important;
}
#order-standard_cart .products .product,
#order-standard_cart .panel,
#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary{
  border-radius:16px!important;
  border-color:#e7e9f1!important;
  box-shadow:0 12px 30px rgba(24,30,55,.07)!important;
}
#order-standard_cart .products .product header,
#order-standard_cart .view-cart-items-header{
  color:#fff!important;
  background:linear-gradient(100deg,var(--ht-cart-pink),var(--ht-cart-orange))!important;
}
#order-standard_cart a{color:var(--ht-cart-pink)}

/* =========================================================
   HostTime.net Modern Order Form v2
   ========================================================= */
:root{
    --ht-pink:#f20c62;
    --ht-pink-2:#ff2b6f;
    --ht-orange:#ff7118;
    --ht-orange-2:#ff9147;
    --ht-ink:#171d35;
    --ht-muted:#737b91;
    --ht-line:#e9eaf1;
    --ht-soft:#f7f7fb;
    --ht-green:#20a44b;
    --ht-radius:20px;
    --ht-shadow:0 20px 55px rgba(22,29,53,.09);
}

.ht-order-intro{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin:5px 0 18px;
    padding:24px 28px;
    overflow:hidden;
    color:#fff;
    border-radius:22px;
    background:linear-gradient(115deg,var(--ht-pink) 0%,#ff3659 47%,var(--ht-orange) 100%);
    box-shadow:0 18px 45px rgba(242,12,98,.16);
}
.ht-order-intro:before,.ht-order-intro:after{
    content:"";
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}
.ht-order-intro:before{width:220px;height:220px;right:12%;top:-155px;border:32px solid rgba(255,255,255,.12)}
.ht-order-intro:after{width:130px;height:130px;left:-60px;bottom:-95px;background:rgba(255,255,255,.08)}
.ht-order-intro-copy,.ht-order-secure{position:relative;z-index:2}
.ht-order-intro-copy{display:flex;flex-direction:column}
.ht-order-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:5px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.ht-order-intro-copy strong{font-size:25px;line-height:1.2;font-weight:900}
.ht-order-intro-copy small{margin-top:5px;color:rgba(255,255,255,.84);font-size:13px}
.ht-order-secure{display:flex;align-items:center;gap:12px;min-width:175px;padding:13px 16px;border:1px solid rgba(255,255,255,.28);border-radius:15px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px)}
.ht-order-secure>i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:var(--ht-pink);background:#fff;font-size:17px}
.ht-order-secure span{display:flex;flex-direction:column;font-size:11px;color:rgba(255,255,255,.82)}
.ht-order-secure b{font-size:13px;color:#fff}

.ht-order-progress{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:start;
    margin:0 0 30px;
    padding:20px 22px;
    border:1px solid var(--ht-line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(22,29,53,.045);
}
.ht-order-progress-line{position:absolute;left:10%;right:10%;top:39px;height:3px;border-radius:10px;background:#eceef4;overflow:hidden}
.ht-order-progress-line span{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange));transition:.3s}
.ht-order-step{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;gap:10px;color:#a0a6b5}
.ht-order-step>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:3px solid #eceef4;border-radius:50%;background:#fff;font-size:13px;font-weight:900}
.ht-order-step div{display:flex;flex-direction:column;line-height:1.25}
.ht-order-step b{font-size:13px;color:#8a91a2}
.ht-order-step small{font-size:10px;white-space:nowrap}
.ht-order-step.active>span{color:#fff;border-color:#fff;background:linear-gradient(135deg,var(--ht-pink),var(--ht-orange));box-shadow:0 0 0 4px #fff,0 8px 20px rgba(242,12,98,.22)}
.ht-order-step.active b{color:var(--ht-ink)}
.ht-order-step.done>span{color:#fff;border-color:#fff;background:var(--ht-green)}

#order-standard_cart{
    color:var(--ht-ink);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
#order-standard_cart>.row{margin-left:-10px;margin-right:-10px}
#order-standard_cart .cart-sidebar,#order-standard_cart .cart-body,#order-standard_cart .secondary-cart-body,#order-standard_cart .secondary-cart-sidebar{padding-left:10px;padding-right:10px}
#order-standard_cart .cart-sidebar{width:23%}
#order-standard_cart .cart-body{width:77%}
#order-standard_cart .secondary-cart-body{width:64%}
#order-standard_cart .secondary-cart-sidebar{width:36%}

.ht-order-page-title,.header-lined{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:82px;
    margin:0 0 20px!important;
    padding:18px 22px!important;
    border:1px solid var(--ht-line)!important;
    border-radius:18px!important;
    background:#fff;
    box-shadow:0 10px 30px rgba(22,29,53,.045);
}
.ht-order-page-title:after,.header-lined:after{display:none!important}
.ht-order-page-title h2,.header-lined h2{margin:0!important;color:var(--ht-ink)!important;font-size:25px!important;line-height:1.2;font-weight:900!important}
.header-lined p,.ht-order-page-title p{margin:4px 0 0;color:var(--ht-muted);font-size:13px}
.ht-order-page-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--ht-pink),var(--ht-orange));box-shadow:0 10px 22px rgba(242,12,98,.18)}
.ht-order-mini-title{display:block;margin-bottom:3px;color:var(--ht-pink);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}

/* Sidebar */
.ht-order-sidebar-modern{position:sticky;top:112px}
.ht-order-sidebar-head{margin-bottom:14px;padding:21px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#171d35,#242b49);box-shadow:var(--ht-shadow)}
.ht-order-sidebar-kicker{display:block;margin-bottom:9px;color:#ffb2cd;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.ht-order-sidebar-kicker i{margin-right:6px;color:var(--ht-orange);font-size:7px}
.ht-order-sidebar-head strong{display:block;font-size:18px;line-height:1.25}
.ht-order-sidebar-head p{margin:7px 0 0;color:#bfc5d5;font-size:12px;line-height:1.55}
.ht-order-menu-card{overflow:hidden!important;margin-bottom:13px!important;border:1px solid var(--ht-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:0 9px 25px rgba(22,29,53,.045)!important}
.ht-order-menu-heading{padding:14px 15px!important;border:0!important;background:#fff!important}
.ht-order-menu-title{display:flex;align-items:center;gap:10px;color:var(--ht-ink);font-size:13px;font-weight:800}
.ht-order-menu-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:var(--ht-pink);background:#fff0f5}
.ht-order-menu-arrow{margin-top:9px;color:#a1a6b4;font-size:11px}
.ht-order-menu-list{border-top:1px solid #f0f1f5}
.ht-order-menu-link{display:flex!important;align-items:center!important;gap:9px!important;padding:11px 14px!important;border:0!important;border-bottom:1px solid #f2f2f6!important;color:#646d82!important;background:#fff!important;font-size:12px!important;font-weight:600!important}
.ht-order-menu-link:last-child{border-bottom:0!important}
.ht-order-menu-link:hover,.ht-order-menu-link.active{color:var(--ht-pink)!important;background:#fff4f7!important}
.ht-order-child-dot{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;color:#9ea4b2;background:#f4f5f8;font-size:10px}
.ht-order-menu-link.active .ht-order-child-dot,.ht-order-menu-link:hover .ht-order-child-dot{color:#fff;background:linear-gradient(135deg,var(--ht-pink),var(--ht-orange))}
.ht-order-help-card{padding:19px;border:1px solid #ffd7e5;border-radius:18px;background:linear-gradient(145deg,#fff5f8,#fffaf7);text-align:center}
.ht-order-help-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 10px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--ht-pink),var(--ht-orange));font-size:18px}
.ht-order-help-card strong{display:block;font-size:14px}
.ht-order-help-card p{margin:6px 0 12px;color:var(--ht-muted);font-size:11px;line-height:1.5}
.ht-order-help-card a{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:11px;color:#fff!important;background:var(--ht-ink);font-size:12px;font-weight:800}

/* Product cards */
.ht-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ht-product-card{position:relative;display:flex;flex-direction:column;min-height:510px;padding:25px 22px 21px;overflow:hidden;border:1px solid var(--ht-line);border-radius:21px;background:#fff;box-shadow:0 14px 38px rgba(22,29,53,.065);transition:.25s ease}
.ht-product-card:hover{transform:translateY(-6px);border-color:#ffc2d7;box-shadow:0 22px 55px rgba(22,29,53,.11)}
.ht-product-card.is-featured{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(145deg,var(--ht-pink),var(--ht-orange)) border-box;box-shadow:0 20px 48px rgba(242,12,98,.13)}
.ht-product-popular{position:absolute;left:0;right:0;top:0;height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange));font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
.ht-product-card.is-featured{padding-top:48px}
.ht-product-head{position:relative;padding-right:45px}
.ht-product-label{display:block;margin-bottom:5px;color:#9a9fad;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.ht-product-head h3{margin:0;color:var(--ht-ink);font-size:22px;line-height:1.2;font-weight:900}
.ht-product-icon{position:absolute;right:0;top:0;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:var(--ht-pink);background:linear-gradient(145deg,#fff0f6,#fff4ee);font-size:17px}
.ht-stock{display:block;margin-top:8px;color:var(--ht-green);font-size:10px}.ht-stock i{font-size:6px;margin-right:4px}
.ht-product-price{margin:22px -22px 18px;padding:19px 22px;border-top:1px solid #f0f0f4;border-bottom:1px solid #f0f0f4;background:linear-gradient(90deg,#fff8fb,#fffaf6)}
.ht-product-price small{display:block;margin-bottom:2px;color:var(--ht-muted);font-size:10px}
.ht-product-price strong{color:var(--ht-pink);font-size:31px;line-height:1;font-weight:950;letter-spacing:-1px}
.ht-product-price>span{color:#7d8495;font-size:11px;font-weight:700}
.ht-product-price em{display:block;margin-top:7px;color:#a1a6b4;font-size:10px;font-style:normal}
.ht-product-desc{flex:1;color:#687187;font-size:12px;line-height:1.55}
.ht-product-desc p{margin-bottom:10px}
.ht-product-desc ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}
.ht-product-desc li{display:flex;align-items:flex-start;gap:8px}
.ht-product-desc li i{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;margin-top:1px;border-radius:50%;color:#fff;background:var(--ht-pink);font-size:8px}
.ht-product-desc li b{color:var(--ht-ink)}
.ht-product-button{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-top:20px;padding:0 17px;border-radius:13px;color:#fff!important;background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange));box-shadow:0 11px 24px rgba(242,12,98,.18);font-size:12px;font-weight:900;transition:.2s}
.ht-product-button:hover{color:#fff!important;transform:translateY(-2px);box-shadow:0 14px 28px rgba(242,12,98,.25)}
.ht-product-button i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--ht-pink);background:#fff}
.ht-included-features{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center;margin-top:22px;padding:21px 23px;border:1px solid var(--ht-line);border-radius:19px;background:#fff;box-shadow:0 12px 34px rgba(22,29,53,.055)}
.ht-included-title{display:flex;align-items:center;gap:12px}.ht-included-title>i{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--ht-pink),var(--ht-orange))}.ht-included-title span{display:flex;flex-direction:column}.ht-included-title b{font-size:13px}.ht-included-title small{color:var(--ht-muted);font-size:10px}
.ht-included-features ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:0;list-style:none}.ht-included-features li{display:flex;align-items:center;gap:7px;color:#5f687d;font-size:11px}.ht-included-features li i{color:var(--ht-green)}

/* Generic cards, forms and headings across all order steps */
#order-standard_cart .product-info,#order-standard_cart .field-container,#order-standard_cart .product-configurable-options,#order-standard_cart .domain-selection-options,#order-standard_cart .domain-configure-container,#order-standard_cart .marketing-email-optin,#order-standard_cart .tt-captcha-join-mail{
    border:1px solid var(--ht-line)!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 10px 30px rgba(22,29,53,.04);
}
#order-standard_cart .product-info{padding:21px!important;background:linear-gradient(145deg,#fff8fb,#fffaf7)!important;border-color:#ffd9e7!important}
#order-standard_cart .product-info .product-title{color:var(--ht-ink)!important;font-size:20px!important;font-weight:900!important}
#order-standard_cart .field-container{margin-bottom:18px!important;padding:19px!important}
#order-standard_cart .product-configurable-options{padding:19px}
#order-standard_cart .sub-heading,#order-standard_cart .sub-heading-borderless{height:auto!important;margin:27px 0 16px!important;border:0!important;text-align:left!important}
#order-standard_cart .sub-heading span,#order-standard_cart .sub-heading-borderless span{position:static!important;display:flex!important;align-items:center!important;min-height:48px;padding:0 18px!important;border-left:4px solid var(--ht-pink);border-radius:12px;color:var(--ht-ink)!important;background:linear-gradient(90deg,#fff2f7,#fffaf7)!important;font-size:15px!important;font-weight:900!important}
#order-standard_cart label{color:#343b50!important;font-size:12px!important;font-weight:750!important}
#order-standard_cart .form-control,#order-standard_cart select.form-control,#order-standard_cart textarea.form-control,#order-standard_cart .custom-select{
    min-height:48px;
    padding:10px 14px;
    border:1px solid #dfe2ea;
    border-radius:12px;
    color:var(--ht-ink);
    background-color:#fff;
    box-shadow:none!important;
    font-size:12px;
    transition:.2s;
}
#order-standard_cart textarea.form-control{min-height:105px}
#order-standard_cart .form-control:focus,#order-standard_cart select.form-control:focus,#order-standard_cart textarea.form-control:focus{border-color:var(--ht-pink);box-shadow:0 0 0 3px rgba(242,12,98,.09)!important}
#order-standard_cart .prepend-icon .field-icon{height:48px;line-height:48px;color:#a2a7b5}
#order-standard_cart .prepend-icon .field{padding-left:43px}
#order-standard_cart input[type=radio],#order-standard_cart input[type=checkbox]{accent-color:var(--ht-pink)}
#order-standard_cart .btn{border-radius:12px;font-size:12px;font-weight:800;transition:.2s}
#order-standard_cart .btn-primary{border-color:transparent!important;color:#fff!important;background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange))!important;box-shadow:0 10px 22px rgba(242,12,98,.16)}
#order-standard_cart .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(242,12,98,.23)}
#order-standard_cart .btn-default{border:1px solid #e1e3ea;color:var(--ht-ink);background:#fff}
#order-standard_cart .alert{border:0;border-radius:14px;font-size:12px}

/* Domain flow */
#order-standard_cart .domain-selection-options{padding:20px!important}
#order-standard_cart .domain-selection-options .option{margin-bottom:11px!important;padding:14px 16px!important;border:1px solid var(--ht-line)!important;border-radius:14px!important;background:#fff!important}
#order-standard_cart .domain-selection-options .option:hover{border-color:#ffc2d7!important;background:#fff7fa!important}
#order-standard_cart .domain-checker-container{padding:25px!important;border-radius:20px!important;background:linear-gradient(135deg,#171d35,#252d4e)!important}
#order-standard_cart .domain-checker-container .input-group .form-control{height:55px;border:0;border-radius:14px 0 0 14px!important;font-size:14px}
#order-standard_cart .domain-checker-container .btn{height:55px;border-radius:0 14px 14px 0!important}
#order-standard_cart .domain-lookup-result{border-radius:17px!important}
#order-standard_cart .spotlight-tld{border-radius:16px!important;border-color:var(--ht-line)!important;box-shadow:0 10px 28px rgba(22,29,53,.05)}

/* Cart and sticky summary */
#order-standard_cart .order-summary{position:sticky;top:112px;overflow:hidden;border:1px solid var(--ht-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ht-shadow)!important}
#order-standard_cart .order-summary h2{margin:0!important;padding:17px 19px!important;color:#fff!important;background:linear-gradient(115deg,var(--ht-pink),var(--ht-orange))!important;font-size:15px!important;font-weight:900!important}
#order-standard_cart .summary-container{padding:17px!important;border-radius:0!important;background:#fff!important}
#order-standard_cart .summary-container .clearfix{padding:10px 0!important;border-bottom:1px dashed #e6e7ed!important}
#order-standard_cart .summary-container .pull-left{color:#697187!important;font-size:11px!important}
#order-standard_cart .summary-container .pull-right{color:var(--ht-ink);font-size:11px;font-weight:800}
#order-standard_cart .order-summary .total-due-today{margin:12px -17px -17px!important;padding:18px!important;color:#fff;background:#171d35}
#order-standard_cart .order-summary .total-due-today .amt{display:block;color:#fff!important;font-size:25px!important;font-weight:950!important}
#order-standard_cart .order-summary .total-due-today span:last-child{color:#bfc5d6;font-size:10px}
#order-standard_cart .btn-checkout{min-height:52px!important;font-size:13px!important}
.ht-cart-trust-mini,.ht-checkout-trust-row{display:flex;align-items:center;justify-content:center;gap:14px;margin:12px 0;color:#747c90;font-size:10px;font-weight:700}
.ht-cart-trust-mini i,.ht-checkout-trust-row i{margin-right:4px;color:var(--ht-green)}

#order-standard_cart .tt-view-cart{overflow:hidden;border:1px solid var(--ht-line)!important;border-radius:19px!important;background:#fff;box-shadow:0 13px 38px rgba(22,29,53,.055)}
#order-standard_cart .view-cart-items-header{padding:15px 18px!important;border:0!important;color:var(--ht-ink)!important;background:#f7f7fa!important;font-size:12px!important}
#order-standard_cart .view-cart-items .item{padding:18px!important;border-bottom:1px solid #eeeeF3!important;background:#fff!important}
#order-standard_cart .view-cart-items .item-title{color:var(--ht-ink);font-size:13px!important;font-weight:850!important}
#order-standard_cart .view-cart-items .item-group,#order-standard_cart .view-cart-items .item-domain{color:var(--ht-muted);font-size:10px}
#order-standard_cart .view-cart-items .item-price>span:first-child{color:var(--ht-pink);font-size:15px!important;font-weight:900!important}
#order-standard_cart .view-cart-tabs .nav-tabs{gap:7px;border:0!important}
#order-standard_cart .view-cart-tabs .nav-link{border:1px solid var(--ht-line)!important;border-radius:12px!important;color:#697187;background:#fff}
#order-standard_cart .view-cart-tabs .nav-link.active{color:#fff!important;background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange))!important}
#order-standard_cart .view-cart-tabs .tab-content{padding:17px!important;border:1px solid var(--ht-line)!important;border-radius:15px!important;background:#fff!important}

/* Checkout */
#order-standard_cart .account-select-container{gap:10px}
#order-standard_cart .account{height:100%;padding:15px;border:1px solid var(--ht-line)!important;border-radius:14px;background:#fff;transition:.2s}
#order-standard_cart .account:hover,#order-standard_cart .account.active{border-color:#ffbdd4!important;background:#fff6f9}
#order-standard_cart .tt-payment-container{padding:20px!important;border:1px solid var(--ht-line);border-radius:18px;background:#fff}
#order-standard_cart .tt-payment-gateways{display:flex;flex-wrap:wrap;gap:9px}
#order-standard_cart .payment-methods{display:flex;align-items:center;min-height:46px;margin:0!important;padding:0 14px;border:1px solid #e2e4eb;border-radius:12px;background:#fff;cursor:pointer}
#order-standard_cart .payment-methods:hover{border-color:#ffb8d1;background:#fff7fa}
#order-standard_cart #btnCompleteOrder{width:100%;min-height:56px;margin-top:8px!important;font-size:14px!important}
#order-standard_cart .checkout-security-msg{margin-top:16px!important;color:#1f7a3e;background:#effaf3!important;text-align:center}

/* Completion */
.ht-complete-page{max-width:850px;margin:0 auto!important;padding-top:4px!important}
.ht-complete-card{padding:45px 38px;border:1px solid var(--ht-line);border-radius:25px;background:#fff;box-shadow:0 24px 65px rgba(22,29,53,.10);text-align:center}
.ht-complete-icon{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 18px;border:8px solid #e9f8ed;border-radius:50%;color:#fff;background:var(--ht-green);font-size:30px;box-shadow:0 14px 30px rgba(32,164,75,.20)}
.ht-complete-kicker{display:block;margin-bottom:5px;color:var(--ht-green);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.ht-complete-card h2{margin:0;color:var(--ht-ink);font-size:32px;font-weight:950}
.ht-complete-card>p{color:var(--ht-muted);font-size:13px}
.ht-order-number{display:inline-flex;align-items:center;gap:14px;margin:18px auto;padding:13px 20px;border:1px dashed #ffc0d7;border-radius:14px;background:#fff7fa}
.ht-order-number small{color:var(--ht-muted)}.ht-order-number strong{color:var(--ht-pink);font-size:20px}
.ht-final-instructions{max-width:610px;margin:0 auto 18px}
.ht-complete-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}.ht-complete-actions .btn{display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:0 20px}
.ht-complete-trust{display:flex;justify-content:center;gap:24px;margin-top:27px;padding-top:20px;border-top:1px solid #eeeef3;color:#747c90;font-size:10px;font-weight:700}.ht-complete-trust i{margin-right:5px;color:var(--ht-green)}

@media(max-width:1199px){
    #order-standard_cart .cart-sidebar{display:none}
    #order-standard_cart .cart-body{width:100%}
    .ht-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:991px){
    .ht-order-progress{grid-template-columns:repeat(5,1fr);padding:17px 9px}
    .ht-order-step{flex-direction:column;gap:6px;text-align:center}.ht-order-step div{align-items:center}.ht-order-step small{display:none}.ht-order-progress-line{top:35px}
    .ht-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ht-included-features{grid-template-columns:1fr}.ht-included-features ul{grid-template-columns:repeat(2,1fr)}
    #order-standard_cart .secondary-cart-body,#order-standard_cart .secondary-cart-sidebar{width:100%;float:none}
    #order-standard_cart .secondary-cart-sidebar{margin-top:18px}
    #order-standard_cart .order-summary{position:static}
}
@media(max-width:767px){
    .ht-order-intro{padding:20px}.ht-order-secure{display:none}.ht-order-intro-copy strong{font-size:21px}
    .ht-order-progress{margin-bottom:20px}.ht-order-step b{font-size:10px}.ht-order-step>span{width:33px;height:33px;flex-basis:33px}.ht-order-progress-line{top:32px}
    .ht-product-grid{grid-template-columns:1fr}
    .ht-product-card{min-height:auto}
    .ht-included-features ul{grid-template-columns:1fr}
    .ht-order-page-title,.header-lined{padding:15px!important;min-height:70px}.ht-order-page-title h2,.header-lined h2{font-size:21px!important}
    #order-standard_cart .view-cart-items .item .row>div{margin-bottom:8px}
    .ht-complete-card{padding:32px 20px}.ht-complete-card h2{font-size:26px}.ht-complete-actions,.ht-complete-trust{flex-direction:column}.ht-complete-trust{gap:10px}
}
@media(max-width:480px){
    .ht-order-intro-copy small{display:none}
    .ht-order-progress{padding:14px 4px}.ht-order-step div{display:none}.ht-order-progress-line{left:10%;right:10%;top:29px}.ht-order-step>span{width:31px;height:31px;flex-basis:31px}
    .ht-product-card{padding:22px 18px 18px}.ht-product-price{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}
}


/* === V3 tweaks: white pricing sidebar + non-collapsible sidebar buttons === */
.ht-order-menu-heading{
    padding:14px 15px 8px!important;
    cursor:default!important;
}
.ht-order-menu-heading .panel-title{
    min-height:auto;
    padding:0!important;
    align-items:center!important;
}
.ht-order-menu-arrow{display:none!important;}
.ht-order-menu-card{
    padding-bottom:12px!important;
}
.ht-order-menu-list{
    padding:0 12px!important;
    border-top:0!important;
    background:#fff!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
}
.ht-order-menu-body{
    padding:0 12px 10px!important;
    border-top:0!important;
    background:#fff!important;
}
.ht-order-menu-link{
    min-height:46px;
    padding:12px 14px!important;
    border:1px solid #edf0f5!important;
    border-radius:14px!important;
    color:#4d5568!important;
    background:#fbfbfd!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:0 4px 12px rgba(15,23,42,.03)!important;
}
.ht-order-menu-link:last-child{
    border-bottom:1px solid #edf0f5!important;
}
.ht-order-menu-link:hover,
.ht-order-menu-link.active{
    color:var(--ht-pink)!important;
    background:#fff4f8!important;
    border-color:rgba(255,55,125,.18)!important;
    box-shadow:0 12px 22px rgba(255,55,125,.08)!important;
}
.ht-order-menu-icon{
    width:32px;
    height:32px;
    border-radius:10px;
}
.ht-order-child-dot{
    width:22px;
    height:22px;
    border-radius:8px;
}

#order-standard_cart .order-summary{
    background:#fff!important;
}
#order-standard_cart .summary-container{
    background:#fff!important;
}
#order-standard_cart .order-summary .summary-totals{
    margin:12px 0!important;
    padding:10px 14px!important;
    border:1px solid #eceff4!important;
    border-radius:14px!important;
    background:#fff!important;
}
#order-standard_cart .order-summary .total-due-today{
    margin:14px 0 0!important;
    padding:16px 16px 14px!important;
    border:1px solid #eceff4!important;
    border-radius:16px!important;
    color:#14213d!important;
    background:#fff!important;
    box-shadow:0 6px 16px rgba(15,23,42,.04)!important;
}
#order-standard_cart .order-summary .total-due-today .amt{
    color:#14213d!important;
    font-size:28px!important;
    line-height:1.05!important;
}
#order-standard_cart .order-summary .total-due-today span:last-child{
    color:#7b8499!important;
    font-size:10px!important;
}
#order-standard_cart .order-summary .btn-checkout,
#order-standard_cart #btnCompleteProductConfig{
    box-shadow:0 12px 28px rgba(255,77,109,.18)!important;
}


/* === V4: animated pink-orange-red total due amount === */
#order-standard_cart .order-summary .total-due-today{
    position:relative!important;
    overflow:hidden!important;
    isolation:isolate!important;
    background:linear-gradient(135deg,#ffffff 0%,#fff8fb 50%,#fff7f1 100%)!important;
    border:1px solid rgba(255,67,113,.18)!important;
    box-shadow:0 12px 28px rgba(255,67,113,.08)!important;
}
#order-standard_cart .order-summary .total-due-today::before{
    content:"";
    position:absolute;
    z-index:-1;
    left:-25%;
    bottom:-90%;
    width:150%;
    height:150%;
    border-radius:44%;
    background:conic-gradient(
      from 0deg,
      rgba(255,15,105,.16),
      rgba(255,122,24,.20),
      rgba(255,45,72,.17),
      rgba(255,15,105,.16)
    );
    filter:blur(12px);
    animation:htTotalWave 7s linear infinite;
}
#order-standard_cart .order-summary .total-due-today::after{
    content:"";
    position:absolute;
    z-index:-1;
    inset:auto -20% -62% -20%;
    height:110%;
    border-radius:48% 52% 0 0;
    background:linear-gradient(90deg,rgba(255,15,105,.08),rgba(255,122,24,.12),rgba(255,45,72,.08));
    animation:htTotalFloat 4.8s ease-in-out infinite alternate;
}
#order-standard_cart .order-summary .total-due-today .amt{
    display:block!important;
    color:transparent!important;
    background:linear-gradient(90deg,#ff0f69 0%,#ff7a18 35%,#ff2d48 70%,#ff0f69 100%)!important;
    background-size:300% 100%!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
    -webkit-text-fill-color:transparent!important;
    text-shadow:0 8px 22px rgba(255,54,100,.12)!important;
    animation:htAmountFlow 3.8s linear infinite!important;
}
#order-standard_cart .order-summary .total-due-today span:last-child{
    color:#cf164f!important;
    font-weight:800!important;
}
@keyframes htAmountFlow{
    0%{background-position:0% 50%}
    100%{background-position:300% 50%}
}
@keyframes htTotalWave{
    0%{transform:rotate(0deg) translate3d(0,0,0)}
    100%{transform:rotate(360deg) translate3d(0,0,0)}
}
@keyframes htTotalFloat{
    0%{transform:translateX(-5%) translateY(0) rotate(-2deg)}
    100%{transform:translateX(5%) translateY(-8%) rotate(2deg)}
}
@media (prefers-reduced-motion:reduce){
    #order-standard_cart .order-summary .total-due-today::before,
    #order-standard_cart .order-summary .total-due-today::after,
    #order-standard_cart .order-summary .total-due-today .amt{
        animation:none!important;
    }
}


/* === V5 cart cleanup === */
#order-standard_cart .tt-view-cart{
    margin-bottom:18px;
}
#order-standard_cart .view-cart-items .item{
    border-radius:18px;
}
#order-standard_cart .view-cart-items .item .row{
    display:flex;
    align-items:flex-start;
}
#order-standard_cart .view-cart-items .item-price{
    text-align:right;
}
.ht-cart-edit-btn{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:34px;
    margin-left:10px!important;
    padding:0 14px!important;
    border:0!important;
    border-radius:12px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#1f86d9,#0e71c9)!important;
    box-shadow:0 10px 20px rgba(15,113,201,.15)!important;
    font-size:11px!important;
    font-weight:900!important;
}
.ht-cart-edit-btn:hover{transform:translateY(-1px);color:#fff!important}
.ht-cart-edit-btn i{color:#fff!important}
.ht-cart-remove-btn{
    display:inline-grid!important;
    place-items:center!important;
    width:38px;
    height:38px;
    min-width:38px;
    padding:0!important;
    border:0!important;
    border-radius:12px!important;
    color:#ff4f6c!important;
    background:#fff2f5!important;
    box-shadow:none!important;
}
.ht-cart-remove-btn:hover{background:#ffe5eb!important;color:#ff224f!important}
.ht-cart-remove-btn i{color:inherit!important;margin:0!important}
#order-standard_cart .item-qty .btn{
    margin-top:8px;
    min-height:34px;
    padding:0 12px;
    border-radius:10px;
    border:1px solid #eceff4;
    background:#fff;
}
.empty-cart{
    display:flex;
    justify-content:flex-start;
    margin:14px 0 0;
}
.ht-cart-empty-btn{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:38px;
    padding:0 14px!important;
    border-radius:999px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#1f86d9,#0e71c9)!important;
    box-shadow:0 8px 18px rgba(15,113,201,.16)!important;
    font-size:12px!important;
    font-weight:900!important;
}
.ht-cart-empty-btn i,.ht-cart-empty-btn span{color:#fff!important}

.ht-cart-promo-card{
    margin-top:20px;
}
#order-standard_cart .view-cart-tabs.ht-cart-promo-card .nav-tabs{
    gap:10px;
    margin-bottom:12px;
}
#order-standard_cart .view-cart-tabs.ht-cart-promo-card .nav-link{
    display:inline-flex;
    align-items:center;
    min-height:48px;
    padding:0 18px;
    font-size:13px;
    font-weight:900;
}
#order-standard_cart .ht-cart-promo-content{
    padding:18px!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 36px rgba(22,29,53,.05);
}
.ht-cart-promo-form .form-group{margin-bottom:12px!important}
.ht-cart-promo-form .prepend-icon .field-icon{
    width:46px;
    border-right:1px solid #edf0f5;
    border-radius:12px 0 0 12px;
    background:#f5f8fd;
}
.ht-cart-promo-form .field{padding-left:56px!important}
.ht-cart-promo-submit,
.ht-cart-promo-remove{
    min-height:46px!important;
    border-radius:14px!important;
    font-size:13px!important;
    font-weight:900!important;
}
.ht-cart-promo-submit{
    border:1px solid #e4e7ee!important;
    color:#165ea8!important;
    background:#fff!important;
}
.ht-cart-promo-submit:hover{background:#f8fbff!important}
.ht-cart-promo-applied{
    margin-bottom:12px;
    padding:14px 16px;
    border:1px dashed #ffc5d8;
    border-radius:14px;
    color:#cf1f63;
    background:#fff7fb;
    font-size:13px;
    font-weight:800;
}
.ht-cart-promo-remove{
    color:#fff!important;
    background:linear-gradient(90deg,var(--ht-pink),var(--ht-orange))!important;
    border:0!important;
}

#order-standard_cart .order-summary .summary-container .text-center:last-child{
    margin-top:14px;
}
.ht-cart-main-checkout{
    min-height:56px!important;
    border-radius:16px!important;
    font-size:15px!important;
    font-weight:900!important;
}
.ht-cart-continue-shopping{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:46px;
    margin-top:10px!important;
    padding:0 16px!important;
    border:1px solid #dfe3eb!important;
    border-radius:14px!important;
    color:#1d69b7!important;
    background:#f5f9ff!important;
    font-size:13px!important;
    font-weight:900!important;
    text-decoration:none!important;
}
.ht-cart-continue-shopping:hover{
    color:#0f5ca8!important;
    background:#edf5ff!important;
}
#order-standard_cart .bordered-totals{
    margin:12px 0;
    padding:10px 14px;
    border:1px solid #eceff4;
    border-radius:14px;
    background:#fff;
}
#order-standard_cart .express-checkout-buttons .separator{
    margin:10px 0;
    color:#a1a8b8;
    font-size:11px;
    font-weight:800;
    text-align:center;
}
@media(max-width:767px){
    .ht-cart-edit-btn{margin:8px 0 0 0!important}
    #order-standard_cart .view-cart-items .item .row{display:block}
    #order-standard_cart .view-cart-items .item-price{text-align:left}
    .ht-cart-remove-btn{margin-top:6px}
}


/* === V11 cart action button cleanup === */
#order-standard_cart .view-cart-items .item-title{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .view-cart-items small{
    display:block;
    margin-left:0;
}
.ht-cart-item-action-col{
    display:flex!important;
    align-items:flex-start;
    justify-content:flex-end;
}
.ht-cart-edit-btn,
.ht-cart-remove-btn,
.ht-cart-empty-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:42px;
    padding:0 16px!important;
    border:0!important;
    border-radius:14px!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    text-decoration:none!important;
}
.ht-cart-edit-btn{
    color:#fff!important;
    background:linear-gradient(135deg,#2085da,#0e73c9)!important;
    box-shadow:0 10px 22px rgba(15,113,201,.18)!important;
}
.ht-cart-edit-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(15,113,201,.22)!important}
.ht-cart-edit-btn i{color:#fff!important}
.ht-cart-remove-btn{
    min-width:auto!important;
    width:auto!important;
    height:42px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#ff2f75,#ff6b3d)!important;
    box-shadow:0 10px 22px rgba(255,63,109,.18)!important;
}
.ht-cart-remove-btn i,.ht-cart-remove-btn span{color:#fff!important}
.ht-cart-remove-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ff1d68,#ff5b31)!important}
.ht-cart-bottom-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin:14px 0 0;
    padding:0 18px 18px;
}
.ht-cart-empty-btn{
    color:#fff!important;
    background:linear-gradient(135deg,#f24b13,#ff8b1f)!important;
    box-shadow:0 10px 22px rgba(242,75,19,.16)!important;
}
.ht-cart-empty-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(242,75,19,.22)!important}
.ht-cart-empty-btn i,.ht-cart-empty-btn span{color:#fff!important}
.ht-cart-promo-simple{
    padding:20px!important;
    border-radius:20px!important;
    background:linear-gradient(180deg,#fbfdff,#ffffff)!important;
}
.ht-cart-promo-simple .field{
    border-radius:14px!important;
}
.ht-cart-promo-submit{
    min-height:48px!important;
    border-radius:14px!important;
    font-size:14px!important;
    font-weight:900!important;
    color:#fff!important;
    background:linear-gradient(90deg,#2085da,#0f73c8)!important;
    box-shadow:0 12px 24px rgba(15,113,201,.16)!important;
}
.ht-cart-promo-submit:hover{transform:translateY(-1px);background:linear-gradient(90deg,#1a7acd,#0d68bc)!important}
@media(max-width:767px){
    #order-standard_cart .view-cart-items .item-title{gap:8px}
    .ht-cart-item-action-col{justify-content:flex-start}
    .ht-cart-bottom-actions{padding:0 14px 14px;flex-wrap:wrap}
    .ht-cart-edit-btn,.ht-cart-remove-btn,.ht-cart-empty-btn{min-height:40px;padding:0 14px!important}
}


/* === V40 domain register polish + sidebar typography === */
/* Sidebar category typography - V81 thin font */
.ht-order-menu-link,
.ht-order-menu-link .ht-order-child-label{
    font-size:13px !important;
    font-weight:500 !important;
    line-height:1.35 !important;
    letter-spacing:-0.005em !important;
    font-family:inherit !important;
}
.ht-order-menu-title{
    font-size:13px !important;
    font-weight:600 !important;
    letter-spacing:-0.005em !important;
}
.ht-order-menu-heading .panel-title,
.ht-order-menu-heading .panel-title span,
.ht-order-menu-heading .panel-title strong{
    font-weight:600 !important;
}
.ht-order-menu-link.active,
.ht-order-menu-link.active .ht-order-child-label,
.ht-order-menu-link:hover,
.ht-order-menu-link:hover .ht-order-child-label{
    font-weight:600 !important;
}
.ht-order-sidebar-kicker,
.ht-order-sidebar-head p,
.ht-order-help-card p{
    font-weight:400 !important;
}
.ht-order-help-card strong,
.ht-order-help-card a{
    font-weight:600 !important;
}
.ht-order-menu-link{
    min-height:48px !important;
    padding:12px 15px !important;
    border-radius:15px !important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
    border:1px solid #e9edf4 !important;
    box-shadow:0 6px 18px rgba(15,23,42,.035) !important;
}
.ht-order-menu-link:hover,
.ht-order-menu-link.active{
    color:var(--ht-pink) !important;
    background:linear-gradient(180deg,#fff7fa 0%,#fff2f7 100%) !important;
    border-color:rgba(255,55,125,.18) !important;
    box-shadow:0 14px 26px rgba(255,55,125,.08) !important;
}
.ht-order-child-dot{
    width:22px !important;
    height:22px !important;
    border-radius:7px !important;
    font-size:9px !important;
}

/* Domain register hero - less shouty */
#order-standard_cart .isf-cart-domain-hero{
    padding:38px 38px 30px !important;
    border-radius:28px !important;
    background:
        radial-gradient(circle at 88% 10%, rgba(22,163,74,.18), transparent 26%),
        radial-gradient(circle at 8% 0%, rgba(249,115,22,.12), transparent 26%),
        linear-gradient(135deg,#fffdfa 0%,#fff9f2 45%,#f6fcf7 100%) !important;
    border:1px solid rgba(232,185,135,.42) !important;
    box-shadow:0 24px 60px rgba(15,23,42,.085) !important;
}
#order-standard_cart .isf-cart-domain-badge{
    padding:8px 14px !important;
    font-size:12px !important;
    font-weight:800 !important;
    box-shadow:0 8px 18px rgba(21,128,61,.08) !important;
}
#order-standard_cart .isf-cart-domain-hero h2{
    font-size:24px !important;
    line-height:1.18 !important;
    font-weight:800 !important;
    letter-spacing:-0.03em !important;
    margin:0 0 10px !important;
}
#order-standard_cart .isf-cart-domain-hero p{
    max-width:660px !important;
    font-size:15px !important;
    line-height:1.68 !important;
    color:#607288 !important;
    margin:0 0 18px !important;
}
#order-standard_cart .isf-cart-domain-trust span{
    font-size:12px !important;
    font-weight:700 !important;
    padding:9px 12px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.86) !important;
}

/* Search box area */
#order-standard_cart .domain-checker-container.isf-cart-domain-search,
#order-standard_cart .domain-checker-container{
    padding:10px !important;
    border-radius:30px !important;
    background:linear-gradient(135deg,rgba(245,160,78,.26),rgba(89,199,115,.28)) !important;
    box-shadow:0 22px 48px rgba(15,23,42,.08) !important;
    border:1px solid rgba(213,229,214,.55) !important;
}
#order-standard_cart .domain-checker-bg{
    padding:28px 0 24px !important;
    border-radius:24px !important;
    background:#ffffff !important;
    background-image:none !important;
}
#order-standard_cart .domain-checker-container .input-group-box{
    padding:8px !important;
    border-radius:18px !important;
    border:1px solid #edf1f5 !important;
    background:linear-gradient(180deg,#ffffff 0%,#fdfefe 100%) !important;
    box-shadow:0 12px 28px rgba(15,23,42,.06) !important;
}
#order-standard_cart .domain-checker-container .input-group .form-control,
#order-standard_cart .domain-checker-container .input-group-box .form-control{
    height:50px !important;
    padding:0 16px !important;
    border:0 !important;
    border-radius:14px 0 0 14px !important;
    font-size:14px !important;
    font-weight:600 !important;
    color:#20314d !important;
    background:#f8fafc !important;
    box-shadow:none !important;
}
#order-standard_cart .domain-checker-container .btn,
#order-standard_cart .domain-checker-container .input-group-box .btn{
    height:50px !important;
    min-width:108px !important;
    padding:0 24px !important;
    border:0 !important;
    border-radius:14px !important;
    background:linear-gradient(135deg,#f59e0b,#16a34a) !important;
    box-shadow:0 12px 24px rgba(22,163,74,.18) !important;
    font-size:14px !important;
    font-weight:800 !important;
}
#order-standard_cart .isf-popular-tld-row{
    gap:8px !important;
    margin-top:14px !important;
    color:#738196 !important;
    font-size:12px !important;
}
#order-standard_cart .isf-popular-tld-row a{
    display:inline-flex !important;
    align-items:center !important;
    min-height:28px !important;
    padding:0 12px !important;
    border-radius:999px !important;
    border:1px solid #d7ead8 !important;
    background:#f7fff8 !important;
    color:#16803e !important;
    font-size:11px !important;
    font-weight:700 !important;
}

/* Results and extension cards */
#order-standard_cart .spotlight-tlds{
    margin-top:18px !important;
}
#order-standard_cart .spotlight-tld{
    border-radius:20px !important;
    border:1px solid #eceff4 !important;
    background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%) !important;
    box-shadow:0 16px 34px rgba(15,23,42,.06) !important;
}
#order-standard_cart .spotlight-tld > div:first-child{
    padding:6px 12px !important;
    border-radius:999px !important;
    font-size:10px !important;
    font-weight:800 !important;
}
#order-standard_cart .spotlight-tld .btn{
    border-radius:12px !important;
    font-weight:800 !important;
}
#order-standard_cart h4.font-size-18{
    margin:22px 0 12px !important;
    color:#10213f !important;
    font-size:20px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;
}
#order-standard_cart .tld-filters{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-bottom:14px !important;
}
#order-standard_cart .tld-filters .badge{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:30px !important;
    padding:0 12px !important;
    border:1px solid #ffd5e3 !important;
    border-radius:999px !important;
    background:#fff6fa !important;
    color:#f20c62 !important;
    font-size:11px !important;
    font-weight:800 !important;
}
#order-standard_cart .tt-domain-list-wrap{
    border:1px solid #eaedf3 !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%) !important;
    box-shadow:0 18px 38px rgba(15,23,42,.055) !important;
    overflow:hidden !important;
}
#order-standard_cart .tld-pricing-header{
    margin:0 !important;
    padding:16px 14px !important;
    background:#f8fafc !important;
    color:#6f7f96 !important;
    font-size:12px !important;
    font-weight:700 !important;
}
#order-standard_cart .tld-row{
    margin:0 !important;
    padding:0 8px !important;
    border-top:1px solid #eef1f5 !important;
}
#order-standard_cart .tld-row > div{
    padding-top:16px !important;
    padding-bottom:16px !important;
}
#order-standard_cart .tld-row strong{
    color:#10213f !important;
    font-size:18px !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;
}
#order-standard_cart .tt-domain-price-cycle{
    color:#21314b !important;
    font-size:14px !important;
    font-weight:700 !important;
}
#order-standard_cart .tt-domain-price-cycle small{
    display:block !important;
    margin-top:4px !important;
    color:#8692a6 !important;
    font-size:11px !important;
    font-weight:600 !important;
}
#order-standard_cart .domain-promo-box{
    border:1px solid #eceff4 !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%) !important;
    box-shadow:0 16px 34px rgba(15,23,42,.055) !important;
}
#order-standard_cart .domain-promo-box h3{
    font-weight:800 !important;
    letter-spacing:-0.02em !important;
}
#order-standard_cart .domain-promo-box p,
#order-standard_cart .domain-promo-box .text-muted{
    color:#6c7890 !important;
    font-size:13px !important;
    line-height:1.6 !important;
}

@media (max-width: 991px){
    #order-standard_cart .isf-cart-domain-hero{
        padding:30px 24px 24px !important;
    }
    #order-standard_cart .isf-cart-domain-hero h2{
        font-size:22px !important;
    }
}
@media (max-width: 767px){
    #order-standard_cart .isf-cart-domain-hero{
        border-radius:22px !important;
        padding:24px 18px 18px !important;
    }
    #order-standard_cart .isf-cart-domain-hero h2{
        font-size:20px !important;
    }
    #order-standard_cart .domain-checker-bg{
        padding:18px 0 !important;
    }
    #order-standard_cart .domain-checker-container .input-group .form-control,
    #order-standard_cart .domain-checker-container .input-group-box .form-control{
        border-radius:14px !important;
    }
    #order-standard_cart .domain-checker-container .btn,
    #order-standard_cart .domain-checker-container .input-group-box .btn{
        width:100% !important;
        margin-top:8px !important;
    }
}

/* V78 modern domain register page */
#order-standard_cart .cart-body{background:transparent}
.ht-register-domain-hero{position:relative;overflow:hidden;min-height:220px;margin-bottom:18px;padding:36px 38px;border:1px solid #f4dbe6;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#fff8fb 54%,#fff2ea 100%);box-shadow:0 18px 45px rgba(35,45,75,.07)}
.ht-register-domain-copy{position:relative;z-index:2;max-width:650px}.ht-register-domain-brand{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border:1px solid #ffd6e4;border-radius:999px;color:#f40b5c;background:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(244,11,92,.08)}
.ht-register-domain-copy h1{margin:18px 0 8px;color:#111b35;font-size:38px;line-height:1.08;font-weight:950;letter-spacing:-1px}.ht-register-domain-copy p{margin:0;color:#687187;font-size:15px;line-height:1.65}
.ht-register-domain-visual{position:absolute;right:24px;top:50%;width:280px;height:190px;transform:translateY(-50%)}
.ht-domain-globe{position:absolute;right:28px;top:20px;width:150px;height:150px;display:grid;place-items:center;border-radius:50%;color:#fff;background:radial-gradient(circle at 35% 30%,#ff8bb2,#ff8d55 62%,#ff6c32);font-size:76px;opacity:.26;box-shadow:0 20px 50px rgba(255,107,53,.2)}
.ht-domain-orbit{position:absolute;border:1px solid rgba(244,11,92,.24);border-radius:50%;transform:rotate(-16deg)}.ht-domain-orbit-one{right:3px;top:38px;width:220px;height:95px}.ht-domain-orbit-two{right:20px;top:12px;width:180px;height:145px;transform:rotate(22deg)}
.ht-domain-float{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.86);backdrop-filter:blur(8px);box-shadow:0 12px 32px rgba(40,50,80,.10)}.ht-domain-float-com{left:22px;top:24px;width:74px;height:58px;border-radius:18px;color:#f40b5c;font-size:20px;font-weight:950;transform:rotate(-5deg)}.ht-domain-float-shield{right:0;bottom:12px;width:54px;height:54px;border-radius:17px;color:#f40b5c;font-size:21px}
.ht-register-search-wrap{margin-bottom:24px}.ht-register-search-card{padding:22px!important;border:1px solid #edf0f5!important;border-radius:24px!important;background:#fff!important;box-shadow:0 18px 45px rgba(27,36,66,.08)!important}
.ht-register-search-card .row{margin:0!important}.ht-register-search-card .col-md-8{width:100%!important;max-width:none!important;margin:0!important;flex:0 0 100%!important;padding:0!important}
.ht-register-search-card .tt-domain-search-box{display:grid!important;grid-template-columns:minmax(0,1fr) 210px;gap:12px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.ht-register-search-card #inputDomain{height:64px!important;padding:0 22px 0 54px!important;border:1px solid #dfe4ee!important;border-radius:17px!important;background:#fbfcff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%2398a2b8' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 19px center!important;color:#172036!important;font-size:17px!important;box-shadow:none!important}
.ht-register-search-card #inputDomain:focus{border-color:#ff4b87!important;box-shadow:0 0 0 4px rgba(244,11,92,.08)!important}
.ht-register-search-card .input-group-btn{display:block!important;width:100%!important}.ht-register-search-card #btnCheckAvailability{width:100%!important;height:64px!important;border:0!important;border-radius:17px!important;background:linear-gradient(100deg,#f40b5c,#ff6d24)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 14px 28px rgba(244,11,92,.2)!important}
.ht-register-search-card #btnCheckAvailability:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(244,11,92,.26)!important}
.isf-popular-tld-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin:16px 0 0!important}.isf-popular-tld-row>span{color:#8d95a8!important;font-size:11px!important;font-weight:800!important}.isf-popular-tld-row a{min-width:58px;padding:7px 12px!important;border:1px solid #e7eaf1!important;border-radius:999px!important;color:#465068!important;background:#fff!important;text-align:center;font-size:11px!important;font-weight:850!important;text-decoration:none!important}.isf-popular-tld-row a:hover{border-color:#ffc6d8!important;color:#f40b5c!important;background:#fff4f8!important}
.ht-register-domain-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.ht-register-domain-benefits span{min-height:44px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #edf0f5;border-radius:13px;color:#5e687d;background:#fbfcff;font-size:11px;font-weight:800}.ht-register-domain-benefits i{color:#f40b5c;font-size:14px}
#DomainSearchResults{margin-top:18px}.domain-checker-result-headline,.spotlight-tlds-container,.domain-suggestions,.domain-pricing .tt-domain-list-wrap{border:1px solid #e8ebf2!important;border-radius:20px!important;background:#fff!important;box-shadow:0 14px 36px rgba(24,32,60,.06)!important;overflow:hidden!important}.domain-checker-result-headline{padding:22px!important}.domain-checker-result-headline .btn-add-to-cart,.domain-suggestion .btn-add-to-cart,.spotlight-tld .btn{border:0!important;border-radius:12px!important;background:linear-gradient(100deg,#f40b5c,#ff6d24)!important;color:#fff!important;font-weight:900!important;box-shadow:0 10px 22px rgba(244,11,92,.16)!important}
.spotlight-tlds{margin-top:18px!important}.spotlight-tld-container{padding:8px!important}.spotlight-tld{border:1px solid #edf0f5!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.domain-suggestions{margin-top:18px!important}.domain-suggestion{border-color:#eef1f6!important;padding:16px 18px!important}.domain-suggestion:hover{background:#fff8fb!important}
.domain-pricing{margin-top:28px!important}.domain-pricing>h4{margin:24px 0 14px!important;color:#172036!important;font-size:18px!important;font-weight:950!important}.tld-filters{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:14px!important}.tld-filters .badge{padding:8px 12px!important;border:1px solid #e6eaf1!important;border-radius:999px!important;color:#566077!important;background:#fff!important;font-size:10px!important}.tld-filters .badge:hover,.tld-filters .badge.active{border-color:#ffc7d9!important;color:#f40b5c!important;background:#fff3f8!important}
.tt-domain-list-wrap .tld-pricing-header{padding:14px 0!important;background:#f7f9fc!important;color:#59637a!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}.tt-domain-list-wrap .tld-row{min-height:62px!important;border-top:1px solid #eef1f5!important;align-items:center!important}.tt-domain-list-wrap .tld-row:hover{background:#fff9fb!important}.tt-domain-list-wrap .tld-row strong{color:#172036!important;font-size:15px!important}
html[data-ht-theme="dark"] .ht-register-domain-hero{border-color:#26324f;background:linear-gradient(135deg,#11182b,#161f37 58%,#25182f);box-shadow:0 18px 45px rgba(0,0,0,.24)}html[data-ht-theme="dark"] .ht-register-domain-copy h1{color:#f4f7ff}html[data-ht-theme="dark"] .ht-register-domain-copy p{color:#aeb8cc}html[data-ht-theme="dark"] .ht-register-domain-brand{border-color:#37415b;background:#172037}html[data-ht-theme="dark"] .ht-register-search-card,html[data-ht-theme="dark"] .domain-checker-result-headline,html[data-ht-theme="dark"] .spotlight-tlds-container,html[data-ht-theme="dark"] .domain-suggestions,html[data-ht-theme="dark"] .domain-pricing .tt-domain-list-wrap{border-color:#29344e!important;background:#11182b!important}html[data-ht-theme="dark"] .ht-register-search-card #inputDomain{border-color:#303b56!important;background-color:#151e33!important;color:#eef3ff!important}html[data-ht-theme="dark"] .isf-popular-tld-row a,html[data-ht-theme="dark"] .ht-register-domain-benefits span{border-color:#2b3650!important;background:#151e33!important;color:#c3ccdc!important}html[data-ht-theme="dark"] .domain-pricing>h4,html[data-ht-theme="dark"] .tt-domain-list-wrap .tld-row strong{color:#f1f5ff!important}html[data-ht-theme="dark"] .tt-domain-list-wrap .tld-pricing-header{background:#161f34!important;color:#9eabc2!important}html[data-ht-theme="dark"] .tt-domain-list-wrap .tld-row{border-color:#25304a!important}
@media(max-width:991px){.ht-register-domain-visual{opacity:.45;right:-35px}.ht-register-domain-copy{max-width:72%}.ht-register-search-card .tt-domain-search-box{grid-template-columns:1fr 180px}}
@media(max-width:767px){.ht-register-domain-hero{min-height:190px;padding:28px 22px}.ht-register-domain-copy{max-width:100%}.ht-register-domain-copy h1{font-size:29px}.ht-register-domain-copy p{font-size:13px}.ht-register-domain-visual{display:none}.ht-register-search-card{padding:14px!important}.ht-register-search-card .tt-domain-search-box{grid-template-columns:1fr}.ht-register-search-card #inputDomain,.ht-register-search-card #btnCheckAvailability{height:56px!important}.ht-register-domain-benefits{grid-template-columns:1fr}.isf-popular-tld-row{flex-wrap:wrap!important}.domain-pricing .tld-pricing-header{display:none!important}.tt-domain-list-wrap .tld-row{padding:12px 0!important}}

/* =========================================================
   HostTime v84 - Sipariş formu ince tipografi sistemi
   ========================================================= */
#order-standard_cart,
#order-standard_cart input,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart button{
  font-weight:400!important;
}

#order-standard_cart p,
#order-standard_cart li,
#order-standard_cart td,
#order-standard_cart label,
#order-standard_cart small,
#order-standard_cart .form-control{
  font-weight:400!important;
}

#order-standard_cart a,
#order-standard_cart button,
#order-standard_cart .btn,
#order-standard_cart .list-group-item,
#order-standard_cart .sidebar-categories a,
#order-standard_cart .product-selector a{
  font-weight:500!important;
}

#order-standard_cart h1,
#order-standard_cart h2,
#order-standard_cart h3,
#order-standard_cart h4,
#order-standard_cart h5,
#order-standard_cart h6,
#order-standard_cart strong,
#order-standard_cart b,
#order-standard_cart th,
#order-standard_cart .price,
#order-standard_cart .total-due-today span,
#order-standard_cart .card-title,
#order-standard_cart .panel-title{
  font-weight:600!important;
}

#order-standard_cart .badge,
#order-standard_cart .label,
#order-standard_cart .status,
#order-standard_cart .list-group-item.active,
#order-standard_cart .sidebar-categories a.active{
  font-weight:500!important;
}


/* =========================================================
   HostTime v86 - Ürün yapılandırma sayfası
   Mevcut WHMCS alan sırası ve işlevleri korunur
   ========================================================= */
#order-standard_cart.ht-configure-product-page .cart-body{
  min-width:0;
}
#order-standard_cart.ht-configure-product-page .header-lined{
  margin:0 0 18px!important;
  padding:20px 22px!important;
  border:1px solid #e8ebf2!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 32px rgba(20,29,53,.05)!important;
}
#order-standard_cart.ht-configure-product-page .header-lined h2{
  margin:0!important;
  color:#172036!important;
  font-size:22px!important;
  line-height:1.3!important;
  font-weight:600!important;
}
#order-standard_cart.ht-configure-product-page #frmConfigureProduct>.row{
  align-items:flex-start;
}
#order-standard_cart.ht-configure-product-page .secondary-cart-body{
  min-width:0;
  padding-right:18px!important;
}
#order-standard_cart.ht-configure-product-page .secondary-cart-body>p:first-child{
  margin:0 0 14px!important;
  color:#778197!important;
  font-size:13px!important;
  line-height:1.65!important;
}
#order-standard_cart.ht-configure-product-page .product-info{
  position:relative;
  overflow:hidden;
  margin:0 0 20px!important;
  padding:22px 24px!important;
  border:1px solid #f0dfe7!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#fff 0%,#fff8fb 58%,#fff5ef 100%)!important;
  box-shadow:0 14px 36px rgba(28,37,67,.06)!important;
}
#order-standard_cart.ht-configure-product-page .product-info:after{
  content:"";
  position:absolute;
  right:-42px;
  top:-58px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(244,11,92,.12),rgba(255,109,36,.02) 70%);
  pointer-events:none;
}
#order-standard_cart.ht-configure-product-page .product-info .product-title{
  position:relative;
  z-index:1;
  margin:0 0 8px!important;
  color:#172036!important;
  font-size:20px!important;
  line-height:1.3!important;
  font-weight:600!important;
}
#order-standard_cart.ht-configure-product-page .product-info p:not(.product-title),
#order-standard_cart.ht-configure-product-page .product-info li{
  position:relative;
  z-index:1;
  color:#667188!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:400!important;
}
#order-standard_cart.ht-configure-product-page .field-container,
#order-standard_cart.ht-configure-product-page .product-configurable-options,
#order-standard_cart.ht-configure-product-page #productAddonsContainer{
  margin-bottom:20px!important;
}
#order-standard_cart.ht-configure-product-page .sub-heading{
  display:flex!important;
  align-items:center!important;
  margin:24px 0 12px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
#order-standard_cart.ht-configure-product-page .sub-heading:after{
  content:"";
  flex:1;
  height:1px;
  margin-left:12px;
  background:#edf0f5;
}
#order-standard_cart.ht-configure-product-page .sub-heading span{
  padding:0!important;
  color:#283248!important;
  background:transparent!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:600!important;
}
#order-standard_cart.ht-configure-product-page .form-group{
  margin-bottom:15px!important;
}
#order-standard_cart.ht-configure-product-page label{
  margin-bottom:7px!important;
  color:#4f5a70!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
#order-standard_cart.ht-configure-product-page .form-control,
#order-standard_cart.ht-configure-product-page select.form-control,
#order-standard_cart.ht-configure-product-page .custom-select{
  min-height:48px!important;
  padding:10px 14px!important;
  border:1px solid #dfe4ed!important;
  border-radius:13px!important;
  color:#263047!important;
  background-color:#fbfcfe!important;
  font-size:12px!important;
  font-weight:400!important;
  box-shadow:none!important;
}
#order-standard_cart.ht-configure-product-page .form-control:focus,
#order-standard_cart.ht-configure-product-page select.form-control:focus{
  border-color:#ff6798!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(244,11,92,.07)!important;
}
#order-standard_cart.ht-configure-product-page input[type="radio"],
#order-standard_cart.ht-configure-product-page input[type="checkbox"]{
  accent-color:#f40b5c;
  margin-right:7px;
}
#order-standard_cart.ht-configure-product-page .field-help-text{
  display:block;
  margin-top:7px;
  color:#8b94a7!important;
  font-size:11px!important;
  line-height:1.55!important;
}
#order-standard_cart.ht-configure-product-page .addon-products{
  margin-left:-6px!important;
  margin-right:-6px!important;
}
#order-standard_cart.ht-configure-product-page .addon-products>[class*="col-"]{
  padding-left:6px!important;
  padding-right:6px!important;
}
#order-standard_cart.ht-configure-product-page .panel-addon{
  overflow:hidden;
  height:100%;
  margin-bottom:12px!important;
  border:1px solid #e7eaf1!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(20,29,53,.04)!important;
  transition:.18s ease;
}
#order-standard_cart.ht-configure-product-page .panel-addon:hover,
#order-standard_cart.ht-configure-product-page .panel-addon-selected{
  border-color:#ffc7da!important;
  box-shadow:0 14px 30px rgba(244,11,92,.08)!important;
  transform:translateY(-1px);
}
#order-standard_cart.ht-configure-product-page .panel-addon .panel-body{
  min-height:110px;
  padding:17px!important;
  color:#687288!important;
  font-size:12px!important;
  line-height:1.6!important;
}
#order-standard_cart.ht-configure-product-page .panel-addon .panel-body label{
  color:#263047!important;
  font-size:13px!important;
  font-weight:500!important;
}
#order-standard_cart.ht-configure-product-page .panel-addon .panel-price,
#order-standard_cart.ht-configure-product-page .panel-addon .panel-add{
  padding:10px 15px!important;
  border-top:1px solid #eef1f5!important;
  color:#5c667d!important;
  background:#fafbfe!important;
  font-size:11px!important;
  font-weight:500!important;
}
#order-standard_cart.ht-configure-product-page .alert{
  border-radius:14px!important;
  font-size:12px!important;
  line-height:1.6!important;
}
#order-standard_cart.ht-configure-product-page .secondary-cart-sidebar{
  position:relative;
}
#order-standard_cart.ht-configure-product-page #orderSummary{
  position:sticky;
  top:18px;
}
#order-standard_cart.ht-configure-product-page .order-summary{
  overflow:hidden;
  border:1px solid #e6eaf1!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(20,29,53,.08)!important;
}
#order-standard_cart.ht-configure-product-page .order-summary>h2{
  margin:0!important;
  padding:18px 20px!important;
  border-bottom:1px solid #edf0f5!important;
  color:#1e2840!important;
  background:#fbfcfe!important;
  font-size:17px!important;
  line-height:1.4!important;
  font-weight:600!important;
}
#order-standard_cart.ht-configure-product-page .order-summary .summary-container{
  padding:18px!important;
}
#order-standard_cart.ht-configure-product-page #producttotal{
  color:#667188!important;
  font-size:12px!important;
  line-height:1.6!important;
}
#order-standard_cart.ht-configure-product-page #producttotal .total-due-today,
#order-standard_cart.ht-configure-product-page #producttotal .amt{
  color:#172036!important;
  font-weight:600!important;
}
#order-standard_cart.ht-configure-product-page #btnCompleteProductConfig{
  min-height:50px!important;
  margin-top:14px!important;
  border:0!important;
  border-radius:14px!important;
  color:#fff!important;
  background:linear-gradient(100deg,#f40b5c,#ff6d24)!important;
  font-size:13px!important;
  font-weight:500!important;
  box-shadow:0 13px 26px rgba(244,11,92,.18)!important;
  transition:.18s ease;
}
#order-standard_cart.ht-configure-product-page #btnCompleteProductConfig:hover{
  transform:translateY(-1px);
  box-shadow:0 17px 32px rgba(244,11,92,.24)!important;
}
#order-standard_cart.ht-configure-product-page .irs-bar,
#order-standard_cart.ht-configure-product-page .irs-bar-edge,
#order-standard_cart.ht-configure-product-page .irs-slider{
  background-color:#f40b5c!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .header-lined,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .product-info,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .panel-addon,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .order-summary{
  border-color:#29344e!important;
  background:#11182b!important;
  box-shadow:0 16px 36px rgba(0,0,0,.22)!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .product-info{
  background:linear-gradient(135deg,#11182b,#171f35 62%,#261923)!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .header-lined h2,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .product-info .product-title,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .sub-heading span,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .order-summary>h2{
  color:#f2f5fc!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .form-control,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page select.form-control{
  border-color:#303b56!important;
  color:#eaf0fc!important;
  background-color:#151e33!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .order-summary>h2,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .panel-addon .panel-price,
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .panel-addon .panel-add{
  border-color:#27324b!important;
  background:#151e33!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-configure-product-page .sub-heading:after{
  background:#2a354f;
}
@media(max-width:991px){
  #order-standard_cart.ht-configure-product-page .secondary-cart-body{
    padding-right:0!important;
  }
  #order-standard_cart.ht-configure-product-page #orderSummary{
    position:static;
    margin-top:18px;
  }
}
@media(max-width:767px){
  #order-standard_cart.ht-configure-product-page .header-lined{
    padding:17px 18px!important;
    border-radius:17px!important;
  }
  #order-standard_cart.ht-configure-product-page .header-lined h2{
    font-size:19px!important;
  }
  #order-standard_cart.ht-configure-product-page .product-info{
    padding:19px!important;
    border-radius:18px!important;
  }
  #order-standard_cart.ht-configure-product-page .product-info .product-title{
    font-size:18px!important;
  }
  #order-standard_cart.ht-configure-product-page .order-summary{
    border-radius:18px!important;
  }
}


/* ============================================================
   V87 - Domain arama sonuçları / mevcut WHMCS yapısına sadık
   Başlıklar 600, açıklamalar 400, aksiyonlar 500
   ============================================================ */
#order-standard_cart.ht-domain-results-page{
  --ht-domain-title:#172036;
  --ht-domain-text:#667188;
  --ht-domain-border:#e7eaf1;
  --ht-domain-soft:#f8f9fc;
  --ht-domain-accent:#f40b5c;
}
#order-standard_cart.ht-domain-results-page .cart-body{
  min-width:0;
}
#order-standard_cart.ht-domain-results-page .ht-register-domain-hero h1,
#order-standard_cart.ht-domain-results-page .domain-checker-result-headline h2,
#order-standard_cart.ht-domain-results-page .suggested-domains .card-header,
#order-standard_cart.ht-domain-results-page .domain-pricing>h4,
#order-standard_cart.ht-domain-results-page .domain-promo-box h3{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}
#order-standard_cart.ht-domain-results-page .ht-register-domain-hero p,
#order-standard_cart.ht-domain-results-page .domain-suggestions-warning,
#order-standard_cart.ht-domain-results-page .domain-promo-box p,
#order-standard_cart.ht-domain-results-page small{
  font-weight:400!important;
}
#order-standard_cart.ht-domain-results-page .ht-domain-search-results{
  margin:22px 0 30px;
}
#order-standard_cart.ht-domain-results-page #searchDomainInfo{
  overflow:hidden;
  margin-bottom:18px!important;
  padding:0!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(20,29,53,.06)!important;
}
#order-standard_cart.ht-domain-results-page #primaryLookupSearching{
  margin:0!important;
  padding:25px!important;
  color:var(--ht-domain-text)!important;
  font-size:13px!important;
  font-weight:400!important;
}
#order-standard_cart.ht-domain-results-page #primaryLookupResult{
  padding:22px!important;
}
#order-standard_cart.ht-domain-results-page #primaryLookupResult>p:not(.domain-price){
  margin:0 0 14px!important;
  padding:15px 17px!important;
  border-radius:14px!important;
  font-size:13px!important;
  line-height:1.6!important;
  font-weight:400!important;
}
#order-standard_cart.ht-domain-results-page .domain-checker-available{
  border:1px solid #bcebd0!important;
  color:#16804a!important;
  background:#f1fbf5!important;
}
#order-standard_cart.ht-domain-results-page .domain-checker-unavailable,
#order-standard_cart.ht-domain-results-page .domain-checker-invalid{
  border:1px solid #ffd1dc!important;
  color:#c73559!important;
  background:#fff5f8!important;
}
#order-standard_cart.ht-domain-results-page .domain-price{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0!important;
  padding:16px 0 0!important;
  border-top:1px solid #edf0f4!important;
}
#order-standard_cart.ht-domain-results-page .domain-price .price{
  color:var(--ht-domain-title)!important;
  font-size:21px!important;
  font-weight:600!important;
}
#order-standard_cart.ht-domain-results-page .btn-add-to-cart,
#order-standard_cart.ht-domain-results-page .domain-contact-support{
  min-height:42px!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:12px!important;
  color:#fff!important;
  background:linear-gradient(100deg,#f40b5c,#ff6d24)!important;
  box-shadow:0 10px 22px rgba(244,11,92,.14)!important;
  font-size:11px!important;
  font-weight:500!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tlds{
  margin:0 0 20px!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tlds-container{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tld-container{
  width:auto!important;
  float:none!important;
  padding:0!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tld{
  min-height:142px!important;
  padding:18px 14px!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(20,29,53,.04)!important;
  font-size:20px!important;
  font-weight:600!important;
  transition:.18s ease!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tld:hover{
  transform:translateY(-2px);
  border-color:#ffc4d8!important;
  box-shadow:0 15px 32px rgba(244,11,92,.08)!important;
}
#order-standard_cart.ht-domain-results-page .spotlight-tld .price{
  display:block!important;
  margin:10px 0!important;
  color:#59647a!important;
  font-size:12px!important;
  font-weight:400!important;
}
#order-standard_cart.ht-domain-results-page .suggested-domains{
  overflow:hidden;
  margin:0 0 26px!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(20,29,53,.05)!important;
}
#order-standard_cart.ht-domain-results-page .suggested-domains .card-header{
  padding:17px 20px!important;
  border-bottom:1px solid #edf0f4!important;
  color:var(--ht-domain-title)!important;
  background:#fbfcfe!important;
  font-size:16px!important;
}
#order-standard_cart.ht-domain-results-page .domain-suggestion{
  display:flex!important;
  align-items:center!important;
  min-height:64px!important;
  padding:12px 18px!important;
  border-width:0 0 1px!important;
  border-color:#eef1f5!important;
  color:var(--ht-domain-text)!important;
  font-size:13px!important;
  font-weight:400!important;
}
#order-standard_cart.ht-domain-results-page .domain-suggestion .domain,
#order-standard_cart.ht-domain-results-page .domain-suggestion .extension{
  color:var(--ht-domain-title)!important;
  font-weight:600!important;
}
#order-standard_cart.ht-domain-results-page .domain-suggestion .actions{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-left:auto!important;
}
#order-standard_cart.ht-domain-results-page .domain-suggestion .actions .price{
  color:var(--ht-domain-title)!important;
  font-weight:600!important;
}
#order-standard_cart.ht-domain-results-page .ht-domain-pricing-section{
  margin-top:28px!important;
}
#order-standard_cart.ht-domain-results-page .ht-domain-pricing-section>h4{
  margin:0 0 13px!important;
  color:var(--ht-domain-title)!important;
  font-size:18px!important;
}
#order-standard_cart.ht-domain-results-page .tld-filters{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-bottom:15px!important;
}
#order-standard_cart.ht-domain-results-page .tld-filters a{
  margin:0!important;
  padding:8px 12px!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:999px!important;
  color:#5e687d!important;
  background:#fff!important;
  font-size:10px!important;
  font-weight:500!important;
}
#order-standard_cart.ht-domain-results-page .tld-filters a:hover,
#order-standard_cart.ht-domain-results-page .tld-filters a.active{
  border-color:#ffc1d5!important;
  color:#f40b5c!important;
  background:#fff4f8!important;
}
#order-standard_cart.ht-domain-results-page .tt-domain-list-wrap{
  overflow:hidden!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(20,29,53,.05)!important;
}
#order-standard_cart.ht-domain-results-page .tld-pricing-header{
  border:0!important;
  background:#f7f8fb!important;
}
#order-standard_cart.ht-domain-results-page .tld-pricing-header>div,
#order-standard_cart.ht-domain-results-page .tld-pricing-header .row>div{
  padding:14px 10px!important;
  border:0!important;
  color:#667188!important;
  background:transparent!important;
  font-size:10px!important;
  font-weight:500!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
#order-standard_cart.ht-domain-results-page .tld-row{
  min-height:58px!important;
  padding:0!important;
  border-bottom:1px solid #eef1f5!important;
}
#order-standard_cart.ht-domain-results-page .tld-row:last-child{
  border-bottom:0!important;
}
#order-standard_cart.ht-domain-results-page .tld-row .two-row-center{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  color:var(--ht-domain-title)!important;
  font-size:13px!important;
}
#order-standard_cart.ht-domain-results-page .tld-row .two-row-center strong{
  font-weight:600!important;
}
#order-standard_cart.ht-domain-results-page .tt-domain-price-cycle{
  display:flex!important;
  min-height:58px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  color:#3f4b62!important;
  font-size:12px!important;
  font-weight:500!important;
}
#order-standard_cart.ht-domain-results-page .tt-domain-price-cycle small{
  margin-top:2px!important;
  color:#8b94a6!important;
  font-size:9px!important;
}
#order-standard_cart.ht-domain-results-page .domain-promo-box{
  height:100%!important;
  margin-top:22px!important;
  padding:20px!important;
  border:1px solid var(--ht-domain-border)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(20,29,53,.05)!important;
}
#order-standard_cart.ht-domain-results-page .domain-promo-box h3{
  margin-bottom:4px!important;
  color:var(--ht-domain-title)!important;
  font-size:16px!important;
}
#order-standard_cart.ht-domain-results-page .domain-promo-box p{
  color:var(--ht-domain-text)!important;
  font-size:11px!important;
  line-height:1.6!important;
}
#order-standard_cart.ht-domain-results-page .domain-promo-box .btn{
  min-height:41px!important;
  border-radius:12px!important;
  font-size:11px!important;
  font-weight:500!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page{
  --ht-domain-title:#f1f4fb;
  --ht-domain-text:#aab3c5;
  --ht-domain-border:#29334a;
  --ht-domain-soft:#151d30;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page #searchDomainInfo,
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .spotlight-tld,
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .suggested-domains,
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .tt-domain-list-wrap,
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .domain-promo-box{
  border-color:#29334a!important;
  background:#11182a!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .suggested-domains .card-header,
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .tld-pricing-header{
  border-color:#29334a!important;
  background:#151e31!important;
}
html[data-ht-theme="dark"] #order-standard_cart.ht-domain-results-page .tld-filters a{
  border-color:#303a52!important;
  color:#b8c0cf!important;
  background:#151e31!important;
}
@media(max-width:991px){
  #order-standard_cart.ht-domain-results-page .spotlight-tlds-container{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:767px){
  #order-standard_cart.ht-domain-results-page .domain-price,
  #order-standard_cart.ht-domain-results-page .domain-suggestion{
    align-items:stretch!important;
    flex-direction:column!important;
  }
  #order-standard_cart.ht-domain-results-page .domain-suggestion .actions{
    width:100%!important;
    margin-left:0!important;
    justify-content:space-between!important;
  }
  #order-standard_cart.ht-domain-results-page .spotlight-tlds-container{
    grid-template-columns:1fr!important;
  }
  #order-standard_cart.ht-domain-results-page .tt-domain-list-wrap{
    border-radius:16px!important;
  }
  #order-standard_cart.ht-domain-results-page .tld-row .two-row-center{
    justify-content:center!important;
    padding:12px!important;
    border-bottom:1px solid #eef1f5!important;
  }
}

/* v90 — Sipariş sayfalarında dengeli orta yazı boyutu */
#order-standard_cart{font-size:14px!important}
#order-standard_cart p,
#order-standard_cart small,
#order-standard_cart label,
#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .btn,
#order-standard_cart .alert,
#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right,
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
.ht-product-desc,
.ht-product-price>span,
.ht-product-price em,
.ht-included-title small,
.ht-included-features li,
.ht-cart-trust-mini,
.ht-checkout-trust-row,
.ht-complete-trust,
.isf-popular-tld-row>span,
.isf-popular-tld-row a,
.ht-register-domain-benefits span,
.tld-filters .badge,
.tt-domain-list-wrap .tld-pricing-header{
  font-size:12.5px!important;
}
#order-standard_cart small,
.ht-product-price em,
.ht-included-title small,
.ht-cart-trust-mini,
.ht-checkout-trust-row,
.ht-complete-trust,
.tld-filters .badge,
.tt-domain-list-wrap .tld-pricing-header{
  font-size:10.5px!important;
}
#order-standard_cart label,
#order-standard_cart .btn,
#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right,
.ht-product-desc,
.ht-included-features li,
.isf-popular-tld-row>span,
.isf-popular-tld-row a,
.ht-register-domain-benefits span{
  font-size:11.5px!important;
}
@media(max-width:767px){#order-standard_cart{font-size:13.5px!important}}

/* v91 — Sipariş sayfalarında metinler ve başlıklar bir kademe küçültüldü */
#order-standard_cart{font-size:13.5px!important}
#order-standard_cart h1{font-size:28px!important}
#order-standard_cart h2{font-size:21px!important}
#order-standard_cart h3{font-size:18px!important}
#order-standard_cart h4{font-size:16px!important}
#order-standard_cart .product-info .product-title{font-size:19px!important}
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span{font-size:14px!important}
#order-standard_cart .order-summary h2{font-size:14px!important}
#order-standard_cart p,
#order-standard_cart small,
#order-standard_cart label,
#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .btn,
#order-standard_cart .alert,
#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right,
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
.ht-product-desc,
.ht-product-price>span,
.ht-product-price em,
.ht-included-title small,
.ht-included-features li,
.ht-cart-trust-mini,
.ht-checkout-trust-row,
.ht-complete-trust,
.isf-popular-tld-row>span,
.isf-popular-tld-row a,
.ht-register-domain-benefits span,
.tld-filters .badge,
.tt-domain-list-wrap .tld-pricing-header{font-size:12px!important}
#order-standard_cart small,
.ht-product-price em,
.ht-included-title small,
.ht-cart-trust-mini,
.ht-checkout-trust-row,
.ht-complete-trust,
.tld-filters .badge,
.tt-domain-list-wrap .tld-pricing-header{font-size:10px!important}
#order-standard_cart label,
#order-standard_cart .btn,
#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right,
.ht-product-desc,
.ht-included-features li,
.isf-popular-tld-row>span,
.isf-popular-tld-row a,
.ht-register-domain-benefits span{font-size:11px!important}
.ht-register-domain-copy h1{font-size:35px!important}
.domain-pricing>h4{font-size:17px!important}
.ht-complete-card h2{font-size:29px!important}
@media(max-width:767px){
  #order-standard_cart{font-size:13px!important}
  #order-standard_cart h1{font-size:25px!important}
  #order-standard_cart h2{font-size:19px!important}
  #order-standard_cart h3{font-size:17px!important}
  .ht-register-domain-copy h1{font-size:27px!important}
  .ht-complete-card h2{font-size:24px!important}
}

/* =========================================================
   HostTime v98 — Sipariş akışı standart tipografi
   ========================================================= */
#order-standard_cart{font-size:14px!important;line-height:1.55!important}
#order-standard_cart h1{font-size:36px!important;line-height:1.15!important;font-weight:600!important;letter-spacing:-.75px!important}
#order-standard_cart h2{font-size:28px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:-.4px!important}
#order-standard_cart h3{font-size:22px!important;line-height:1.25!important;font-weight:600!important}
#order-standard_cart h4{font-size:18px!important;line-height:1.3!important;font-weight:600!important}
#order-standard_cart .product-info .product-title{font-size:22px!important;font-weight:600!important}
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span{font-size:17px!important;font-weight:600!important}
#order-standard_cart .order-summary h2{font-size:18px!important;font-weight:600!important}
#order-standard_cart p,
#order-standard_cart label,
#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .alert,
#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right,
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
.ht-product-desc,
.ht-included-features li,
.isf-popular-tld-row>span,
.isf-popular-tld-row a,
.ht-register-domain-benefits span{font-size:13px!important;line-height:1.55!important}
#order-standard_cart .btn{font-size:13px!important;font-weight:500!important}
#order-standard_cart small,
.ht-product-price em,
.ht-included-title small,
.ht-cart-trust-mini,
.ht-checkout-trust-row,
.ht-complete-trust,
.tld-filters .badge,
.tt-domain-list-wrap .tld-pricing-header{font-size:11px!important}
.ht-register-domain-copy h1{font-size:42px!important;line-height:1.1!important}
.domain-pricing>h4{font-size:20px!important}
.ht-complete-card h2{font-size:32px!important}
@media(max-width:767px){
  #order-standard_cart{font-size:13.5px!important}
  #order-standard_cart h1{font-size:30px!important}
  #order-standard_cart h2{font-size:24px!important}
  #order-standard_cart h3{font-size:20px!important}
  #order-standard_cart h4{font-size:17px!important}
  .ht-register-domain-copy h1{font-size:33px!important}
  .ht-complete-card h2{font-size:27px!important}
}

/* =========================================================
   HostTime V101 - Unified Cart & Checkout
   ========================================================= */
#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .product,
#order-standard_cart .view-cart-items,
#order-standard_cart .order-summary,
#order-standard_cart .checkout-security-msg{
  border:1px solid #e8ebf2!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(20,29,53,.07)!important;
}
#order-standard_cart .panel-heading,
#order-standard_cart .card-header{
  padding:16px 19px!important;
  border-bottom:1px solid #e8ebf2!important;
  background:#fbfcff!important;
  color:#172033!important;
  font-size:17px!important;
  font-weight:600!important;
}
#order-standard_cart .panel-body,
#order-standard_cart .card-body{padding:19px!important}
#order-standard_cart h1{font-size:clamp(28px,2.3vw,36px)!important;font-weight:600!important;letter-spacing:-.025em!important}
#order-standard_cart h2{font-size:24px!important;font-weight:600!important}
#order-standard_cart h3{font-size:19px!important;font-weight:600!important}
#order-standard_cart p,
#order-standard_cart .text-muted,
#order-standard_cart small{font-size:13px;font-weight:400}
#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea{
  min-height:46px!important;
  border:1px solid #dfe3ec!important;
  border-radius:12px!important;
  background:#fbfcfe!important;
  box-shadow:none!important;
  font-size:14px!important;
}
#order-standard_cart .form-control:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus{border-color:#f40b5c!important;box-shadow:0 0 0 3px rgba(244,11,92,.09)!important}
#order-standard_cart .btn{min-height:42px;border-radius:12px!important;font-size:13px!important;font-weight:500!important}
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart #btnCompleteOrder{
  border:0!important;
  background:linear-gradient(100deg,#f40b5c,#ff6a2d)!important;
  box-shadow:0 10px 22px rgba(244,11,92,.16)!important;
}
#order-standard_cart .order-summary{position:sticky;top:20px;overflow:hidden}
#order-standard_cart .order-summary .summary-container{padding:18px!important}
#order-standard_cart .order-summary .total-due-today{padding:16px 18px!important;background:#fff5f8!important;border-radius:14px!important}
#order-standard_cart .order-summary .total-due-today .amt{font-size:25px!important;font-weight:600!important}
#order-standard_cart .view-cart-items .item{padding:16px!important;border-bottom:1px solid #edf0f5!important}
#order-standard_cart .view-cart-items-header{padding:13px 16px!important;background:#f5f7fb!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:.045em}
#order-standard_cart .promo-code-form .form-control{border-radius:12px 0 0 12px!important}
#order-standard_cart .promo-code-form .btn{border-radius:0 12px 12px 0!important}
#order-standard_cart .checkout-security-msg{padding:14px 16px!important;color:#596378!important;font-size:12px!important}
#order-standard_cart .field-container label{font-size:13px!important;font-weight:500!important;color:#3d4659!important}
#order-standard_cart .domain-selection-options .option,
#order-standard_cart .domain-input-group,
#order-standard_cart .addon-promo-container,
#order-standard_cart .product-configurable-options .form-group{border-radius:14px!important}
@media(max-width:991px){#order-standard_cart .order-summary{position:static!important;margin-top:18px}}
@media(max-width:767px){
 #order-standard_cart h1{font-size:27px!important}
 #order-standard_cart h2{font-size:21px!important}
 #order-standard_cart .panel-body,#order-standard_cart .card-body{padding:15px!important}
}
