.order-container #preorder-polaris-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel {
    flex: 1  !important; 
    min-width: 300px;
    box-sizing: border-box; 
    padding: 20px;
	height: auto;
}


.panel-title {
	display: block;
	font-weight: 600;
	font-size: 1.5rem !important;
}

#vehicle-information-field{
	margin-top: 5px;
}

#preorder-polaris-form a {
	text-decoration: none;
	color: gray;
}

#preorder-polaris-form .collapse {
	display: block;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

#preorder-polaris-form .panel-heading {
	pointer-events: none;
}

#preorder-polaris-form a:hover, #preorder-polaris-form .order-active {
	color: dodgerblue;
}

#preorder-polaris-form .order-group {
	margin-bottom: 16px;
}

#preorder-polaris-form .order-input {
	width: 100%;
	display: block;
	color: #555;
	background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
	border-radius: 5px !important;
}
#preorder-polaris-form .vehicle-input{
	height: 45px;
}
#preorder-polaris-form .information-input{
	height: 45px;
}

#preorder-polaris-form .order-input.disabled {
	background: #eee;;
	cursor: not-allowed;
}

#preorder-polaris-form .form-error {
	margin-left: 5px;
	color: red;
	display: none;
}


#preorder-polaris-form .hidden-group {
	display: none;
}

.order-container .order-disclaimer {
	/*border: 1px solid black;*/
	padding: 4px;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
}

input.order-input, #preorder-polaris-form select {
	padding: 8px;
}

@media (max-width: 600px) {
/*	.order-container {
		width: 90%;
	}*/

	#preorder-polaris-form .order-input {
		width: 270px;
	}

}


#list-name{
	padding-left: 50px;
}

label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.order_required{
	color: #e21d25 !important;
	margin-left: 4px;
}

textarea.message{
	height: 160px;
	width: 100% !important;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
}
div.message-area{
	margin-right: 18px !important;
}

select.select-area{
	width: calc(50% - 8px);
	border: 1px solid #ccc;

}

.order-btn{
	margin-left: 20px;
	padding: 15px 25px 15px 25px;
	width: auto;
	/* background-color: #fccc2e !important;
	border: 1px solid #000 !important;
	color: #333 !important; */
	font-weight: 600;
	border-radius: none;
	color: white;
	border-color: var(--btn-primary-border-color);
	background: black;
}
input.order-input{
	width: 100%;
}
#phone, #email, #home-zip{
	width: calc(50% - 8px);
}


.image-default-preorder{
	min-height: 360px;
	width: 100%;
	background-size: contain;
}

.vehicle-label{
	display: none;
}
.color-options{
	text-align: center;
}

@media (max-width: 780px) {
   
    #preorder-polaris-form{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #vehicle-information-field{
        width: auto !important;
    }
    #personal-information-field{
        width: auto !important;
    }
    div.message-area {
        margin-right: auto !important;
    }

}

#preorder-polaris-form .hidden-fields {
	display: none;
}
