/**
 * WHMCS Base Order Form Stylesheet
 *
 * This stylesheet defines the css rules used by the base order form.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2020
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

#order-standard_cart {
    margin: 0;
    padding: 0 0 40px 0;
    font-size: 14px;
}

#order-standard_cart .cart-sidebar {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#order-standard_cart .cart-body {
    float: right;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .secondary-cart-body {
    float: left;
    width: 65%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#order-standard_cart .secondary-cart-sidebar {
    float: right;
    width: 35%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
    #order-standard_cart .cart-sidebar {
        display: none;
    }
    #order-standard_cart .cart-body {
        width: 100%;
        float: none;
    }

    #order-standard_cart .secondary-cart-body {
        width: 69%;
    }
    #order-standard_cart .secondary-cart-sidebar {
        width: 31%;
    }
}

@media only screen and (max-width: 991px) {
    #order-standard_cart .secondary-cart-body {
        width: 100%;
        float: none;
    }
    #order-standard_cart .secondary-cart-sidebar {
        margin: 0 auto;
        width: 300px;
        float: none;
    }
}

@media only screen and (max-width: 575px) {
    #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
    }
}

#order-standard_cart .field-container {
    margin: 0 0 30px 0;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    margin-right: 10px;
    font-weight: 300;
    font-size: 13px;
    color: #666;
}
#order-standard_cart label .iradio_square-blue {
    margin-right: 2px;
}

#order-standard_cart .info-text-sm {
    font-size: 0.85em;
    text-align: center;
}

/**
 * Responsive Categories
 */

#order-standard_cart .cart-sidebar h3,
#order-standard_cart .sidebar-collapsed h3 {
    margin: 0;
    font-size: 16px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    margin: 0;
    padding: 8px 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#order-standard_cart .cart-sidebar .list-group-item:first-child {
    border-radius: 0;
}
#order-standard_cart .cart-sidebar .list-group-item:last-child {
    border-bottom: 0;
}

#order-standard_cart .sidebar-collapsed {
    margin-top: 20px;
    padding: 4px;
    border-radius: 4px;
}
@media only screen and (min-width: 1200px) {
    #order-standard_cart .sidebar-collapsed {
        display: none;
    }
}
#order-standard_cart .sidebar-collapsed::after {
    display: block;
    clear: both;
    content: "";
}

/*
 * Section Dividers
 */

#order-standard_cart .sub-heading {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading-borderless {
    height: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    color: #058;
}

/**
 * Products
 */

#order-standard_cart .products {
    margin: 10px 0;
}

#order-standard_cart .products .product {
    padding: 1px 0 10px 0;
    margin: 0 0 20px 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#order-standard_cart .products .product header {
    position: relative;
    padding: 10px 20px;
    margin: 0 1px;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

#order-standard_cart .products .product header span {
    margin: 0;
    color: #333;
    font-size: 1.2em;
}

#order-standard_cart .products .product header .qty {
    float: right;
    font-size: 0.8em;
    font-style: italic;
    color: #888;
}

#order-standard_cart .products .product div.product-desc {
    float: left;
    width: 60%;
    padding: 8px 14px;
    font-size: 0.8em;
}

#order-standard_cart .products .product div.product-desc-full-width {
    width: auto;
}

#order-standard_cart .products .product select {
    width: 100%;
    text-overflow: ellipsis;
}

#order-standard_cart .products .product span.feature-value {
    font-weight: bold;
}

#order-standard_cart .products .product div.product-pricing {
    margin-bottom: 10px;
}
#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 1.4em;
}

#order-standard_cart .products .product footer {
    float: right;
    margin: 20px 0;
    width: 40%;
    font-size: 0.8em;
    text-align: center;
}

/*
 * Addon Panels
 */

#order-standard_cart .panel-addon {
    font-size: 0.8em;
    text-align: center;
}
#order-standard_cart .panel-addon:hover {
    cursor: pointer;
}
#order-standard_cart .panel-addon .panel-body {
    border-radius: 4px;
}
#order-standard_cart .panel-addon .panel-body label {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}
#order-standard_cart .panel-addon .panel-price {
    padding: 4px;
    background-color: #e8e8e8;
}
#order-standard_cart .panel-addon .panel-add {
    display: block;
    padding: 4px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 0 0 4px 4px;
}
#order-standard_cart .panel-addon-selected {
    border-color: #bbb;
}
#order-standard_cart .panel-addon-selected .panel-add {
    background-color: #5cb85c;
    color: #fff;
}

/**
 * Domain registration
 */

#order-standard_cart .domain-selection-options {
    margin: 15px 0;
}
#order-standard_cart .domains-row {
    margin-right: -2px;
    margin-left: -2px;
}
@media (max-width: 767px) {
    #order-standard_cart .domains-row {
        padding-bottom: 5px;
    }
}
#order-standard_cart .domains-row .col-sm-3,
#order-standard_cart .domains-row .col-sm-9,
#order-standard_cart .domains-row .col-xs-2,
#order-standard_cart .domains-row .col-xs-3,
#order-standard_cart .domains-row .col-xs-5,
#order-standard_cart .domains-row .col-xs-7,
#order-standard_cart .domains-row .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

#order-standard_cart .domain-selection-options .option {
    margin-bottom: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #f8f8f8;
}
#order-standard_cart .domain-selection-options .option:hover {
    cursor: pointer;
}
#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    margin-right: 10px;
}
#order-standard_cart .domain-suggestions .icheckbox_square-green {
    margin-right: 10px;
}
#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: bold;
}
#order-standard_cart .domain-selection-options .option-selected {
    background-color: #efefef;
}
#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0;
}
#order-standard_cart .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center;
}

#order-standard_cart .domain-lookup-primary-loader,
#order-standard_cart .domain-lookup-primary-results {
    margin: 20px 0;
    text-align: center;
}
#order-standard_cart .domain-checker-result-headline {
    margin: 20px;
    text-align: center;
}
#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .domain-lookup-primary-results .headline {
    font-size: 1.6em;
    word-wrap: break-word;
}
#order-standard_cart .domain-checker-available {
    color: #5cb85c;
}
#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
    color: #d9534f;
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible {
    margin: 30px 0 15px;
    padding: 20px;
}
#order-standard_cart .transfer-eligible {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#order-standard_cart .transfer-not-eligible {
    color: #666;
    background-color: #f6f6f6;
}

#order-standard_cart .domain-suggestions {
    margin-bottom: 20px;
    font-size: 0.8em;
}

#order-standard_cart .domain-add-domain {
    margin: 25px 0;
}

/**
 * Product Configuration
 */

#order-standard_cart .product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: 0.85em;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
#order-standard_cart .product-info .product-title {
    margin: 0;
    font-size: 1.6em;
}

#order-standard_cart .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #666;
    border-bottom: 3px solid #666;
    border-radius: 4px;
}

#order-standard_cart .order-summary h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
}

#order-standard_cart .summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 0.8em;
}

#order-standard_cart .order-summary .product-name {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
#order-standard_cart .order-summary .product-group {
    margin: 0 0 5px 0;
    display: block;
    font-style: italic;
}
#order-standard_cart .order-summary .summary-totals {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: right;
}
#order-standard_cart .order-summary .total-due-today .amt {
    font-size: 2.3em;
}

#order-standard_cart .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0;
    padding-right: 10px;
    text-align: right;
    color: #efefef;
}

/**
 * View Cart
 */

#order-standard_cart .panel-taxes {
    font-size: 0.8em;
}

#order-standard_cart .row-upgrade-credit {
    margin-top: 5px;
}
#order-standard_cart .row-upgrade-credit .item-price {
    font-size: 0.9em;
}

/**
 * Checkout
 */

#order-standard_cart #btnAlreadyRegistered,
#order-standard_cart #btnNewUserSignup {
    margin: 0 0 0 10px;
}

#order-standard_cart .checkout-error-feedback {
    margin: 15px 0;
}

#order-standard_cart .apply-credit-container {
    margin: 15px 0;
    padding: 15px;
    background-color: #eee;
}
#order-standard_cart .apply-credit-container span {
    font-weight: bold;
}
#order-standard_cart .apply-credit-container .radio {
    padding-left: 20px;
    padding-right: 20px;
}
#order-standard_cart .apply-credit-container .iradio_square-blue {
    margin-right: 6px;
}

#order-standard_cart .cc-input-container {
    padding: 15px 15px 10px 15px;
    background-color: #f3f3f3;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
#order-standard_cart .cc-input-container .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
#order-standard_cart .cc-input-container .radio-inline {
    padding-left: 0;
    margin-bottom: 10px;
}
#order-standard_cart .cc-input-container .paymethod-info {
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 5px;
}
#order-standard_cart .cc-input-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .cc-input-container ul li {
    padding: 2px 0;
}
#order-standard_cart .cc-input-container i {
    padding: 0 6px;
    width: 28px;
    text-align: center;
}
#order-standard_cart .cc-input-container .existing-cc-grid {
    display: inline-grid;
    grid-template-columns: repeat(3, auto) minmax(10em, 30em) auto;
    font-weight: 300;
    color: #666;
    font-size: 13px;
}
#order-standard_cart .checkout-security-msg {
    margin: 20px 0;
    padding-left: 75px;
    font-size: 0.8em;
}
#order-standard_cart .checkout-security-msg i {
    float: left;
    margin-left: -48px;
    font-size: 2.8em;
}

