@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

[x-cloak] {
    display: none !important;
}

:focus-visible {
    outline: none !important;
}

#components-reconnect-modal {
    display: none !important;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    background: transparent;
    color: #545453;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    text-align: center;
}

body {
    position: fixed;
    overflow-y: scroll;
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

#main-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.window {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-spacer {
    height: 95px;
}

.underline {
    border-bottom: 3px solid #A8CF45;
    margin: auto;
    text-align: center;
    width: 75px;
}

a:hover {
    color: #A8CF45 !important;
}

.center-screen {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

.product {
    position: relative;
    background: #fff;
    height: 100%;
    padding: 5px;
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10);
    border: none;
    transition: all 0.3s ease;
    border-radius: 0.6rem;
}

.product-image {
}

.product-name {
    font-weight: bold;
    padding-top: 20px;
    text-align: start;
}

.product-reference {
    display: block;
    font-weight: normal;
    padding-top: 20px;
    text-align: start;
    width: 100%;
}

.product-buttons {
    min-width: 200px;
}

.profile-menu-list li.active {
    background-color: #A8CF45 !important;
    color: white !important;
}

.offer {
    max-height: 30px;
    float: left;
}

a, .btn-link {
    color: #545453;
    text-decoration: none !important;
}

.btn {
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: none;
}

.btn i {
    margin-right: 5px;
    margin-top: 2px;
}

.btn:hover {
    color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #545453;
    border-color: #545453;
}

.btn-outline-primary {
    color: #545453;
    border-color: #545453;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #545453;
    border-color: #545453;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #A8CF45;
    border-color: #A8CF45;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.text-primary {
    color: #545453 !important;
}

.text-success {
    color: #A8CF45 !important;
}

.bg-primary {
    background-color: #545453 !important;
}

.bg-success {
    background-color: #A8CF45 !important;
}

.btn-success {
    color: #fff;
    background-color: #A8CF45;
    border-color: #A8CF45;
}

.btn-success.disabled, .btn-success:disabled {
    color: #A8CF45;
    background-color: #e8f6c5;
    border-color: #e8f6c5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #A8CF45;
    border-color: #A8CF45;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #959697;
    text-align: center;
    white-space: nowrap;
    background-color: #f6f8fa;
    border: 0;
    border-radius: 6px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #73777a;
    background-color: #f6f8fa;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #545453;
    border-color: #545453;
    opacity: 0.6;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #A8CF45;
    border-color: #A8CF45;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #A8CF45;
    border-color: #A8CF45;
}

.toggle-btn {
    display: block;
    padding: 2px;
    padding-left: 5px;
}

#main-content {
    height: auto;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.color-orange {
    color: orange;
}

.color-green {
    color: #A8CF45;
}

.color-white {
    background: white;
}

.color-red {
    background: #ec3e3e;
}

ol, ul {
    list-style: none;
}

.disabled {
    cursor: default;
    opacity: 0.6;
    pointer-events: none;
}

.invalid-value {
    border: 1px solid red !important;
    border-radius: .35rem;
}

.phone-extension {
    max-width: 100px;
    margin-right: 10px;
}

.small-margin-bottom {
    margin-bottom: 10px;
}

.languages a {
    display: block;
    float: left;
    padding-left: 10px;
    text-transform: uppercase;
}

.header__mobile .burger-wrapper {
    background: transparent;
    padding: 10px;
}

.burger {
    float: right;
    order: 2;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .burger-wrapper {
        background-color: transparent;
    }

    .burger {
        line-height: 65px;
    }
}

.burger-wrapper {
    -moz-user-select: none;
    -webkit-user-select: none;
    border: 0;
    border-radius: 15px;
    color: #545453;
    background-color: white;
    cursor: pointer;
    font-size: 2em;
    overflow: visible;
    text-transform: none;
    user-select: none;
    vertical-align: middle;
}

.burger-wrapper .burger-box {
    display: block;
    position: relative;
}

.burger-wrapper .burger-box .burger-inner, .burger-wrapper .burger-box .burger-inner:after, .burger-wrapper .burger-box .burger-inner:before {
    background-color: #545453;
    border-radius: 8px;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
}

.burger-wrapper .burger-box {
    display: block;
    position: relative;
}

.burger-wrapper .burger-box .burger-inner, .burger-wrapper .burger-box .burger-inner:after, .burger-wrapper .burger-box .burger-inner:before {
    background-color: #545453;
    border-radius: 8px;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 16px;
}

.link-ordering {
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .header-sitemap {
        position: relative;
    }
}

.header-sitemap {
    background: white;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
}

@media (min-width: 768px) {
    .header-overlay {
        margin-top: 70px;
    }
}

