.site-content {
    padding: 36px 0!important;
}

.nice-select {
    float: none;
    width: 100%;
    background-color: #F8F9FC;
    height: 48px;
    line-height: 46px;
    padding: 0 16px;
}

.nice-select .list {
    width: 100%;
    display: none;
    border-radius: 0 0 5px 5px;;
    border: 1px solid rgba(68, 68, 68, 0.11);
    border-bottom: 0;
    box-shadow: none;
    margin-top: 0;
}

.open.nice-select .list {
    width: 100%;
    display: block;
    border: 1px solid rgba(68, 68, 68, 0.11);
    border-bottom: 0;
}

.nice-select:after {
    right: 20px;
}

.nice-select .nice-select-search-box {
    display: none;
}

.nice-select.open .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    display: block;
    z-index: 999;
}

.nice-select-dropdown {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border-top: 1px solid rgba(68, 68, 68, 0.11);
    border-right: 1px solid rgba(68, 68, 68, 0.11);
    border-left: 1px solid rgba(68, 68, 68, 0.11);
    border-bottom: none;
    pointer-events: none;
}

.nice-select.open .nice-select-dropdown {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    border-top: 1px solid rgba(68, 68, 68, 0.11);
    border-right: 1px solid rgba(68, 68, 68, 0.11);
    border-left: 1px solid rgba(68, 68, 68, 0.11);
    border-bottom: none;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px
}

.field-checkbox input,
.field-radio input {
    opacity: 0;
    visibility: visible;
    position: absolute;
    width: auto;
}

.cart-form input[type=button] {
    background-color: var(--sala-neutral-dark, #111111);
    color: var(--sala-neutral-white, #ffffff);
    width: auto;
}

.field-checkbox{
    margin-bottom:16px!important;
}

.field-checkbox label:before {
    border: 2px solid #dadada;
    width:20px;
    height: 20px;
}

.field-checkbox label:after {
    top: 2px;
    left:2px;
    font-size:16px;
}

.pricing-box .button-wrap input[type=button] {
    width: 100%;
    justify-content: center;
}

.pricing-box.is-active input[type=button] {
    background-color: var(--sala-neutral-dark, #111111);
    border-color: var(--sala-neutral-dark, #111111);
    color: var(--sala-neutral-white, #ffffff);
}

.pricing-box.is-active input[type=button]:hover {
    background-color: var(--sala-primary-navy, #0057fc);
    border-color: var(--sala-primary-navy, #0057fc);
    color: var(--sala-alway-white, #ffffff);
    pointer-events: none;
}

.button-wrap input[type=button] {
    background-color: var(--sala-primary-navy, #0057fc);
    border-color: var(--sala-primary-navy, #0057fc);
    color: var(--sala-alway-white, #ffffff);
}

.button.fullfield-blue {
    background-color: #fff;
    color: var(--sala-primary-navy, #0057fc);
    border-color: var(--sala-primary-navy, #0057fc);
}

.custom-button {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background-color: var(--sala-neutral-dark, #111111);
    color: var(--sala-neutral-white, #ffffff);
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}


.section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

label {
    font-weight: 400;
}

li label {
    margin-bottom: 16px !important;
}

.cart-form input[type=button] {
    background-color: var(--sala-neutral-dark, #111111);
    color: var(--sala-neutral-white, #ffffff);
    width: auto;
}

.pricing-box .button-wrap input[type=button] {
    width: 100%;
    justify-content: center;
}

.pricing-box.is-active {
    box-shadow: 0 .5rem 1rem rgba(0,87,252,.15)!important;
    border-color: rgba(0,87,252,.35)!important;
}

.button-wrap input[type=button] {
    background-color: var(--sala-primary-navy, #0057fc);
    border-color: var(--sala-primary-navy, #0057fc);
    color: var(--sala-alway-white, #ffffff);
}

.button.fullfield-blue {
    background-color: #fff;
    color: var(--sala-primary-navy, #0057fc);
    border-color: var(--sala-primary-navy, #0057fc);
}

.input-button {
    height: 48px;
}

.custom-button {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background-color: var(--sala-neutral-dark, #111111);
    color: var(--sala-neutral-white, #ffffff);
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.custom-button:hover {
    background-color: var(--sala-primary-navy, #0057fc);
    color: var(--sala-alway-white, #ffffff);
}

.disable-option {
    background: #e9e9e9 !important;
    opacity: 0.5 !important;
    pointer-events: none;
}

.fw-thicker {
    color: #000;
    font-weight: 500;
    font-size:18px;
}

.field-input label:before {
    border: 2px solid #eee9e9;
}

.error-message {
    color: red !important;
}

.mmm {
    display: block;
    font-weight: 500;
    margin-left: 40px;
    padding: 3px 5px !important;
    font-size: 14px;
    background-color: white;
    color: black;
    border: 0;
}

.mmm.is-active {
    background-color: black;
    color: white;

}

.fw-500 {
    font-weight: 500;
}
.pricing-box .inner {
    padding: 32px 32px 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.pricing-box .price .number {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
}

.pricing-box .name .popular-badge {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width:992px) {
    .progress-bar {
        bottom: calc(70%)!important;
    }

}

@media only screen and (max-width:576px) {
    .progress-bar {
        bottom: calc(75%)!important;
    }
}

.card-price .fw-thicker {
    font-size: 24px;
    font-weight: 600;
}

.fs-big {
    font-size: 24px;
    line-height: 36px;
}

.tpay-groups-wrapper {
    justify-content: left!important;
}

.fs-7 {
    font-size: 0.75rem!important;
}

button.active {
  background-color: #0057fc !important;
  color: white !important;
}
