/* WRITE HERE YOUR CUSTOM CSS IN ORDER TO MAKE ITEM UPDATES EASY */
.pt-25 {
	padding-top: 25px;
}
.py-12 {
	padding-left: 13px !important;
	padding-right: 13px !important; 

}
.text-align-center {
	text-align: center;
}
.text-red {
	color: red !important;
}
.pr-8 {
    padding-right: 8px;
}

.pt-10 {
	padding-top: 10px;  
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ml-16 {
    margin-left: 16px;
} 
.mt-10 {
	margin-top:10px;
}

a#phone_top:hover {
    color: #fff!important;
}

.line-height {
     line-height: 21px !important;
}

.step-1 {
	border-left: none;
}

.bg-black {
	background: #282828;
}

#copy {
	background: #282828;
}

#top_line {
	background: #282828;
	margin-bottom: 0px;
}

.bg-footer {
	background: #282828;
	padding: 0;
}

footer .container >p {
	font-size: 16px;
	font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #f4f4f4;
    text-transform: uppercase;
    line-height: 80px;
}

input[type="checkbox"] { 
  filter:  hue-rotate(134deg) brightness(1.7);
}
/*.icheckbox_square-grey {
	position: u !important;
}*/
label.error {
    font-size: 11px;
    position: absolute;
    right:45px;
} 
.text-transform {
    text-transform: none !important;
}

#getaddress_input {
	/*max-width: 340px;*/
	font-size: 14px;
    color: #333;
    border-radius: 3px;
    height: 40px;
    padding: 6px 12px;
	line-height: 1.42857143;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

#getaddress_button {
	margin-left: 17px;
    padding: 9px 25px;
    font-size: 14px;
    background: #282828;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

#getaddress_dropdown {
	font-size: 14px;
    color: #333;
    border-radius: 3px;
    height: 40px;
    border-color: gainsboro;
}


@media  (max-width: 480px) {
  #getaddress_input {
  	width: 220px;
  }
}

@media  (max-width: 460px) {
  #getaddress_button {
     margin-left: 0;
     margin-top: 5px; 
    }
}

#getaddress_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
