.vpsus-cart-wrapper {
    font-family: 'Inter', sans-serif; }
.vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D9E5;
    margin-bottom: 30px;
    position: relative; }
.vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header a {
    position: absolute;
    top: 18px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    text-decoration: none; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header a {
        top: -20px; } }
.vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header h1 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header h1 {
        text-align: left;
        padding-top: 18px; } }
.vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header h1.pt {
    padding-top: 18px; }
.vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header h1 + p {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .vpsus-cart-header h1 + p {
        text-align: left; } }
.vpsus-cart-wrapper #order-standard_cart .checkout-cart-body {
    width: 72%; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .checkout-cart-body {
        width: 100%; } }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .panel-sidebar {
    border: none;
    margin-bottom: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .panel-sidebar .collapsable-card-body {
    padding: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .panel-sidebar:first-child .collapsable-card-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .panel-sidebar:nth-child(2) .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .card-header {
    background: #E0E7F1;
    border: none;
    padding: 12px 16px;
    height: auto; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .card-header .panel-title {
    color: #172147;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .card-header .panel-title i {
    font-size: 20px;
    color: #172147;
    margin-right: 8px; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .card-header .panel-title i.pull-right {
    margin-left: auto;
    margin-right: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #F0F3FB;
    display: flex;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item i {
    font-size: 20px;
    margin-right: 8px; }
.vpsus-cart-wrapper #order-standard_cart .cart-sidebar .collapsable-card-body .list-group-item.active {
    background: #E0E7F1;
    color: #000; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .sidebar-collapsed .card-header {
        background: #E0E7F1;
        border: none;
        padding: 12px 16px;
        height: auto; } }
.vpsus-cart-wrapper #order-standard_cart .cart-body {
    padding-left: 5px; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .cart-body {
        padding-left: 15px; } }
.vpsus-cart-wrapper #order-standard_cart .cart-body .secondary-cart-body {
    padding-right: 5px;
    width: 60%; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .cart-body .secondary-cart-body {
        width: 100%;
        padding-right: 15px; } }
.vpsus-cart-wrapper #order-standard_cart .cart-body .secondary-cart-sidebar {
    width: 40%; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .cart-body .secondary-cart-sidebar {
        width: 100%; } }