/**
 * Form fields
 */

#order-standard_cart .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}
#order-standard_cart .field,
#order-standard_cart .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: none;
  background-color: #fff;
  border-radius: 3px;
}

#order-standard_cart .input-group-lg > .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px 0 0 6px;
}
#order-standard_cart .form-control-qty {
    width: 70px;
    text-align: center;
}
#order-standard_cart .form-control-static-inline {
    display: inline-block;
}
#order-standard_cart .form-control:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#order-standard_cart textarea.field {
    height: auto;
}
#order-standard_cart .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px;
}
#order-standard_cart .prepend-icon .field-icon i {
    position: relative;
  font-size: 14px;
}
#order-standard_cart .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 36px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
#order-standard_cart .field-icon i {
    color: #bbb;
}
#order-standard_cart .field[disabled],
#order-standard_cart .field[readonly],
#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
}

/**
 * View Cart
 */

#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #058;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px 4px 0 0;
}
#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #058;
}
#order-standard_cart .view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    font-size: 0.8em;
}
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #eee;
}
#order-standard_cart .view-cart-items .item span:not(.caret):not(.renewal-price) {
    display: block;
}
#order-standard_cart .view-cart-items .item-title {
    font-size: 1.6em;
}
#order-standard_cart .view-cart-items .item-group {
    font-size: 1.2em;
}
#order-standard_cart .view-cart-items .item-domain {
    color: #056;
}
#order-standard_cart .view-cart-items .item-price {
    text-align: right;
}
#order-standard_cart .view-cart-items .item-price span {
    font-size: 1.6em;
}
#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 0.9em;
}
#order-standard_cart .view-cart-items .item-qty {
    text-align: center;
}
#order-standard_cart .view-cart-items .item-qty input {
    margin-bottom: 5px;
    padding: 4px;
    height: auto;
}
#order-standard_cart .view-cart-items .item-qty button {
    font-size: 0.8em;
}

#order-standard_cart .btn-remove-from-cart {
    color: #444;
}
#order-standard_cart .btn-remove-from-cart:hover {
    color: #cc0000;
    text-decoration: none;
}

#order-standard_cart .empty-cart {
    text-align: right;
    margin: -20px 20px 0 0;
    line-height: 1em;
}
#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #058;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

#order-standard_cart .btn-checkout {
    padding: 15px 34px;
}

#order-standard_cart .order-summary .subtotal {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}
#order-standard_cart .order-summary .bordered-totals {
    margin: 0 0 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#order-standard_cart .order-summary .recurring-totals {
    margin: 5px 0 0 0;
    padding: 0;
}
#order-standard_cart .order-summary .total-due-today-padded {
    margin: 20px 0;
}

#order-standard_cart .order-summary .recurring-charges {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
    text-align: right;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #222;
    font-size: 0.9em;
}

#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 5px;
}

#order-standard_cart .view-cart-tabs {
    margin: 0 0 20px 0;
}
#order-standard_cart .view-cart-tabs .nav-tabs {
    padding-left: 20px;
    font-size: 0.8em;
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
    border-color: #dee2e6 #dee2e6 #f8f8f8;
    background-color: #f8f8f8;
}
#order-standard_cart .view-cart-tabs .tab-content {
    background-color: #f8f8f8;
    padding: 15px;
}

#order-standard_cart .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px dashed #ccc;
    text-align: center;
}

#order-standard_cart .view-cart-gateway-checkout {
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 4px;
    text-align: center;
}

#order-standard_cart .view-cart-empty {
    padding: 30px 15px;
    text-align: center;
}

#order-standard_cart .express-checkout-buttons .separator {
    margin-left: 70px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

/**
 * Completion Page
 */

#order-standard_cart .order-confirmation {
    text-align: center;
}
#order-standard_cart .order-confirmation span {
    font-size: 1.4em;
}
#order-standard_cart .order-confirmation-addon-output {
    margin: 15px 0;
    text-align: center;
}

/**
 * Error Page
 */

.error-heading {
    margin: 30px 0;
    font-size: 1.4em;
    text-align: center;
}

/**
 * Remove Item Modal
 */

#order-standard_cart .modal-title i {
    display: block;
    padding-top: 25px;
}
#order-standard_cart .modal-header,
#order-standard_cart .modal-body,
#order-standard_cart .modal-footer {
    text-align: center !important;
    border: 0;
}
#order-standard_cart .modal-remove-item .modal-footer {
    padding-bottom: 45px;
}

/**
 * Domain Lookup
 */

/**
 * -------------------------
 * @section Domain Checker
 * -------------------------
 */

div.domainresults div:not(.btn-group) {
    margin: 0;
    padding: 10px 25px;
    background-color: #ddd;
    color: #666;
    font-size: 1.0em;
    border-radius: 6px 6px 0 0;
}

div.domainresults div:not(.btn-group) span {
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}

