/**
	* All of the CSS for your public-facing functionality should be
	* included in this file.
*/


#geolocation-form {
	width: 100%;
	max-width: 870px;
    padding: 50px 40px;
	margin-top: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 700px) {
	#geolocation-form {
		padding: 40px 20px;
	}	
}

@media (min-width: 1400px) {
	#geolocation-form {
		padding: 80px 70px;
	}	
}

#geolocation-form h3 {
	color: #2c95ff;
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 10px;
}

#geolocation-form p {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	line-height: 120% !important;
	margin-bottom: 20px;
}


/* Styling Labels for Fields */
#geolocation-form .step label {
	display: block;
	color: #555 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 100% !important;
	margin-bottom: 10px;
}


/* Styling Input Fields */
#geolocation-form  input,
#geolocation-form select,
#geolocation-form textarea {
	display: block;
	width: 100%;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 100% !important;
	padding: 15px 15px;
	background: #FFF;
	border: 1px solid #555;	
	border-radius: 4px;
	box-shadow: none !important;
	outline: none;
	margin-bottom: 20px;
    position: relative;
}

/* Styling Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #C4C4C4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #C4C4C4;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #C4C4C4;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 	color: #C4C4C4;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #C4C4C4;
}
::placeholder { /* Most modern browsers support this now. */
 	color: #C4C4C4;
}


/* Styling Buttons */
#geolocation-form button,
#geolocation-form .button {
	display: inline-block;
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	line-height: 100% !important;
	text-align: center;
    text-decoration: none;
	text-transform: capitalize;
	padding: 15px 35px;
	background: #4CAF50;
	border: none;
	border-radius: 4px;
	transition: all 300ms ease 0ms;
	cursor: pointer;
	margin: 30px 30px 0px 0px;
}

#geolocation-form button:last-of-type {
	margin: 30px 0px 0px 0px !important;
}

#geolocation-form button:hover,
#geolocation-form .button:hover {
	background: #DB1414;
}

#geolocation-form .button.check_vin {
	margin: 0 0 30px !important;
}

/* Styling Vehicle tabs */
#geolocation-form .shipnts-wrap-tab {
	display: flex;
	/*justify-content: space-between;
	align-items: center;*/
	margin-bottom: 25px;
}

#geolocation-form .shipnts-wrap-tab .shipnts-tab {
	display: inline-block;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 100% !important;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #555;
	border-radius: 4px;
    padding: 14px 20px;
	margin-right: 20px;
}

@media (min-width: 981px) and (max-width: 1200px) {
	#geolocation-form .shipnts-wrap-tab {
		flex-direction: column;
	}
	
	#geolocation-form .shipnts-wrap-tab .shipnts-tab {
		margin: 0 0 20px 0 !important;
	}
}

@media (max-width: 600px) {
	#geolocation-form .shipnts-wrap-tab {
		flex-direction: column;
	}
	
	#geolocation-form .shipnts-wrap-tab .shipnts-tab {
		margin: 0 0 20px 0 !important;
	}
}

#geolocation-form .shipnts-wrap-tab .shipnts-tab:last-of-type {
	margin-right: 0px !important;
}

#geolocation-form .shipnts-wrap-tab .shipnts-tab.shipnts-tab-active {
	color: #fff;
	background: #555;
}



#geolocation-form .checkbox-wrapper {
	max-width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}


#geolocation-form .checkbox-wrapper .single-checkbox-option {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	cursor: pointer;
}
#geolocation-form .checkbox-wrapper .running_option {
	display: block;
}

@media (min-width: 981px) and (max-width: 1200px) {
	#geolocation-form .checkbox-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#geolocation-form .checkbox-wrapper .single-checkbox-option {
		margin-bottom: 20px;
	}
}

@media (max-width: 650px) {
	#geolocation-form .checkbox-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#geolocation-form .checkbox-wrapper .single-checkbox-option {
		margin-bottom: 20px;
	}
}

#geolocation-form .checkbox-wrapper .single-checkbox-option label {
	margin: 0 !important;
	cursor: pointer;
	
}

#geolocation-form .checkbox-wrapper .single-checkbox-option input {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0 !important;
	cursor: pointer;
}
#geolocation-form .checkbox-wrapper .running_option input {
	display: inline-block;
    top: 5px;
}

#geolocation-form div#vin-result {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 200% !important;
    margin-bottom: 25px;
}