.vpsus-cart-wrapper #order-standard_cart .cart-body .field-block {
    border-radius: 8px;
    border: 1px solid #DEE2EA;
    padding: 16px 16px 0;
    margin-bottom: 38px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .field-block .primary-bg-color {
    color: #7B17ED;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 3px;
    margin-top: -32px;
    margin-bottom: 11px;
    display: flex;
    width: fit-content;
    background: #fff; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .field-block .field-container {
    margin-bottom: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .field-block .field-container .form-group {
    margin-bottom: 16px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-warning {
    border-radius: 8px;
    background: rgba(240, 158, 0, 0.2);
    padding: 12px 20px;
    text-align: left;
    color: #A17217;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    border: none; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-warning i {
    font-size: 16px;
    margin-right: 8px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-warning a {
    color: #3D2C0B;
    text-decoration-line: underline; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-warning.checkout-security-msg {
    background: rgba(240, 158, 0, 0.2);
    color: #A17217; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-warning.checkout-security-msg i {
    margin-left: 0; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-danger {
    border-radius: 8px;
    background: #F2D2D2;
    border: none; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-danger p {
    color: #BE1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-danger p svg {
    margin-right: 12px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-danger ul {
    padding-left: 12px; }
.vpsus-cart-wrapper #order-standard_cart .cart-body .alert-danger li {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary {
    margin-top: 0 !important;
    position: sticky;
    top: 20px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    margin-bottom: 16px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    cursor: pointer; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-title svg {
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-title svg:last-of-type {
    margin-left: auto; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .btn-delete {
    border-radius: 8px;
    border: 1px solid #FF0110;
    backdrop-filter: blur(6px);
    padding: 11px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FF0110;
    margin-top: 10px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-form {
    display: none;
    padding-top: 10px;
    margin-top: 16px;
    border-top: 1px solid #F0F3FB; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-form label {
    display: none; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-form .form-control {
    background: #F0F3FB;
    padding-left: 13px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .promocode-form.active {
    display: block; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper .btn-promo {
    border-radius: 8px;
    border: 1px solid #E0E7F1;
    background: #FFF;
    backdrop-filter: blur(6px);
    padding: 11px;
    color: var(--Gray-1000, #000);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart #orderSummary .promocode-wrapper.active .promocode-title svg:last-of-type {
    transform: rotate(180deg); }
.vpsus-cart-wrapper #order-standard_cart .checkout-sidebar {
    width: 28%; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .checkout-sidebar {
        width: 100%; } }
.vpsus-cart-wrapper #order-standard_cart .product-info {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 20px; }
.vpsus-cart-wrapper #order-standard_cart .product-info .product-title {
    color: #7B17ED;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px; }
.vpsus-cart-wrapper #order-standard_cart .product-info .product-title + p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0; }
.vpsus-cart-wrapper #order-standard_cart .product-info .product-title + p strong {
    color: #000;
    font-weight: 500; }
.vpsus-cart-wrapper #order-standard_cart .select-wrapper {
    position: relative; }
.vpsus-cart-wrapper #order-standard_cart .select-wrapper:after {
    content: "";
    background-image: url("../img/arrow-down.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    bottom: 12px;
    z-index: 1;
    pointer-events: none; }
.vpsus-cart-wrapper #order-standard_cart .select-price-wrapper {
    position: relative; }
.vpsus-cart-wrapper #order-standard_cart .select-price-wrapper:before {
    content: "";
    background-image: url("../img/dollar-square.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 12px;
    z-index: 1; }
.vpsus-cart-wrapper #order-standard_cart .select-price-wrapper select {
    padding-left: 52px; }
.vpsus-cart-wrapper #order-standard_cart .form-control {
    border-radius: 8px;
    border: 1px solid #DEE2EA;
    background: #F0F3FB;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 15px;
    height: 48px; }
.vpsus-cart-wrapper #order-standard_cart .form-control::placeholder {
    color: #919CA9; }
.vpsus-cart-wrapper #order-standard_cart .form-control:focus {
    box-shadow: none; }
.vpsus-cart-wrapper #order-standard_cart .intl-tel-input .form-control {
    padding-left: 80px; }
.vpsus-cart-wrapper #order-standard_cart .intl-tel-input.separate-dial-code .selected-flag {
    background: transparent;
    border-right: 1px solid #DEE2EA; }
.vpsus-cart-wrapper #order-standard_cart .intl-tel-input.separate-dial-code .country-list {
    margin-left: 0; }
.vpsus-cart-wrapper #order-standard_cart .form-group label {
    color: #0F1630;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    margin-right: 0; }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip {
    position: relative; }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 8px;
    background: #FFF;
    padding: 12px;
    top: calc(100% + 12px);
    width: 320px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 8px 16px -2px rgba(27, 33, 44, 0.12); }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text {
        right: -10px;
        transform: none;
        left: unset; } }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text:before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    top: -8px;
    position: absolute; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text:before {
        left: unset;
        right: 10px;
        transform: none; } }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0; }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text p b, .vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip-text p strong {
    font-weight: 600; }
.vpsus-cart-wrapper #order-standard_cart .form-group label .custom-tooltip:hover .custom-tooltip-text {
    opacity: 1;
    visibility: visible; }
.vpsus-cart-wrapper #order-standard_cart .form-group label.field-icon {
    padding-left: 16px;
    display: flex;
    align-items: center;
    height: 100%; }
.vpsus-cart-wrapper #order-standard_cart .form-group label.field-icon i {
    font-size: 20px;
    color: #6E758F; }
.vpsus-cart-wrapper #order-standard_cart .form-group label.field-icon + input {
    padding-left: 52px; }
