.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: var(--white);
    padding: 15px;
    border: 1px solid 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;
    padding: 0px;
}
#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 solid 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: 8px 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);
    line-height: 26px;
}
#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: #f7f8fa;
    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);
    background: var(--white);
}
#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);
}
#order-standard_cart .domain-selection-options .option label {
    cursor: pointer;
}
#order-standard_cart .domain-selection-options .option.option-selected {
    padding: 20px;
}
#order-standard_cart .domain-selection-options .option {
    margin-bottom: 20px;
    padding: 0px 20px;
}
/*product price*/
.tt-single-product {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--border-color);
    background:var(--white);
}
.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: 120px;
    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: 4px 10px;
	font-weight: 400;
}
.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: #f8f9fa;
    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: 90px;
}


/*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;
}

#order-standard_cart .products .tt-single-product .tt-product-desc li{
    list-style: none;
}

#order-standard_cart .products .tt-single-product .tt-product-desc li + li{
    margin-top: 5px;
}

/* ============================================
   MODERN PROFESSIONAL PRODUCT CARD STYLES
   ============================================ */

/* Product Card Container */
#order-standard_cart .products .tt-single-product {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
}

#order-standard_cart .products .tt-single-product:hover {
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    border-color: #d1d5db;
}

/* Featured Badge - Modern Style */
#order-standard_cart .products .tt-single-product .tt-featured-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 0;
    text-align: center;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: auto;
}

#order-standard_cart .products .tt-single-product .tt-featured-badge:after {
    display: none;
}

#order-standard_cart .products .tt-single-product .tt-featured-badge .badge {
    background: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 11px;
}

/* Product Name */
#order-standard_cart .products .tt-single-product .tt-product-name {
    margin-top: 20px;
    margin-bottom: 16px;
}

#order-standard_cart .products .tt-single-product .tt-product-name h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Product Pricing */
#order-standard_cart .products .tt-single-product .tt-product-price {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e5e7eb;
}

#order-standard_cart .products .tt-single-product .tt-product-price .price {
    font-size: 28px;
    font-weight: 800;
    color: #059669;
    line-height: 1.2;
    white-space: nowrap;
    display: block;
}

#order-standard_cart .products .tt-single-product .tt-product-price .tt-cycle {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
    display: block;
}

/* Product Description */
#order-standard_cart .products .tt-single-product .product-desc {
    text-align: left;
    padding: 0 8px;
}

#order-standard_cart .products .tt-single-product .product-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#order-standard_cart .products .tt-single-product .product-desc ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
}

#order-standard_cart .products .tt-single-product .product-desc ul li:last-child {
    border-bottom: none;
}

#order-standard_cart .products .tt-single-product .product-desc ul li:before {
    content: "✓";
    color: #059669;
    font-weight: bold;
    margin-right: 10px;
    font-size: 12px;
}

#order-standard_cart .products .tt-single-product .product-desc .feature-value {
    font-weight: 600;
    color: #111827;
}

/* Order Button */
#order-standard_cart .products .tt-single-product .btn-order-now {
    background: linear-gradient(135deg, #111827 0%, #374151 100%);
    border: none;
    border-radius: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: 20px;
    width: 100%;
}

#order-standard_cart .products .tt-single-product .btn-order-now:hover {
    background: linear-gradient(135deg, #000000 0%, #1f2937 100%);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* Header Section */
#order-standard_cart .header-lined {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
}

#order-standard_cart .header-lined h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

#order-standard_cart .header-lined p {
    font-size: 16px;
    color: #6b7280;
}

/* Sidebar Categories */
#order-standard_cart .cart-sidebar .panel-sidebar {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#order-standard_cart .cart-sidebar .panel-sidebar .panel-heading {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 20px;
}

#order-standard_cart .cart-sidebar .panel-sidebar .panel-heading h3 {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* card-header (used on domain register page) */
#order-standard_cart .cart-sidebar .card-header {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 18px;
}
#order-standard_cart .cart-sidebar .card-header h3,
#order-standard_cart .cart-sidebar .card-header .panel-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
/* Make sure icons inside panel-title are visible */
#order-standard_cart .cart-sidebar .card-header .panel-title i,
#order-standard_cart .cart-sidebar .panel-heading h3 i {
    font-size: 14px;
    color: #374151;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* Collapse arrow stays on right */
