.cstic-group + .cstic-group {
    margin-top: 0;
}

.cstic-group:not(.OTC_GRP_3) {
    padding-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .o-product-configuration .m-form__line {
        width: 60%;
    }
    .o-product-configuration .m-form__line:first-child {
        width: 40%;
    }
}

.otc_flavour option {
    font-family: monospace, monospace;
    font-size: 18px;
}

.otc_op_sys .form__label {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
    .otc_op_sys .form__label .render-data__name {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 385px) {
    .otc_op_sys .form__label .render-data__name {
        flex-basis: 100%;
    }
}

.otc_op_sys .form__label .form__info {
    line-height: 32px;
}

.otc_op_sys .a-icon--explain {
    background-color: #e20074;
    color: #ffffff;
}

.otc_op_sys .form__label .form__info a {
    word-break: normal;
}

.otc_op_sys .form__description,
.otc_payment .form__description {
    display: none;
}

.otc_payment .form__element__item {
    max-width: 50%;
}

.cstic-group.OTC_GRP_4 {
    display: none;
}

.showSummaryDetails {
    display: none;
}

.flexdropdown-button,
.flexdropdown-menu {
    font-family: "TeleNeoWeb-Regular", sans-serif;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    width: 100% !important;
    background-color: #ffffff;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    cursor: pointer;
}

.flexdropdown-button .ui-icon {
    display: none;
}

.flexdropdown-button .ui-selectmenu-text {
    padding: 8px 16px;
    margin-right: 42px;
    white-space: nowrap;
    display: flex;
    min-height: 32px;
}
.flexdropdown-button .ui-selectmenu-text .flexdropdown-part {
    min-width: auto !important;
}

ul.flexdropdown .ui-menu-item {
    padding: 0 4px;
}

ul.flexdropdown.is-invalid {
    border-color: #d90000;
    background-color: rgba(217, 0, 0, 0.08);
}

ul.flexdropdown li.ui-state-hover,
ul.flexdropdown li.ui-state-focus {
    border: 1px solid #cccccc;
    background: #89abcd;
    font-weight: normal;
    color: #ffffff;
}

.flexdropdown-part {
    display: inline-block;
    text-align: right;
}
.flexdropdown-part:first-child {
    text-align: left;
    flex-grow: 1;
    flex-shrink: 0;
}

.is-incomplete .flexdropdown-button,
.is-incomplete .flexdropdown-menu {
    border-color: #e9c20d;
}

.list-ordered > li.tabcount-1 > *:first-child:before {
    content: none;
}
