.bg-color-custom {
	background-color: #db4437;
}

.bg-color-custom-2 {
	background-color: #db4437 !important;
}

.bg-color-custom-2:hover {
	color: #fff;
	font-weight: 600;
}

.btn-color-custom-1 {
	color: #db4437 !important;
	border-color: #db4437 !important;
}

.btn-color-custom-1:hover {
	color: #db4437;
}

.color-custom a {
	color: #db4437;
}

.color-custom {
	color: #db4437;
}

.bg-tab-checkout {
	background-color: #db4437 !important;
}

.border-top-custom-1 {
	border-top : solid 4px #db4437 !important;
}

.border-color-1 {
	border-color: #db4437 !important;
}