.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 #2a2a2a;
    border-radius: var(--custom-radius);
    background-color: #161616;
}
.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: #161616;
}
.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: #111111;
    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);
    color: #ffffff;
}

.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;
}

/* ============================================
   Digital Hosting - Dark cart / domain register
   ============================================ */

#order-standard_cart {
  color: #ffffff !important;
}

#order-standard_cart .cart-body,
#order-standard_cart .cart-body p,
#order-standard_cart .cart-body h2,
#order-standard_cart .cart-body h3,
#order-standard_cart .cart-body h4,
#order-standard_cart .cart-body label,
#order-standard_cart .domain-pricing,
#order-standard_cart .header-lined h2 {
  color: #ffffff !important;
}

#order-standard_cart .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Sidebar */
#order-standard_cart .cart-sidebar .panel.card,
#order-standard_cart .cart-sidebar .card-sidebar,
#order-standard_cart .sidebar-collapsed .panel.card {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: none !important;
}

#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .sidebar-collapsed .card-header {
  background: #111111 !important;
  border-bottom: 1px solid #2a2a2a !important;
}

#order-standard_cart .cart-sidebar h3,
#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .sidebar-collapsed h3 {
  color: #ffffff !important;
}

#order-standard_cart .cart-sidebar .list-group-item,
#order-standard_cart .panel-sidebar .list-group-item {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .panel-sidebar a.list-group-item:hover,
#order-standard_cart .panel-sidebar a.list-group-item:focus {
  background: #1c1c1c !important;
  color: #8c32ff !important;
}

#order-standard_cart .panel-sidebar a.list-group-item.active,
#order-standard_cart .panel-sidebar a.list-group-item.active:focus,
#order-standard_cart .panel-sidebar a.list-group-item.active:hover {
  background: rgba(140, 50, 255, 0.12) !important;
  color: #8c32ff !important;
  border-left-color: #8c32ff !important;
}

#order-standard_cart .cart-sidebar .panel-footer,
#order-standard_cart .cart-sidebar .card-footer {
  background: #111111 !important;
  border-top: 1px solid #2a2a2a !important;
}

#order-standard_cart .panel-body select[name="currency"],
#order-standard_cart .cart-sidebar select.form-control {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

/* Domain search box */
#order-standard_cart .domain-checker-container {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

#order-standard_cart .domain-checker-bg {
  background: #161616 !important;
  background-image: none !important;
}

#order-standard_cart .domain-checker-container .input-group-box {
  background: #111111 !important;
  border: 1px solid #2a2a2a !important;
}

#order-standard_cart .field,
#order-standard_cart .form-control,
#order-standard_cart .domain-checker-container .form-control,
#order-standard_cart .tt-domain-search-box input.form-control {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .field::placeholder,
#order-standard_cart .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

#order-standard_cart .domain-check-availability,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-add-to-cart,
#order-standard_cart .primary-solid-btn {
  background: #8c32ff !important;
  border-color: #8c32ff !important;
  color: #ffffff !important;
}

#order-standard_cart .domain-check-availability:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-add-to-cart:hover {
  background: #a855f7 !important;
  border-color: #a855f7 !important;
  color: #ffffff !important;
}

#order-standard_cart .btn-default {
  background: transparent !important;
  border: 1px solid #8c32ff !important;
  color: #ffffff !important;
}

#order-standard_cart .btn-default:hover {
  background: rgba(140, 50, 255, 0.15) !important;
  color: #ffffff !important;
}

/* Search results */
#searchDomainInfo {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .domain-checker-available {
  color: #4ade80 !important;
}

#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
  color: #f87171 !important;
}

.domain-price .price,
.domain-price span.price {
  color: #ffffff !important;
}

.spotlight-tlds {
  background: transparent !important;
}

