.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;
}
#updater,
#cartforms {
    position: relative;
}
.toggle-forms-body {
    min-height: 40px;
}
.cf-turnstile,
[id^="cf-chl-widget"] {
    min-height: 65px;
}
#wph-pay-later-note {
    text-align: left;
    margin: .5rem 0 0;
    font-size: 12px;
    line-height: 1.4;
}

/* ── WPHoster form polish ── */

#orderpage {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

#orderpage .col-12.mb-5 {
    margin-bottom: 24px !important;
}

#orderpage .signup-section-title {
    margin-top: 18px;
    margin-bottom: 8px;
    padding-bottom: 6px;
}
#orderpage .signup-section-title:first-child {
    margin-top: 2px;
}

#orderpage .signup-section > [class*="col-"] {
    margin-bottom: 4px;
}

#orderpage .form-label-group {
    margin-bottom: 6px;
}

#orderpage .form-group {
    margin-bottom: 6px;
}

#orderpage .form-label-group > input.form-control,
#orderpage .form-label-group > select.form-control,
#orderpage .form-group > input.form-control,
#orderpage .form-group > select.form-control,
#orderpage .orderpage-summary_bcycle select[name="cycle"] {
    height: 46px;
}

#orderpage .orderpage-summary_bcycle select[name="cycle"] {
    display: block;
    width: 100%;
    padding: 0 38px 0 12px;
    border: 1px solid #e4e4df;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2386898f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

/* #6 — signup selects lost their dropdown chevron (base appearance:none stripped
   the native arrow and the SCSS background was overridden). Force the chevron back. */
#orderpage #cartdetails select.form-control,
#orderpage #cartdetails select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2386898f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 38px !important;
}

/* #1 — kill the inline-SVG baseline gap so the password control icons sit dead-centre. */
#orderpage .wph-pw-controls svg { display: block; }

/* Email stays HALF width (not 100%), but reserves the rest of its row so Password +
   Repeat Password wrap together onto the next row, side by side. */
#orderpage .signup-section > [class*="col-"]:has(.form-group_email) {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 50%;
}

/* #5 — field help "?" (VAT EU etc.): centre it vertically and recolour to the theme
   gray via a crisp SVG question-mark (was a high, off-colour PNG). */
#orderpage #cartdetails .vtip_description_signup_form_label {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    right: 12px !important;
    width: 18px !important;
    height: 18px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2386898f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 18px 18px !important;
}

#orderpage .iti {
    height: 46px;
}
#orderpage .iti input.form-control {
    height: 46px !important;
}

#orderpage #password_strength {
    height: 3px !important;
    margin: 4px 0 0 !important;
    border-radius: 3px !important;
}

/* wpx-style password controls (Task 6): eye/shuffle/info. NO wrapper around the input
   (wrapping broke the theme's floating label, which relies on an
   "input ~ .form-label-placeholder" sibling selector). The controls are absolutely
   positioned inside the group instead. */
/* Clicking the control icons must not text-select the label or steal focus. */
#orderpage .wph-pw-controls,
#orderpage .form-group_password > label,
#orderpage .form-group_password2 > label {
    -webkit-user-select: none;
    user-select: none;
}
/* Room on the input's right for the controls (primary: info+shuffle+eye; confirm: eye). */
#orderpage .form-group_password input[name="password"] {
    padding-right: 92px !important;
}
#orderpage .form-group_password2 input[name="password2"] {
    padding-right: 40px !important;
}
/* One controls row, vertically centred on the input's right edge — anchored to the
   input wrapper (not the floating label), so the icons never slide on focus/fill. */
#orderpage .wph-pw-controls {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    z-index: 4;
}
#orderpage .wph-pw-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
#orderpage .wph-pw-controls .wph-pw-eye,
#orderpage .wph-pw-actions > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #86898f;
}
#orderpage .wph-pw-controls .wph-pw-eye:hover,
#orderpage .wph-pw-actions > span:hover {
    color: #5b5bd6;
}
/* Password requirements tooltip — custom (no Bootstrap/Popper dependency) */
#orderpage .form-group_password .wph-pw-tip {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 250px;
    padding: 10px 12px;
    background: #1f2430;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    white-space: normal;
    z-index: 60;
    pointer-events: none;
}
#orderpage .form-group_password .wph-pw-info:hover .wph-pw-tip,
#orderpage .form-group_password .wph-pw-info:focus .wph-pw-tip,
#orderpage .form-group_password .wph-pw-info:focus-within .wph-pw-tip {
    display: block;
}
#orderpage .form-group_password .wph-pw-tip i {
    font-style: italic;
    opacity: .85;
}

