﻿/* RESET STYLES */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

button {
    border: none;
    background: transparent;
}
/* RESET STYLES */

/*  GLOBAL STYLES */
html:root {
    --font-base-color: #000000;
    --copytext-font-family: LiebherrText-Regular;
    --copytext-font-family-bold: LiebherrText-Bold;
    --copytext-font-family-medium: LiebherrText-Medium;
    --bs-breadcrumb-divider: '>';
    --primary-color: #2779C4;
    --success-color: #006800;
    --warning-color: #EB6F25;
    --bs-primary-rgb: 39, 121, 196;
    --bs-success-rgb: 0, 104, 0;
    --bs-warning-rgb: 235, 111, 37;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--font-base-color) !important;
    font-family: var(--copytext-font-family) !important;
}

    body a,
    body a.nav-link {
        text-decoration: none;
        color: var(--font-base-color);
    }

        body a:hover {
            color: var(--primary-color) !important;
        }

            body a:hover svg path {
                fill: var(--primary-color) !important;
            }

h1, h2, h3, h4, h5, h6 {
    font-family: LiebherrHead-Regular !important;
    font-weight: 400 !important;
}

.liebherr-header-highlighted {
    border-bottom: 6px solid black;
    border-top: 6px solid black;
    padding: 4px 0;
}

body .fw-bold {
    font-family: var(--copytext-font-family-bold) !important;
}

body .fw-medium {
    font-family: var(--copytext-font-family-medium) !important;
}

.liebherr-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 110px !important;
}
.liebherr-productdetail {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.liebherr-section {
    padding-top: 48px;
}

.liebherr-breadcrumb {
    background-color: #F0F3F6;
}

@media (max-width: 992px) {
    .liebherr-container {
        padding: 0 64px !important;
    }
}

@media (max-width: 768px) {
    .liebherr-container {
        padding: 0 16px !important;
    }
}

.liebherr-header-logo {
    width: 160px;
    height: 20px;
}

@media (max-width: 768px) {
    .master-wrapper-page .navbar, .master-wrapper-page .navbar .liebherr-container .desktop-nav-wrapper {
        min-height: 57px !important;
    }
    .liebherr-header-logo {
        margin-left: 20px;
        width: 96px;
        height: 12px;
    }
}

body .form-control {
    border-radius: 0;
    border: 1px solid #000000;
    height: 48px;
}

    body .form-control:focus {
        outline: 2px solid #000;
        box-shadow: none;
    }

.nav-search-form {
    position: relative;
}

    .nav-search-form input.form-control {
        height: 40px;
        padding-left: 30px;
    }

    .nav-search-form button[type="submit"] {
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

@media screen and (max-width: 991px) {
    a.nav-link {
        padding: 0;
    }

    .nav-search-form {
        padding: 24px 0;
        margin: 24px 0;
        border-bottom: 1px solid #F0F3F6;
        border-top: 1px solid #F0F3F6;
    }
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: var(--primary-color) !important;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    border-bottom-color: var(--primary-color) !important;
}

@media screen and (min-width: 992px) {
    nav.navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

nav.navbar {
    border-bottom: 1px solid #F0F3F6;
}

.navbar .navbar-toggler {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.navbar-toggler[aria-expanded="true"] .bi-list {
    display: none;
}

.navbar-toggler[aria-expanded="false"] .bi-x-lg {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-x-lg {
    display: block;
}

.navbar-toggler[aria-expanded="false"] .bi-list {
    display: block;
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

body .btn {
    border-radius: 0;
    white-space: nowrap;
    height: 48px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .btn-primary {
    background-color: var(--primary-color);
}

    body .btn-primary:hover {
        background-color: #003057;
    }

    body .btn-primary:active {
        background-color: #003057;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: 1px solid #BDC4CA !important;
    background: #BDC4CA !important;
}

body .btn.btn-outline-primary:hover {
    background-color: #003057 !important;
    background-color: #003057 !important;
    color: #FFF !important;
}

body .btn.btn-primary:hover {
    color: #FFF !important;
}

.why-liebherr-section {
    background-color: #003057;
    padding: 48px 0;
}

.liebherr-footer {
    background-color: #000000;
    padding: 32px 0;
}

.liebherr-product-card {
    width: 374px;
    min-width: 374px;
    border: 1px solid #BDC4CA;
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.liebherr-product-card-image {
    height: 220px;
}

@media (max-width: 576px) {
    .liebherr-product-card {
        width: 294px;
        min-width: 294px;
    }

    .liebherr-product-card-image {
        height: 140px;
    }
}

.liebher-product-category-card-image {
    background-color: #F0F3F6;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 16px;
    max-height: 370px;
}

    .liebher-product-category-card-image img {
        max-height: 100%;
        object-fit: contain;
    }

@media screen and (max-width: 768px) {
    .liebher-product-category-card-image {
        max-height: 370px;
    }

        .liebher-product-category-card-image img {
            max-height: 95%;
        }
}


input[type="search" i]::-webkit-search-cancel-button {
    cursor: pointer;
}

.estimated-date-line {
    font-size:0.8em;
}
/*  GLOBAL STYLES */

