/* FIX BOOTSTRAP OVERWRITES */

body {
    font-family: jaf-bernino-sans, sans-serif !important;
}

.site-search__wrapper .aa-InputWrapperPrefix .aa-Label {
    display: inherit !important;
}

.header-top .utility-nav a,
.header-top .cart-icon a,
.site-footer a {
    color: currentColor !important;
}

.breadcrumbs__item a {
    color: #e1f0f9 !important;
}

.page-heading__title--accent::after,
.heading-accent::after {
    height: 2px !important;
}

svg:not(.icon) {
    vertical-align: unset !important;
}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 87.5em !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    width: 100% !important;
}

h1 {
    font-size: clamp(1.5rem,5vw,2.8125rem) !important;
    font-weight: 700 !important;
    line-height: unset !important;
}

.content-block h2 {
    font-size: clamp(1.5rem,5vw,2rem) !important;
    font-weight: 700 !important;
    margin: 0 0 1.0625em !important;
    line-height: 1.4 !important;
}

.content-block h3 {
    font-size: clamp(1.25rem, 4vw, 1.75rem) !important;
    font-weight: 700 !important;
    margin: 0 0 1.0625em !important;
    line-height: 1.4 !important;
}

.content-block h4 {
    font-size: clamp(1.125rem,3.5vw,1.5rem) !important;
    font-weight: 700 !important;
    margin: 0 0 1.0625em !important;
    line-height: 1.4 !important;
}

.content-block p {
    margin: 0 0 1.0625em !important;
    line-height: 28px !important;
}

.content-block p a {
    color: #faa634 !important;
}

b, strong {
    font-weight: bold !important;
}

.accordion button {
    line-height: 1.15;
}

.callout-whiteTransparent__title {
    font-size: 1.25rem !important;
    margin-bottom: .5em !important;
    font-weight: bold !important;
}

a:hover .callout-whiteTransparent__title {
    color: #000 !important;
}

.blue-layout .desc_blk a {
    color: #000;
}

.desc_blk .scanner-card a {
    color: #0089cf;
    text-decoration: underline;
}

/* PAGE STYLES */
.transparent-cta-white-bg .callout-whiteTransparent__link .callout-whiteTransparent__title {
    color: #faa634;
}

.transparent-cta-white-bg .callout-whiteTransparent__link:hover .callout-whiteTransparent__title {
    color: #faa634 !important;
    text-decoration: underline;
}

.transparent-cta-white-bg .external-icon {
    display: none;
}

/* INCOMING STYLES */
#main-content-fullscreen {
    position: relative;
}

div.desc_blk div.first-step p.step-heading {
    display: none !important;
}

div.desc_blk div.first-step div.step-content {
    display: none !important;
}

p.bluetooth-heading {
    display: none;
}

.loader-warranty {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    z-index: 1040;
}

.loader::before {
    display: none;
}

.spinner {
    height: 40px;
    width: 40px;
}
.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1e88e5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1e88e5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
* {
    margin: 0;
    padding: 0;
}

.desc_blk {
    min-height: 33vh;
    margin: 60px 10%;
    background: #fff;
    border-radius: 16px;
    padding: 60px;
    position: relative;
}

.desc_blk p, 
.desc_blk a, 
.desc_blk div {
    color: #000;
}

.content {
    padding: 30px 0 50px 0;
}

.items-summary-step .form-row {
    margin: 0;
    padding: 0;
}

.third-step p {
    padding-left: 0;
    color: #000;
}

.desc_blk .screens-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.desc_blk .screens-nav .nav-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.desc_blk .screens-nav .nav-icons img {
    max-width: 60px;
    max-height: 60px;
}

.desc_blk .screens-nav .screens-nav-timeline {
    display: flex;
    flex-direction: row;
    width: 102%;
    justify-content: space-around;
    margin: 32px 0px 12px 0px;
    position: relative;
}

.desc_blk .screens-nav .screens-nav-timeline .line {
    position: absolute;
    width: 75%;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.25);
    top: 9px;
    z-index: 5;
}

.desc_blk .screens-nav .screens-nav-timeline .circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: white;
    z-index: 6;
}

.desc_blk .screens-nav .screens-nav-timeline .active-circle {
    border: 2px solid #faa634;
}

.desc_blk .screens-nav .screens-nav-timeline .done-circle {
    border: 2px solid #faa634;
    background-color: #faa634;
    align-items: center;
    justify-content: center;
}

