.text-primary {
    color: #01abdc;
}

.bg-primary {
    background: #01abdc;
}

.fw-bold {
    font-weight: 500;
}

.step .material-icons {
    display: none;
}

.step-completed {
    color: #333;
}

.step-completed .bar {
    background: #333;
}

.step-current {
    color: #01abdc;
}

.step-current .bar {
    background: #01abdc;
}

.step-incomplete {
    color: #333;
}

.step-incomplete .bar {
    background: #888;
}


.step-completed .step-completed-icon {
    display: inline-block;
}

.step-current .step-current-icon {
    display: inline-block;
}

.step-incomplete .step-incomplete-icon {
    display: inline-block;
}

.bar {
    width: 5rem;
    height: 3px;
    background: #888;
    display: none;
}

.product-card {
    padding: 0.5rem;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 100%;
}

.product-card a {
    display: block;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.product-card a.product-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.product-card a:hover {
    border-color: #01abdc;
}

.product-card h3 {
    font-weight: 500 !important;
}

.card-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    position: relative;
    border-radius: 8px 8px 0 0;
    padding: 0;
}

.card-img img {
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto;

}

.card-group a {
    text-decoration: none;
    color: #2d414b;
}

.card-content {
    padding: 15px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 100%;
}

.small-card .card-content {
    min-height: auto;
    text-align: center;
    padding: 0.5rem;
}

.product-card-link {
    text-decoration: none;
    color: inherit;
}

.img-overlay-container {
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.materials .img-overlay-container {
    padding: 0;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px 8px 0 0;
}

.img-overlay-container:hover .img-overlay {
    opacity: 1;
}

.back-button {
    background: none;
    padding: 0.5rem;
    border-radius: 5px;
    border: 2px solid #333;
    color: #333;
}

.back-button:hover {
    color: #fff;
    background: #888;
}

.back-button span {
    margin-right: 5px;
}

.materials .card-content h3 {
    font-size: 1.2rem !important;
    line-height: 1.8rem;
}

.materials .card-content {
    line-height: 2rem;
}

.materials .card-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0.5rem 0;
}

.product-card.materials .product-card-link>div {
    /* flex-direction: row !important; */
    /* flex: 1 1; */
    flex-wrap: wrap;
}

.specs-features,
.advantages {
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 1.5rem;
    font-size: 0.9rem;
}

.product-description ul {
    list-style-type: none;
    padding: 0;
}

.product-description li {
    line-height: 2rem;
}

.product-description h1,
.product-description h3 {
    font-weight: 500 !important;
}

.product-description h1 {
    margin: 1.8rem 0;
}

.advantages ul {
    display: flex;
    flex-wrap: wrap;
}

.advantages li {
    padding-right: 1rem;
    width: 50%;
}

.get-a-quote-btn {
    display: block;
    width: 100%;
    padding: 1.2rem;
    background: #01abdc;
    color: #fff;
    text-align: center;
    border-radius: 2rem;
    text-transform: uppercase;
    font-weight: 500;
}

.get-a-quote-btn:hover {
    background: #53cef0;
    color: #fff;
}

.size {
    position: relative;
}

.size label {
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 12px;
    color: #888;
}

.size input {
    padding: 30px 15px 15px 15px;
}

.size-units input,
.size-units label {
    display: inline-block;
    margin: 0;
}

.size-units input {
    margin-right: 5px;
}

.size-units {
    display: flex;
}

.size-units>div {
    display: flex;
    margin-right: 1rem;
    align-items: center;
}

.prices {
    background: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
}

.prices td {
    padding: 7px 15px;
}

.prices .selected-row {
    background: #01ACDC33;
    position: relative;
}

.prices .selected-row::after {
    content: 'done';
    font-family: 'Material Icons';
    font-weight: bold;
    font-size: 20px;
    color: #01abdc;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);

}

.prices td.text-right {
    padding-right: 30px;
}

.prices td,
.prices td label {
    font-weight: 400 !important;
}

.prices .custom-control-label:before,
.prices .custom-control-label:after {
    display: none;
}

.prices .custom-radio {
    padding-left: 0;
}

.prices .discount-line {
    background: rgba(19, 203, 101, 1);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 2px 2px 2px 5px;
    margin-right: 15px;
    position: relative;
    border-radius: 3px;
}

.discount-line::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(19, 203, 101, 1);
}

.call-to-action button {
    width: 100%;
    padding: 1rem !important;
}

.btn-outline-primary {
    border-color: #01abdc !important;
    color: #01abdc !important;
    background: #fff !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:visited,
.btn-outline-primary:hover {
    border-color: #01abdc !important;
    color: #01abdc !important;
    background: #eee !important;
}

.selected-row .shipping-card {
    border: 2px solid #01abdc;
}

.shipping-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.shipping-card p {
    font-weight: 300 !important;
    margin: 5px 25px 0;
}

.shipping-card .custom-radio {
    font-weight: bold !important;
}

.splide--nav .splide__slide {
    opacity: .6;
}

.splide--nav .splide__slide.is-active {
    opacity: 1;
}

.splide--nav .splide__track {
    margin: 0 70px;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none !important;
}

.splide--nav {
    margin-top: 1rem;
}

.splide__slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.splide__arrow {
    background: none;
}

.products-menu .dropdown-menu a {
    display: block;
    text-align: left;
}

.materials .card-img img {
    max-width: 80%;
    width: 80%;
    height: auto;
}

.icon-sm {
    width: 16px;
    height: 16px;
}

.icon-md {
    width: 32px;
    height: 32px;
}

.icon-lg {
    width: 64px;
    height: 64px;
}

@media (min-width: 576px) {
    .card-content {
        text-align: left;
    }

    .bar {
        display: block;
    }

    .materials .card-img {
        height: 170px;
    }

    .materials .card-img img {
        object-fit: cover;
        max-width: 100%;
        width: 100%;
    }

    .materials .img-overlay-container {
        height: 170px;
    }
}

@media (min-width: 992px) {
    .products-menu {
        border-radius: 5px;
        padding: 0 15px;
    }

    .products-menu.selected {
        border: 2px solid #01abdc;
    }

    .products-menu .dropdown-menu {
        min-width: auto;
        padding: 0;
        border: 2px solid #01abdc;
        width: 100%;
    }

    .products-menu .dropdown-menu a:hover,
    .products-menu .dropdown-menu a.selected {
        background: #01abdc33;
    }

    .product-description {
        margin-top: -1.8rem;
    }
}

/* Page - Section - Image Items */

.image-items-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Center items horizontally */
    gap: 2rem;
}

.image-item {
    background: #fff;
}

.image-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-item-img img {
    height: 100%;
    width: auto;
    display: block;
}

.btn-primary {
    background-color: #01abdc !important;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
}

.btn-primary .icon {
    width: 14px;
    margin-left: 8px;
}

.max-h-300 {
    max-height: 300px;
}

.dashed-border {
    border: 3px dashed #047FA1;
}

.path-img {
    max-width: 250px;
}

.sectionImageListFullWidth .nav-link {
    padding-top: 0.7rem;
    font-size: 1.25rem;
}

.sectionImageListFullWidth .image-item {
    width: 100%;
}


.sectionImageListFullWidth .image-items-row {
    gap: 1rem;
}

@media (min-width: 767px) {
    .sectionImageListFullWidth .image-item {
        width: calc(33.33% - 0.666rem);
    }
}

@media (min-width: 667px) {
    .btn-primary {
        padding: 16px 56px;
        font-size: 16px;
    }

    .btn-primary .icon {
        width: 18px;
        margin-left: 16px;
    }
}