.header-overlay {
    background: rgba(34, 34, 34, .9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

.fl-wrap {
    float: left;
    position: relative;
    width: 100%;
}

.full-width {
    width: 100%;
}

.content {
    float: left;
    position: relative;
    width: 100%;
    z-index: 5;
}

.container {
    margin: 0 auto;
    max-width: 1224px;
    position: relative;
    width: 92%;
    z-index: 5;
}

.container.small-container {
    max-width: 1024px;
}

.full-height {
    height: 100%;
}

.main-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    height: 70px;
    left: 0;
    padding-left: 10px;
    position: fixed;
    top: 0;
    transition: all 200ms linear;
    width: 100%;
    z-index: 50;
}

.logo-holder {
    float: left;
    position: relative;
    top: 15px;
    width: auto;
}

.logo-holder img {
    height: 40px;
    width: auto;
}

.prompt-logo {
    content: url("/images/logo.png");
}

.manufacturer {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
}

.logo-xs {
    display: none;
}

.fuzone .fu-text .image-thumb {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.nice-select .list {
    z-index: 999;
}

.search-btn {
    background: #545453;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 10px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}

/*.custom-form .nice-select {*/

/*    margin-bottom: 18px*/

/*}*/

.search-btn i {
    margin-left: 10px;
}

.search-btn:hover {
    background: linear-gradient(to right, #545453, #c4f8bc);
}

.add-list {
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-left: 34px;
    padding: 0 20px;
    position: relative;
    top: 15px;
}

.add-list i {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    font-size: 10px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    width: 25px;
}

.show-reg-form {
    color: #545453;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    order: 2;
    position: relative;
}

.show-reg-form img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.show-reg-form i {
    color: #545453;
    margin-right: 10px;
}

.flex-column {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.diag-form .onsite-additional {
    display: none;
}

.custom-form textarea {
    margin-bottom: 10px;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

.nav-button-wrap {
    border-radius: 2px;
    cursor: pointer;
    display: none;
    float: right;
    height: 36px;
    margin-left: 16px;
    margin-right: 16px;
    order: 1;
    position: relative;
    top: 17px;
    width: 36px;
}

.nav-button {
    height: 20px;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 22px;
}

.nav-button span {
    background: #fff;
    border-radius: 4px;
    float: left;
    height: 2px;
    margin-bottom: 4px;
    transition: all 200ms linear;
    width: 100%;
}

.nav-button-wrap.vismobmenu_btn span {
    display: none;
}

.nav-button-wrap.vismobmenu_btn:before {
    color: #fff;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    left: 12px;
    position: absolute;
    top: 6px;
}

.profile-banner {
    border-left: 1px solid #eee;
    cursor: pointer;
    float: right;
    height: 70px;
    margin-right: 0px;
    opacity: 1;
    order: 2;
    padding-top: 15px;
    position: relative;
    right: 0;
    top: 0;
    visibility: visible;
    width: 220px;
    z-index: 20;
}

.profile-banner .profile-info {
    float: left;
    padding-left: 10px;
    padding-right: 2px;
    width: 70%;
}

.profile-info h4 {
    color: #566985;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 2px;
    text-align: left;
}

.profile-banner .profile-info-sub {
    margin-top: 4px;
}

.profile-banner .profile-info-sub span {
    color: #999;
    float: left;
    font-size: 10px;
    font-weight: 500;
    margin-right: 12px;
    text-align: left;
    text-transform: uppercase;
}

.profile-banner .profile-avatar {
    float: left;
    position: relative;
    width: 30%;
}

.profile-avatar img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.responsive-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/*------ header search ------------------------------------------------*/

.header-search-wrapper {
    background: #F5F7FB;
    border: 1px solid #e5e7f2;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.03);
    display: none;
    left: 250px;
    margin-left: -20px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: 100%;
    transition: all 0.3s linear;
    transition-delay: 0.1s;
    visibility: hidden;
    width: 300px;
}

.header-search-wrapper.vis-search {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.header-search-wrapper label {
    color: #144273;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-search-wrapper .nice-select, .header-search-wrapper .custom-form input[type="text"] {
    background: #fff;
}

.header-search-wrapper .nice-select {
    z-index: 20;
}

.nice-select {
    background: #F5F7FB;
    border: 1px solid #e5e7f2;
    color: #7d93b2;
    float: left;
    font-family: 'Jost', sans-serif;
    width: 100%;
}

.nice-select .list {
    max-height: 250px !important;
}

.header-search-wrapper .custom-form .btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
    width: 100%;
}

.header-search-wrapper .custom-form label {
    color: #144273
}

.header-search-wrapper .custom-form .btn i {
    margin-right: 10px;
}

.irs--round .irs-bar {
    height: 4px;
}

.header-search-wrapper .custom-form input {
    padding-left: 20px !important;
}

.custom-switcher {
    text-align: center;
}

.custom-switcher .fieldset {
    margin-bottom: 10px;
}

.custom-switcher input[type="radio"] {
    left: -1000px;
    opacity: 0;
    position: absolute;
}

.custom-switcher label {
    background: #fff;
    border-radius: 4px;
    color: #144273;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    position: relative;
    transition: all 200ms ease-out;
    width: 124px;
    z-index: 1;
}

.custom-switcher label.lss_lb {
    float: right;
}

.custom-switcher .switch {
    border-radius: 4px;
    height: 42px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    width: 124px;
}

.custom-switcher input[type="radio"]:checked + label + .switch,
.custom-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    transform: translateX(134px);
}

.custom-switcher input[type="radio"]:checked + label {
    background: none;
    color: #fff;
}

.nice-select .option.focus, .nice-select .option.selected.focus {
    color: #fff;
}

.header-search-wrapper .custom-form .nice-select input {
    padding: 12px 20px;
}

.header-search-wrapper .custom-form .nice-select .list {
    margin-top: 0;
}

/*------ navigation  ------------------------------------------------*/

.nav-holder {
    display: none;
    float: right;
    margin-right: 40px;
    opacity: 1;
    position: relative;
    right: 0;
    top: 12px;
    /*visibility: visible;*/
    z-index: 20;
    /*order:1;*/
}

.nav-holder nav {
    float: right;
    position: relative;
}

.nav-holder nav li {
    float: left;
    height: 50px;
    margin-left: 6px;
    position: relative;
}

.nav-holder nav li ul {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    left: 0;
    list-style: none;
    margin: 30px 0 0 0;
    min-width: 150px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 57px;
    transition: all .2s ease-in-out;
    visibility: hidden;
    z-index: 1;
}

.nav-holder nav li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.nav-holder nav li ul li ul {
    border-radius: 4px;
    left: calc(-100% - 8px);
    list-style: none;
    margin-left: 35px;
    margin-top: 0;
    max-width: 150px;
    top: -10px;
}

.nav-holder nav li ul li:hover > ul {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.nav-holder nav li ul li {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}

.nav-holder nav li a {
    color: #144273;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
    padding: 10px;
    position: relative;
    text-transform: none;
    transition: all 100ms linear;
}

.nav-holder nav li a.act-link i {
    color: #144273;
}

.nav-holder nav li a i {
    padding-left: 6px;
    transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
    transform: rotateX(180deg);
}

.nav-holder nav li ul a {
    color: #566985;
    float: left;
    font-weight: 500;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
}

nav li ul a:before, nav li ul a:after {
    display: none;
}

.card {
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10);
    border: none;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    border-radius: 0.6rem;
}

th {
    border-color: #e9ecef !important;
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    background-color: #f9f9f9;
}

.float-btn {
    float: left;
}

.float-right-btn {
    float: right;
}

.small-btn {
    padding: 12px 30px;
}

.btn.fw-btn {
    width: 100%;
}

.api-btn:hover, .to-top:hover {
    color: #fff;
}

.rma-section .btn {
    min-width: 150px;
}

.btn-no-float {
    float: none;
}

.rma-form .btn {
    width: 60%;
}

.header-button {
    border-left: 1px solid #eee;
    float: right;
    height: 70px;
    margin-right: 0px;
    opacity: 1;
    order: 5;
    position: relative;
    right: 0;
    top: 0;
    visibility: visible;
    width: 190px;
    z-index: 20;
}

.header-button .rma-button {
    /*margin-top: 15px;*/
    padding: 10px 20px;
}

.padding-small {
    padding: 10px 20px 10px 20px !important;
}

input.is-invalid {
    border: 1px solid #cc0000 !important;
    box-shadow: 0 0 1px #cc0000;
}

.mousey {
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    height: 30px;
    padding: 0 6px;
    width: 20px;
}

.scroller {
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    background-color: #fff;
    border-radius: 25%;
    height: 3px;
    left: 50%;
    margin-left: -1px;
    position: relative;
    top: 6px;
    width: 3px;
}

section {
    background: #fff;
    padding: 90px 0;
    position: relative;
}

.hidden-section {
    overflow: hidden;
}

.gray-bg {
    background: #F5F7FB;
}

section.parallax-section .bg {
    height: 100%;
    top: 0;
}

.bg-wrap .bg {
    height: 120%;
    top: -10%;
}

.ps-bg.parallax-section .bg {
    height: 120%;
    top: 0;
}

.single-par .pwh_bg {
    bottom: 0;
    opacity: 0.6;
    top: 20%;
}

.bg-wrap {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.svg-bg {
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.svg-bg svg {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width: 415px) {
    .logo-holder img.prompt-logo {
        height: 30px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 370px) {
    .logo-holder img.prompt-logo {
        content: url("/img/logo-xs.png");
        height: 40px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        -webkit-background-size: cover;
        background-attachment: scroll !important;
        background-position: center;
    }
}