div.domainresults table tr td {
    padding: 5px 30px;
    line-height: 40px;
}

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb201), to(#ffd960));
    background: -webkit-linear-gradient(top, #ffd960, #ffb201);
    background: -moz-linear-gradient(top, #ffd960, #ffb201);
    background: -ms-linear-gradient(top, #ffd960, #ffb201);
    background: -o-linear-gradient(top, #ffd960, #ffb201);
}

.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image:url('../img/globe.png');
}

@media (max-width: 992px) {
    .domain-checker-bg {
        padding: 40px 0;
    }
}

.domain-checker-container .input-group-box {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domain-bulk-options-box {
    position: absolute;
    top: 18px;
    right: 134px;
    z-index:100;
}

@media (max-width: 767px) {
    .domain-checker-container .input-group-box .input-group-btn {
        display: block;
        width: 100%;
    }
    .domain-checker-container .input-group-box .input-group-btn .btn {
        width: 100%;
        border-radius: 6px;
    }
    .domain-checker-container .input-group-box .form-control {
        border-radius: 6px !important;
        margin-bottom: 5px;
        float: none;
    }
}

.domain-check-availability {
    width: 100px;
    height: 46px;
}

.domain-step-options {
    min-height: 300px;
}

.domain-checker-result-headline {
    margin: 20px;
    font-size: 1.6em;
    text-align: center;
}
.domain-checker-available {
    color: #5cb85c;
}
.domain-checker-unavailable,
.domain-checker-invalid {
    color: #d9534f;
}

div.domainresults div.domain-checkout-area {
    display: none;
    float: right;
    padding: 8px 40px 0;
}

.domain-disclaimer-area {
    margin: 0 0 25px 0;
    font-size: 12px;
}

.domain-bulk-domain-well {
    width: 60%;
}

.domain-tld-pricing-table-responsive {
    border: 0;
    margin-bottom: 0;
}

a.domain-tld-pricing-category {
    display: block;
    text-align: center;
}

.domain-pricing .tld-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f5f5f5;
}
.domain-pricing .tld-row.highlighted {
    background: #f3f9fd;
}

.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2 {
    height: 56px;
}
.domain-pricing .tld-pricing-header .tld-column {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px 4px 0 0;
}
.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 {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 6px solid #97b5d2;
    background-color: #efefef;
    border-radius: 4px 4px 0 0;
}
.domain-pricing .no-bg {
    background-color: transparent !important;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #336699;
    background-color: #f5f5f5;
}
.domain-pricing .two-row-center {
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-right: 2px solid #c7d7e6;
}

.domain-pricing .tld-row.no-tlds {
    display: none;
}

.domain-searching {
    color: #ccc;
}

.spotlight-tlds {
    margin: 15px 0;
    padding: 7px 14px;
    background-color: #f8f8f8;
}
.spotlight-tlds-container {
    margin-left: -7px;
    margin-right: -7px;
}
.spotlight-tld-container {
    float: left;
    padding: 7px 7px;
}
.spotlight-tld-container-1 {
    width: 100%;
}
.spotlight-tld-container-2 {
    width: 50%;
}
.spotlight-tld-container-3 {
    width: 33.3%;
}
.spotlight-tld-container-4 {
    width: 25%;
}
.spotlight-tld-container-5 {
    width: 20%;
}
.spotlight-tld-container-6 {
    width: 16.6%;
}
.spotlight-tld-container-7 {
    width: 14.28%;
}
.spotlight-tld-container-8 {
    width: 12.5%;
}

@media screen and (max-width: 991px) {
    .spotlight-tld-container-5,
    .spotlight-tld-container-6 {
        width: 33.3%;
    }
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 25%;
    }
}
@media screen and (max-width: 580px) {
    .spotlight-tld-container-3,
    .spotlight-tld-container-4,
    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 50%;
    }
}

.spotlight-tld {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    height: 112px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #555;
}
.spotlight-tld span {
    display: block;
    padding: 5px 0;
    font-weight: normal;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spotlight-tld .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    min-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spotlight-tld .btn span {
    padding: 0;
}
.spotlight-tld .unavailable,
.spotlight-tld .invalid {
    margin: 32px 0;
    background-color: #eee;
    border-color: #ddd;
    color: #bbb;
}
.spotlight-tld .domain-contact-support {
    margin: 19px 0;
}
.spotlight-tld .domain-lookup-spotlight-loader {
    line-height: 47px;
    font-size: 1.4em;
}
.spotlight-tld .results {
    display: none;
}
.spotlight-tld-new {
    width: 60px;
    position: absolute;
    letter-spacing: 1px;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #2ad588;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.spotlight-tld-sale {
    width: 60px;
    position: absolute;
    letter-spacing: 0;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #f7d458;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.spotlight-tld-hot {
    width: 60px;
    position: absolute;
    letter-spacing: 0;
    padding: 3px;
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    top: 3px;
    right: -18px;
    background-color: #f9615a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.suggested-domains .panel-heading,
.suggested-domains .card-header {
    border-bottom: 2px solid #62cb31;
}
.suggested-domains .domain-lookup-suggestions-loader {
    padding: 30px 20px;
    background-color: #f8f8f8;
    font-size: 0.9em;
    text-align: center;
    opacity: 0.7;
}
.suggested-domains .list-group-item {
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
}
.suggested-domains .extension {
    font-weight: bold;
}
.suggested-domains .promo.hot {
    padding: 2px 8px;
    background-color: #f9615a;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .promo.sale {
    padding: 2px 8px;
    background-color: #f7d458;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .promo.new {
    padding: 2px 8px;
    background-color: #2ad588;
    color: #fff;
    text-transform: uppercase;
}
.suggested-domains .actions {
    float: right;
}
.suggested-domains .price {
    padding: 0 20px;
    font-size: 1.2em;
}
.suggested-domains .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
}
.suggested-domains .btn.domain-contact-support {
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.4;
    border-radius: 3px;
    color: #fff;
}

@media (max-width: 767px) {
    .suggested-domains .list-group-item {
        text-align: center;
    }
    .suggested-domains .actions {
        float: none;
    }
    .suggested-domains .price {
        float: none;
        display: block;
        padding: 3px 0;
    }
    .suggested-domains .list-group-item .btn {
        float: none;
        width: 100%;
    }
}

.domain-promo-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
}
.domain-promo-box h3 {
    margin: 0;
    font-weight: 400;
}
.domain-promo-box i {
    float: right;
}
.domain-promo-box p {
    margin: 0 0 10px 0;
    font-size: 0.85em;
}
.domain-promo-box .small {
    margin: 10px 0 0 0;
    color: #999;
}

.btn-transfer {
    min-width: 100px;
}

.slim-alert {
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
}

.domain-suggestions-warning {
    padding: 10px 0;
    font-size: 0.7em;
}

/**
 * Domain Renewals
 */

.form-control.domain-renewals-filter,
.form-control.service-renewals-filter {
    background: url(../../../../assets/img/search.png) #fff no-repeat 8px 5px !important;
    padding: 7px 10px 7px 45px !important;
    height: auto !important;
    width: 200px !important;
    font-size: 13px !important;
    border-radius: 2px !important;
}
.service-renewals-quick-filter {
    margin-bottom: 5px;
    width: 100%;
}
.form-control.service-renewals-filter {
    width: 100% !important;
}
@media (min-width: 768px) {
    .form-control.service-renewals-filter,
    .service-renewals-quick-filter {
        width: 270px !important;
        float: right !important;
    }
}

.domain-renewals,
.service-renewals {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}
.domain-renewals,
.service-renewals,
.addon-renewals .service-renewal {
    background-color: #f8f8f8;
}
.domain-renewals .domain-renewal,
.service-renewals .service-renewal {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.domain-renewals .domain-renewal:nth-child(even),
.service-renewals .service-renewal:nth-child(even),
.addon-renewals .service-renewal:nth-child(even) {
    background-color: #f4f4f4;
}
.domain-renewals .domain-renewal h3,
.service-renewals .service-renewal h3{
    margin: 0;
}
.domain-renewals .domain-renewal .label,
.service-renewals .service-renewal .label {
    border-radius: 3px;
}
.service-renewals .div-renewal-ineligible {
    font-weight: bold;
    color: #666;
}
.service-renewals .div-renewal-ineligible i {
    margin-right: 4px;
}
.addon-renewals {
    margin-top: 15px;
}
.addon-renewals > div {
    border: 1px solid #ccc;
}
.addon-renewals div > .service-renewal:last-child {
    border-bottom: 0;
}
.order-summary i.fa-trash {
    opacity: 0.5;
}
.order-summary i.fa-trash:hover {
    opacity: 1;
}

/**
 * -------------------------
 * Order Configure Product Addon Promo Containers
 * -------------------------
 */

#order-standard_cart .addon-promo-container {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 0.9em;
}
#order-standard_cart .addon-promo-container h3 {
    margin: 0 0 10px 0;
}
#order-standard_cart .addon-promo-container .logo {
    float: right;
    margin: 0 0 10px 20px;
    text-align: right;
    line-height: 100px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 120px;
}
#order-standard_cart .addon-promo-container .description {
    margin: 10px 0;
}
#order-standard_cart .addon-promo-container label {
    margin-top: 3px;
    width: 98%;
}
#order-standard_cart .addon-promo-container a {
    text-decoration: underline;
}

#order-standard_cart .mc-promos {
    margin: 20px auto 30px;
    max-width: 575px;
}

#order-standard_cart .mc-promo {
    margin: 0 0 10px 0;
    background-color: #fff;
    border: 1px dashed #ccc;
    border-bottom: 4px solid #9abb3a;
}
#order-standard_cart .mc-promo .cta {
    float: right;
    padding: 3px 10px;
    text-align: center;
}
#order-standard_cart .mc-promo .headline {
    padding-top: 8px;
    font-size: 1.3em;
}
#order-standard_cart .mc-promo .tagline {
    font-size: 1.2em;
    font-weight: 300;
}
#order-standard_cart .mc-promo .header {
    border-bottom: 0;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}
#order-standard_cart .mc-promo .icon {
    float: left;
    margin: 10px;
    width: 64px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#order-standard_cart .mc-promo .icon img {
    max-width: 100%;
    max-height: 100%;
}
#order-standard_cart .mc-promo .body {
    padding: 10px 15px;
    border-top: 10px solid #eaeaea;
    background-color: #f8f8f8;
    font-size: 0.85em;
    display: none;
}
#order-standard_cart .mc-promo .body i {
    color: #99bc3a;
    padding-right: 3px;
}
.mc-promo em {
    font-weight: bold;
    font-style: normal;
}
#order-standard_cart .mc-promo .body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .mc-promo .body li {
    width: 50%;
}
#order-standard_cart .mc-promo .body li.left {
    float: left;
}
#order-standard_cart .mc-promo .body li.right {
    float: right;
}
#order-standard_cart .mc-promo .price {
    padding: 4px 0;
    font-size: 1.15em;
    color: #83a032;
}
#order-standard_cart .mc-promo .btn-add {
    padding: 0;
    background-color: #99bb3a;
    color: #fff;
    font-size: 1em;
}
#order-standard_cart .mc-promo .arrow {
    display: inline-block;
    padding: 2px 8px;
    background-color: #84b436;
}
#order-standard_cart .mc-promo .text{
    display: inline-block;
    padding: 2px 8px;
    font-size: 0.9em;
}
#order-standard_cart .mc-promo .expander {
    float: left;
    width: 28px;
    font-size: 1.5em;
    color: #99bc3a;
    text-align: right;
    line-height: 60px;
    transition: all 2s linear;
}

#order-standard_cart .mc-promo.weebly {
    border-color: #7b7b7b;
}
#order-standard_cart .mc-promo.weebly .btn-add {
    background-color: #7b7b7b;
}
#order-standard_cart .mc-promo.weebly .arrow {
    background-color: #666;
}
#order-standard_cart .mc-promo.weebly .expander,
#order-standard_cart .mc-promo.weebly .price {
    color: #7b7b7b;
}

#order-standard_cart .mc-promo.spamexperts {
    border-color: #56a2da;
}
#order-standard_cart .mc-promo.spamexperts .btn-add {
    background-color: #56a2da;
}
#order-standard_cart .mc-promo.spamexperts .arrow {
    background-color: #4e98d0;
}
#order-standard_cart .mc-promo.spamexperts .expander,
#order-standard_cart .mc-promo.spamexperts .price {
    color: #56a2da;
}

