/*
 Theme Name:   WebpressHub.net
 Theme URI:    https://webpresshub.net/readymade-designs/
 Description:  Its a GeneratePress child theme for Digital Product website by WebpressHub
 Author:       WebpressHub.net
 Author URI:   https://WebpressHub.net/
 Template:     generatepress
 Version:      0.1
*/

li#tab-title-additional_information {
    display: none !important;
}


 .wp-pricing-plans {
        font-family: Arial, sans-serif;
        text-align: center;
       
    }
    .pricing-title {
        font-size: 24px;
        margin-bottom: 20px;
        color: var(--e-global-color-text);
    }
    .plans-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .plan {
        position: relative;
        border: 2px solid var(--e-global-color-text);
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        max-width: 600px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        transition: transform 0.3s, box-shadow 0.3s;
        overflow: hidden;
        background: white;
    }
    .plan:hover {
        transform: scale(1.02);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }
    .plan-label {
        cursor: pointer;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .plan-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .plan-details {
        flex-grow: 1;
        text-align: left;
    }
    .plan-title {
        font-size: 18px;
        font-weight: bold;
        color: black;
    }
    .plan-description {
        font-size: 14px;
        color: #555;
        margin: 8px 0;
    }
    .plan-price {
        font-size: 20px;
        font-weight: bold;
        color:  var(--e-global-color-text);
		align-content:center;
		justify-content:center;
align-items:center;
display:flex;
		margin-right:35px;
    }
    .buy-now {
        background-color: var(--e-global-color-text);
        color: White;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        width: 100%;
        max-width: 600px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    }
    .buy-now:hover {
        background-color: #45a049;
        transform: scale(1.02);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .cart-icon {
        font-size: 20px;
    }
    .plan.selected {
        background-color: #f0f8ff;
        border: 2px solid #0073e6;
    }
    .plan input[type="radio"] {
        margin-right: 10px;
    }
    .stock-banner {
        position: absolute;
        top: 10px;
        right: -30px;
        padding: 5px 30px;
        color: white;
        font-size: 12px;
        transform: rotate(45deg);
        font-weight: bold;
    }
    .stock-in {
        background-color: #4CAF50;
    }
    .stock-out {
        background-color: #f44336;
    }
    #selected-plan-price {
        color: #0073e6;
        margin-left: 5px;
    }
	.plan.selected {
    background-color: #f0f8ff !important;
    border: 2px solid #0073e6 !important;
    position: relative;
}.buy-now {
    position: relative;
    z-index: 1;
}

.buy-now:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}.stock-banner {
    top: 12px;
    right: -32px;
    padding: 5px 35px;
    z-index: 2;
}
	