.color-setting {
	color: #194E9A;
}
.color-setting:hover {
	color: #194E9A !important;
}
.active>.color-setting {
	color: #194E9A !important;
}
.bg-setting {
	background-color: #194E9A !important;
}
.btn-setting {
	color: #FFF !important;
	background: #194E9A;
}
.btn-setting:hover, .btn-setting:focus {
	color: #194E9A !important;
	background: #FFF; 
	outline: 0;
}

.btn-setting-red {
    background: #DB1C23 !important;
	color: #FFF;
}
.btn-setting-red:hover, .btn-setting-red:focus {
	background: #FFF !important;
	color: #DB1C23; 
	outline: 0;
}

.btn-setting-2 {
	color: #194E9A !important;
}
.btn-setting-2:hover, .btn-setting-2:focus {
	color: #FFF !important;
	background: #194E9A; 
	outline: 0;
}

.active>.btn-setting {
	color: #FFF !important;
	background: #194E9A !important;
}
.bd-color-setting {
	border-color: #194E9A;
}
.bd-color-setting-red {
	border-color: #DB1C23;
}
.bd-color-setting:hover {
	border-color: #194E9A !important;
}
.bd-color-setting-red:hover {
	border-color: #DB1C23 !important;
}
.detail-slider .slick-current>.bd-color-setting{
	border: 1px solid #194E9A;
}
.bd-color-left-setting {
	border-color: #194E9A !important;
}
.btn-success.active.focus{
	background-color: #194E9A !important;
	border-color: #194E9A !important;
}
.btn-success.active{
	background-color: #194E9A !important;
	border-color: #194E9A !important;
}
.slider-price span{
	background: #194E9A !important;
}
.slider-price .ui-widget-header {
    background: #194E9A;
}
.btn-shopnow {
	color: #194E9A;
}