.footer-content {
    display: none !important;
}

.cart-products-scount {
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: .5rem;
    display: inline-block;
    text-align: center;
    color: #888;
}

.cart-product {
    overflow: hidden;
}

.cart-product:hover:not(.outofstock) {
    border-color: #9BA0B3;
    cursor: pointer;
}

.cart-product.outofstock:hover {
    cursor: default;
}

.cart-product.outofstock .cart-product-outofstock-badge {
    background: #9BA0B3;
    display: block;
    position: absolute;
    color: #fff;
    top: -25px;
    left: -184px;
    transform: rotate(-45deg);
    padding: 40px 50px 10px;
    text-align: center;
    width: 400px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-size: 12px;
    z-index: 20;
}

.cart-product .cart-product-section {
    margin-bottom: -1px;
    padding-bottom: 0;
    display: block;
    height: auto;
    overflow: hidden;
}

.cart-product.outofstock .cart-product-section {
    opacity: .4;
}

.cart-product .cart-product-section ul {
    margin: 0;
}

.cart-product.selected:not(.outofstock) {
    border-color: #3891F2;
    background-color: #3891F2;
    box-shadow: 0 5px 30px -5px rgba(37, 45, 51, .5);
    cursor: default;
    transition: all .2s ease;
}

.cart-product.selected:not(.outofstock) .vtip_description.vtip_features {
    background: url(../vtip_white.png) no-repeat right center;
}

.cart-product.selected:not(.outofstock) * {
    color: #fff;
}

.cart-product.selected:not(.outofstock) .text-primary {
    color: #fff !important;
}

.cart-product.selected:not(.outofstock) .text-muted {
    color: rgba(255, 255, 255, .7) !important;
}

.cart-product .vtip_description.vtip_features {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    z-index: 20;
    background: url(../vtip.png) no-repeat right center;
}

.cart-product-features ul {
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    list-style: none !important;
}

.orderpage .orderpage-couponbox {
    margin: 20px 0;
}

.orderpage .orderpage-summary.orderpage-summary-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 0 40px -10px rgba(37, 45, 51, 0.3);
    z-index: 840;
    padding: 10px;
    height: auto;
    background-color: white;
}