.spotlight-tld {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

.suggested-domains .panel-heading,
.suggested-domains .card-header {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

.suggested-domains .panel-body,
.suggested-domains .card-body,
.suggested-domains .panel-footer,
.suggested-domains .card-footer {
  background: #161616 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

.suggested-domains .list-group-item,
.domain-suggestion.list-group-item {
  background: #161616 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

/* Featured TLDs + pricing table */
.featured-tld {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: none !important;
}

.featured-tld .price {
  background: #111111 !important;
  color: #ffffff !important;
}

.tld-filters a.badge-secondary {
  background: #161616 !important;
  color: #ffffff !important;
  border: 1px solid #2a2a2a !important;
}

.tld-filters a.badge-secondary.badge-success,
.tld-filters a.badge-secondary:hover {
  background: #8c32ff !important;
  color: #ffffff !important;
  border-color: #8c32ff !important;
}

.bg-white.tt-domain-list-wrap,
.tt-domain-list-wrap {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .tt-domain-list-wrap > .row,
#order-standard_cart .tt-domain-list-wrap .tld-row,
#order-standard_cart .tt-domain-list-wrap .row.tld-row {
  background-color: #161616 !important;
}

#order-standard_cart .tt-domain-list-wrap > .row:nth-child(even),
#order-standard_cart .tt-domain-list-wrap .tld-row:nth-child(even),
#order-standard_cart .domain-pricing .tld-row:nth-child(even) {
  background-color: #1a1a1a !important;
}

#order-standard_cart .tt-domain-list-wrap > .row:nth-child(odd),
#order-standard_cart .tt-domain-list-wrap .tld-row:nth-child(odd) {
  background-color: #121212 !important;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header div:nth-child(odd),
.domain-pricing .tld-pricing-header .tld-column,
.domain-pricing .tld-pricing-header .col-md-3,
.domain-pricing .tld-pricing-header .col-md-9 {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

.domain-pricing .tld-row {
  background-color: #161616 !important;
  border-bottom-color: #2a2a2a !important;
  color: #ffffff !important;
}

.domain-pricing .tld-row.highlighted {
  background: rgba(140, 50, 255, 0.12) !important;
}

.domain-pricing .tld-row [class*="col-"],
.domain-pricing .tld-row strong,
.domain-pricing .tld-row small,
.domain-pricing .tt-domain-price-cycle,
.domain-pricing .tt-domain-price-cycle small,
.domain-pricing .two-row-center,
.domain-pricing strong {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

.tld-sale-group {
  background: rgba(140, 50, 255, 0.2) !important;
  color: #ffffff !important;
}

/* Promo boxes bottom */
#order-standard_cart .domain-promo-box,
.domain-promo-box {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .domain-promo-box h3,
#order-standard_cart .domain-promo-box h5,
#order-standard_cart .domain-promo-box .font-weight-bold,
.domain-promo-box h3,
.domain-promo-box h5,
.domain-promo-box p {
  color: #ffffff !important;
}

#order-standard_cart .domain-promo-box .text-muted,
#order-standard_cart .domain-promo-box p.text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

#order-standard_cart .domain-promo-box a.btn,
#order-standard_cart .domain-promo-box a.btn-default,
.domain-promo-box a.btn-default {
  background: transparent !important;
  border: 1px solid #8c32ff !important;
  color: #ffffff !important;
}

#order-standard_cart .domain-promo-box a.btn-primary,
.domain-promo-box a.btn-primary {
  background: #8c32ff !important;
  border-color: #8c32ff !important;
  color: #ffffff !important;
}

.domain-promo-box i {
  color: #8c32ff !important;
}

.domain-promo-box .text-primary {
  color: #8c32ff !important;
}

/* Order summary / checkout (same cart flow) */
#order-standard_cart .order-summary {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .summary-container {
  background: #111111 !important;
  color: #ffffff !important;
}

#order-standard_cart .summary-container .clearfix {
  border-bottom-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .view-cart-items-header {
  background: #111111 !important;
  color: #ffffff !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
  background: #0a0a0a !important;
  color: #ffffff !important;
}

#order-standard_cart .product-info,
.tt-view-cart,
.tt-single-product {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .bg-white {
  background-color: #161616 !important;
}

/* --- Configuración VPS: selector de SO --- */
.hostinza-os-help {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px;
}

.hostinza-os-search-wrap .form-control {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

.hostinza-os-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

.hostinza-os-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 92px;
  padding: 16px 12px;
  background: #161616;
  border: 2px solid #2a2a2a;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
}

.hostinza-os-card:hover,
.hostinza-os-card.is-selected {
  border-color: #8c32ff;
  background: rgba(140, 50, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(140, 50, 255, 0.35);
}

.hostinza-os-tick {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #555555;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: transparent;
  flex-shrink: 0;
}

.hostinza-os-card.is-selected .hostinza-os-tick {
  border-color: #8c32ff;
  background: #8c32ff;
  color: #ffffff;
}

.hostinza-os-card.is-selected .hostinza-os-tick::before {
  content: '✓';
  font-weight: 700;
}

.hostinza-os-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.hostinza-os-family {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.hostinza-hw-group-label {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.hostinza-hw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
}

.hostinza-hw-card .hostinza-os-name {
  font-size: 14px;
}

.hostinza-summary-spec .pull-right {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 13px;
}

.hostinza-server-credentials .form-text {
  color: rgba(255, 255, 255, 0.55) !important;
}

.hostinza-server-credentials .form-control {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

/* ============================================
   Contraste: cajas claras del carrito (comprar)
   Evita texto blanco sobre fondo #f8f8f8 / #fff
   ============================================ */

#order-standard_cart .domain-selection-options .option {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  padding: 10px 16px !important;
  margin-bottom: 8px !important;
}

#order-standard_cart .domain-selection-options .option:hover {
  background: #1c1c1c !important;
  border-color: #3a3a3a !important;
}

#order-standard_cart .domain-selection-options .option-selected {
  background: rgba(140, 50, 255, 0.14) !important;
  border-color: #8c32ff !important;
}

#order-standard_cart .domain-selection-options .option label,
#order-standard_cart .domain-selection-options .option-selected label {
  color: #ffffff !important;
  font-weight: 500;
  cursor: pointer;
}

#order-standard_cart .domain-selection-options .input-group-text,
#order-standard_cart .domain-selection-options .input-group-addon {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .domain-selection-options .form-control-static,
#order-standard_cart .domain-selection-options p.form-control-static {
  color: #ffffff !important;
}

#order-standard_cart .products .product {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .products .product header {
  background: #111111 !important;
  border-bottom: 1px solid #2a2a2a !important;
}

#order-standard_cart .products .product header span,
#order-standard_cart .products .product div.product-desc,
#order-standard_cart .products .product div.product-desc p,
#order-standard_cart .products .product span.feature-value {
  color: #ffffff !important;
}

#order-standard_cart .products .product header .qty {
  color: rgba(255, 255, 255, 0.65) !important;
}

#order-standard_cart .field-container label,
#order-standard_cart .field-help-text,
#order-standard_cart label {
  color: #ffffff !important;
}

