/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #51c5f3;
	--cnvs-themecolor-rgb: 102, 204, 255;
	--cnvs-body-bg: #F3FBFE;
	--cnvs-heading-color: #005496;
	
}
.btn-outline-secondary {
	
	--bs-btn-active-bg: rgb(157, 218, 244) !important;
}
html,
section 
	{
		font-family: 'Poppins' !important;
		/* font-size: 22px; */
		color: #72AEC8 !important;
	}

.text-dark {
	color: #72AEC8 !important;
}

.bg-color-dark {
	background-color: #72AEC8;
}

.bg-color-web {
	background-color: #ecf6fa;
}

.card {
	border-radius: 10px;
	border: 0;
	padding: 5px;
}

#slider img {
	border-radius: 0px;
}
img {
	border-radius: 10px;
}

.bi-star-fill {
	color: orange !important;
}

/* product detail */
.btn-outline-primary {
	border-radius:10px;
	color: #005496 !important;
}

.variant-area {
	background-color: white;
	padding: 10px;
	border-radius: 10px;
}

.add-cart{
	--cnvs-btn-color : #00ADEE !important;
}

.checkout{
	--cnvs-btn-color : #005496 !important;
	color: white !important;;
}

.add-cart:hover {
	--cnvs-btn-color : #428ec9 !important;
}

.checkout:hover {
	--cnvs-btn-color : #428ec9 !important;
}

.card-footer {
	background-color: rgb(255, 255, 255) !important;
}


h1,
a,
span,
strong,
div, 
p {
	color: #005496 !important; 
}

/* .text-start {
	color: white !important;
} */

.badge {
	color: white !important;
}
@media (max-width:960px) { 
	.news-owl {
		width: 254px !important;
		margin-right: 10px !important;
	}
}

.color-text-box {
	background-color: #E5F6FD;
}

.bg-card-general {
	background-color: #FFFFFF !important;
}

.note-submit{
	color: red !important;
}