#order-standard_cart .mc-promo.sitelock {
    border-color: #f29f44;
}
#order-standard_cart .mc-promo.sitelock .btn-add {
    background-color: #f29f44;
}
#order-standard_cart .mc-promo.sitelock .arrow {
    background-color: #f08f3d;
}
#order-standard_cart .mc-promo.sitelock .expander,
#order-standard_cart .mc-promo.sitelock .price {
    color: #f29f44;
}

#order-standard_cart .mc-promo.sitelockvpn {
    border-color: #555;
}
#order-standard_cart .mc-promo.sitelockvpn .btn-add {
    background-color: #555;
}
#order-standard_cart .mc-promo.sitelockvpn .arrow {
    background-color: #333;
}
#order-standard_cart .mc-promo.sitelockvpn .expander,
#order-standard_cart .mc-promo.sitelockvpn .price {
    color: #555;
}

#order-standard_cart .mc-promo.nordvpn {
    border-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .btn-add {
    background-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .arrow {
    background-color: #4687FF;
}
#order-standard_cart .mc-promo.nordvpn .expander,
#order-standard_cart .mc-promo.nordvpn .price {
    color: #4687FF;
}

#order-standard_cart .mc-promo.marketgoo {
    border-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .btn-add {
    background-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .arrow {
    background-color: #3090e0;
}
#order-standard_cart .mc-promo.marketgoo .expander,
#order-standard_cart .mc-promo.marketgoo .price {
    color: #3090e0;
}

#order-standard_cart .mc-promo.threesixtymonitoring {
    border-color: #ce3b56;
}
#order-standard_cart .mc-promo.threesixtymonitoring .btn-add,
#order-standard_cart .mc-promo.threesixtymonitoring .arrow {
    background-color: #ce3b56;
}
#order-standard_cart .mc-promo.threesixtymonitoring .expander,
#order-standard_cart .mc-promo.threesixtymonitoring .price,
#order-standard_cart .mc-promo.threesixtymonitoring .fa-check {
    color: #ce3b56;
}

#order-standard_cart .mc-promo.xovinow {
    border-color: #10069F;
}
#order-standard_cart .mc-promo.xovinow .btn-add,
#order-standard_cart .mc-promo.xovinow .arrow {
    background-color: #10069F;
}
#order-standard_cart .mc-promo.xovinow .expander,
#order-standard_cart .mc-promo.xovinow .fa-check,
#order-standard_cart .mc-promo.xovinow .price {
    color: #10069F;
}

#order-standard_cart .mc-promo .rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#order-standard_cart .mc-promo .rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

/**
 * -------------------------
 * Domain Checker Captchas
 * -------------------------
 */

#order-standard_cart .default-captcha {
    margin: 0 auto 6px auto;
    padding: 10px;
    max-width: 340px;
    background-color: #F9F9F9;
    border: 1px solid #d3d3d3;
    color: #888;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    text-align: center;
    font-size: 0.9em;
}
#order-standard_cart .default-captcha-register-margin {
    margin: 18px auto -25px auto;
}

#order-standard_cart .captcha-container p {
    margin-bottom: 5px;
}
#order-standard_cart .captcha-container img {
    margin-top: 3px;
}
#order-standard_cart .captcha-container .form-control {
    height: inherit;
    max-width: 90px;
    text-align: center;
}

#order-standard_cart .captcha-container #google-recaptcha {
    width: 304px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: -50px;
}
#order-standard_cart .captcha-container #google-recaptcha.recaptcha-transfer {
    margin-bottom: -20px;
}

#order-standard_cart .idn-language-selector {
    font-size: 14px;
}

#order-standard_cart .account-select-container {
    margin: 0;
    border-right: 1px solid #eee;
}
#order-standard_cart .account-select-container div {
    padding: 0;
}
#order-standard_cart .account-select-container div.account {
    background: #f6f6f6;
    border: 1px solid #eee;
    border-right: 0;
    padding: 10px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom) {
    border-bottom: 0;
}
#order-standard_cart .account-select-container div.account.active {
    background: #fff;
}
#order-standard_cart .recaptcha-container {
    display: inline-block;
}

@media (max-width: 991px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 2.5%;
        margin-bottom: -25px;
    }
}
@media (max-width: 736px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width: 384px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}
@media (max-width: 360px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0 0;
    }
}
@media (max-width: 320px) {
    #order-standard_cart .captcha-container #google-recaptcha {
        padding-left: 13.5%;
        margin-bottom: -45px;
        transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
    }
}

.w-hidden {
    display: none;
}

#order-standard_cart .font-size-36 {
    font-size: 36px;
}

#order-standard_cart .font-size-30 {
    font-size: 30px;
}

#order-standard_cart .font-size-24 {
    font-size: 24px;
}

#order-standard_cart .font-size-22 {
    font-size: 22px;
}

#order-standard_cart .font-size-18 {
    font-size: 18px;
}

#order-standard_cart .font-size-14 {
    font-size: 14px;
}

#order-standard_cart .font-size-12 {
    font-size: 12px;
}

/* =========================================================
   WebShield - Product Listing
   Scoped to products.tpl via .ws-products-page
   ========================================================= */
#order-standard_cart.ws-products-page {
    color: #0a1a33;
}

#order-standard_cart.ws-products-page .cart-body {
    padding-top: 4px;
}

#order-standard_cart.ws-products-page .ws-products-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 18px;
}

#order-standard_cart.ws-products-page .ws-products-title {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

#order-standard_cart.ws-products-page .ws-products-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    color: #0b93ff;
    background: #eef8ff;
    font-size: 30px;
}

#order-standard_cart.ws-products-page .ws-products-title h1 {
    margin: 0;
    color: #071a36;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 800;
}

#order-standard_cart.ws-products-page .ws-products-title p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 13px;
}

#order-standard_cart.ws-products-page .ws-products-benefits {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

#order-standard_cart.ws-products-page .ws-products-benefits > div {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

#order-standard_cart.ws-products-page .ws-products-benefits i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eef8ff;
    color: #078fff;
    font-size: 17px;
}

#order-standard_cart.ws-products-page .ws-products-benefits span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

#order-standard_cart.ws-products-page .ws-products-benefits strong {
    color: #0a1a33;
    font-size: 11px;
    font-weight: 800;
}

#order-standard_cart.ws-products-page .ws-products-benefits small {
    margin-top: 3px;
    color: #8795a8;
    font-size: 9px;
}

#order-standard_cart.ws-products-page .products {
    margin-top: 0;
}

#order-standard_cart.ws-products-page .products .row {
    margin-right: -7px;
    margin-left: -7px;
}

#order-standard_cart.ws-products-page .products .col-md-6 {
    padding-right: 7px;
    padding-left: 7px;
}

#order-standard_cart.ws-products-page .products .ws-product-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 238px;
    margin: 0 0 14px;
    padding: 20px 20px 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #dbeafa;
    border-radius: 12px;
    box-shadow: 0 7px 22px rgba(16, 65, 110, .08);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#order-standard_cart.ws-products-page .products .ws-product-card:hover {
    transform: translateY(-2px);
    border-color: #99d1ff;
    box-shadow: 0 12px 28px rgba(0, 126, 238, .13);
}

#order-standard_cart.ws-products-page .ws-product-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 18px;
    color: #0a8fff;
    background: linear-gradient(145deg, #eef8ff, #dff1ff);
    box-shadow: 0 10px 22px rgba(0, 132, 238, .14);
    font-size: 38px;
}

#order-standard_cart.ws-products-page .products .product header {
    width: calc(100% - 98px);
    min-height: 54px;
    margin: 0 0 0 98px;
    padding: 0 135px 0 0;
    background: transparent;
    border: 0;
}

#order-standard_cart.ws-products-page .products .product header span {
    color: #071a36;
    font-size: 16px;
    font-weight: 800;
}

#order-standard_cart.ws-products-page .products .product header .qty {
    display: block;
    float: none;
    margin-top: 3px;
    color: #6d7f96;
    font-size: 10px;
}

#order-standard_cart.ws-products-page .products .product div.product-desc {
    float: none;
    width: calc(100% - 98px);
    margin-left: 98px;
    padding: 0 0 54px;
    font-size: 12px;
}

#order-standard_cart.ws-products-page .ws-product-description {
    margin: -27px 0 8px;
    color: #6b7e96;
    font-size: 10px;
    line-height: 1.35;
}

#order-standard_cart.ws-products-page .products .product div.product-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-standard_cart.ws-products-page .products .product div.product-desc li {
    margin: 0 0 4px;
    color: #12233e;
    line-height: 1.25;
}

#order-standard_cart.ws-products-page .products .product div.product-desc li i {
    margin-right: 6px;
    color: #0796ff;
    font-size: 11px;
}

#order-standard_cart.ws-products-page .products .product span.feature-value {
    font-weight: 700;
}

#order-standard_cart.ws-products-page .products .product footer {
    position: absolute;
    inset: 18px 18px 14px auto;
    float: none;
    width: 128px;
    margin: 0;
    text-align: right;
}

#order-standard_cart.ws-products-page .products .product div.product-pricing {
    margin: 0;
    color: #718096;
    line-height: 1.1;
}