/* "Change plan" switcher in the Cart Summary (Task 3) */
#orderpage #orderpage-summary .wph-plan-switch {
    margin: 4px 0 14px;
}
#orderpage #orderpage-summary .wph-plan-switch-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #86898f;
    margin-bottom: 6px;
}
#orderpage #orderpage-summary .wph-plan-switch-select {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 38px 0 12px;
    border: 1px solid #e4e4df;
    border-radius: 10px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2386898f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#orderpage #password_strength span {
    height: 100%;
}
#loginModal #password_strength {
    display: none !important;
}

/* Hide old image captcha on first load; JS AJAX replaces with Turnstile */
#orderpage .form-group_captcha > hr,
#orderpage .form-group_captcha > div > img.capcha,
#orderpage .form-group_captcha > div > img.capcha + span,
#orderpage .form-group_captcha > input#field_captcha {
    display: none;
}
#orderpage .g-recaptcha {
    min-height: 65px;
}

#orderpage .toggle-forms .card-body {
    padding: 14px 18px;
}

#orderpage .form-group_captcha {
    margin-top: 2px;
    padding-top: 4px;
}
#orderpage .form-group_captcha img {
    border-radius: 6px;
}

#orderpage #cartdetails .form-label-group,
#orderpage #cartdetails .form-group,
#orderpage #cartdetails [class*="form-group_"] {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0;
}

/* #2 — strength meter is absolute; remove the min-height that reserved flow space so
   the Password column matches the Repeat Password column height (clean aligned row).
   The meter overlays just below the input (in the margin gap). */
#orderpage #cartdetails .form-group_password {
    min-height: 0 !important;
}
#orderpage .form-group_password #password_strength {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 48px !important;
    margin: 0 !important;
}

#orderpage #cartdetails .form-group_captcha {
    padding-bottom: 12px;
}

#orderpage #cartdetails .form-group_password {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#orderpage #cartdetails .form-group_password #password_strength {
    display: block;
    width: 100%;
    clear: both;
    margin: 6px 0 0 !important;
}

#orderpage #cartdetails .errorMatch,
#orderpage #cartdetails .errorMatch.invalid-tooltip,
#orderpage #cartdetails .errorMatch.invalid-tooltip[data-wph-srv],
#orderpage #cartdetails .invalid-tooltip,
#orderpage #cartdetails .parsley-errors-list,
#orderpage #cartdetails [data-parsley-errors-container]:not(input):not(select):not(textarea),
#orderpage #cartdetails .parsley-error-message {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#orderpage #cartdetails .errorMatch::before,
#orderpage #cartdetails .errorMatch::after,
#orderpage #cartdetails .errorMatch.invalid-tooltip::before,
#orderpage #cartdetails .errorMatch.invalid-tooltip::after {
    content: none !important;
    display: none !important;
}

.wph-validation-toast-stack {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 420px;
    pointer-events: none;
}

.wph-validation-toast-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(255, 107, 122, .38);
    border-left: 4px solid #ff6b7a;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    color: #9a3d49;
    font-size: 15px;
    line-height: 1.45;
    pointer-events: auto;
    animation: wphToastIn .25s ease-out;
}

.wph-validation-toast-item span {
    flex: 1;
    min-width: 0;
}

.wph-validation-toast-close {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #c37b84;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0 2px;
}

.wph-validation-toast-close:hover {
    color: #9a3d49;
}

@keyframes wphToastIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

#orderpage .wph-server-invalid input.form-control,
#orderpage .wph-server-invalid select.form-control,
#orderpage .wph-server-invalid textarea.form-control {
    border-color: #ff6b7a !important;
    background: #fff !important;
    box-shadow: none !important;
}

