.pro-cam-us-v2-content .mobile-only {
    display: none !important;
}

.pro-cam-us-v2-content .cart-step-pricing-section {
    display: flex;
    flex-direction: column;
}

.pro-cam-us-v2-content .cart-step-h2 {
    order: 0;
    margin: 0 !important;
}

.pro-cam-us-v2-content .cart-step-h2 span {
    color: var(--brand-yellow);
}

.pro-cam-us-v2-content .cart-step-header-separator {
    order: 1;
    margin: 0 !important;
}

.pro-cam-us-v2-content .cart-step-header-separator hr {
    margin: 10px 0 !important;
}

.pro-cam-us-v2-content .cart-step-pricing-section-price {
    order: 2;
    margin-bottom: 40px;
}

.pro-cam-us-v2-content .cart-step-trustpilot {
    order: 3;
}

.pro-cam-us-v2-content .cart-step-whats-included ul {
    gap: 0px !important;
    padding-left: 30px !important;
}

.pro-cam-us-v2-content .cart-step-benefits-list li {
    display: block !important;
    position: relative !important;
}

.pro-cam-us-v2-content .cart-step-benefits-list li::before {
    position: absolute !important;
    top: 50%;
    left: -30px;
}

.pro-cam-us-v2-content ul.cart-step-included-list {
    margin-top: 20px !important;
    padding-left: 30px !important;
}

.pro-cam-us-v2-content ul.cart-step-included-list li {
    display: block !important;
    position: relative !important;
}

.pro-cam-us-v2-content ul.cart-step-included-list li svg {
    position: absolute !important;
    top: 10px;
    left: -30px;
}

.pro-cam-us-v2-content .cart-step-hero-carousel {
    height: 100%;
}

.pro-cam-us-v2-content .cart-step-hero-carousel .f-carousel__track {
    max-height: calc(100vh + 200px) !important;
}

.pro-cam-us-v2-content .cart-step-payment-methods {
    justify-content: space-between !important;
}

/* Subscription Plan Section */
.pro-cam-us-v2-content .subscription-plan {
    margin-bottom: -30px;
}

.pro-cam-us-v2-content .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.pro-cam-us-v2-content .toggle-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.pro-cam-us-v2-content .toggle-label {
    font-size: 16px;
}

/* Toggle switch */
.pro-cam-us-v2-content .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.pro-cam-us-v2-content .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pro-cam-us-v2-content .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #555;
    transition: 0.3s;
    border-radius: 34px;
}

.pro-cam-us-v2-content .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.pro-cam-us-v2-content input:checked + .slider {
    background-color: #facc15;
}

.pro-cam-us-v2-content input:checked + .slider:before {
    transform: translateX(24px);
}

/* Discount tag */
.pro-cam-us-v2-content .discount {
    background-color: #facc15;
    color: #000;
    font-weight: 600;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 8px;
}

/* Divider */
.pro-cam-us-v2-content .divider {
    border: none;
    border-top: 2px dashed #555;
    margin: 20px 0;
    top: 0;
    left: 0;
    width: 100%;
}

/* Total section */
.pro-cam-us-v2-content .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-cam-us-v2-content .total-label {
    font-weight: 700;
    font-size: 18px;
}

.pro-cam-us-v2-content .price {
    font-size: 36px;
    font-weight: 800;
}

.pro-cam-us-v2-content .price span {
    font-size: 18px;
}

.pro-cam-us-v2-content .hidden {
    display: none;
}
/* Subscription Plan Section */

.pro-cam-us-v2-content .shipping-service {
    order: 1; /* it will position the element indexwise */
}

.pro-cam-us-v2-content .shipping-service h3 {
    position: relative !important;
    padding-left: 40px !important;
}

.pro-cam-us-v2-content .shipping-service h3 span img {
    position: absolute !important;
    width: 30px !important;
    left: 0px;
}

@media (max-width: 1024px) {

    .pro-cam-us-v2-content .desktop-only {
        display: none !important;
    }

    .pro-cam-us-v2-content .mobile-only {
        display: block !important;
    }

    .pro-cam-us-v2-content .cart-step-h2 {
        order: 0;
        margin-bottom: 16px !important;
    }

    .pro-cam-us-v2-content .cart-step-header-separator {
        order: 2;
        margin-bottom: 20px !important;
    }

    .pro-cam-us-v2-content .cart-step-pricing-section-price {
        order: 1;
        margin-bottom: 20px;
    }

    .pro-cam-us-v2-content .cart-step-trustpilot {
        order: 3;
    }

    .pro-cam-us-v2-content .cart-step-call-the-action {
        margin-top: 20px;
    }
}