#order-standard_cart.ws-products-page .products .product div.product-pricing span.price {
    display: block;
    color: #071a36;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

#order-standard_cart.ws-products-page .ws-starting,
#order-standard_cart.ws-products-page .ws-cycle,
#order-standard_cart.ws-products-page .ws-setup-fee {
    display: block;
    margin-top: 5px;
    color: #5d78a2;
    font-size: 10px;
}

#order-standard_cart.ws-products-page .ws-order-button {
    position: absolute;
    right: 0;
    bottom: -200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 128px;
    min-height: 36px;
    padding: 8px 10px;
    color: #fff !important;
    background: linear-gradient(90deg, #087cf1 0%, #08a2ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 7px 16px rgba(0, 136, 255, .20);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#order-standard_cart.ws-products-page .ws-order-button:hover,
#order-standard_cart.ws-products-page .ws-order-button:focus {
    color: #fff !important;
    background: linear-gradient(90deg, #086fe0 0%, #008ff0 100%);
    box-shadow: 0 9px 20px rgba(0, 120, 235, .28);
}

#order-standard_cart.ws-products-page .ws-order-arrow {
    font-size: 9px;
}

@media (max-width: 1450px) {
    #order-standard_cart.ws-products-page .ws-products-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    #order-standard_cart.ws-products-page .ws-products-benefits {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    #order-standard_cart.ws-products-page .ws-products-title h1 { font-size: 27px; }
    #order-standard_cart.ws-products-page .ws-products-benefits { gap: 10px 14px; }
    #order-standard_cart.ws-products-page .products .ws-product-card {
        display: block;
        min-height: 0;
        padding: 18px;
    }
    #order-standard_cart.ws-products-page .ws-product-icon {
        position: static;
        width: 54px;
        height: 54px;
        margin-bottom: 12px;
        font-size: 26px;
    }
    #order-standard_cart.ws-products-page .products .product header,
    #order-standard_cart.ws-products-page .products .product div.product-desc {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    #order-standard_cart.ws-products-page .products .product div.product-desc { padding-bottom: 0; }
    #order-standard_cart.ws-products-page .ws-product-description { margin: 4px 0 10px; }
    #order-standard_cart.ws-products-page .products .product footer {
        position: static;
        width: 100%;
        margin-top: 16px;
        text-align: left;
    }
    #order-standard_cart.ws-products-page .products .product div.product-pricing span.price { font-size: 25px; }
    #order-standard_cart.ws-products-page .ws-order-button {
        position: static;
        width: 100%;
        margin-top: 12px;
    }
}


/* ==========================================================
   WebShield Nova - refinement from webshieldnova-fixed base
   Keep original working loader/markup intact.
   ========================================================== */
#order-standard_cart.ws-products-page .products .ws-product-card{
    min-height: 220px;
    padding: 18px 18px 14px;
}
#order-standard_cart.ws-products-page .ws-product-icon{
    top: 18px;
    left: 18px;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    font-size: 31px;
}
#order-standard_cart.ws-products-page .products .product header{
    width: calc(100% - 84px);
    min-height: 48px;
    margin-left: 84px;
    padding-right: 132px;
}
#order-standard_cart.ws-products-page .products .product div.product-desc{
    width: calc(100% - 84px);
    margin-left: 84px;
    padding: 0 0 46px;
}
#order-standard_cart.ws-products-page .ws-product-description{
    margin: -22px 0 7px;
    color: #647895;
    font-size: 10px;
    line-height: 1.42;
}
#order-standard_cart.ws-products-page .products .product div.product-desc li{
    margin-bottom: 3px;
    font-size: 11px;
}
#order-standard_cart.ws-products-page .products .product footer{
    top: 17px;
    right: 16px;
    bottom: 14px;
    width: 126px;
}
#order-standard_cart.ws-products-page .products .product div.product-pricing span.price{
    font-size: 22px;
    letter-spacing: -.35px;
}
#order-standard_cart.ws-products-page .ws-cycle{
    margin-top: 4px;
}
#order-standard_cart.ws-products-page .ws-order-button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 126px;
    min-height: 34px;
    margin: 0;
}
@media (max-width: 1100px){
    #order-standard_cart.ws-products-page .products .product header{
        padding-right: 0;
    }
    #order-standard_cart.ws-products-page .products .product footer{
        position: static;
        width: 100%;
        margin: 12px 0 0 84px;
        text-align: left;
    }
    #order-standard_cart.ws-products-page .ws-order-button{
        position: static;
        width: 100%;
        margin-top: 9px;
    }
    #order-standard_cart.ws-products-page .products .product div.product-desc{
        padding-bottom: 0;
    }
}

/* ==========================================================
   WebShield Nova - Game product polish
   ========================================================== */
#order-standard_cart.ws-products-page .products .product header{
    min-width:0;
}
#order-standard_cart.ws-products-page .products .product header span:first-child{
    display:block;
    line-height:1.22;
    overflow-wrap:anywhere;
}
#order-standard_cart.ws-products-page .ws-product-description{
    margin:12px 0 0;
    padding-top:10px;
    border-top:1px solid #e7eef7;
    color:#6b7e96;
    font-size:11px;
    line-height:1.45;
}
#order-standard_cart.ws-products-page .ws-product-description p{
    margin:0;
}
#order-standard_cart.ws-products-page .ws-product-description br + br{
    display:none;
}

#order-standard_cart.ws-game-products .ws-products-heading{
    align-items:flex-start;
    margin-bottom:20px;
}
#order-standard_cart.ws-game-products .ws-products-title-icon{
    color:#078fff;
    background:linear-gradient(145deg,#eef8ff,#e2f3ff);
}
#order-standard_cart.ws-game-products .ws-products-title p{
    max-width:330px;
    line-height:1.45;
}
#order-standard_cart.ws-game-products .ws-products-benefits{
    padding-top:5px;
    gap:14px;
}
#order-standard_cart.ws-game-products .ws-products-benefits > div{
    min-width:120px;
}
#order-standard_cart.ws-game-products .products .ws-product-card{
    min-height:260px;
    padding:20px 18px 16px;
}
#order-standard_cart.ws-game-products .ws-product-icon{
    top:20px;
    left:18px;
    width:64px;
    height:64px;
    font-size:27px;
}
#order-standard_cart.ws-game-products .products .product header{
    width:calc(100% - 82px);
    min-height:58px;
    margin-left:82px;
    padding-right:135px;
}
#order-standard_cart.ws-game-products .products .product header span:first-child{
    font-size:15px;
    line-height:1.25;
}
#order-standard_cart.ws-game-products .products .product div.product-desc{
    width:calc(100% - 82px);
    margin-left:82px;
    padding:4px 0 48px;
}
#order-standard_cart.ws-game-products .products .product div.product-desc ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 14px;
}
#order-standard_cart.ws-game-products .products .product div.product-desc li{
    min-width:0;
    margin:0;
    color:#58739a;
    font-size:10.5px;
    line-height:1.35;
    overflow-wrap:anywhere;
}
#order-standard_cart.ws-game-products .products .product div.product-desc li i{
    width:13px;
    margin-right:4px;
    color:#0b91f5;
}
#order-standard_cart.ws-game-products .ws-product-description{
    margin-top:14px;
    padding-top:11px;
    color:#6b7788;
    font-size:11px;
    line-height:1.5;
}
#order-standard_cart.ws-game-products .products .product footer{
    top:18px;
    right:18px;
    bottom:16px;
    width:128px;
}
#order-standard_cart.ws-game-products .products .product div.product-pricing span.price{
    color:#071a36;
    font-size:21px;
}
#order-standard_cart.ws-game-products .ws-order-button{
    right:0;
    bottom:0;
    width:128px;
}