#geolocation-form .bodytype-tabs-button-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#geolocation-form .bodytype-tabs-button-wrapper .bodytype-tabs-button {
    position: relative;
	width: 24%;
	text-decoration: none;
	padding: 5px 6px;
    margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #cbcbcb;
    border-radius: 4px;
    cursor: pointer;
    outline:none;
    box-sizing: border-box;
}

#geolocation-form .bodytype-tabs-button-wrapper .bodytype-tabs-button.active {
    border:  2px solid #002566;
}

#geolocation-form .bodytype-tabs-button-wrapper .bodytype-tabs-button.active:after {
    content: "";
	position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #002566;
    margin: auto;
}

#geolocation-form .bodytype-tabs-button-wrapper .bodytype-tabs-button img {
    width: 100%;
}

#geolocation-form .bodytype-tabs-button-wrapper .bodytype-tabs-button span {
    display: block;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 100% !important;
}



#geolocation-form .bodytype-tab-content {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#geolocation-form .bodytype-tab-content label {
    display: block;
	width: calc(33% - 10px);
    margin: 0 5px 10px;
}
#geolocation-form .bodytype-tab-content label img {
	display: block;
    width: 100%;
}





#geolocation-form  input.error {
    border: 1px solid red;
}

#geolocation-form  input[type="radio"]{
    display: none;
}
#geolocation-form  input[type="radio"] + img {
    border: 2px solid transparent;
    border-radius: 5px;
}
#geolocation-form  input[type="radio"]:checked + img {
    border: 2px solid #002566;
}

#geolocation-form select.error {
    border-color: red !important;
}
#geolocation-form .selfselect.error {
    color: red;
}



/* Styling Step 4 */

#geolocation-form .step.step-4 {
    /* display: block !important; */
}

#geolocation-form .step.step-4 .sn-switcher {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-title {
	font-size: 14px;
	margin-right: 20px;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap {
	position: relative;
	display: block;
    width: 90px;
	height: 30px;
    background-color: #eee;
    border-radius: 15px;
    cursor: pointer;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap .sn-switcher-circle {
	position: relative;
    top: 1px;
    display: inline-block;
    width: 28px;
	height: 28px;
    background-color: #2c95ff;
    border-radius: 14px;
}


#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap  .sn-switcher-text.sn-open {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: calc(100% - 46px);
	color: #2c95ff;
	font-size: 12px;
	line-height: 30px !important;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap.sn-enclosed .sn-switcher-text.sn-open {
    display: none;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap .sn-switcher-text.sn-enclosed {
    display: none;
    position: absolute;
    top: 0px;
    left: calc(50% - 35px);
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap.sn-enclosed .sn-switcher-text.sn-enclosed {
    display: inline-block;
	color: #2c95ff;
	font-size: 12px;
	line-height: 30px !important;
}

#geolocation-form .step.step-4 .sn-switcher .sn-switcher-wrap.sn-enclosed span.sn-switcher-circle {
    right: -62px;
}


#geolocation-form .step.step-4 .sn-plates {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 60px;
	
	@media (max-width: 1299px) {
		flex-direction: column
	}
}

#geolocation-form .step.step-4 .sn-plates .sn-plate {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	height: 300px;
	padding: 50px 0 0;
	margin: 10px auto;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 2px #ccc;
	cursor: pointer;
	
	@media (min-width: 1300px) {
		width: 32%;
		margin: 6px 0;
	}
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-standard {
	
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-priority {
	
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-priority:after {
	content: 'Most Popular';
	position: absolute;
	top: 20px;
	right: -24px;
	display; block;
	width: 110px;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	padding: 5px 10px;
	transform: rotate(45deg);
	background-color: #e00200;
	clip-path: polygon(0 100%, 20% 0, 80% 0, 100% 100%);
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-expedited {
	
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active {
	border: 6px solid #2c95ff;
	
	@media (min-width: 1300px) {
		height: 312px;
		margin: 0;
	}
}

#geolocation-form .step.step-4 .sn-plates .sn-plate .sn-title {
	color: #002566;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active .sn-title {
	color: #2c95ff;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate a.sn-lm {
	color: #555;
	font-size: 16px;
	text-decoration: underline;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active a.sn-lm {
	color: #2c95ff;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate .sn-select {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 10px 15px;
	background-color: #002566;
	border-radius: 0 0 10px 10px;
	clip-path: polygon(0 30%, 50% 0, 100% 30%, 100% 100%, 0% 100%);
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active .sn-select {
	background-color: #2c95ff;
	border-radius: 0;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate .sn-price-open,
#geolocation-form .step.step-4 .sn-plates .sn-plate .sn-price-enclosed {
	color: #002566;
	font-size: 30px;
	
	text-transform: uppercase;
	padding-bottom: 30px;
}

#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active .sn-price-open,
#geolocation-form .step.step-4 .sn-plates .sn-plate.sn-active .sn-price-enclosed {
	color: #2c95ff;
	font-weight: 900;
}

#geolocation-form .step.step-4 .sn-plates  .sn-price-enclosed {
    display: none;
}
#geolocation-form .step.step-4 .sn-plates.sn-enclosed .sn-price-enclosed {
    display: inline-block;
}
#geolocation-form .step.step-4 .sn-plates.sn-enclosed .sn-price-open {
    display: none;
}


#geolocation-form .step.step-4 .sn-info-row {
	@media (min-width: 1400px) {
		display: flex;
	}
}

#geolocation-form .step.step-4 .sn-info-row .sn-calendar {
	@media (min-width: 1400px) {
		width: 350px;
	}
}

