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

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

.note-editable{
    background-color: #ffffff !important;
}

[bp-section="crud-operation-create"] .note-editable{
	/* Your styles for the create operation */
	background-color: #ffffff;
}

.menu-link {
	font-size: 18px !important;
}
.owl-nav button {
	height: 40px !important;
	width: 40px !important;
	background-color: #d1372d !important;
	color: #ffffff !important;
	border-radius: 50% !important;
}

.owl-nav button:hover,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
	background-color: #b52a23 !important;
	color: #ffffff !important;
}

@media (max-width: 768px) {
	.swiper-tab-link .swiper-tab-title {
		width: 100%;
	}
	.owl-dots{
		display: none !important;
	}

	.owl-next {
		right: 0 !important;
		opacity: 1 !important;
	}

	.owl-prev {
		left: 0 !important;
		opacity: 1 !important;
	}
}