.quote-item__info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.quote-item__info-img {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.quote-item__info-img img {
    margin-left: auto;
    margin-right: auto;
}

.quote-item__info-inner {
    background: var(--color-light-gray);
    box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    padding: 15px;
}

.quote-item__info-title {
    font-size: 22px;
    font-weight: 700;
}

.quote-item__info-content {
    font-size: 17px;
    font-weight: 400;
}

/* Quote items added to cart */

.quote-item.js-gaq-product + .quote-item.js-gaq-product {
    margin-top: 25px;
}

.quote-item.js-gaq-product {
    background: var(--color-light-gray);
    padding: 15px;
}

.quote-item.js-gaq-product.is-loading {
    position: relative;
}

.quote-item.js-gaq-product.is-loading::before {
    content: '';
    /* background: rgba(255,255,255,0.50); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
}

.quote-item.js-gaq-product.is-loading .ajax-loading {
    mix-blend-mode: multiply;
    transform: translate(-50%,-50%);
}

.quote-item__details {
    color: var(--text-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
}

.quote-item__details .quote-item__remove {
    margin-top: 15px;
    text-decoration: none;
}

.quote-item__quantity.js-product-quantity {
    margin-top: 15px;
}

.quote-item__quantity .quantity .screen-reader-text {
    position: static;
    clip-path: unset;
    height: auto;
    width: auto;
    margin-right: 6px;
}

.quote-item__quantity .quantity .input-text {
    max-width: 85px;
    width: 100%;
    margin-left: auto;
}

.quote-item__quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

.quote-item__quantity .quote-item__quantity__update {
    visibility: hidden;
    height: 0;
}

.quote-item__detail-heading {
    color: var(--color-gray);
    font-size: 20px;
    font-weight: 700;
}

.quote-item__name,
.quote-item__name a {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
}

.quote-item__price-container {
    margin-top: 10px;
}

.quote-item__price {
    color: var(--color-gray);
    font-size: 24px;
    font-weight: 700;
}

.quote-item__remove {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 900;
}

.quote-items-content p {
    font-size: 17px;
}

.quote-item__price--none {
	font-weight: bold;
}

.plus-minus__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #f0f0f0f0;
}

.plus-minus__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #f0f0f0f0;
    min-width: 30px;
    text-align: center;
}

.fx-quantity-input__wrapper {
    position: relative;
}

.js-increment-value, 
.js-decrement-value {
    font-size: 18px;
    cursor: pointer;
}

.fx-quantity-input__wrapper .qty {
    height: 56px;
}

.fx-quantity-input__wrapper input::-webkit-outer-spin-button,
.fx-quantity-input__wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fx-quantity-input__wrapper input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 1025px) {
    .quote-item__info {
        margin-top: 0;
    }
}

@media(min-width: 1200px) {
    .quote-item__info-inner:hover {
        color: var(--text-color);
    }

    .quote-item.js-gaq-product {
        padding: 25px 15px;
    }

    .page-template-page-get-a-quote #wpcf7-f6845-o1 {
        padding-right: 30px;
    }
}

@media( min-width:1600px ) {
    .page-template-page-get-a-quote #wpcf7-f6845-o1 {
        padding-right: 50px;
    }
}