#order-standard_cart .field-help-text {
  color: rgba(255, 255, 255, 0.65) !important;
}

#order-standard_cart .panel-addon,
#order-standard_cart .panel-addon .panel-body,
#order-standard_cart .tt-addon-products .panel-addon {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .panel-addon .panel-heading,
#order-standard_cart .panel-addon .card-header {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs a,
#order-standard_cart .view-cart-tabs .tab-content {
  color: #ffffff !important;
}

#order-standard_cart .domain-checker-advanced label {
  color: #ffffff !important;
}

#order-standard_cart .configure-product .product-configurable-options,
#order-standard_cart .configurable-options .panel,
#order-standard_cart .configurable-options .card {
  background: #161616 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .order-summary .summary-container,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
  background: #111111 !important;
  color: #ffffff !important;
}

#order-standard_cart .tt-group-head {
  background: #0a0a0a !important;
  color: #ffffff !important;
}

#order-standard_cart .tt-group-featured-wrap {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .tt-group-features-list li {
  color: #ffffff !important;
}

#order-standard_cart .alert-info,
#order-standard_cart .alert-warning,
#order-standard_cart .alert-success,
#order-standard_cart .alert-danger {
  color: #ffffff !important;
}

#order-standard_cart .alert-info {
  background: rgba(59, 130, 246, 0.15) !important;
  border-color: rgba(59, 130, 246, 0.35) !important;
}

#order-standard_cart .alert-warning {
  background: rgba(245, 158, 11, 0.15) !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
}

#order-standard_cart .alert-success {
  background: rgba(34, 197, 94, 0.15) !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
}

#order-standard_cart .alert-danger {
  background: rgba(239, 68, 68, 0.15) !important;
  border-color: rgba(239, 68, 68, 0.35) !important;
}

/* ============================================
   Revisar carrito / resumen / checkout
   ============================================ */

#order-standard_cart .view-cart-items-header {
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 8px 8px 0 0 !important;
}

#order-standard_cart .view-cart-items {
  border-bottom-color: #2a2a2a !important;
}

#order-standard_cart .view-cart-items .item {
  background: #161616 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #2a2a2a !important;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
  background: #1a1a1a !important;
}

#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-price,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items .item-price .cycle,
#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .view-cart-items small {
  color: #ffffff !important;
}

#order-standard_cart .view-cart-items .item-domain {
  color: rgba(140, 50, 255, 0.9) !important;
}

#order-standard_cart .view-cart-items .btn-link,
#order-standard_cart .tt-view-cart-items .btn-link {
  color: #8c32ff !important;
}

#order-standard_cart .view-cart-items .btn-link:hover {
  color: #a855f7 !important;
}

#order-standard_cart .empty-cart .btn {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #f87171 !important;
  border: 1px solid rgba(239, 68, 68, 0.35) !important;
}

#order-standard_cart .empty-cart .btn:hover {
  background: rgba(239, 68, 68, 0.22) !important;
  color: #ffffff !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
  border-color: #2a2a2a !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  background: #111111 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .view-cart-tabs .nav-tabs .nav-link.active,
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
  color: #ffffff !important;
  background: #161616 !important;
  border-color: #2a2a2a #2a2a2a #161616 !important;
}

