html {
    scroll-behavior: smooth;
}

.lc-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lc-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.navbar-brand img {
    max-width: 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.breadcrumb-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.breadcrumb-area .overlay {
    /* content: ""; */
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.breadcrumb-area .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 0.25rem;
    color: #000;
    font-weight: 700;
}

.steps {
    gap: 0.5rem;
    color: #a9a9a9;
}

.steps .step {
    min-width: 150px;
}

.steps .step p {
    text-align: center;
    margin-bottom: 0.5rem;
}

.steps .step .line .segment {
    background-color: #a9a9a9;
    height: 5px;
}

.steps .step a {
    text-decoration: none;
    color: #a9a9a9;
}

.steps .step.active,
.steps .step.active a {
    /* color: #ffe500; */
    color: #000;
    font-weight: 700;
}

.steps .step:not(.active) a {
    pointer-events: none;
}

.steps .step.active .line .segment {
    background-color: #ffe500;
}

.btn-theme {
    background-color: #ffe500;
    color: black;
}

.text-theme {
    color: #ffe500 !important;
}

.bg-theme {
    background-color: #ffe500 !important;
    color: #000 !important;
}

.border-theme {
    border-color: #ffe500 !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2rem !important;
    border-color: #cfcfcf !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}


.addon .image img {
    max-height: 150px;
}

.addon .content .description {
    font-size: 0.85rem;
}

.addon .quantity_input .input-group-text {
    font-size: 0.8rem;
}

.addon .quantity {
    max-width: 78%;
    padding: 0.25rem 0.5rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .addon .quantity {
        max-width: 76%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .addon .quantity {
        max-width: 67%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .addon .quantity {
        max-width: 61%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .addon .quantity {
        max-width: 73%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .addon .quantity {
        max-width: 18%;
    }
}

.addon_check {
    padding: 0px;
}

.addon_check .form-check-input {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    width: 1.25rem;
    height: 1.25rem;
}

.form-control,
.card,
.card .card-header {
    border-radius: 0px;
}

.bg-ballon {
    background-image: url('../images/ballon.png');
    background-position: right;
    background-size: cover;
}

/* .breadcrumb-item.active {
    color: #fff !important;
}
.breadcrumb-area h2 {
    color: #fff !important;
} */


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffe500;
    content: var(--bs-breadcrumb-divider, "|");
}