.footer-left .footer-image img {
    max-width: 100%;
}

.product-slide img {
    max-width: 80%;
    margin: 0 auto;
}

.products-slider-arrows .slick-prev {
    left: 5px;
}

.product-detail-slider {
    opacity: 1;
}

.form-main .form-group .form-control[disabled], .form-main .form-group .form-control[readonly] {
    background-color: lightgray;
    color: gray !important;
}

.error-messages {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .error-messages li {
        font-size: 16px;
        color: var(--lightest-purple);
    }


img.hbTick {
    width: 15px;
    margin-top: -4px;
}

.includedOptions {
    color: white;
}

.product-details p {
    color: white;
    line-height: 24px;
    margin-bottom: 12px;
}

.product-details a {
    color: var(--lightest-purple);
    border-bottom: 1px solid;
}

@media screen and (min-width:768px) {
    .scrolled .header-wrapper {
        top: -67px;
    }
}


@media screen and (min-width:1200px) {
    .scrolled .header-wrapper {
        top: -87px;
    }
}