.desc_blk .screens-nav .screens-nav-timeline .done-circle .material-icons {
    color: white;
    margin: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
}

.desc_blk .screens-nav .screens-nav-text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.desc_blk .screens-nav .screens-nav-text p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 120px;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}

.desc_blk .screens-nav .screens-nav-text .active-text {
    color: #faa634;
}

/* Warranty custom styles */
.first-step {
    position: relative;
}

.batch-warranty-bluetooth-form {
    padding: 0 !important;
}

.batch-warranty-bluetooth-form .form-control {
    min-height: 200px;
    height: auto !important;
    resize: vertical !important;
    overflow: auto;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 12px;
}

.bluetooth-code {
    padding-left: 15px !important;
}

.desc_blk .footer-buttons {
    margin-top: 60px;
    justify-content: space-between !important;
    display: flex;
}

.bluetooth-form-field::placeholder {
    opacity: 0.5;
}

.desc_blk .step-btn.button1 {
    min-width: 180px;
    border-radius: 8px;
    padding: 10px 30px;
    margin: 0;
    background-color: white;
    border: 2px solid #0089cf;
    color: #0089cf;
    width: unset;
    height: 44px;
    transition: border ease 0.2s;
}

.desc_blk .step-btn.button1:hover {
    border: 2px solid #00436f;
    color: #00436f;
}

.desc_blk .step-btn.button2 {
    min-width: 180px;
    border-radius: 8px;
    padding: 12px 32px;
    margin: 0;
    width: unset;
    transition: background-color ease 0.2s;
    height: 44px;
}

.desc_blk .step-btn.button2:hover {
    background-color: #faa634 !important;
}