#order-standard_cart .cart-sidebar .card-header .panel-title .panel-minimise,
#order-standard_cart .cart-sidebar .panel-heading h3 .panel-minimise {
    margin-left: auto;
    font-size: 12px;
    color: #9ca3af;
}

#order-standard_cart .cart-sidebar .panel-sidebar .list-group-item {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    padding: 12px 20px;
    font-size: 14px;
    color: #374151;
    transition: all 0.2s ease;
    font-weight: 500;
}

#order-standard_cart .cart-sidebar .panel-sidebar .list-group-item:last-child {
    border-bottom: none;
}

#order-standard_cart .cart-sidebar .panel-sidebar .list-group-item:hover {
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
}

#order-standard_cart .cart-sidebar .panel-sidebar .list-group-item.active {
    background: #111827;
    color: #ffffff;
    font-weight: 600;
}

/* list-group items outside panel-sidebar (domain register page) */
#order-standard_cart .cart-sidebar .list-group .list-group-item,
#order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    padding: 12px 18px;
    font-size: 14px;
    color: #374151;
    transition: background 0.2s ease, color 0.2s ease;
    font-weight: 500;
}
#order-standard_cart .cart-sidebar .list-group .list-group-item:last-child,
#order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item:last-child {
    border-bottom: none;
}
#order-standard_cart .cart-sidebar .list-group .list-group-item:hover,
#order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
    text-decoration: none !important;
}
#order-standard_cart .cart-sidebar .list-group .list-group-item.active,
#order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item.active {
    background: #111827 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-color: transparent !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    #order-standard_cart .products .tt-single-product {
        margin-bottom: 20px;
    }
}

/* ============================================
   NEW RC PLAN CARD SYSTEM
   ============================================ */

/* Grid Layout */
.rc-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .rc-plan-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .rc-plan-grid { grid-template-columns: 1fr; }
}

/* Card Base */
.rc-plan-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px 24px 28px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.rc-plan-card:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    transform: translateY(-5px);
    border-color: #d1d5db;
}

/* Featured Card */
.rc-plan-card.rc-plan-featured {
    border-color: #111827;
    box-shadow: 0 8px 30px rgba(0,0,0,0.13);
    padding-top: 52px;
}

/* Popular Badge */
.rc-plan-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #6b7280 25%, #333 75%
  );
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0;
    border-radius: 17px 17px 0 0;
}

/* Plan Name */
.rc-plan-header {
    text-align: center;
    margin-bottom: 4px;
}
.rc-plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Pricing */
.rc-plan-pricing {
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 12px;
    margin: 16px 0;
}
.rc-plan-from {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}
.rc-plan-price {
    font-size: 28px;
    font-weight: 800;
    color: #059669;
    white-space: nowrap;
    line-height: 1.2;
}
.rc-plan-cycle {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}
.rc-plan-setup {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
}

/* Button */
.rc-plan-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #f3f4f6;
    color: #111827 !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px 0;
    text-decoration: none !important;
    border: 1.5px solid #e5e7eb;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}
.rc-plan-btn:hover {
    background: #111827;
    color: #ffffff !important;
    border-color: #111827;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    transform: translateY(-1px);
}
.rc-plan-btn-dark {
    background: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
}
.rc-plan-btn-dark:hover {
    background: #000000 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.28) !important;
}

/* Divider */
.rc-plan-divider {
    height: 1px;
    background: #f3f4f6;
    margin: 20px 0;
}

/* Features */
.rc-plan-features {
    flex: 1;
}

/* featuresdesc: raw HTML from WHMCS (plain text list) */
.rc-features-desc {
    text-align: left;
    font-size: 14px;
    color: #374151;
}
.rc-features-desc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rc-features-desc li,
.rc-features-desc p {
    padding: 7px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}