.orderpage .orderpage-summary .orderpage-summary-content {
    margin: 5px auto;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_bcycle {
    margin: 3rem 0 !important;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_total {
    margin: 3rem 0 !important;
}

.orderpage .orderpage-summary:not(.orderpage-summary-sticky) .orderpage-summary-content .orderpage-summary_submit {
    margin: 3rem auto !important;
    width: 300px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_bcycle {
    width: 100%;
    margin-right: 40px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_total {
    width: 100%;
    margin-right: 40px;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_title .cart-products-scount {
    display: none;
}

.orderpage .orderpage-summary.orderpage-summary-sticky .orderpage-summary-content .orderpage-summary_title h3 {
    font-size: 12px;
    color: #9BA0B3;
    margin-bottom: 0px;
    display: block;
    letter-spacing: .45px;
}

.orderpage .orderpage-summary .orderpage-summary-details {
    margin: 5px auto;
}

.orderpage .orderpage-summary .orderpage-summary-details-info {
    margin: 5px auto;
    display: flex;
    flex-direction: row;
}
#texts-config{
    margin-top: 80px;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.ribbon::after {
    position: absolute;
    z-index: 200;
    content: '';
    display: block;
    border: 5px solid;
    border-color: #2dc76b;
}
.ribbon::before{
    position: absolute;
    z-index: 200;
    content: '';
    display: block;
    border: 5px solid;
    border-color: #2dc76b;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2dc76b;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.product-out-of-stock{
    position: absolute;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-top-left-radius: .43rem .43rem;
    top: 0;
}
.orderpage-summary-content{
    width: 100% !important;
}
.orderpage-summary-details-info{
    width: 100% !important;
}
.orderpage-summary-details{
    width: 100% !important;
}
.section_summary_side{
    position: sticky;
    top: 0;
    bottom: 0;
}
#orderpage-lastblock{
    height: 0 !important;
}
.orderpage .orderpage-summary.orderpage-summary-sticky{
    position: sticky;
    top: 85px;
    margin-left: 0 !important;
    height: auto;
    width: 100% !important;
    border-radius: 25px;
    padding: 20px !important;
    border: 1px solid #e9ecef;
    overflow: unset !important;
}
.orderpage-summary-content{
    padding-bottom: 20px !important;
}
#promoform{
    padding-bottom: 20px;
    padding-top: 20px;
}
.orderpage-summary-details{
    display: block !important;
}
.orderpage-summary_total{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.cupon-code{
    font-size: 14px;
}
.text-promo{
    padding-right: 5px;
    font-weight: 700;
}
.subtotal-cupon{
    color: #9799A6 !important;
    font-size: 10px;
}

/* ============================================================
   VPS Order 2026 — cloud-panel look
   ============================================================ */
.orderpage-vps h1 {
    font-weight: 700;
}

.orderpage-vps .vps-card {
    background: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 12px;
    padding: 24px 26px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}

.orderpage-vps .vps-card + .vps-card {
    margin-top: 20px;
}

.orderpage-vps .vps-card-head {
    margin-bottom: 14px;
}

.orderpage-vps .vps-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.orderpage-vps .vps-card-sub {
    color: #6b7280;
    font-size: 14px;
    margin: 6px 0 18px;
}

.orderpage-vps .vps-card-foot {
    color: #9aa1ab;
    font-size: 12px;
    padding-top: 10px;
}

/* ---- plan table ---- */
.orderpage-vps .vps-plan-table {
    margin: 0;
}

.orderpage-vps .vps-plan-table thead th {
    border-top: 0;
    border-bottom: 1px solid #e6e8eb;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8a919c;
    font-weight: 600;
    padding: 10px 12px;
    white-space: nowrap;
}

.orderpage-vps .vps-plan-row td {
    border-top: 1px solid #f0f1f3;
    padding: 14px 12px;
    vertical-align: middle;
    font-size: 15px;
    color: #1f2937;
}

.orderpage-vps .vps-plan-row {
    cursor: pointer;
    transition: background-color .12s ease;
}

.orderpage-vps .vps-plan-row:hover td {
    background: #f7f9fa;
}

.orderpage-vps .vps-plan-row.selected td {
    background: #f2f7f6;
}

.orderpage-vps .vps-plan-row.outofstock {
    cursor: not-allowed;
    opacity: .5;
}

.orderpage-vps .vps-plan-name {
    font-weight: 700;
    white-space: nowrap;
}

.orderpage-vps .vps-plan-radio {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #cfd4da;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: -3px;
    position: relative;
}

.orderpage-vps .vps-plan-row.selected .vps-plan-radio {
    border-color: #0f3d3e;
}

.orderpage-vps .vps-plan-row.selected .vps-plan-radio::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f3d3e;
}

.orderpage-vps .vps-plan-spec {
    color: #4b5563;
}

.orderpage-vps .vps-plan-price {
    font-weight: 700;
    white-space: nowrap;
}

.orderpage-vps .vps-plan-price .vps-cycle {
    font-weight: 400;
    color: #8a919c;
    font-size: 12px;
}

.orderpage-vps .vps-plan-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #e8f5ee;
    color: #1f7a4d;
    font-size: 11px;
    font-weight: 600;
    vertical-align: 1px;
}

.orderpage-vps .vps-plan-badge-muted {
    background: #f1f2f4;
    color: #8a919c;
}


/* the 2019 theme styles .cart-product.selected as a blue CARD (blue background on the
   element + white text on every descendant). On a <tr> that bleeds through the cell
   gaps and washes the text out, so neutralise it and style the cells instead. */
.orderpage-vps .vps-plan-row.cart-product.selected:not(.outofstock),
.orderpage-vps .vps-plan-row.cart-product:hover:not(.outofstock) {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.orderpage-vps .vps-plan-row.cart-product.selected:not(.outofstock) td,
.orderpage-vps .vps-plan-row.cart-product.selected:not(.outofstock) td * {
    color: #1f2937 !important;
}

.orderpage-vps .vps-plan-row.cart-product.selected:not(.outofstock) td.vps-plan-spec,
.orderpage-vps .vps-plan-row.cart-product.selected:not(.outofstock) td .vps-cycle {
    color: #4b5563 !important;
}

.orderpage-vps .vps-plan-row.selected td:first-child {
    box-shadow: inset 3px 0 0 0 #0f3d3e;
}

/* ---- form panels (User Account / Root Access) ---- */
.orderpage-vps .vps-card-form .form-group {
    margin-bottom: 18px;
}

.orderpage-vps .vps-label {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.orderpage-vps .vps-req {
    color: #b42318;
    font-weight: 600;
}

.orderpage-vps .vps-opt {
    color: #8a919c;
    font-weight: 400;
}

.orderpage-vps .vps-card-form .form-control,
.orderpage-vps .vps-card-form textarea,
.orderpage-vps .vps-card-form select {
    border: 1px solid #0f3d3e33;
    border-radius: 10px;
    padding: 10px 14px;
    height: auto;
    font-size: 14px;
}

.orderpage-vps .vps-card-form .form-control:focus {
    border-color: #0f3d3e;
    box-shadow: 0 0 0 3px rgba(15, 61, 62, .08);
}

.orderpage-vps .vps-card-form textarea {
    min-height: 90px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}


/* ---- OS / Image family cards ---- */
.orderpage-vps .vps-os-ready .vps-os-field {
    display: none;
}

.orderpage-vps .vps-os-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.orderpage-vps .vps-os-card {
    border: 1px solid #e6e8eb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .12s ease, box-shadow .12s ease;
}

.orderpage-vps .vps-os-card:hover {
    border-color: #cfd4da;
}

.orderpage-vps .vps-os-card.selected {
    border-color: #0f3d3e;
    box-shadow: 0 0 0 1px #0f3d3e;
}

.orderpage-vps .vps-os-card-head {
    display: flex;
    align-items: center;
    padding: 18px 18px;
    position: relative;
}

.orderpage-vps .vps-os-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.orderpage-vps .vps-os-logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.orderpage-vps .vps-os-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.orderpage-vps .vps-os-card.selected .vps-os-check {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0f3d3e;
}

.orderpage-vps .vps-os-card-foot {
    border-top: 1px solid #f0f1f3;
    background: #fafbfc;
    padding: 12px 14px;
}

.orderpage-vps .vps-os-card.selected .vps-os-card-foot {
    background: #f2f7f6;
}

.orderpage-vps .vps-os-version {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #374151;
    padding: 2px 0;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
}

.orderpage-vps .vps-os-single {
    display: block;
    font-size: 14px;
    color: #6b7280;
    padding: 2px 0;
}

@media (max-width: 575px) {
    .orderpage-vps .vps-os-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- RTL ---- */
[dir="rtl"] .orderpage-vps .vps-plan-radio {
    margin-right: 0;
    margin-left: 10px;
}

[dir="rtl"] .orderpage-vps .vps-plan-badge {
    margin-left: 0;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .orderpage-vps .vps-card {
        padding: 18px 14px;
    }

    .orderpage-vps .vps-plan-row td {
        padding: 12px 8px;
        font-size: 14px;
    }
}

[dir="rtl"] .orderpage-vps .vps-os-logo {
    margin-right: 0;
    margin-left: 12px;
}

[dir="rtl"] .orderpage-vps .vps-os-card.selected .vps-os-check {
    right: auto;
    left: 12px;
}

[dir="rtl"] .orderpage-vps .vps-os-version {
    background-position: left center;
    padding-right: 0;
    padding-left: 22px;
}

/* ---- low-credit notice ---- */
.orderpage-vps-notice.vps-credit-notice,
.vps-credit-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff8ed;
    border: 1px solid #f5d9a8;
    border-radius: 12px;
    padding: 18px 20px;
    color: #7a4a08;
}

.vps-credit-notice-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e08c1a;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.vps-credit-notice-body strong {
    color: #7a4a08;
    font-size: 15px;
    margin-bottom: 2px;
}

.vps-credit-notice-body span {
    font-size: 14px;
}

.vps-credit-notice-btn {
    display: inline-block;
    border: 1px solid #b9761a;
    color: #7a4a08;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.vps-credit-notice-btn:hover {
    background: #f3e0c2;
    color: #7a4a08;
    text-decoration: none;
}

.vps-credit-notice-balance {
    font-size: 13px;
    margin-left: 12px;
}

[dir="rtl"] .vps-credit-notice-balance {
    margin-left: 0;
    margin-right: 12px;
}

/* ---- selected plan rates inside the cart summary ---- */
.orderpage-summary .vps-sum-rate td {
    padding-top: 2px;
    font-size: 13px;
    color: #4b5563;
}

.orderpage-summary .vps-sum-rate td strong {
    color: #1f2937;
}

/* ---- summary: due-today line under the monthly headline ---- */
.orderpage-summary .vps-due-today h5 {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.orderpage-summary .vps-due-today span {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}
