/* SWITCH RADIO*/
.switchRadioPricePlans {
    display: inline-flex;
    vertical-align: middle;
    background-color: #F2F2F2;
    padding: 3px;
    border-radius: 30px;
}

.switchRadioPricePlans input {
    display: none;
}

.switchRadioPricePlans input[type="radio"]:disabled + label {
    opacity: 0.5;
}

/* needed to neutralize styling of radio button */
.switchRadioPricePlans label:before {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.switchRadioPricePlans label {
    margin: 0;
    font-family: 'museo-sans-500';
    font-size: 1.6em;
    text-align: center;
    padding: 14px 30px;
    font-size: 14px;
    border-right: none;
    transition: all 0.3s;
    color: #000;
    border-radius: 30px;
}

.switchRadioPricePlans label:hover {
    color: #706290;
}

.switchRadioPricePlans input[type="radio"]:disabled + label:hover {
    color: #000;
}

.switchRadioPricePlans input:disabled + label {
    background-color: #fcfcfc;
    cursor: default !important;
}

.switchRadioPricePlans input:disabled:checked + label {
    background-color: #706290;
    cursor: default !important;
}

.switchRadioPricePlans input:disabled:checked + label:hover {
    color: #fff;
}

.switchRadioPricePlans label:hover {
    cursor: pointer;
}

.switchRadioPricePlans input:checked + label {
    color: #FFF;
    background-color: #706290;
}

.options-dropdown {
    padding-right: 0;
}
.options-dropdown .hoSelect {
    border-radius: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    overflow: hidden;
    max-width: 400px;
}
.options-dropdown .hoSelect select {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
    border-radius: 7px !important;
}
.options-dropdown .hoSelect:after {
    color: #fff;
    position: absolute;
    right: -2px;
    padding-top: 8px;
    padding-right: 20px;
    font-size: 25px;
    height: 50px !important;
    width: 50px !important;
    border-radius: 0 50% 50% 0;
    background-color: #706290;
    padding-left: 15px;
}

/*Other styles*/
.price-plans-container .main-wr{
    padding-bottom: 50px;
}


.price-plans-container .package {
    position: relative;
    margin-bottom: 15px;
}

.price-plans-container .price-plans-container .blurred {
    filter: blur(10px);
    transition: all .3s;
}

/*component title and below title*/
.price-plans-container .component-title {
    font-family: 'museo-sans-500';
    font-size: 3.6em;
    margin-top: 46px;
    margin-bottom: 35px;
    color: #4A4A4A;
}

.price-plans-container .component-below-title {
    color: #4A4A4A;
    font-size: 2em;
    font-family: 'museo-sans-500';
    margin-bottom: 40px;.price-plans-container .package-icon-wr
}

/*component title and below title end*/

/*switch button styles*/
.price-plans-container .all-switch-buttons-wr {
    margin-bottom: 40px;
}

.price-plans-container .all-switch-buttons-wr .package-types-switches, .price-plans-container .all-switch-buttons-wr .contract-type-witches {
    width: 50%;
    float: left;
    /*padding-left: 15px;*/
    padding-right: 10px;
}

.price-plans-container .all-switch-buttons-wr.four-packages .package-types-switches{
    padding-right: 20px;
}

.price-plans-container .all-switch-buttons-wr.four-packages .contract-type-witches {
    padding-right: 10px;
}

.price-plans-container .all-switch-buttons-wr.less-then-three-packages .package-types-switches{
    padding-right: 20px;
}


.price-plans-container .all-switch-buttons-wr .package-types-switches.contract-type-hidden{
    width: 100%;
    float: none;
    text-align: center;
}

.price-plans-container .all-switch-buttons-wr .contract-type-witches.product-type-hidden {
    width: 100%;
    float: none;
    text-align: center;
}


/*switch button styles end*/

/*packages container and package*/
.price-plans-container .packages-wr {
    display: flex;
}

.price-plans-container .packages-wr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-evenly;
    grid-column-gap: 44px;
}

.price-plans-container .packages-wr .package {
    flex-grow: 1;
    max-width: 370px;

}

.price-plans-container .packages-wr.four-packages {
    /*justify-content: space-between !important;*/
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
}

/*one and two packages*/
.price-plans-container .packages-wr.less-then-three-packages{
    display: flex;
    justify-content: center;
}


.price-plans-container .packages-wr.four-packages .package {
    /*flex-grow: initial;*/
    max-width: 267px;
}

.price-plans-container .packages-wr.less-then-three-packages .package{
    margin-right: 44px;
}

.price-plans-container .packages-wr .package:last-child {
    margin-right: 0px;
}

.price-plans-container .packages-wr.four-packages .package {
    margin-right: 0;
}

/*packages container and package end*/

/*promotion*/

.price-plans-container .package .promotion {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px;
    height: 35px;
}

.price-plans-container .package .promotion.orange {
    background-color: #F96118;
}

.price-plans-container .package .promotion.green {
    background-color: #1DAE65;
}

.price-plans-container .package .promotion .price-discount {
    font-size: 2.2em;
    font-family: 'museo-sans-700';
    color: #fff;
}