#order-standard_cart .view-cart-tabs .tab-content {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  border-top: 0 !important;
  color: #ffffff !important;
}

#order-standard_cart .view-cart-promotion-code {
  background: #111111 !important;
  border-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .view-cart-gateway-checkout {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .bordered-totals {
  border-bottom-color: #2a2a2a !important;
  color: #ffffff !important;
}

#order-standard_cart .order-summary .recurring-charges,
#order-standard_cart .order-summary .recurring-charges .cost {
  color: rgba(255, 255, 255, 0.75) !important;
}

#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .order-summary .total-due-today .amt {
  color: #ffffff !important;
}

#order-standard_cart .btn-continue-shopping,
#order-standard_cart .order-summary .btn-continue-shopping {
  color: #8c32ff !important;
}

#order-standard_cart .btn-continue-shopping:hover {
  color: #a855f7 !important;
}

#order-standard_cart .tt-view-cart-items .dropdown-menu {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}

#order-standard_cart .tt-view-cart-items .dropdown-menu li a,
#order-standard_cart .tt-view-cart-items .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}

#order-standard_cart .tt-view-cart-items .dropdown-menu li a:hover,
#order-standard_cart .tt-view-cart-items .dropdown-menu .dropdown-item:hover {
  background: #1c1c1c !important;
  color: #8c32ff !important;
}

#order-standard_cart .view-cart-empty {
  color: #ffffff !important;
  background: #161616 !important;
  padding: 24px !important;
  text-align: center !important;
}

/* Checkout: formulario de pago */
#order-standard_cart .already-registered p,
#order-standard_cart .sub-heading span,
#order-standard_cart .account-select-container div.account,
#order-standard_cart .account-select-container div.account label,
#order-standard_cart .cc-input-container,
#order-standard_cart .tt-payment-container label {
  color: #ffffff !important;
}

#order-standard_cart .prepend-icon .field-icon i {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* Prefijo telefónico (intl-tel-input) */
.intl-tel-input .country-list,
.iti__country-list {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5) !important;
  z-index: 10060 !important;
  color: #ffffff !important;
}

.intl-tel-input .country-list .country,
.intl-tel-input .country-list .country .country-name,
.iti__country-list .iti__country,
.iti__country-list .iti__country-name {
  color: #ffffff !important;
}

.intl-tel-input .country-list .country .dial-code,
.iti__country-list .iti__dial-code {
  color: rgba(255, 255, 255, 0.65) !important;
}

.intl-tel-input .country-list .country.highlight,
.intl-tel-input .country-list .country:hover,
.iti__country-list .iti__country--highlight,
.iti__country-list .iti__country:hover {
  background: rgba(140, 50, 255, 0.2) !important;
}

.intl-tel-input .country-list .divider,
.iti__country-list .iti__divider {
  border-bottom-color: #2a2a2a !important;
}

.intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input.allow-dropdown .selected-flag {
  background: #111111 !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #ffffff !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top-color: #ffffff !important;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-bottom-color: #ffffff !important;
}

#order-standard_cart .intl-tel-input input,
#order-standard_cart .intl-tel-input.allow-dropdown input,
#order-standard_cart .intl-tel-input.separate-dial-code input {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}

/* Selects nativos (país, provincia, etc.) */
#order-standard_cart select.form-control,
#order-standard_cart select.form-control option {
  background: #161616 !important;
  color: #ffffff !important;
}

/* Autocompletado del navegador (fondo amarillo) */
#order-standard_cart input:-webkit-autofill,
#order-standard_cart input:-webkit-autofill:hover,
#order-standard_cart input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #161616 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff;
  border-color: #2a2a2a !important;
}

/* Stripe: campos de tarjeta con fondo claro (el tema oscuro los pintaba de negro) */
#order-standard_cart #stripeElements .form-control,
#order-standard_cart #stripeCreditCard,
#order-standard_cart #stripeExpiryDate,
#order-standard_cart #stripeCvc,
#order-standard_cart #elementCardNumber,
#order-standard_cart #elementCardExpiry,
#order-standard_cart #elementCardCvc,
#order-standard_cart .StripeElement,
#order-standard_cart .cc-input-container .StripeElement {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #ced4da !important;
  color-scheme: light !important;
  color: #212529 !important;
  min-height: 46px;
}

#order-standard_cart #stripeElements label,
#order-standard_cart #creditCardInputFields #stripeElements label {
  color: #ffffff !important;
}

/* Nombre opcional de tarjeta: texto claro sobre fondo oscuro */
#order-standard_cart #inputDescription,
#order-standard_cart #creditCardInputFields input.field.form-control:not(.cc-number-field) {
  background: #161616 !important;
  color: #ffffff !important;
  border-color: #2a2a2a !important;
}