.vpsus-cart-wrapper #order-standard_cart .form-group.form-group-password {
    position: relative; }
.vpsus-cart-wrapper #order-standard_cart .form-group.form-group-password .toggle-password {
    background-image: url("../img/eye.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 12px;
    cursor: pointer; }
.vpsus-cart-wrapper #order-standard_cart .configure-form-wrapper {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 24px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary {
    border-radius: 8px;
    background: #E6EAEF;
    padding: 24px;
    border-bottom: none;
    margin-bottom: 16px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary h2 {
    background-color: transparent !important;
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container {
    padding: 0;
    background: transparent; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .product-name {
    color: #7B17ED;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .product-group {
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .clearfix {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .summary-totals {
    border-top: 1px solid #CED5DF;
    border-bottom: 1px solid #CED5DF;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 12px 0; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .total-due-today {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .total-due-today span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .total-due-today span.amt {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .total-due-today-padded {
    margin: 12px 0 0; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .recurring-totals {
    margin-top: 12px; }
.vpsus-cart-wrapper #order-standard_cart .order-summary .summary-container .recurring-charges {
    color: rgba(0, 0, 0, 0.8);
    text-align: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .btn-complete, .vpsus-cart-wrapper #order-standard_cart .btn-login {
    border-radius: 8px;
    background: #6200EE;
    backdrop-filter: blur(6px);
    padding: 16px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart .btn-complete:hover, .vpsus-cart-wrapper #order-standard_cart .btn-login:hover {
    background: #5701d2; }
.vpsus-cart-wrapper #order-standard_cart .btn-complete.disabled, .vpsus-cart-wrapper #order-standard_cart .btn-login.disabled {
    background: #B7AEC3;
    color: #585162; }
.vpsus-cart-wrapper #order-standard_cart .btn-login {
    max-width: 260px;
    margin-top: -6px; }
.vpsus-cart-wrapper #order-standard_cart .btn-continue {
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #E0E7F1;
    background: #FFF;
    backdrop-filter: blur(6px);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    transition: all 0.4s ease;
    padding: 15px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items-header {
    background-color: #E0E7F1;
    color: #172147;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px;
    border-radius: 8px 8px 0 0; }
.vpsus-cart-wrapper #order-standard_cart .empty-cart {
    display: none; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items {
    border: none; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items > .item {
    padding: 24px;
    background: #fff; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-group {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-domain {
    color: #7B17ED;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-price span {
    color: #000;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-price span.cycle {
    color: #6E758F;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper #cartUpdate {
    opacity: 0;
    visibility: hidden; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .item-qty {
    display: flex;
    align-items: center;
    border: 1px solid #E6EAEF;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .qty-input {
    width: 46px;
    height: 46px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    background-color: #F0F3FB; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .qty-input::-webkit-outer-spin-button, .vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .qty-input:focus {
    outline: none; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .btn-decrement, .vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .btn-increment {
    background-color: transparent;
    border: none;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .btn-decrement:focus, .vpsus-cart-wrapper #order-standard_cart .view-cart-items .item-qty-wrapper .btn-increment:focus {
    outline: none; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items small {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .cart-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    z-index: 1; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .view-cart-items .cart-buttons {
        margin-top: 10px;
        justify-content: flex-start; } }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .cart-buttons .btn-edit {
    border-radius: 8px;
    border: 1px solid #E0E7F1;
    backdrop-filter: blur(6px);
    padding: 11px 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000; }
.vpsus-cart-wrapper #order-standard_cart .view-cart-items .cart-buttons .btn-delete {
    border-radius: 8px;
    border: 1px solid #FF0110;
    backdrop-filter: blur(6px);
    padding: 11px 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FF0110; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 16px; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper #btnCompleteOrder {
    opacity: 0;
    visibility: hidden;
    height: 0; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper {
        flex-direction: column;
        gap: 10px; } }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper-title {
    display: flex;
    gap: 16px;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper-title .number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    background: #F0F3FB;
    display: flex;
    align-items: center;
    justify-content: center; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper-title .number {
        min-width: 40px; } }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper-title h4 {
    color: #0E0E0F;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper .buttons {
    display: flex;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper .buttons p {
    color: #151217;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .stepper .buttons button {
    color: #7B17ED;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    padding: 0; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper .select-wrapper select {
    padding-left: 52px; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper.active {
    border: 2px solid #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .checkout-step-wrapper.active .stepper-title .number {
    background: #6200EE;
    color: #FFF; }
.vpsus-cart-wrapper #order-standard_cart .radio-wrapper {
    display: flex;
    gap: 16px; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .radio-wrapper {
        flex-direction: column;
        gap: 10px; } }
.vpsus-cart-wrapper #order-standard_cart .radio-block {
    flex: 1 0 0; }
.vpsus-cart-wrapper #order-standard_cart .radio-block input[type="radio"] {
    display: none; }
.vpsus-cart-wrapper #order-standard_cart .radio-block label {
    display: flex;
    align-items: center;
    border: 2px solid #E6EAEF;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff; }
.vpsus-cart-wrapper #order-standard_cart .radio-block label .card-content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; }
.vpsus-cart-wrapper #order-standard_cart .radio-block label .card-content:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #535665;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.vpsus-cart-wrapper #order-standard_cart .radio-block label .card-content:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6200EE;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart .radio-block label svg {
    margin-right: 12px; }
.vpsus-cart-wrapper #order-standard_cart .radio-block label .text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .radio-block input[type="radio"]:checked + label .card-content:after {
    opacity: 1; }
.vpsus-cart-wrapper #order-standard_cart .radio-block input[type="radio"]:checked + label .card-content path {
    fill: #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .radio-block input[type="radio"]:checked + label {
    border-color: #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .cc-input-container {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #DEE2EA; }
.vpsus-cart-wrapper #order-standard_cart .cc-input-container .stripe-cards-inputs {
    padding: 0; }
.vpsus-cart-wrapper #order-standard_cart .cc-input-container .stripe-cards-inputs, .vpsus-cart-wrapper #order-standard_cart .cc-input-container #inputDescriptionContainer {
    margin-left: 0;
    width: 100%;
    max-width: 100%; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom {
    display: none; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom + label {
    position: relative;
    padding-left: 36px; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom + label h4 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom + label p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom + label:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    border: 2px solid #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom + label:after {
    content: "";
    width: 14px;
    height: 11px;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 3px;
    top: 4.5px;
    opacity: 0;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom:checked + label:before {
    background: #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .checkbox-custom:checked + label:after {
    opacity: 1; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container {
    border: none; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account {
    border: none;
    background-color: transparent; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.border-bottom {
    border-bottom: 1px solid #eee; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create {
    display: flex;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create label {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create .iradio_square-blue {
    position: relative;
    background: none; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create .iradio_square-blue:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #6200EE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create .iradio_square-blue:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6200EE;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container div.account.account-create .iradio_square-blue.checked:after {
    opacity: 1; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container .address {
    font-size: 14px;
    color: #000; }
.vpsus-cart-wrapper #order-standard_cart .account-select-container .address .label-info {
    background-color: #6200EE; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container {
    background: #fff; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .radio {
    padding-left: 0; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .radio-single {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .radio-single label {
    margin-bottom: 0;
    color: #000;
    font-size: 14px; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .radio-single label span {
    color: #000;
    font-size: 14px; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .iradio_square-blue {
    position: relative;
    background: none; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .iradio_square-blue:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #6200EE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .iradio_square-blue:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6200EE;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper #order-standard_cart .apply-credit-container .iradio_square-blue.checked:after {
    opacity: 1; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper {
    margin: 0 auto;
    max-width: 356px;
    display: flex;
    flex-direction: column;
    align-items: center; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper img {
    margin-bottom: 24px; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper h3 + p {
    color: #2D303C;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper .order-confirmation {
    border-radius: 8px;
    background: #E6EAEF;
    border: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000;
    padding: 16px; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper .order-confirmation span {
    color: #7B17ED;
    font-weight: 700; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper .subtitle {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper .buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper #order-standard_cart .thank-wrapper .buttons {
        flex-direction: column; } }
.vpsus-cart-wrapper #order-standard_cart .thank-wrapper .buttons .btn-continue {
    margin-top: 0;
    padding: 16px; }
.vpsus-cart-wrapper.configure-product-wrapper .header-lined h1 {
    margin-bottom: 24px; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart #btnDomainContinue:disabled {
    min-width: unset;
    height: unset;
    border-color: #8601f6;
    background-color: #8601f6;
    font-size: 16px;
    line-height: 24px; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options {
    display: flex;
    flex-direction: column;
    gap: 10px; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option {
        padding: 16px 12px; } }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option.option-selected label {
    color: #6E1CEE;
    font-weight: 700; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option label {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 22px;
    font-weight: 500; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .iradio_square-blue {
    position: relative;
    background: none; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .iradio_square-blue:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #535665;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .iradio_square-blue:after {
    content: "";
    width: 10px;
    height: 9px;
    border-radius: 50%;
    background-image: url("../img/check.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
    opacity: 0;
    transition: all 0.4s ease; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .iradio_square-blue.checked:after {
    opacity: 1; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .iradio_square-blue.checked:before {
    border-color: #6200EE;
    background-color: #6200EE; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group {
    margin-top: 20px;
    margin-bottom: 0; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .row {
    margin: 0; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .domains-row {
        gap: 8px; } }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-sm-10 {
    padding: 0 16px 0 0; }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-sm-10 {
        padding: 0;
        margin-bottom: 12px; } }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-xs-9 {
        width: calc(75% - 8px);
        padding: 0; } }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-xs-10 {
        width: calc(75% - 8px);
        padding: 0; } }
@media (max-width: 991px) {
    .vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-xs-2 {
        width: 25%; } }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .col-sm-2 {
    padding: 0; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .btn-primary.btn-block {
    border-radius: 4px;
    background: #6E1CEE;
    backdrop-filter: blur(6px);
    color: #FFF;
    padding: 11px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .btn-primary.btn-block.disabled {
    border-color: #6E1CEE; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .input-group-addon.input-group-prepend .input-group-text {
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #DEE2EA;
    border-bottom: 1px solid #DEE2EA;
    border-left: 1px solid #DEE2EA;
    background: #F0F3FB;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group .form-control {
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #DEE2EA; }
.vpsus-cart-wrapper.configure-product-wrapper #order-standard_cart .domain-selection-options .option .domain-input-group select.form-control {
    border-radius: 8px; }

body.vpsus-body {
    background-color: #F0F3FB; }
body.vpsus-body .primary-content {
    display: flex;
    flex-direction: column; }
body.vpsus-body section#main-body .dev-license-warning {
    border-radius: 8px;
    background: rgba(240, 158, 0, 0.2);
    order: 3; }
body.vpsus-body #order-standard_cart .modal-remove-item {
    background: rgba(4, 4, 4, 0.8); }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-dialog {
    max-width: 592px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content {
    max-width: 592px;
    border-radius: 8px; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #0E0E0F;
    margin-bottom: 12px;
    margin-top: 12px; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-title + p {
    color: #545A70;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-footer {
    display: flex;
    gap: 10px;
    padding: 24px;
    border-top: 1px solid #F0F3FB; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-footer .btn-default {
    border-radius: 8px;
    border: 1px solid #6E1CEE;
    backdrop-filter: blur(6px);
    color: #585162;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px;
    width: calc(50% - 10px);
    margin: 0; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-footer .btn-default:hover {
    background-color: #fff; }
body.vpsus-body #order-standard_cart .modal-remove-item .modal-content .modal-footer .btn-primary {
    border-radius: 8px;
    background: #6200EE;
    backdrop-filter: blur(6px);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px;
    width: calc(50% - 10px);
    margin: 0; }