@media (max-width:1450px){
    #order-standard_cart.ws-game-products .ws-products-benefits > div{min-width:auto;}
}
@media (max-width:1250px){
    #order-standard_cart.ws-game-products .products .product div.product-desc ul{
        grid-template-columns:1fr;
        gap:5px;
    }
    #order-standard_cart.ws-game-products .products .ws-product-card{min-height:285px;}
}
@media (max-width:1100px){
    #order-standard_cart.ws-game-products .products .product header,
    #order-standard_cart.ws-game-products .products .product div.product-desc{
        width:calc(100% - 82px);
        margin-left:82px;
    }
    #order-standard_cart.ws-game-products .products .product footer{
        width:calc(100% - 82px);
        margin-left:82px;
    }
}
@media (max-width:767px){
    #order-standard_cart.ws-game-products .products .product header,
    #order-standard_cart.ws-game-products .products .product div.product-desc,
    #order-standard_cart.ws-game-products .products .product footer{
        width:100%;
        margin-left:0;
    }
    #order-standard_cart.ws-game-products .products .product div.product-desc ul{
        grid-template-columns:1fr;
    }
}
\n\n/* WebShield game visual v8 - safe refinements over working v6 */\n#order-standard_cart.ws-game-products .ws-products-title{\n    flex:0 0 auto;\n}\n#order-standard_cart.ws-game-products .ws-products-title > div{\n    min-width:0;\n}\n#order-standard_cart.ws-game-products .ws-products-title h1{\n    white-space:nowrap;\n    font-size:29px;\n}\n#order-standard_cart.ws-game-products .ws-products-benefits{\n    flex:1 1 auto;\n    gap:10px;\n}\n#order-standard_cart.ws-game-products .ws-products-benefits > div{\n    min-width:0;\n}\n#order-standard_cart.ws-game-products .ws-products-benefits strong{\n    font-size:11px;\n}\n#order-standard_cart.ws-game-products .ws-products-benefits small{\n    font-size:9px;\n}\n#order-standard_cart.ws-game-products .ws-product-icon{\n    padding:7px;\n}\n#order-standard_cart.ws-game-products .ws-product-icon img{\n    display:block;\n    width:100%;\n    height:100%;\n    object-fit:contain;\n}\n@media (max-width:1250px){\n    #order-standard_cart.ws-game-products .ws-products-heading{\n        flex-wrap:wrap;\n    }\n    #order-standard_cart.ws-game-products .ws-products-benefits{\n        flex-basis:100%;\n        justify-content:flex-start;\n    }\n}\n@media (max-width:767px){\n    #order-standard_cart.ws-game-products .ws-products-title h1{\n        white-space:normal;\n    }\n}\n
/* ==========================================================
   WebShield Nova v9 - game cards aligned to approved mockup
   Safe CSS-only override on top of working v8 structure.
   ========================================================== */
@media (min-width:1101px){
  #order-standard_cart.ws-game-products .products .ws-product-card{
    display:block;
    min-height:315px;
    padding:22px 20px 18px;
  }
  #order-standard_cart.ws-game-products .ws-product-icon{
    top:22px;
    left:20px;
    width:76px;
    height:76px;
    padding:10px;
    border-radius:16px;
  }
  #order-standard_cart.ws-game-products .products .product header{
    display:block;
    width:auto;
    min-height:76px;
    margin:0 142px 0 104px;
    padding:4px 0 0;
    border:0 !important;
  }
  #order-standard_cart.ws-game-products .products .product header span:first-child{
    max-width:100%;
    font-size:15px;
    line-height:1.28;
    overflow-wrap:normal;
    word-break:normal;
  }
  #order-standard_cart.ws-game-products .products .product div.product-desc{
    display:block;
    width:auto;
    margin:14px 0 0 104px;
    padding:14px 0 58px;
    border-top:1px solid #e1ebf6;
  }
  #order-standard_cart.ws-game-products .products .product div.product-desc ul{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:22px;
    row-gap:7px;
    margin:0;
    padding:0;
    border:0 !important;
  }
  #order-standard_cart.ws-game-products .products .product div.product-desc li{
    display:flex;
    align-items:flex-start;
    margin:0;
    padding:0;
    border:0 !important;
    font-size:10.5px;
    line-height:1.35;
  }
  #order-standard_cart.ws-game-products .products .product div.product-desc li i{
    flex:0 0 14px;
    margin-top:2px;
  }
  #order-standard_cart.ws-game-products .ws-product-description{
    display:block;
    margin:15px 0 0;
    padding:13px 0 0;
    border-top:1px solid #e1ebf6 !important;
    color:#5f7189;
    font-size:10.5px;
    line-height:1.48;
  }
  #order-standard_cart.ws-game-products .products .product footer{
    top:20px;
    right:18px;
    bottom:18px;
    width:130px;
  }
  #order-standard_cart.ws-game-products .products .product div.product-pricing span.price{
    font-size:22px;
    color:#087df0;
  }
  #order-standard_cart.ws-game-products .ws-order-button{
    width:130px;
    min-height:36px;
  }
}

/* Keep the game heading in one line on normal desktop widths. */
@media (min-width:1251px){
  #order-standard_cart.ws-game-products .ws-products-title h1{
    white-space:nowrap;
    font-size:28px;
  }
}

/* ==========================================================
   WebShield Nova v10 - game layout final refinements
   Based strictly on working v9. Product structure unchanged.
   ========================================================== */

/* Give the game title its own reserved width so benefits never sit on top of it. */
#order-standard_cart.ws-game-products .ws-products-heading{
    display:flex;
    align-items:center;
    gap:24px;
}
#order-standard_cart.ws-game-products .ws-products-title{
    flex:0 0 355px;
    min-width:355px;
}
#order-standard_cart.ws-game-products .ws-products-title h1{
    margin:0;
    white-space:nowrap;
    font-size:28px;
    line-height:1.08;
}
#order-standard_cart.ws-game-products .ws-products-title p{
    margin-top:6px;
    max-width:320px;
}
#order-standard_cart.ws-game-products .ws-products-benefits{
    flex:1 1 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(105px,1fr));
    gap:10px;
    padding-top:0;
}
#order-standard_cart.ws-game-products .ws-products-benefits > div{
    min-width:0;
}

/* Real server-rack visual used on game products. */
#order-standard_cart.ws-game-products .ws-product-icon{
    width:82px;
    height:82px;
    padding:0;
    overflow:hidden;
    background:#eef8ff;
}
#order-standard_cart.ws-game-products .ws-product-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:15px;
}

@media (min-width:1101px){
    #order-standard_cart.ws-game-products .products .ws-product-card{
        min-height:305px;
        padding:20px 18px 16px;
    }
    #order-standard_cart.ws-game-products .ws-product-icon{
        top:20px;
        left:18px;
    }
    #order-standard_cart.ws-game-products .products .product header{
        min-height:82px;
        margin:0 126px 0 102px;
        padding:3px 0 0;
    }
    #order-standard_cart.ws-game-products .products .product header span:first-child{
        display:block;
        width:100%;
        max-width:100%;
        font-size:15px;
        line-height:1.25;
        white-space:normal;
        word-break:normal;
        overflow-wrap:break-word;
    }
    #order-standard_cart.ws-game-products .products .product footer{
        top:18px;
        right:18px;
        bottom:16px;
        width:120px;
    }
    #order-standard_cart.ws-game-products .products .product div.product-pricing span.price{
        white-space:nowrap;
        font-size:21px;
    }
    #order-standard_cart.ws-game-products .products .product div.product-desc{
        width:auto;
        margin:10px 0 0 102px;
        padding:14px 0 54px;
    }
    #order-standard_cart.ws-game-products .products .product div.product-desc ul{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:7px 18px !important;
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }
    #order-standard_cart.ws-game-products .products .product div.product-desc ul > li{
        display:flex !important;
        width:auto !important;
        max-width:none !important;
        min-width:0 !important;
        margin:0 !important;
        padding:0 !important;
        float:none !important;
        clear:none !important;
        border:0 !important;
        font-size:10.5px;
        line-height:1.35;
    }
    #order-standard_cart.ws-game-products .ws-product-description{
        grid-column:1/-1;
        margin-top:13px;
        padding-top:12px;
        border-top:1px solid #e1ebf6 !important;
        font-size:10.5px;
        line-height:1.45;
    }
    #order-standard_cart.ws-game-products .ws-order-button{
        width:120px;
    }
}

/* On narrower desktops, move benefits below rather than allowing overlap. */
@media (max-width:1320px){
    #order-standard_cart.ws-game-products .ws-products-heading{
        flex-wrap:wrap;
    }
    #order-standard_cart.ws-game-products .ws-products-title{
        flex:1 1 100%;
        min-width:0;
    }
    #order-standard_cart.ws-game-products .ws-products-benefits{
        flex:1 1 100%;
        width:100%;
    }
}
@media (max-width:900px){
    #order-standard_cart.ws-game-products .ws-products-benefits{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width:520px){
    #order-standard_cart.ws-game-products .ws-products-title h1{
        white-space:normal;
    }
    #order-standard_cart.ws-game-products .ws-products-benefits{
        grid-template-columns:1fr;
    }
}

/* ==========================================================
   WebShield Nova v10-icons - icons only, layout untouched
   ========================================================== */
#order-standard_cart.ws-products-page .ws-products-title-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    border-radius:12px;
}
#order-standard_cart.ws-game-products .ws-products-title-icon{
    padding:5px;
    overflow:hidden;
    background:#fff;
}
#order-standard_cart.ws-products-page:not(.ws-game-products) .ws-products-title-icon i{
    font-size:27px;
}
#order-standard_cart.ws-products-page:not(.ws-game-products) .ws-product-icon i{
    font-size:34px;
}


/* ==========================================================
   WebShield Nova - Modern Review & Checkout
   Scoped only to cart.php?a=view
   ========================================================== */
#order-standard_cart.ws-viewcart-modern {
    --ws-blue: #168df5;
    --ws-blue-dark: #0877d8;
    --ws-navy: #0b2445;
    --ws-text: #122844;
    --ws-muted: #71839a;
    --ws-line: #e4edf7;
    --ws-soft: #f5f9fd;
}

