.options-section {
    font-size: 16px;
}

.options-section-title {
    border-bottom: 3px solid #ccc;
    text-align: center;
}

.options-section-title h2 {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 0;
}

.linkedPdf {
    margin-left: 70px;
}

.linkedPdf ul, .linkedPdf li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.options-records {
    margin-left: 240px;
    display: none;
    margin-bottom: 40px;
}

@media (min-width: 550px) {
    .options-records {
        margin-left: calc(25% - 1px);
        padding-left: 20px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;    }
}

.options-records.selected {
    display: block;
}

.options-records h3 {
    font-weight: normal;
    margin-top: 0;
    margin: 1em 0;
    text-transform: uppercase;
}

.options-records-heading-mobile {
    display: none;
}

.options-table {
    border-top: 1px solid #ccc;
}

@media (min-width: 550px) {
    .options-table {
        margin-left: -20px;
        padding-left: 20px;
    }
}

.options-table table {
    margin-bottom: 24px;
}

.options-records table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.option-price {
    width: 0;
}

.options-table>*:first-child {
    margin-top: 0;
}

.options-table>table+table {
    margin-top: 24px;
}

.options-records td {
    vertical-align: top;
    border: none;
    border-bottom: 1px dashed #ccc;
    padding: 6px 10px 6px 0;
}

.options-records td a { 
    color: #262626;
    text-decoration: underline;
}

.options-records td a:hover{
    color: #871518;
    border: 0;
}

.options-records td.option-price {
    text-align: right;
}

.options-nav {
    float: left;
    word-wrap: break-word;
    width: 25%;
}

.options-nav ul, .options-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.options-nav>ul>li {
    border: 1px solid #ccc;
    border-top: none;
}

.options-nav>ul>li:first-child {
    border-top: 1px solid #ccc;
}

.options-nav a {
    color: #333333;
    border-color: inherit;
}

.options-subnav {
    display: none;
    margin-bottom: 12px;
    border-top: 1px solid #ccc;
}

.selected .options-subnav {
    display: block;
}

.options-subnav>ul>li {
    padding: 10px 15px 0;
}

a.options-nav-link {
    display: block;
    border-left: 8px solid transparent;
    border-bottom: none;
    font-size: 22px;
    padding: 5px 32px 5px 5px;
    position: relative;
}

li.selected>a.options-nav-link {
    border-left-color: #e90029;
}

.options-nav-link .chevron {
    right: 10px;
    position: absolute;
}

.options-section-title .chevron::before, .options-nav-link .chevron::before {
    top: -0.25em;
    transform: rotate(135deg);
    border-width: 2px 2px 0 0;
    border-color: #e90029;
}

.selected .options-nav-link .chevron::before {
    transform: rotate(-45deg);
    top: 0.05em;
}

.options-type {
    padding: 6px 10px 12px 0;
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 16px;
}

#options-mobile-test {
    display: none;
}

.options-records td:first-child {
    white-space: nowrap;
}

.options-records td:first-child {
    width: 7em;
}

@media (min-width: 550px) {
    .options-records>h3 a, .options-type a {
        display: none;
    }

    .options-type {
        border-bottom: 1px dashed #ccc;
    }

    .options-records td:first-child {
        width: 13.5%;
    }
}

@media (max-width: 700px) {
    .options-nav {
        width: 30%;
    }

    .options-records {
        margin-left: 30%;
    }
}

@media (max-width: 550px) {
    #options-mobile-test {
        display: block;
    }

    .options-nav {
        display: none;
    }

    .options-table table:last-child {
        margin-bottom: 0;
    }

    .options-table td {
        padding: 6px;
    }

    .options-records {
        margin-left: 0;
        display: block;
        min-height: 0;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
    }

    .options-records:last-child {
        border-bottom: 1px solid #ccc;
    }

    .options-records.selected {
        margin-bottom: 24px;
    }

    .options-records:not(.selected)>*:not(h3) {
        display: none;
    }

    .options-records>h3 {
        text-transform: capitalize;
        position: relative;
        padding: 15px 25px 15px 0;
        margin: 0;
    }

    .options-records.selected>h3 {
        padding-left: 3px;
        border-left: 8px solid #e90029;
        border-bottom: 1px solid #ccc;
    }

    .options-records-heading-desktop {
        display: none;
    }

    .options-records-heading-mobile {
        display: inline;
    }

    .options-type {
        background: #edecee;
        position: relative;
        padding: 10px 30px 10px 8px;
        margin-bottom: 1px;
    }

    .options-type a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
    }

    .options-records .close-plus {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .options-records .close-plus::after, .options-records .close-plus::before {
        width: 100%;
    }

    .options-records>h3 .chevron {
        right: 5px;
        position: absolute;
        margin-top: 5px;
    }

    .options-records>h3 a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
    }

    .options-records>h3 .chevron::before {
        top: 5px;
        transform: rotate(135deg);
        color: #e90029;
        border-width: 2px 2px 0 0;
    }

    .options-records.selected>h3 .chevron::before {
        top: 10px;
        transform: rotate(-45deg);
    }

    .options-type.selected .close-plus::after {
        transform: rotate(180deg);
    }

    .options-type:not(.selected)+table,
    .options-type:not(.selected)+div {
        display: none;
    }

    .options-table {
        padding: 0 8px;
        border-top: none;
    }

    .options-records > h3 + p {
        padding-left: 11px;
    }
}

