body.main-container {
	font-family: arial !important;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	-webkit-text-size-adjust: 100%;
}

.main-content {
	display: block;
}

.cust-nav-container {
	margin-top: 1em !important;
}

nav.woocommerce-breadcrumb {
	display: none;
}

#repair-form input {
	border-radius: 4px !important;
}

.mobile-header-v1 .site-search .widget.widget_product_search form {
	border-radius: 4px !important;
}

.template-selector-container {
	margin-bottom: 1em;
}

.template-selector-inner {
	width: fit-content;
	margin-left: auto;
}

#template-selector {
	width: 300px;
	border-radius: 4px;
}

#repair-form {
	width: 100%;
}

.label-font {
	margin-bottom: 0 !important;
	font-family: arial !important;
}

.border-style {
	border: 3px;
	border-style: groove;
    padding: 1em;
	border-radius: 8px;
}

.choices-border {
	padding: 1em;
}

.page-title {
	margin-top: 2em !important;
	margin-bottom: 4em;
}

.section-title {
	margin-bottom: 1em !important;
}

.service-check {
	transform: scale(1.2);
}

.input-sizing {
	font-size: .875rem !important;
	line-height: 1.2rem !important;
	padding: .2em .5em !important;
}

.sn-input {
	width: 85% !important;
	max-width: 250px !important;
}

.label-sizing {
	font-weight: 600;
	margin-right: 1em;
	line-height: normal !important;
}

.selection-color {
	margin-right: 1em;
	border-radius: 4px;
	width: 85%;
	max-width: 350px;
}

.flex-container {
	display: flex;
}

.inline-container {
	display: block;
}

.inline-block-1 {
	display: inline-block !important;
}

.choices {
    display: grid;
    grid-template-columns: 30% 70%;
}

.specifics {
	border-radius: 3px;
}

.choice-specifics {
	border-radius: 3px;
}

.mishap-specs {
}

.mishap-specifics {
	border-radius: 3px;
}

.choices-container {
	margin-bottom: 1em;
}

.specific-selection {
	padding: 10px;
	padding-left: 10px;
	padding-right: 0;
	height: 20%;
}

.border-right {
	border: 0px;
	border-right: 1px double black;
}

.specific-selection.selected {
    border: 1px double black;
    border-right: 0px;
	border-radius: 4px 0px 0px 4px;
}

.selections-message {
	border: 1px;
	border-left: 0;
	border-style: double;
	border-color: black;
	border-radius: 0px 4px 4px 0px;
}

.message-to-display {
	margin: 10px;
	padding-left: 1em;
	font-family: arial !important;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	-webkit-text-size-adjust: 100%;
}

.shipping-method-container {
	margin-bottom: 2em;
}

#customer-ship-options {
	margin-right: .4em;
}

.asi-account {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.shipping-selection {
	border-radius: 4px;
	max-width: 85%;
	min-width: 50%;
	width: fit-content;
}

.installed-date {
	display: none;
}

.install-date-note-container {
	margin-bottom: 1em;
}

.first-section {
	margin-bottom: 2em;
}

.second-section {
	margin-bottom: 2em;
}

.color-main {
	margin-bottom: 2em;
}

.services-provided {
	
}

.flex-div {
	display: block;
}

.article-information {
	margin-top: 3em;
}

#add-serial {
	margin-bottom: 3em;
	border-radius: 4px;
	padding: .25em .5em;
	font-size: .7rem;
	font-weight: 600;
}

.serial-numbers {
	
}

.normal-input-size {
	width: 100%;
	max-width: 300px;
}

.part-number-container {
	margin-bottom: 3em;
	margin-top: 1em;
}

.space-label {
	margin-right: 1em;
}

.label-center {
    
}

.non-essential {
	width: 48%;
}

.non-essential-option {
	margin-top: 1em;
	margin-bottom: 2em;
}

.other-non-essential {
	width: 48%;
	margin-right: 4%;
}

.install-date {
	
}

.monthly-selector {
	padding: .3em;
}

.tire-container {
	margin-bottom: 2em !important;
}

.tire-inner {
	margin-top: 1em;
	margin-bottom: 2em;
}

.part-supply {
	margin-bottom: 2em;
}

.part-mishap {
	margin-bottom: 1em;
}

.wheel-pressure {
	margin-bottom: 2em;
}

.contact-container {
	margin-bottom: 2em;
}

.two-wide-left {
	width: 48%;
	margin-right: 2%;
}

.two-wide-right {
	width: 48%;
}

.shipping-information {
	margin-bottom: 2em;
}

.between-spacing {
	margin-bottom: 2em;
}

.remove-input {
	margin-left: .5em;
	font-size: .8em;
	font-weight: 700;
	padding: .2em .5em;
	background-color: transparent !important;
	border: transparent !important;
}

.remove-input:hover {
	color: black !important;
	transform: scale(1.1);
}

.remove-input:focus {
	color: black !important;
	transform: scale(1.1);
}

.serial-input-container {
	margin-bottom: 1em;
	line-height: 1.7rem;
}

.captcha {
	margin-top: 3em;
	margin-bottom: 1em;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 8px !important;
	padding: 1em;
	width: fit-content;
}

.captcha-title {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 8px !important;
	background-color: white;
	z-index:100;
	padding: .2em;
	padding-left: 1em;
	padding-right: 1em;
	width: fit-content;
	margin-top: -2em;
}

.captcha-inner {
	padding: 1em;
}

.captcha-input {
	display: flex;
}

#captcha_code_input {
	border-radius: 8px !important;
	width: 200px;
}

.captcha-message {
	padding-left: 1em;
	align-content: center;
}

.modal-yes-no {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.modal-content-yes-no {
    position: absolute;
    top: 50%;
    left: 50%;
	height: 30%;
	width: 40%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#modalMessage {
	font-size: 1rem;
	font-weight: 700;
}

#modalYes {
	border-radius: 4px;
	font-weight: 700;
	margin-right: 1em;
}

#modalNo {
	border-radius: 4px;
	font-weight: 700;
}

.submit-button-container {
	margin-top: 3em !important;
	margin-bottom: 2em;
}

.template-save-label {
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	margin-bottom: 0 !important;
}

.template-save-inner {
	width: 100%;
	margin-left: 3em !important;
}

#template-name {
	line-height: 1.2;
	margin-left: 1em;
	width: 50%;
}



#popup {
	z-index: 10;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 1em;
	max-width: 250px;
}

.info-icon { 
	cursor: pointer;  margin-left: 5px;
}

.same-as-container {
	margin-left: 1em;
}

.same-as-label {
	margin-left: .5em;
}