.rc-features-desc li:last-child,
.rc-features-desc p:last-child {
    border-bottom: none;
}
.rc-features-desc li::before,
.rc-features-desc p::before {
    content: "✓";
    color: #059669;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Structured features list */
.rc-features-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rc-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}
.rc-features-list li:last-child {
    border-bottom: none;
}
.rc-check {
    color: #059669;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}
.rc-feature-val {
    color: #111827;
    font-weight: 600;
}

/* Stock */
.rc-plan-stock {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 10px;
    text-align: center;
}

/* --- HOSTYINDIA GLOBAL MOBILE CART LAYOUT FIXES --- */
@media (max-width: 991px) {
    #order-standard_cart > .row {
        display: block !important;
    }
    #order-standard_cart .cart-body {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #order-standard_cart .sidebar-collapsed,
    #order-standard_cart .cart-sidebar {
        width: 100% !important;
        float: none !important;
    }
    #order-standard_cart {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}

/* --- HOSTYINDIA MOBILE CART-ITEMS REDESIGN --- */
@media (max-width: 767px) {
    /* Hide the squished header */
    #order-standard_cart .view-cart-items-header {
        display: none !important;
    }
    
    /* Force item columns to stack neatly and take full width */
    #order-standard_cart .view-cart-items .item > .row {
        display: block !important;
    }
    
    #order-standard_cart .view-cart-items .item > .row > div[class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: block !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Left align prices and add separation line for clarity */
    #order-standard_cart .view-cart-items .item-price {
        font-size: 16px !important;
        font-weight: bold;
        border-top: 1px dashed #e5e5e5;
        margin-top: 10px;
        padding-top: 10px !important;
    }

    /* Beautiful action buttons instead of tiny links */
    #order-standard_cart .view-cart-items .item .btn-link {
        display: inline-block !important;
        margin-top: 12px;
        padding: 6px 12px !important;
        background: #f8f9fa;
        border: 1px solid #ddd !important;
        border-radius: 4px;
        margin-right: 8px;
        color: #333 !important;
        text-decoration: none !important;
    }
    
    /* Make the entire item block cleanly padded */
    #order-standard_cart .view-cart-items .item {
        padding: 15px !important;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 15px;
        border: 1px solid #eaeaea;
    }

    /* Tidy up the domain additions inside the item */
    #order-standard_cart .view-cart-items .item small {
        display: block;
        margin-top: 8px;
    }
    
    /* Remove the negative margin bleeding from the view cart container */
    #order-standard_cart .secondary-cart-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Add top spacing between the currency selector and the first cart item */
    #order-standard_cart .view-cart-items {
        margin-top: 20px !important;
    }
}

/* --- HOSTYINDIA CART MODAL FIXES --- */
#modalRemoveItem .modal-content,
#modalEmptyCart .modal-content {
    background-color: #ffffff !important;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
}

#modalRemoveItem .modal-header,
#modalEmptyCart .modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 15px 20px;
}

#modalRemoveItem .modal-title,
#modalEmptyCart .modal-title {
    color: #ef4444 !important;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

#modalRemoveItem .modal-body,
#modalEmptyCart .modal-body {
    color: #4b5563 !important;
    font-size: 16px;
    padding: 30px 20px;
    text-align: center;
    background: transparent !important;
}

#modalRemoveItem .modal-footer,
#modalEmptyCart .modal-footer {
    border-top: 1px solid #f1f5f9;
    background-color: #f8fafc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 15px 20px;
}

#modalRemoveItem .btn-default,
#modalEmptyCart .btn-default {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    color: #374151;
    font-weight: 600;
}

#modalRemoveItem .btn-default:hover,
#modalEmptyCart .btn-default:hover {
    background-color: #f3f4f6;
}

#modalRemoveItem .btn-primary,
#modalEmptyCart .btn-primary {
    background-color: #ef4444 !important;
    border-color: #ef4444 !important;
    font-weight: 600;
}

#modalRemoveItem .btn-primary:hover,
#modalEmptyCart .btn-primary:hover {
    background-color: #dc2626 !important;
}

/* --- HOSTYINDIA MOBILE HEADER CLEANUP --- */
@media (max-width: 991px) {
    /* Hide the currency flag from the crowded main header. It is now inside the mobile off-canvas menu! */
    #currency-dropdown-wrapper {
        display: none !important;
    }
}