#order-standard_cart.ws-viewcart-modern .header-lined {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
#order-standard_cart.ws-viewcart-modern .header-lined h1 {
    margin: 0;
    color: var(--ws-text);
    font-size: 30px !important;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#order-standard_cart.ws-viewcart-modern .secondary-cart-body,
#order-standard_cart.ws-viewcart-modern .secondary-cart-sidebar {
    padding-left: 10px;
    padding-right: 10px;
}

#order-standard_cart.ws-viewcart-modern .view-cart-items-header {
    padding: 13px 18px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, #0b76cf, #169cff);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(20, 137, 238, .14);
}
#order-standard_cart.ws-viewcart-modern .view-cart-items {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid var(--ws-line);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 55, 91, .07);
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item,
#order-standard_cart.ws-viewcart-modern .view-cart-items .item:nth-child(even) {
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid var(--ws-line);
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item:last-child {
    border-bottom: 0;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-title {
    color: var(--ws-text);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-group,
#order-standard_cart.ws-viewcart-modern .view-cart-items small {
    color: var(--ws-muted);
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-price > span:first-child {
    color: var(--ws-text);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.3px;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-price .cycle {
    margin-top: 2px;
    color: #8496ab;
    font-size: 11px;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-qty input {
    height: 38px;
    margin-bottom: 7px;
    border: 1px solid #dbe6f1;
    border-radius: 8px;
    box-shadow: none;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items .item-qty button,
#order-standard_cart.ws-viewcart-modern .item-title .btn-link {
    color: var(--ws-blue);
    font-weight: 700;
}
#order-standard_cart.ws-viewcart-modern .empty-cart {
    margin: -17px 12px 16px 0;
}
#order-standard_cart.ws-viewcart-modern .empty-cart .btn {
    padding: 7px 12px;
    border-radius: 0 0 8px 8px;
    background: var(--ws-navy);
    font-size: 11px;
}

#order-standard_cart.ws-viewcart-modern .view-cart-tabs {
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid var(--ws-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 55, 91, .06);
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .nav-tabs {
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid var(--ws-line);
    background: #fbfdff;
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .nav-tabs .nav-link {
    padding: 12px 10px;
    border: 0;
    color: var(--ws-muted);
    font-weight: 700;
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .nav-tabs .nav-link.active {
    color: var(--ws-blue);
    background: transparent;
    box-shadow: inset 0 -2px 0 var(--ws-blue);
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .tab-content {
    padding: 16px;
    background: #fff;
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .form-control {
    height: 44px;
    border: 1px solid #dce7f2;
    border-radius: 9px;
    box-shadow: none;
}
#order-standard_cart.ws-viewcart-modern .view-cart-tabs .btn-block {
    height: 42px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #168df5, #0877d8);
    color: #fff;
    font-weight: 700;
}

#order-standard_cart.ws-viewcart-modern .order-summary {
    overflow: hidden;
    margin: 0 0 20px;
    border: 1px solid #dce8f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18, 55, 91, .10);
}
#order-standard_cart.ws-viewcart-modern .order-summary h2 {
    padding: 17px 18px;
    background: linear-gradient(135deg, #0b2445, #123b68);
    color: #fff;
    font-size: 19px !important;
    font-weight: 700;
    text-align: left;
}
#order-standard_cart.ws-viewcart-modern .summary-container {
    padding: 18px;
    border-radius: 0;
    background: #fff;
    color: var(--ws-text);
    font-size: 13px;
}
#order-standard_cart.ws-viewcart-modern .order-summary .subtotal {
    padding-bottom: 12px;
    border-color: var(--ws-line);
}
#order-standard_cart.ws-viewcart-modern .order-summary .subtotal #subtotal {
    color: var(--ws-text);
    font-weight: 800;
}
#order-standard_cart.ws-viewcart-modern .order-summary .recurring-totals {
    padding-top: 10px;
}
#order-standard_cart.ws-viewcart-modern .order-summary .recurring-charges {
    color: var(--ws-muted);
    font-style: normal;
}
#order-standard_cart.ws-viewcart-modern .order-summary .total-due-today-padded {
    margin: 22px -18px 18px;
    padding: 18px;
    border-top: 1px solid var(--ws-line);
    border-bottom: 1px solid var(--ws-line);
    background: var(--ws-soft);
}
#order-standard_cart.ws-viewcart-modern .order-summary .total-due-today .amt {
    color: var(--ws-text);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.5px;
}
#order-standard_cart.ws-viewcart-modern .order-summary .total-due-today span:last-child {
    margin-top: 3px;
    color: var(--ws-muted);
    font-size: 11px;
    font-weight: 600;
}
#order-standard_cart.ws-viewcart-modern .order-summary .text-right {
    text-align: center !important;
}
#order-standard_cart.ws-viewcart-modern .order-summary .btn-checkout {
    display: block;
    width: 100%;
    padding: 13px 18px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #168df5, #0877d8);
    box-shadow: 0 9px 20px rgba(22, 141, 245, .22);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
#order-standard_cart.ws-viewcart-modern .order-summary .btn-checkout:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}
#order-standard_cart.ws-viewcart-modern .order-summary .btn-continue-shopping {
    display: inline-block;
    margin-top: 10px;
    color: var(--ws-muted);
    font-weight: 600;
}
#order-standard_cart.ws-viewcart-modern .btn-remove-from-cart {
    color: #8ca0b5;
}
#order-standard_cart.ws-viewcart-modern .btn-remove-from-cart:hover {
    color: #e34b4b;
}

@media (min-width: 1200px) {
    #order-standard_cart.ws-viewcart-modern .secondary-cart-body {
        width: 67%;
    }
    #order-standard_cart.ws-viewcart-modern .secondary-cart-sidebar {
        width: 33%;
    }
}
@media (max-width: 991px) {
    #order-standard_cart.ws-viewcart-modern .secondary-cart-sidebar {
        width: 100%;
        max-width: 520px;
        margin: 20px auto 0;
    }
}
@media (max-width: 575px) {
    #order-standard_cart.ws-viewcart-modern .header-lined h1 {
        font-size: 25px !important;
    }
    #order-standard_cart.ws-viewcart-modern .view-cart-items .item {
        padding: 14px;
    }
    #order-standard_cart.ws-viewcart-modern .view-cart-items .item-price {
        margin-top: 10px;
        text-align: left;
    }
}


/* ==========================================================
   WebShield Nova - Product/Options controls v2
   ========================================================== */
#order-standard_cart.ws-viewcart-modern .view-cart-items {
    overflow: visible !important;
}

#order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item {
    position: relative;
    overflow: visible;
}

#order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item > .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

#order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item > .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

/* Product name + Edit */
#order-standard_cart.ws-viewcart-modern .item-title {
    display: block;
}

#order-standard_cart.ws-viewcart-modern .item-title > .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding: 7px 11px !important;
    border: 1px solid #168df5 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #168df5 !important;
    text-decoration: none !important;
    line-height: 1;
    vertical-align: middle;
}

#order-standard_cart.ws-viewcart-modern .item-title > .btn-link:hover {
    background: #168df5 !important;
    color: #fff !important;
}

/* Quantity + Update */
#order-standard_cart.ws-viewcart-modern .item-qty {
    text-align: center;
}

#order-standard_cart.ws-viewcart-modern .item-qty .form-control {
    width: 74px;
    height: 42px;
    margin: 0 auto 8px;
    border: 1px solid #d6e3f0;
    border-radius: 8px;
    background: #fff;
    color: #122844;
    font-weight: 600;
}

#order-standard_cart.ws-viewcart-modern .item-qty .btn {
    min-width: 74px;
    padding: 7px 10px !important;
    border: 1px solid #168df5 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #168df5 !important;
    font-weight: 700;
}

#order-standard_cart.ws-viewcart-modern .item-qty .btn:hover {
    background: #168df5 !important;
    color: #fff !important;
}

/* Price */
#order-standard_cart.ws-viewcart-modern .item-price {
    padding-right: 8px !important;
    text-align: right;
}

/* Desktop remove X: keep it fully inside the product card */
#order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item > .row > .col-sm-1 {
    display: flex !important;
    flex: 0 0 48px;
    max-width: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 0 !important;
}

#order-standard_cart.ws-viewcart-modern .btn-remove-from-cart {
    display: inline-flex !important;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce7f2 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #8ba0b5 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

#order-standard_cart.ws-viewcart-modern .btn-remove-from-cart:hover {
    border-color: #ff5d6c !important;
    background: #fff4f5 !important;
    color: #e54858 !important;
}

#order-standard_cart.ws-viewcart-modern .btn-remove-from-cart i {
    margin: 0 !important;
    font-size: 14px;
}

/* Empty Cart is a separate action, not attached awkwardly to the card edge */
#order-standard_cart.ws-viewcart-modern .empty-cart {
    float: none !important;
    margin: 10px 0 0 !important;
    text-align: right;
}

#order-standard_cart.ws-viewcart-modern .empty-cart .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    background: #0b2445 !important;
    color: #fff !important;
}

