/* hero  */

.request-hero {
    width: 100%;
    padding: 100px 64px;
    display: flex;
    justify-content: center;
    background-color: #ccbfa5;
}

@media (max-width: 767px) {
    .request-hero {
        padding: 64px 16px!important;
    }
    .request-hero .wrapper .content h1 {
        font-size: 48px!important;
    }
    .request-hero .wrapper .content p {
        font-size: 18px!important;
    }
}

.request-hero .wrapper {
    max-width: 900px;
    width: 100%;
    text-align: center;
}

.request-hero .wrapper .content {
    width: 100%;
    text-align: center;
}

.request-hero .wrapper .content h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 64px;
    color: #344343;
    font-weight: bold;
}

.request-hero .wrapper .content p {
    margin-top: 0;
    font-size: 20px;
    color: #344343;
}

/* end of hero  */


/* quote form  */

.quote-form-section {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
    background-color: #CCBFA578;
}

@media (max-width: 1024px) {
    .quote-form-section {
        padding: 32px 8px!important;
    }
    .quote-form-section .wrapper {
        flex-direction: column;
    }
    .quote-form-section .wrapper .quote-form-container, .quote-form-section .wrapper .basket-items-container {
        width: 100%!important;
    }
}

.quote-form-section .wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    gap: 40px;
}

.quote-form-section .wrapper .quote-form-container {
    width: 50%;
}

.quote-form-section .wrapper .basket-items-container {
    width: 50%;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper {
    background-color: #fff;
    border: 4px solid #344343;
    border-radius: 8px;
    padding: 32px 24px;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row.error::before {
    content: '';
    position: absolute;
    left: -11px;
    height: 100%;
    width: 6px;
    background-color: red;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row label {
    margin-bottom: 4px;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row input[type="text"], .quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row input[type="tel"], .quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row input[type="email"] {
    border: 2px solid #344343;
    border-radius: 8px;
    padding: 12px 12px;
    font-family: "Gotham", sans-serif;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row .error-message {
    color: red;
    font-size: 14px;
    margin-top: 8px;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row textarea {
    border: 2px solid #344343;
    border-radius: 8px;
    padding: 12px 12px;
    font-family: "Gotham", sans-serif;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row .submit-container {
    width: fit-content;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row .submit-container button {
    border-radius: 8px;
    padding: 16px 20px;
    background-color: #7b5642;
    border: 1px solid transparent;
    width: 100%;
    color: #fff;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    font-family: "Bitsumishi", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row .submit-container button:hover {
    background-color: #fff;
    border: 1px solid #7b5642;
    color: #344343;
}

.quote-form-section .wrapper .quote-form-container .quote-form-wrapper form .input-row .submit-container button:disabled {
    border: 1px solid transparent;
    cursor: not-allowed;
    color: #666;
    background-color: #CCC;
}


/* basket items  */

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border: 4px solid #344343;
    border-radius: 8px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .title {
    margin-bottom: 20px;
    width: 100%;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .title h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 12px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .title p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item {
    width: 100%;
    display: flex;
    gap: 16px;
	padding-top: 12px;
}

.basket-item.updating {
    opacity: .5;
    pointer-events: none;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px solid #334343;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .image-wrapper {
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    border: 2px solid #344343;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content {
    flex-grow: 1;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-title a {
	color: #344343;
	letter-spacing: 2px;
	font-family: "Bitsumishi", sans-serif;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-info .info-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-info .info-row p {
    margin: 0;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .product-price {
    margin-top: 24px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .buttons-container {
    display: flex;
    margin-top: 8px;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .buttons-container button {
    width: 31px;
    height: 33px;
    border: none;
    position: relative;
    background: 0px 0px;
    border: 1px solid #8a9092;
    cursor: pointer;
    user-select: none;
    background: #ebebeb;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .buttons-container button.basket-decrease {
    background-image: url("https://sheethaus.com/wp-content/uploads/2025/06/minus-sh-edited.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .buttons-container button.basket-increase {
    background-image: url("https://sheethaus.com/wp-content/uploads/2025/06/plus-sh-edited.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .buttons-container .basket-quantity-input {
    font-size: 0.875rem;
    line-height: 1.42857;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    min-width: 0px;
    padding: 0px;
    text-align: center;
    color: rgb(51, 51, 51);
    border-top: 1px solid #8a9092;
    border-bottom: 1px solid #8a9092;
    border-image: initial;
    border-right: none;
    border-left: none;
    width: 100%;
    display: inline-block;
    flex-basis: 33px;
    height: 33px;
    border: 1px solid #8a9092;
}


.quote-form-section .wrapper .basket-items-container .basket-items-wrapper .basket-item .basket-content .quantity-buttons-container .remove-link a {
    font-size: 0.75rem;
    line-height: 1.66667;
    color: rgb(102, 102, 102);
    transition: color 0.3s;
    text-decoration: underline;
    font-family: "Gotham", sans-serif;
}

/* end of quote form  */