#kc-crm-pricing .kc-crm-pricing-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#kc-crm-pricing .limit-wrapper select {
    margin: 0;
    font-size: 25px;
    padding: 4px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-top: 5px;
}

#kc-crm-pricing .limit-wrapper {
    /* margin-top: 30px; */
    display: flex;
    flex-direction: column;
}

#kc-crm-pricing .wrapper-price {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#kc-crm-pricing .limit-wrapper label {
    font-size: 18px;
    text-align: center;
	margin-top: 5px;
}

#kc-crm-pricing span.kc-crm-price-value-wrapper-rok {
    color: white;
    font-size: 20px;
}

#kc-crm-pricing span.kc-crm-price-value-wrapper {
    color: white;
    font-weight: 700;
    font-size: 25px;
}

#kc-crm-pricing span.kc-crm-price-value-wrapper > span {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

#kc-crm-pricing .wrapper-price-header {
    font-size: 25px;
    font-weight: 400;
    color: white;
}

#kc-crm-pricing .select-type {
    max-width: fit-content;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 5px;
    border-radius: 100px;
    border: 1px solid rgba(242, 74, 8, 1);
}

#kc-crm-pricing .select-type .plan-option {
    padding: 10px 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kc-crm-pricing .select-type .plan-option:hover {
    background: rgba(49, 152, 131, 0.15);
    cursor: pointer;
    transition-duration: 0.2s;
}

#kc-crm-pricing .select-type .plan-option.selected {
    background: rgba(242, 74, 8, 1);
    color: white;
}

#kc-crm-pricing .select-plan {
    display: grid;
    border: 1px solid white;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    background: #ffffff2e;
    border-radius: 100px;
    padding: 5px;
    max-width: 450px;
    margin: 0 auto;
}

#kc-crm-pricing .col1 .plan-option-name {
    font-size: 14px;
    line-height: 14px;
}

#kc-crm-pricing .plan-option-desc {
    font-size: 11px;
    text-align: center;
	line-height: 16px;
}

#kc-crm-pricing .col1 .plan-option:hover {
    background: #ffffff2e;
    transition-duration: 0.2s;
}

#kc-crm-pricing .col1 .plan-option {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    font-size: 13px;
    color: white;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
}

#kc-crm-pricing .col1 .plan-option.selected {
    background: white;
    color: rgba(242, 74, 8, 1);
}

#kc-crm-pricing a.buy-now-button button {
    border-radius: 5px;
    background: rgba(242, 74, 8, 1);
    color: white;
    width: 100%;
    padding: 20px 20px;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}



#kc-crm-pricing .input-qnt-wrapper {
    display: flex
;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

#kc-crm-pricing .limit-wrapper {
    margin-bottom: 20px;
}
#kc-crm-pricing .input-qnt-wrapper input:focus {
    border: 2px solid rgba(229, 229, 229, 1);
    outline: none;
}
#kc-crm-pricing .input-qnt-wrapper input:active {
    border: 2px solid rgba(229, 229, 229, 1);
}
#kc-crm-pricing .input-qnt-wrapper input {
    height: 44px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: black;
    max-width: 200px;
    padding: 10px 20px;
    border: 2px solid rgba(229, 229, 229, 1);
    border-radius: 8px;
}

.top-info {
    text-align: center;
}

.qnt-plus, .qnt-minus {
    display: flex
;
}

@media screen and (max-width: 900px) and (min-width: 801px) {
    #kc-crm-pricing .desktop-mode .select-type * {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #kc-crm-pricing .desktop-mode {
        display: none !important;
    }

    #kc-crm-pricing select.kc-crm-limit {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        margin-top: 5px;
    }

    #kc-crm-pricing .kc-crm-pricing-wrapper.mobile-mode {
        display: block;
    }

    #kc-crm-pricing .select-plan {
        max-width: fit-content;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        padding: 5px;
        border-radius: 100px;
        border: 1px solid white !important;
        border: 1px solid rgba(242, 74, 8, 1);
    }
    #kc-crm-pricing .kc-crm-pricing-wrapper {
        display: grid
    ;
        grid-template-columns: 1fr;
    }

    #kc-crm-pricing .select-plan .plan-option {
        padding: 5px 15px;
        height: 60px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #kc-crm-pricing .select-plan .plan-option {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    #kc-crm-pricing .select-plan {
        margin-bottom: 10px;
    }

    #kc-crm-pricing .select-plan,
    #kc-crm-pricing .select-type {
        max-width: 100%;
    }

    #kc-crm-pricing .select-type .plan-option {
        height: 50px;
    }

    #kc-crm-pricing .kc-crm-pricing-wrapper.mobile-mode .col2 {
        padding: 50px 0 !important;
    }

    #kc-crm-pricing .wrapper-price {
        margin-bottom: 0px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #kc-crm-pricing .input-qnt-wrapper input {
        height: 44px;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        color: black;
        max-width: 130px;
        padding: 10px 20px;
        border: 2px solid rgba(229, 229, 229, 1);
        border-radius: 8px;
    }

}

@media screen and (max-width: 500px) {
    #kc-crm-pricing .select-type * {
        font-size: 14px;
    }

    #kc-crm-pricing .limit-wrapper label {
        font-size: 16px;
    }
    #kc-crm-pricing  .col2 > div {
        padding: 50px 0;
    }

    #kc-crm-pricing .wrapper-price-header {
        font-size: 20px;
        font-weight: 400;
        color: white;
    }
    #kc-crm-pricing span.kc-crm-price-value-wrapper-rok {
        color: white;
        font-size: 14px;
    }
    .top-info {
        font-size: 13px;
    }
    #kc-crm-pricing .col1{
        padding-left: 10px !important; 
        padding-right: 10px !important 
    }
}

@media screen and (min-width: 801px) {
    #kc-crm-pricing .mobile-mode {
        display: none !important;
    }
}



#kc-crm-pricing {
    border: 2px solid rgba(242, 74, 8, 1);
}

#kc-crm-pricing * {
    user-select: none; /* Działa w większości nowoczesnych przeglądarek */
    -webkit-user-select: none; /* Dla przeglądarek opartych na WebKit (Safari, Chrome) */
    -moz-user-select: none; /* Dla przeglądarek Firefox */
    -ms-user-select: none; /* Dla Internet Explorer */
}

#kc-crm-pricing input {
    user-select: none !important; /* Disable text selection */
    -webkit-user-select: none !important; /* For WebKit browsers */
    -moz-user-select: none !important; /* For Firefox */
    -ms-user-select: none !important; /* For Internet Explorer */
}

.input-qnt-wrapper > div {
    cursor: pointer;
}