#orderpage .form-group_state.wph-server-invalid .form-control__state_select,
#orderpage .form-group_region.wph-server-invalid .form-control__state_select,
#orderpage .form-group_province.wph-server-invalid .form-control__state_select {
    border-color: #ff6b7a !important;
    background: #fff !important;
    box-shadow: none !important;
}

#orderpage #cartdetails .wph-inline-error {
    display: none !important;
}

#orderpage #cartdetails input.parsley-error,
#orderpage #cartdetails input.expr-invalid,
#orderpage #cartdetails input.is-invalid,
#orderpage #cartdetails textarea.parsley-error,
#orderpage #cartdetails textarea.expr-invalid,
#orderpage #cartdetails textarea.is-invalid,
#orderpage #cartdetails select.parsley-error,
#orderpage #cartdetails select.expr-invalid,
#orderpage #cartdetails select.is-invalid,
#orderpage #cartdetails .form-control.parsley-error,
#orderpage #cartdetails .form-control.expr-invalid,
#orderpage #cartdetails .form-control.is-invalid,
#orderpage #cartdetails input.expr-valid,
#orderpage #cartdetails input.parsley-success,
#orderpage #cartdetails input.is-valid,
#orderpage #cartdetails textarea.expr-valid,
#orderpage #cartdetails textarea.parsley-success,
#orderpage #cartdetails textarea.is-valid,
#orderpage #cartdetails select.expr-valid,
#orderpage #cartdetails select.parsley-success,
#orderpage #cartdetails select.is-valid,
#orderpage #cartdetails .form-control.expr-valid,
#orderpage #cartdetails .form-control.parsley-success,
#orderpage #cartdetails .form-control.is-valid {
    border-color: #ddd !important;
    background: #fff !important;
    box-shadow: none !important;
    color: inherit !important;
}

#orderpage #cartdetails input.parsley-error:focus,
#orderpage #cartdetails input.expr-invalid:focus,
#orderpage #cartdetails input.is-invalid:focus,
#orderpage #cartdetails textarea.parsley-error:focus,
#orderpage #cartdetails textarea.expr-invalid:focus,
#orderpage #cartdetails textarea.is-invalid:focus,
#orderpage #cartdetails select.parsley-error:focus,
#orderpage #cartdetails select.expr-invalid:focus,
#orderpage #cartdetails select.is-invalid:focus,
#orderpage #cartdetails .form-control.parsley-error:focus,
#orderpage #cartdetails .form-control.expr-invalid:focus,
#orderpage #cartdetails .form-control.is-invalid:focus {
    border-color: #ce6c7b !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(206, 108, 123, .12) !important;
}

#orderpage #cartdetails .form-group_state.wph-field-invalid .form-control__state_select,
#orderpage #cartdetails .form-group_region.wph-field-invalid .form-control__state_select,
#orderpage #cartdetails .form-group_province.wph-field-invalid .form-control__state_select {
    border-color: #d98a95 !important;
    background: #fff !important;
    box-shadow: none !important;
}

#orderpage #cartdetails .form-group_state.wph-field-invalid .form-control__state_select:focus,
#orderpage #cartdetails .form-group_region.wph-field-invalid .form-control__state_select:focus,
#orderpage #cartdetails .form-group_province.wph-field-invalid .form-control__state_select:focus {
    border-color: #ce6c7b !important;
    box-shadow: 0 0 0 3px rgba(206, 108, 123, .12) !important;
}

#orderpage #cartdetails .wph-field-invalid.cf-turnstile,
#orderpage #cartdetails .wph-field-invalid .cf-turnstile,
#orderpage #cartdetails .wph-field-invalid [data-sitekey] {
    border: 1px solid rgba(217, 138, 149, .8);
    border-radius: 8px;
    background: #fff;
    padding: 4px;
}

.ui-pnotify.wph-inline-mirrored-error {
    display: none !important;
}

#orderpage textarea.form-control {
    min-height: 72px;
    max-height: 140px;
}

#orderpage .cart-products-scount {
    flex-shrink: 0;
}

#orderpage .d-flex.align-items-center.mb-3 h3 {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    #orderpage {
        max-width: 100%;
    }
    #orderpage .toggle-forms .card-body {
        padding: 12px 14px;
    }
}
