@media (max-width: 575px) {
	p {font-size:0.8rem;} /*1rem = 16px*/
	.recipe-items .card-title {
	    font-size: 16px;line-height: 1.3;}
	.card-body {padding: 0.2rem 0.2rem;}
}
@media (max-width: 767.98px) {
	.heading-block h2 {
		font-size: 24px;
	}
}
.form-switch .form-check-input {
	border-color: #44ae5b!important;
	color: #44ae5b!important;
	transform: scale(1.8)!important;
}
.form-check-input:checked {
	background-color: #44ae5b!important;
}
.info-message {
	color: #00A0D1!important;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #44ae5b!important;
	background-color: #2fae46 !important;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
.datepicker-inline {
	transform: scale(1.2)!important;
	margin-left: 1rem;
	margin-top: 2rem;
}

/* Hide the browser's default checkbox */
.container input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #28a745;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
label {
	text-transform: none!important;
}

.quantity .add,
.quantity .sub {
	display: block;
	cursor: pointer;
	border: 0px transparent;
	padding: 0;
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #EEE;
	font-size: 1rem;
	font-weight: bold;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.quantity .add:hover,
.quantity .sub:hover { background-color: #DDD; }

.quantity .qty:focus,
.quantity .add:focus,
.quantity .sub:focus {
	box-shadow: none !important;
	outline: 0 !important;
}

.top-cart-item-image {
	border: 0px!important;

}
.top-cart-item-image a, .top-cart-item-image img {
	height: auto!important;
}
@media (max-width: 1200px) {
	#header-wrap::before {
		min-width: 74%!important;
	}
}
@media (max-width: 575px) {
	#logo {
		margin-right: 0px;
	}
	.header-misc {
		margin-left: 10px!important;
	}
}
.mega-menu {
position: relative!important;
}
.testi-content {
	font-size: 15px!important;
}
.menu-details {
	position: relative;
	padding: 5px;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	min-height:430px;
}
.datepicker td.disabled.day {
	background-color: #e4ecef;
	color: white;
	cursor: default;
	text-decoration: line-through;
}
/*fb*/
div._9ptk {
	max-width: 300px!important;
}
.testimonial-min-height {
	min-height: 350px;
}