@media (max-width: 350px) {
    .options-table {
        padding: 0;
    }

    .options-table td {
        font-size: 0.9em;
        padding: 5px;
    }
}

.options-section h2 {
    text-transform: none;
    margin-top: 0;
}

#product-options {
    min-height: 120px;
    position: relative;
}

#product-options #loader {
    display: none;
}

#product-options #loader[class*=show] {
    display: block;
    /* position: absolute; */
    top: 0;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.5);
}

.options-records > h3 + p:empty {
    display: none;
}

@media (min-width: 550px) {
    .options-records > h3 + p {
        margin-top: -1em;
    }
}

@media (max-width: 550px) {
    .options-table {
        padding-bottom: 24px;
    }
}

.option-desc {
    word-break: break-word;
}

.option-border-none {
    border: none !important;
}

.option-select-abps {
    display: none;
    height: 2rem;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.option-table-abps {
    display: block;
    margin-bottom: auto !important;
}

.option-table-abps td {
    white-space: normal !important;
    width: auto !important;
}

.option-list table td {
    white-space: normal !important;
    width: auto !important;
}
.option-list table td:last-child {
    white-space: nowrap !important;
}

@media (max-width: 550px) {
    .option-select-abps {
        display: block;
    }

    .product--options_dtx .option-select-abps {
        padding-bottom: 0.4rem;
        padding-top: 0.4rem;
      }

    .option-table-abps {
        display: none;
    }
}

.no-data-style {
    width: 100%; 
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 0.5rem;
}

.option-radio-button {
    padding-bottom: 0px !important;
}

.tablePadding {
    padding-top: 24px;
}


/* ovolution layout  */
.product--options_dtx .chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0.15em;
    position: relative;
    top: 0.05em;
    vertical-align: middle;
    width: 8px;
    margin-right: 0.25em;
    margin-left: 0.3em
}

.product--options_dtx .close-plus-alt, .product--options_dtx .close-x, .product--options_dtx .close-plus {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px
}

.product--options_dtx .close-x::after, .product--options_dtx .close-x::before,.product--options_dtx .close-plus-alt i,
.product--options_dtx .close-plus-alt i+i, .product--options_dtx .close-plus::after, .product--options_dtx .close-plus::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0
}

.product--options_dtx .close-plus-alt i+i, .product--options_dtx .close-plus::after {
    transform: rotate(90deg);
    transition: 0.1s
}

.product--options_dtx .close-x::before {
    transform: rotate(45deg)
}

.product--options_dtx .close-x::after {
    transform: rotate(135deg)
}


.product--options_dtx .options-type {
    font-weight: 600;
}
.product--options_dtx .options-nav>ul>li {
    border: medium none;
    
}
.product--options_dtx .options-nav>ul>li >a  {
    border-bottom: 1px solid #D9D9D6;
    line-height: 38px;
    text-transform: capitalize;
}
.product--options_dtx  .options-subnav {
    border-top: medium none;
}

.product--options_dtx a.options-nav-link {
    border-left-width: 4px;
        font-size: 16px;
        color: #262626;
        font-weight: 600;
}
.product--options_dtx .options-subnav a {
    color: #666666;
    line-height: 24px;
}


.product--options_dtx .options-nav>ul>li >a:focus {
    outline: none;
}

.product--options_dtx .options-section-title .chevron::before, .product--options_dtx .options-nav-link .chevron::before {
    border-color: #666;
}
.product--options_dtx .options-table td {
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    padding: 8px 0;
    background: transparent;
}
.product--options_dtx .options-records a {
    font-weight: 600;
    text-decoration: underline;
}
.product--options_dtx .options-records a:hover {
    border: medium none;
}

.product--options_dtx .options-table td.option-desc {
    color: #262626;
    font-size: 16px;
    line-height: 24px;
}


