.downloadCatalogue .downloadLink {
    color: var(--icon-color);
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--icon-color);
}

.offer-media_v1 {
    margin: auto;
}

.offer-media_v1 span svg {
    width: 50px;
    color: var(--icon-color);
}

.new-item__media img {
    height: 300px;
    display: block;
    width: auto;
    margin: auto;
    padding-top: 10px;
}

.nice-select .list {
    max-height: 200px; /* Set your desired max height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.uk_reset_btn {
    margin-left: auto !important;
}

/* UIKIT Modal ------ */
.modal_body {
    padding: 15px;
}

.modal_heading {
    text-align: center;
}

.modal_equipment_item {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.modal_equipment_item_img {
    margin: auto;
    max-width: 350px;
    padding-bottom: 10px;
}

.modal_item_title {
    margin-bottom: 0;
}

.modal_item_main_data {
    padding: 7px 0;
}

.modal_item_sub_data {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Number Input ------ */
.styled-input::-webkit-inner-spin-button,
.styled-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-container {
    background-color: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    padding: 10px;
    text-align: center;
}

.styled-input {
    width: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
    text-align: center;
}

.styled-input:focus {
    border-color: #3498db;
    outline: none;
}

/* Cart Icon--------------- */
.cart__block {
    padding-left: 25px;
}

.cart__block svg {
    width: 35px;
    color: var(--icon-color);
}

.cartcanvas_bar {
    background-color: #ededed;
    color: black;
}

.cart__title {
    border-bottom: 1px solid #ddd;
}

.cart_img {
    position: absolute;
    top: 50%;
    width: 75px;
    margin: auto;
    left: 40%;
}

.cart_submit_btn {
    margin: 20px 0px 0px -15px;
}

.uk_close_btn {
    color: var(--icon-color) !important;
    position: absolute;
    top: 15px; /* Adjust the padding from the top */
    right: 15px; /* Adjust the padding from the right */
}

.uk_edit_btn {
    color: var(--icon-color) !important;
    position: absolute;
    bottom: 15px; /* Adjust the padding from the top */
    right: 15px; /* Adjust the padding from the right */
}

#queryButtonDiv {
    display: none;
}

/* ---------- Screens ---------------- */

@media only screen and (max-width: 1679px) {
    .s-hero__desc {
        padding: 0 85px;
    }

    .s-hero__title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1439px) {
    .s-hero__desc {
        padding: 0 45px;
    }

    .s-hero__title {
        font-size: 45px;
    }

    .s-hero__subtitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1365px) {
    .logo img {
        max-height: 90px;
    }
}

@media only screen and (max-width: 1200px) {
    .s-hero__title {
        font-size: 38px;
    }

    .s-hero__subtitle {
        font-size: 18px;
    }

    .solution-item__box {
        height: 450px;
    }
}

@media only screen and (max-width: 1023px) {
    .s-hero__desc {
        padding: 15px 30px;
    }

    .s-hero__title {
        font-size: 24px;
    }

    .s-hero__subtitle {
        font-size: 14px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 960px) {
    .cart_boxes {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .offer-price {
        padding-right: 5px;
    }

    .offer-info {
        max-width: calc(100% - 100px);
    }
}

@media only screen and (max-width: 639px) {
    .cart__block {
        padding-left: 0;
    }
}