/* Keep the header columns aligned with the row below */
#order-standard_cart.ws-viewcart-modern .view-cart-items-header .row {
    margin-left: 0;
    margin-right: 0;
}
#order-standard_cart.ws-viewcart-modern .view-cart-items-header [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

/* Mobile: restore natural stacking and show Remove text */
@media (max-width: 767px) {
    #order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item > .row {
        display: flex;
        flex-wrap: wrap;
    }

    #order-standard_cart.ws-viewcart-modern .view-cart-items .ws-cart-item > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    #order-standard_cart.ws-viewcart-modern .item-price {
        text-align: left;
    }

    #order-standard_cart.ws-viewcart-modern .item-title > .btn-link {
        margin-top: 8px;
        margin-left: 0;
    }

    #order-standard_cart.ws-viewcart-modern .visible-xs-inline .btn-remove-from-cart {
        width: auto;
        min-width: 0;
        height: 34px;
        margin-left: 6px;
        padding: 0 10px !important;
    }
}


/* ==========================================================
   WebShield Nova - Configure Product ONLY
   Added on top of the supplied stylesheet.
   Does not alter Review & Checkout (.ws-viewcart-modern).
   ========================================================== */
#order-standard_cart .ws-configure-modern .secondary-cart-body {
    padding: 24px 28px;
    border: 1px solid #e2ebf5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18,55,91,.07);
}
#order-standard_cart .ws-configure-modern .product-info {
    margin: 14px 0 24px;
    padding: 22px;
    border: 1px solid #e3edf7;
    border-radius: 12px;
    background: #f8fbff;
}
#order-standard_cart .ws-configure-modern .product-info .product-title {
    margin-bottom: 10px;
    color: #102947;
    font-size: 22px;
    font-weight: 800;
}
#order-standard_cart .ws-configure-modern .product-info p:last-child {
    margin-bottom: 0;
    color: #536b84;
    line-height: 1.75;
}
#order-standard_cart .ws-configure-modern .field-container,
#order-standard_cart .ws-configure-modern .product-configurable-options {
    margin: 18px 0;
}
#order-standard_cart .ws-configure-modern label {
    color: #425b75;
    font-weight: 700;
}
#order-standard_cart .ws-configure-modern .form-control,
#order-standard_cart .ws-configure-modern .custom-select {
    min-height: 44px;
    border: 1px solid #d8e5f1;
    border-radius: 9px;
    background-color: #fff;
    box-shadow: none;
}
#order-standard_cart .ws-configure-modern .form-control:focus,
#order-standard_cart .ws-configure-modern .custom-select:focus {
    border-color: #168df5;
    box-shadow: 0 0 0 3px rgba(22,141,245,.10);
}
#order-standard_cart .ws-configure-modern .secondary-cart-sidebar {
    padding-left: 24px;
}
#order-standard_cart .ws-configure-modern #orderSummary {
    overflow: hidden;
    border: 1px solid #dce8f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18,55,91,.10);
}
#order-standard_cart .ws-configure-modern #orderSummary .order-summary {
    position: relative;
    margin: 0;
    border: 0;
    background: #fff;
}
#order-standard_cart .ws-configure-modern #orderSummary .order-summary h2 {
    margin: 0;
    padding: 17px 20px;
    background: linear-gradient(135deg,#0b2445,#143f70);
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    text-align: left;
}
#order-standard_cart .ws-configure-modern #orderSummaryLoader {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    color: #fff;
}
#order-standard_cart .ws-configure-modern #producttotal {
    min-height: 135px;
    padding: 20px;
    color: #263e58;
}
#order-standard_cart .ws-configure-modern #btnCompleteProductConfig {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg,#168df5,#0877d8);
    box-shadow: 0 9px 20px rgba(22,141,245,.20);
    font-weight: 800;
}
#order-standard_cart .ws-configure-modern .info-text-sm {
    margin-top: 24px;
    border: 1px solid #dce8f4;
    border-radius: 10px;
    background: #f8fbff;
    color: #61758b;
}
@media (max-width: 991px) {
    #order-standard_cart .ws-configure-modern .secondary-cart-sidebar {
        padding-left: 0;
        margin-top: 22px;
    }
}

/* ==========================================================
   WebShield - Cart Order Summary Product Details
   ========================================================== */

#order-standard_cart.ws-viewcart-modern .ws-summary-products {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e4edf7;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product {
    padding: 0;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product + .ws-summary-product {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e4edf7;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product-name {
    margin-bottom: 2px;
    color: #122844;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product-group {
    margin-bottom: 8px;
    color: #71839a;
    font-size: 12px;
    font-style: italic;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product-cycle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    color: #425b75;
    font-size: 12px;
}

#order-standard_cart.ws-viewcart-modern .ws-summary-product-cycle strong {
    color: #122844;
    font-weight: 700;
    white-space: nowrap;
}


/* ==========================================================
   WEBSHIELD NOVA - CHECKOUT DESIGN
   Added on top of the existing working order-form CSS.
   No existing rules above were removed or replaced.
   ========================================================== */

/* Checkout title */
#order-standard_cart .ws-checkout-page .header-lined,
body[data-order-form="standard_cart"] #order-standard_cart .header-lined {
    border: 0;
}

#order-standard_cart #frmCheckout {
    margin-top: 12px;
}

/* Keep WHMCS checkout structure intact; only visual refinements */
#order-standard_cart #frmCheckout .sub-heading {
    border-top: 1px solid #dce7f2;
    margin-top: 28px;
    margin-bottom: 28px;
}

#order-standard_cart #frmCheckout .sub-heading span,
#order-standard_cart #frmCheckout .sub-heading-borderless span {
    padding: 4px 15px;
    top: -14px;
    background: #f2f7fc;
    color: #087fdc;
    border-radius: 6px;
    font-weight: 600;
}

/* Fields */
#order-standard_cart #frmCheckout .field,
#order-standard_cart #frmCheckout .form-control {
    min-height: 42px;
    border: 1px solid #d8e3ee;
    border-radius: 7px;
    background-color: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

#order-standard_cart #frmCheckout .field:focus,
#order-standard_cart #frmCheckout .form-control:focus {
    border-color: #168df5;
    box-shadow: 0 0 0 3px rgba(22,141,245,.10);
}

#order-standard_cart #frmCheckout .prepend-icon .field {
    padding-left: 40px;
}

#order-standard_cart #frmCheckout .prepend-icon .field-icon {
    height: 42px;
    line-height: 42px;
    color: #9badbd;
}

/* Already Registered - preserve original WHMCS click/JS behavior */
#order-standard_cart #btnAlreadyRegistered,
#order-standard_cart #btnNewUserSignup {
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg,#1ba5f7,#087fdc);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(22,141,245,.20);
}

/* Existing-user login panel - styling only */
#order-standard_cart #containerExistingUserSignin {
    margin: 16px 0 22px;
    padding: 20px;
    border: 1px solid #dce8f3;
    border-radius: 10px;
    background: #f7fbff;
}

#order-standard_cart #btnExistingLogin {
    padding: 9px 22px;
    border-radius: 7px;
    font-weight: 700;
}

/* Password */
#order-standard_cart #btnGeneratePassword {
    padding: 8px 16px;
    border-radius: 7px;
    font-weight: 600;
}

#order-standard_cart #frmCheckout .progress {
    height: 8px;
    border-radius: 20px;
    background: #e9eff5;
}

/* Payment / due today */
#order-standard_cart #frmCheckout .alert-success {
    border: 1px solid #cce9d9;
    border-radius: 8px;
    background: #eefaf4;
    color: #112b47;
    padding: 14px 18px;
}

/* Notes */
#order-standard_cart #frmCheckout textarea.field,
#order-standard_cart #frmCheckout textarea.form-control {
    min-height: 105px;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* Marketing opt-in */
#order-standard_cart #frmCheckout .marketing-email-optin {
    margin-top: 15px;
    padding: 15px 17px;
    border: 1px solid #dce7f2;
    border-radius: 8px;
    background: #f8fbfe;
}

/* Complete order */
#order-standard_cart #btnCompleteOrder {
    min-height: 46px;
    padding: 11px 25px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg,#168df5,#087fdc);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 9px 22px rgba(22,141,245,.22);
}

#order-standard_cart #btnCompleteOrder:hover,
#order-standard_cart #btnCompleteOrder:focus {
    background: linear-gradient(135deg,#279cf8,#0875cb);
    color: #fff;
}

/* Security warning: retain WHMCS content and icon */
#order-standard_cart .checkout-security-msg {
    margin-top: 18px;
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 13px;
    border-radius: 8px;
    background: #fff9f9;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    #order-standard_cart #btnAlreadyRegistered,
    #order-standard_cart #btnNewUserSignup {
        width: 100%;
        margin: 8px 0 0;
    }

    #order-standard_cart #btnCompleteOrder {
        width: 100%;
    }

    #order-standard_cart #containerExistingUserSignin {
        padding: 15px;
    }
}