.sn-calendar .calendar .date-range {
    background-color: #2c95ff;
}

.sn-calendar .calendar {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
	
	@media (min-width: 1400px) {
		margin: 0 !important;
	}
}

.sn-calendar .calendar table {
    width: 100%;
    border-collapse: collapse;
}

.sn-calendar .calendar th,
.sn-calendar .calendar td {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
	
	@media (max-width: 700px) {
		font-size: 14px !important;
	}
}

#geolocation-form .step.step-4 .sn-info-row .sn-info {
	overflow: hidden;
	
	@media (min-width: 1400px) {
		width: calc(100% - 350px);
	}
}

#geolocation-form .step.step-4 .sn-info-row .sn-info p {
	font-size: 14px !important;
	line-height: 120% !important;
	margin-bottom: 3px;
}

#geolocation-form .step.step-4 .sn-info-row .sn-info p b,
#geolocation-form .step.step-4 .sn-info-row .sn-info p span {
	font-size: 14px !important;
}

#geolocation-form .step.step-4 .sn-info-row .sn-info p.distance {
	margin-top: 20px;
}

#geolocation-form .step.step-4 .sn-info-row .sn-info button {
	float: right;
}


#geolocation-form  .sn-quote-sent {
    display: block;
	color: #002566;
	font-weight: 700;
	text-align: center;
	padding-top: 30px;
	clear: both;
}

#geolocation-form .step.step-4  .consent-message-wrap {
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

#geolocation-form .step.step-4  .consent-message-wrap input {
	width: 15px;
	margin-right: 10px;
}

#geolocation-form .step.step-4  .consent-message-wrap label {
	font-size: 14px !important;
}
/* */

/* Styling Result window */
#quote-result {
	display: none;
	width: 100%;
	max-width: 870px;
    padding: 50px 40px;
	margin-top: 50px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 700px) {
	#quote-result {
		padding: 40px 20px;
	}	
}

@media (min-width: 1400px) {
	#quote-result {
		padding: 80px 70px;
	}	
}

#quote-result h3 {
	color: #15224B;
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 20px;
}

#quote-result p {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	line-height: 120% !important;
	margin-bottom: 10px;
}

#quote-result p.total {
	font-weight: 500;
	margin-bottom: 0;
}
#geolocation-form img.loading {
    top: 20px;
    position: relative;
    margin-left: 20px;
    display: none;
}

#geolocation-form  h2.error {
    color: red;
}
#geolocation-form  p.error {
    color: red;
    font-size: 14px;
}

.bodytype-tabs-wrapper label p{
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.sn-input-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sn-input-wrapper div {
    width: 48%;
}

#geolocation-form#geolocation-form .consent-message-wrap.error label
{
    color: red !important;
}

/* #geolocation-form .date-picker-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
}
#geolocation-form #shipdate {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#geolocation-form #shipdate::before {
    content: "Select Date";
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
} */

#geolocation-form #shipdate {
    background-image: url('/wp-content/plugins/ship-nts/imgs/calendar.svg');
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}
#geolocation-form #shipdate::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#geolocation-form .single-checkbox-option.running_option.error {
    color: red;
}