.whhide {
	display: none;
}
.orddo {
	font-size:18px;
	font-weight: bold;
	padding: 20px 20px 50px 20px;
}



.fastinput {
	margin-top: 1px;
	width: 250px;
    margin-right: 10px;
}

.fast-order-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f2f6f9;
    
    margin-top: 20px;
    font-family: sans-serif;
    border: 1px solid #dfe4eb;
}

.fast-order-left,
.fast-order-right {
    flex-basis: 50%;
}

.fast-order-right {
    text-align: right;
}

.fast-order-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.fast-order-description {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.fast-order-form {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center;
}

.fast-order-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 250px;
    margin-right: 10px;
}

.fast-order-button {
    padding: 10px 20px;
    background-color: #d15147; /* Button color from the image */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.fast-order-button:hover {
    background-color: #c04037; /* Darker color on hover */
}
.additonprod {
    padding-bottom: 0;
    padding-top: 50px;
}

.doptovbl h2 {
    color: #000;
    font-size: 20px;
        padding-bottom: 10px;
}

.doptovbl .prodline {
    width: 100%;
    display: block;
        font-size: 14px;
    padding-bottom: 6px;
}
.prlnazwa {
display: inline-block;
    width: 83%;
}
.prlcena {
display: inline-block;
    width: 15%;
}
/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .fast-order-block {
        flex-direction: column;
        text-align: center;
    }
    
    .fast-order-right {
        text-align: center;
        margin-top: 20px;
    }

    .fast-order-form {
        justify-content: center;
    }
    
    .fast-order-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .fast-order-form {
        flex-direction: column;
    }
}