.price-plans-container .package .promotion-top-left {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 145px;
    height: 145px;
    border-top-left-radius: 4px;
    overflow: hidden;
}

.price-plans-container .package .price-discount-top-left {
    color: #fff;
    font-size: 2.2em;
    width: 180px;
    height: 36px;
    position: absolute;
    text-align: center;
    z-index: 11;
    top: 22px;
    left: -40px;
    padding: 3px;
    font-size: 2.2em;
    font-family: 'museo-sans-700';
    -moz-transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.price-plans-container .package .price-discount-top-left.orange {
    background-color: #F96118;
}

.price-plans-container .package .price-discount-top-left.green {
    background-color: #1DAE65;
}

/*promotion end*/

/*package content styles*/
.price-plans-container .blue-liner-background {
    background: #3288B7;
    background: -moz-linear-gradient(top, #3288B7 0%, #3AB9DC 100%);
    background: -webkit-linear-gradient(top, #3288B7 0%, #3AB9DC 100%);
    background: linear-gradient(to bottom, #3288B7 0%, #3AB9DC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3288B7', endColorstr='#3AB9DC', GradientType=0);
}

.price-plans-container .packages-wr .package .package-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.price-plans-container .packages-wr .package .package-header.no-border-radius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.price-plans-container .packages-wr .package .body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.price-plans-container .package-icon-wr {
    padding: 25px 0 14px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.price-plans-container .size-unit-wr {
    padding-top: 13px;
    padding-bottom: 11px;
    text-align: center;
    font-family: 'museo-sans-700';
    color: #fff;
}

.price-plans-container .size-unit-wr .size {
    font-size: 3.2em;
    line-height: 100%;
}

.price-plans-container .size-unit-wr .unit {
    font-size: 2.2em;
    line-height: 100%;
}

.price-plans-container .package .body {
    background-color: #F2F2F2;
    padding: 15px;

}

.price-plans-container .package .body .prices-wr {
    text-align: center;
    position: relative;
    padding-top: 20px;
    margin-bottom: 15px;
}

.price-plans-container .package .body .prices-wr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.price-plans-container .packages-wr.four-packages .package .body .prices-wr {
    width: 100%;
}

.price-plans-container .package .body .prices-wr .price {
    font-size: 5.5em;
    color: #4A4A4A;
    font-family: 'museo-sans-700';
    line-height: 1;
}

.price-plans-container .package .body .prices-wr.comma-price .price {
    font-size: 2.5em;
}

.price-plans-container .package .body .prices-wr .old-price {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'museo-sans-500';
    color: #4A4A4A;
    font-size: 2.5em;
}

.price-plans-container .package .body .prices-wr.comma-old-price .old-price {
    font-size: 1.8em;
}

.price-plans-container .package .body .prices-wr.comma-price, .price-plans-container .package .body .prices-wr.comma-old-price {
    width: 100%;
}

.price-plans-container .package .body .prices-wr .old-price:before {
    /*content: " ";*/
    /*display: block;*/
    /*width: 106%;*/
    /*border-top: 2px solid #4A4A4A;*/
    /*height: 16px;*/
    /*position: absolute;*/
    /*bottom: 4px;*/
    /*left: 0;*/
    /*transform: rotate(-27deg);*/

    position: absolute;
    content: "";
    left: 0;
    top: 46%;
    right: 0;
    border-top: 2px solid #4A4A4A;;

    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
}

.price-plans-container .package .body .prices-wr.comma-old-price .old-price:before {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.price-plans-container .package .body .bold-text-bellow-price-wr span {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #4A4A4A;
}

.price-plans-container .package .body .bold-text-bellow-price-wr {
    margin-bottom: 25px;
}

.price-plans-container .package .body .flat-text-bellow-price-wr span {
    font-size: 1.8em;
    line-height: 1.5;
    color: #4A4A4A;
}

.price-plans-container .package .body .flat-text-bellow-price-wr {
    margin-bottom: 20px;
}

.button-wr {
    margin-bottom: 10px;
}

.button-wr.image-bellow{
    margin-bottom: 41px;
}

.price-plans-container .button-wr .purple {
    background-color: #706290 !important;
    color: #FFFFFF;
}

.price-plans-container .button-wr .blue {
    background-color: #3AB9DC !important;
    color: #FFFFFF;
}

.price-plans-container .button-wr .white {
    background-color: #FFFFFF !important;
    color: #3AB9DC !important;
}


/*package content styles end*/

/*text above details table styles*/

.price-plans-container .text-above-details-table-wr {
    margin-top: 40px;
    margin-bottom: 15px;
}

.price-plans-container .text-above-details-table {
    font-family: 'museo-sans-500';
    font-size: 1.4em;
    color: #4A4A4A;
}

/*text above details table styles end*/

.price-plans-container .all-package-details-less-then-three{
    width: 70%;
    margin: auto;
}

/*Details table styles*/
.price-plans-container .all-package-details-button {
    background-color: #fff;
    font-size: 2.2em;
    color: #000;
    font-family: 'museo-sans-700';
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    padding-right: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4A4A4A;
}

.price-plans-container .all-package-details-button.no-bottom-borders {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.price-plans-container .all-package-details-button > div {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.price-plans-container .all-package-details-button > .icon .fa {
    font-size: 36px;
    line-height: 36px;
    color: #3AB9DC;
}

.price-plans-container .all-package-details-button > .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
}

.price-plans-container .all-package-details-table {
    background-color: #fff;
    margin-top: -15px;
    padding: 30px 0 30px 0;
}

.price-plans-container .all-package-details-table-wr {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.price-plans-container .all-package-details-table-wr.show {
    max-height: 1200px;
    transition: max-height 0.15s ease-in;
}

.price-plans-container .all-package-details-table table td {
    align-items: center;
    border-right: 1px solid #9B9B9B;
    font-size: 1em;
    padding: 15px 10px;
    min-width: 200px;
    border-bottom: 1px solid #9B9B9B;
}

.price-plans-container .all-package-details-table table tr:last-child td {
    border-bottom: none;
}

.price-plans-container .all-package-details-table table td {
    color: #4A4A4A !important;
    font-family: 'museo-sans-500';
    font-size: 1.8em;
}

.price-plans-container .all-package-details-table table td .fa {
    color: #3AB9DC;
    font-size: 1.5em;
}

.price-plans-container .all-package-details-table table td:first-child {
    color: #4A4A4A;
    font-family: 'museo-sans-500';
    text-align: left;
}

.price-plans-container .all-package-details-table table td:last-child {
    border-right: none !important;
}

.price-plans-container .all-package-details-table table tr:last-child {
    border-bottom: none !important;
}

.price-plans-container .all-package-details-table .first-column {
    display: table-cell;
    vertical-align: middle;
}

.price-plans-container .all-package-details-table .first-column:first-child {
    padding-left: 10px;
    padding-right: 25px;
}

.price-plans-container .all-package-details-table .title {
    font-weight: 700;
    color: #3AB9DC;
    font-family: 'museo-sans-700';
    font-size: 1.2em;
}

.price-plans-container .all-package-details-table .text-below-title {
    font-family: 'museo-sans-500';
    color: #4A4A4A;
}

@media only screen and (max-width: 1199px) {
    .price-plans-container .all-switch-buttons-wr .package-types-switches, .price-plans-container .all-switch-buttons-wr .contract-type-witches {
        width: 100%;
        float: none;
        text-align: center;
    }

    .price-plans-container .all-switch-buttons-wr .package-types-switches {
        margin-bottom: 10px;
    }

    .price-plans-container .packages-wr {
        flex-wrap: wrap;
        grid-column-gap: 15px;
    }

    .price-plans-container .packages-wr.four-packages {
        /*justify-content: center !important;*/
    }

    .price-plans-container .packages-wr.four-packages {
        grid-template-rows: auto auto;
        grid-template-columns: repeat(3, 1fr);


    }

    .price-plans-container .packages-wr.four-packages .package{
        max-width: 370px;
    }

    .price-plans-container .packages-wr.four-packages .package {
        /*margin-right: 15px;*/
    }
}

@media only screen and (max-width: 767px)   {

    .price-plans-container .all-switch-buttons-wr {
        margin-bottom: 0;
    }

    .price-plans-container .all-switch-buttons-wr .package-types-switches {
        margin-bottom: 20px;
    }

    .price-plans-container .switchRadioPricePlans {
        /*display: flex;*/
        /*align-items: center;*/
        display: table;
        width: 100%;
    }

    .price-plans-container .all-switch-buttons-wr.four-packages .package-types-switches {
        padding-right: 0 !important;
    }

    .price-plans-container .all-switch-buttons-wr.four-packages .contract-type-witches {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .price-plans-container .all-switch-buttons-wr.less-then-three-packages .package-types-switches{
        padding-right: 0 !important;
    }


    .price-plans-container .switchRadioPricePlans label {
        /*flex-basis: 100%;*/
        display: table-cell;
        vertical-align: middle;
    }

    .price-plans-container .switchRadioPricePlans label {
        padding: 16px 10px;
        font-size: 13px;
    }

    .price-plans-container .package .promotion.op-0 {
        display: none !important;
    }

    .price-plans-container .packages-wr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .price-plans-container .packages-wr .package {
        width: 335px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .price-plans-container .packages-wr .package {
        margin-top: 20px;
    }

    .price-plans-container .packages-wr .package.has-top-promotion {
        margin-top: 0;
    }

    .price-plans-container .packages-wr .package.has-top-promotion .promotion {
        margin-top: 20px;
    }

    .price-plans-container .all-switch-buttons-wr .package-types-switches, .price-plans-container .all-switch-buttons-wr .contract-type-witches {
        padding-right: 0;
        padding-left: 0em;
    }

    .price-plans-container .text-above-details-table-wr {
        margin-top: 25px;
    }

    .price-plans-container .all-package-details-less-then-three{
        width: 100%;
    }

    .price-plans-container .all-package-details-table .table-responsive {
        border: none;
    }

    .price-plans-container .all-package-details-table .first-column {
        padding-right: 5px;
    }

    .price-plans-container .all-package-details-table .first-column:last-child {
        width: 150px;
    }

}