@media (min-width: 768px){
    .product--options_dtx .options-records h3 .options-records-heading-desktop, .product--options_dtx .options-records h3 {
        font-size: 1.5rem;
        line-height: 1.875rem;
        letter-spacing: -1px;
        font-weight: 600 !important;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1025px) {
	.product--options_dtx .options-nav.options-nav-sticky {
		padding: 2.25rem 1.5rem 0 0;
	}
    .product--options_dtx .options-table {
        padding-right: 2.5rem;
        border-top: medium none;
        padding-top: 5px;
    }
    .product--options_dtx .options-records p {
        margin-block-start: 1em;
        margin-block-end: 1em;
    }
	.product--options_dtx .options-records td:first-child {
		width: 16%;
	}
	.product--options_dtx .options-type {
		border-color: #BFC8CF;
		padding: 24px 10px 16px 0px;
	}
	.product--options_dtx .options-records, #option-loading-tab {
        margin-left: calc(25% - 1px);
        padding: 2.25rem 0 4rem 2.5rem;
        margin-bottom: 0;
        border: medium none;
    }
	.product--options_dtx  .options-nav {
		width: 25%;
	}
    .option-upgrade {
        position: relative;
    }
    .option-model__sort--wrapper {
        position: absolute;
        right: 0;
        top: 36px;
        z-index: 2;
        width: 100%;
    }
    .product--options_dtx a.options-nav-link {
        padding: 5px 32px 5px 15px;
    }

}

@media (max-width: 1024px) {
    #options-mobile-test {
        display: block;
    }

    .product--options_dtx  .options-nav {
        display: none;
    }

    .product--options_dtx .options-table table:last-child {
        margin-bottom: 0;
    }

    .product--options_dtx .options-table td {
        padding: 6px;
    }

    .product--options_dtx .options-records {
        margin-left: 0;
        display: block;
        min-height: 0;
        margin-bottom: 0;
        border-top: medium none;
        border-bottom: 1px solid #D9D9D6;
        border-left: medium none;
        padding-left: 0;
    }

    .product--options_dtx .options-records:last-child {
        border-bottom: 1px solid #D9D9D6;
    }

    .product--options_dtx .options-records.selected {
        margin-bottom: 0px;
    }

    .product--options_dtx .options-records:not(.selected)>*:not(h3) {
        display: none;
    }

    .product--options_dtx .options-records>h3 {
        text-transform: capitalize;
        position: relative;
        padding: 15px 25px 15px 0;
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

    .product--options_dtx .options-records.selected>h3 {
        padding-left: 1rem;
        border-left: 4px solid #e90029;
        border-bottom: medium none;
        margin: 0;
    }

    .product--options_dtx .options-records-heading-desktop {
        display: none;
    }

    .product--options_dtx .options-records-heading-mobile {
        display: inline;
    }

    .product--options_dtx .options-type {
        background: transparent;
        position: relative;
        padding: 8px 0 16px 0;
        margin-bottom: 1px;
        font-size: 14px;
        line-height: 21px;
        border-bottom: medium none;
    }

    .product--options_dtx .options-type a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
    }

    .product--options_dtx .options-records .close-plus {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .product--options_dtx .options-records .close-plus::after, .product--options_dtx .options-records .close-plus::before {
        width: 100%;
    }

    .product--options_dtx .options-records>h3 .chevron {
        right: 5px;
        position: absolute;
        margin-top: 5px;
    }

    .product--options_dtx .options-records>h3 a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
    }

    .product--options_dtx .options-records>h3 .chevron::before {
        top: 10px;
        transform: rotate(135deg);
        color: #666;
        border-width: 2px 2px 0 0;
        border-color: #666666;
    }

    .product--options_dtx .options-records.selected>h3 .chevron::before {
        top: 10px;
        transform: rotate(-45deg);
    }

    .product--options_dtx .options-type.selected .close-plus::after {
        transform: rotate(180deg);
    }

   .product--options_dtx .options-type:not(.selected)+table,
    .product--options_dtx .options-type:not(.selected)+div {
        display: none;
    }

    .product--options_dtx .options-table {
        padding: 0;
        border-top: none;
        margin-left: 0;
    }

    .product--options_dtx .options-records > h3 + p, .product--options_dtx .options-records p {
        padding-left: 0px;
        font-size: 14px;
        line-height: 21px;
        margin: 8px 0;
    }

	.product--options_dtx .close-x::after,
	.product--options_dtx .close-x::before,
	.product--options_dtx .close-plus-alt i,
	.product--options_dtx .close-plus-alt i+i,
	.product--options_dtx .close-plus::after,
	.product--options_dtx .close-plus::before {
		background-color: #666;
	}
	.product--options_dtx .options-table td.option-desc {
		font-size: 12px;
		line-height: 18px;
	}
	.product--options_dtx .options-table td {
		font-size: 12px;
		line-height: 18px;
		background: transparent;
	}
	.product--options_dtx .options-records a {
		font-size: 14px;
		line-height: 21px;
		display: block;
	}
    .product--options_dtx--wrapper {
        display: flex;
        flex-direction: column;
    }
    .option-model__sort--wrapper {
        max-width: 100%;
        width: 100%;
        order: 1;
        margin-bottom: 1.5rem;
    }
    .product--options_dtx {
        order: 2;
    }
}

.product--options_dtx--wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .option-model__sort--wrapper label{
        line-height: 1.5rem;
        left: 0.625rem;
    }
}