button:disabled {
    cursor: not-allowed;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

button:disabled:hover {
    cursor: not-allowed;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.desc_blk .scanners-list-item-content {
    display: block;
}

.desc_blk .scanners-list-item {
    padding: 0;
    margin: 0;
}

.desc_blk #scanners .text-success,
.desc_blk #scanners .text-danger {
    margin-bottom: 0;
}

.desc_blk .pick-plan-step .price {
    font-size: 16px;
    font-weight: bold;
    color: #00436f;
}

.desc_blk_bot_buttons {
    margin-top: 0;
    justify-content: center;
    display: flex;
}

.desc_blk_bot_buttons step-btn {
    margin-top: 24px;
}

.desc_blk_bot_buttons.footer-buttons {
    margin-top: 36px !important;
}

.goto-cart-step .desc_blk_bot_buttons.footer-buttons .clr {
    margin-top: 24px;
}


.desc_blk .btn_c {
    padding-top: 11px !important;
}

.desc_blk_bot_buttons .btn_all {
    margin-top: 24px;
    border-radius: 8px;
    width: fit-content;
    min-width: 180px;
    font-size: 16px;
    color: white;
    padding: 8px 32px;
    border: 2px solid #00436f;
    background-color: #00436f;
    text-align: center;
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.desc_blk_bot_buttons .btn_all:hover {
    background-color: white;
    color: #00436f;
}

  .btn_c:hover {
    background-color:#001dff;
    text-decoration:none;
    color:#ffffff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .btn_c:active {
    background-color:#008dd0;
    text-decoration:none;
    color:#ffffff;
  }


.desc_blk_bot_buttons .btn_c + .btn_c {
    margin-left: 15px !important;
}

.third-step .step-heading {
    margin-bottom: 0;
    padding: 15px 25px 0 15px;
}

.desc_blk .step-heading {
    margin: 0rem;
    margin-bottom: 40px;
    font-size: 32px;
    color: #00436f;
    font-weight: bold;
    text-align: center;
}

.desc_blk .subheading {
    margin: 0rem;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: bold;
}

.desc_blk .inner-text {
    margin-bottom: 24px;
    font-size: 16px;
}

.desc_blk .terms-conditions {
    text-align: center;
}

.desc_blk .first-step .subheading {
    margin-top: 60px;
}

.desc_blk .pick-plan-step .subheading {
    margin-bottom: 24px;
}

.desc_blk .message-info {
    border-radius: 5px;
    background-color: #eef5f9;
    border-radius: 8px;
    border: 2px solid #0089CF;
    background-color: #F5FCFF;
    padding: 12px 24px;
    display: flex;
    flex-direction: row !important;
    width: fit-content;
    color: #0089CF;
    margin-bottom: 32px;
}

.desc_blk .message-info a {
    color: #0089CF;
    font-size: 16px;
}

.desc_blk .message-info a:hover {
    text-decoration: underline;
}

.desc_blk .message-info .icon {
    margin-top: -1px;
    color: #0089CF;
}

.desc_blk_bot_buttons .btn_c {
    width: 100%;
    height: 55px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
}

.items-summary-step .step-btn.button2:disabled {
    opacity: 0.4;
    color: #000;
}

/* ACCORDIONS */

.warranty-accordion.white-layout {
    margin-bottom: 1em;
}

.warranty-accordion.white-layout .accordion__item:first-of-type button.accordion__list-heading {
    border-top: 1px solid #ababab;
}

.accordion-item {
    margin-bottom: 24px;
    border: none !important;
}

.accordion-body {
    padding: 32px !important;
    border: 2px solid #d9d9d9;
    margin-top: -4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

button.accordion-button {
    padding: 8px 24px;
}

.desc_blk .accordion-dark .accordion-button {
    background-color: #00436f !important;
    color: white !important;
}

.desc_blk .accordion-dark .accordion-button::after {
    filter: brightness(0) invert(1);
}

.desc_blk p.accordion-header button.accordion-button.collapsed {
    font-size: 24px;
    font-weight: bold !important;
    border-radius: 8px;
    border: 2px solid #0089cf;
    background-color: #f5fcff;
}

.desc_blk p.accordion-header .accordion-button:not(.collapsed) {
    font-size: 24px;
    background-color: #f5fcff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #0089cf;
    font-weight: bold !important;
    color: black;
}

div#nested-accordion.accordion-body {
    margin: 2%;
}

.accordion .container {
    padding: 0;
    font-size: 16px;
    max-width: unset;
}

.accordion ol {
    margin-top: 32px;
    margin-bottom: 0;
    list-style: none;
    counter-reset: note-count;
    padding: 0;
}

.accordion ol li {
    counter-increment: note-count;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 12px;
}

.accordion ol li::before {
    content: "(" counter(note-count) ") ";
    color: #faa634;
    font-weight: bold;
}

.accordion-item img {
    width: auto;
    height: auto;
}


/* scanner summary */
.desc_blk .js-scanner-info {
    padding: 0;
}

.desc_blk .scanner-card {
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.desc_blk .scanner-card.successful-scanner {
    border: 2px solid #8BD4A4;
}

.desc_blk .scanner-card.unsuccessful-scanner {
    border: 2px solid #BA3A31;
}

.desc_blk .scanner-card .card-row {
    grid-template-columns: 1fr 2fr;
    margin-top: 20px;
    font-size: 16px;
    display: grid;
    column-gap: 12px;
}

.desc_blk .pick-plan-step .scanner-card .card-row {
    margin-top: 12px;
}

.desc_blk .scanner-card .card-row.first-row {
    margin-top: 0;
}

.desc_blk .scanner-card .card-row.first-row .card-item {
    display: flex;
    align-items: center;
}

.desc_blk .scanner-card .card-row.serial {
    margin-top: 8px;
}

.desc_blk .subject {
    font-weight: bold;
}

.desc_blk .scanner-card .card-row .scanner-address {
    font-size: 24px;
    color: #00436f;
}

.desc_blk .scanner-card .card-row .scanner-serial {
    color: #00436f;
    grid-column: 1/3;
}

.desc_blk .scanner-card .card-row.first-row .scanner-serial {
    margin-bottom: -6px;
}

.desc_blk .scanner-card .card-row .card-item .date-text {
    font-weight: bold;
    color: #faa634;
}

.desc_blk .scanner-card .red-text {
    font-weight: bold;
    color: #F44336;
}

.desc_blk .scanner-card .green-text {
    font-weight: bold;
    color: #80DA26;
}

.desc_blk .scanner-card .material-icons {
    font-size: 18px;
    margin-bottom: 2px;
    margin-right: 8px;
}

.desc_blk .scanner-card .material-icons.green-icon {
    color: #80DA26;
}

.desc_blk .scanner-card .material-icons.red-icon {
    color: #F44336;
}

.desc_blk .mid-subheading {
    margin-top: 32px;
}

.desc_blk .items-summary-step .inner-text {
    margin-top: 24px;
    margin-bottom: 0px;
}

.desc_blk .scanner-card .unverified-scanner {
    font-size: 16px;
}



/* Table with product description */
table.bluetooth-description {
    margin-bottom: 40px;
}

.bluetooth-description td {
    vertical-align: middle;
}

/* Select */

.desc_blk .selector-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    font-size: 16px !important;
    margin-bottom: 12px;
}

.desc_blk .selector-wrapper label {
    display: flex;
    margin: 0 !important;
    font-weight: bold;
    align-items: center;
}

.desc_blk .selector-wrapper select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 4px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 400px;
}

 .desc_blk .selector-wrapper select:focus {
    box-shadow: none;
    outline: 0 none;
    border-color:#008dd0;
}

.desc_blk .selector-wrapper.cost-selector {
    padding-top: 4px;
}

.desc_blk .cumulative-selector {
    display: flex;
    justify-content: space-between;
}

/* upgrades summary */

.desc_blk .cartItems {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.desc_blk .cartItems .summary-item {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    gap: 24px;
}

.desc_blk .cartItems .summary-item .summary-item-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 8px;
    font-size: 16px;
}

.small-screen {
    display: none;
}

.desc_blk .single-unit-1,
.desc_blk .single-unit-2,
.desc_blk .single-unit-3,
.desc_blk .single-unit-4 {
    display: none;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 22px; /* Preferred icon size */
    display: inline-block;
    line-height: 20px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    margin-right: 10px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

@media screen and (max-width: 1024px) {
    .accordion-body {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .desc_blk .screens-nav {
        margin-bottom: 40px;
    }

    .desc_blk {
        padding: 40px;
        margin: 40px 0;
    }

    .desc_blk .scanner-card {
        padding: 24px;
        margin-bottom: 24px;
    }

    .desc_blk .scanner-card .card-row.first-row .card-item {
        grid-row: 2;
        grid-column: 1/3
    }

    .desc_blk .selector-wrapper label {
        grid-column: 1/3;
    }

    .desc_blk .selector-wrapper.cost-selector label {
        grid-column: 1/1;
    }

    .desc_blk .selector-wrapper select {
        grid-row: 2;
        grid-column: 1/3;
        margin-top: 4px;
    }

    .desc_blk .pick-plan-step .mid-subheading {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .desc_blk .cartItems .summary-item {
        padding: 24px;
    }

    .desc_blk .summary-item-row .subject {
        grid-column: 1/3;
    }

    .desc_blk .summary-item-row .item {
        grid-row: 2;
        grid-column: 1/3;
    }
}

@media screen and (max-width: 620px) {
    .desc_blk {
        padding: 24px;
    }

    .desc_blk .screens-nav {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 24px;
    }

    .desc_blk .screens-nav .nav-icons img {
        max-width: 50px;
        max-height: 50px;
    }

    .desc_blk .screens-nav .screens-nav-timeline {
        margin-top: 24px;
    }

    .desc_blk .screens-nav .screens-nav-text p {
        font-size: 13px !important;
    }

    .desc_blk .step-heading {
        margin-bottom: 24px;
    }

    .desc_blk .subheading {
        margin-bottom: 24px;
    }

    .desc_blk .footer-buttons {
        flex-direction: column-reverse;
        align-items: center;
        gap: 12px;
        margin-top: 32px;
    }

    .desc_blk .footer-buttons button {
        width: fit-content;
    }

    .desc_blk .scanner-card .card-row {
        margin-top: 12px;
    }

    .desc_blk .scanner-card .card-row .subject {
        grid-column: 1/3;
    }

    .desc_blk .scanner-card .card-row .card-item {
        grid-column: 1/3;
        grid-row: 2;
    }

    .desc_blk .selector-wrapper.cost-selector label {
        grid-column: 1/3;
    }

    .desc_blk .pick-plan-step .price {
        grid-column: 1/3;
        grid-row: 2;
    }

    .big-screen {
        display: none;
    }

    .small-screen {
        display: flex;
        padding: 8px 24px !important;
        max-width: unset !important;
        margin-top: 0 !important;
    }

    .desc_blk .cumulative-selector {
        flex-direction: column-reverse;
        gap: 12px;
        margin-left: 4px;
    }

    .desc_blk .cartItems .summary-item {
        gap: 12px;
    }

    .desc_blk .cartItems {
        gap: 24px;
    }

    .desc_blk_bot_buttons.footer-buttons {
        margin-top: 8px !important;
    }

}

@media screen and (max-width: 500px) {
    .desc_blk button.step-btn {
        margin: 0 !important;
        min-height: unset !important;
    }
}

@media screen and (max-width: 500px) {
    .small-screen {
        padding: 8px 12px !important;
    }
}