body {
	font-family: "Poppins";
}

.navbar .megamenu {
	padding: 1rem;

}

.nav-link {
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	color: #000000 !important;
}

.nav-link:hover {
	color: #FFFFFF;
}

.thum img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.h4hd {
	font-family: "Poppins";
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration-line: none;
}

.subcatt {
	color: #000000 !important;
	font-family: "Poppins";
	font-size: 14px;
	text-decoration-line: none;
	padding: 3px 0;
	display: block;
}

.subcatt:hover {
	background-color: #EEEEEE;

}

.topbar {
	background-color: #cfbaf0;
	padding: 5px 0;
	text-align: center;

}

.topbar a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.hdr-button {
	background-color: #732c7b;
	border: solid 1px #732c7b;
}

.hdr-button:hover {
	background-color: #a5a5a5;
}

.imgfit {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.producttitle {
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}

.hdr-heading {
	color: #732c7b;
	line-height: 1;
	font-size: 4vw;
	font-weight: 500;
}

.hdr-subheading {
	color: #a5a5a5;

}

.box1 {
	background-color: #cfbaf0;
}

.box1 h3 {
	font-size: 40px;
}

.box2 h3 {
	font-size: 40px;
}

.box3 h3 {
	font-size: 40px;
}

.box2 {
	background-color: #cddafd;
}

.box3 {
	background-color: #fde2e4;
}

.handwrite {
	font-family: 'Ms Madi', cursive;
	font-weight: 400;
	font-size: 40px;
	margin: 0px;
	text-align: center;
	color: #732c7b;
}

.handwritesidebox {
	font-family: 'Ms Madi', cursive;
	font-weight: 400;
	font-size: 60px;
	margin: 0px;
	text-align: center;
	color: #732c7b;
	line-height: 0.5;
}

.whitefont {
	color: #FFFFFF !important;
}

.h1title {
	font-family: "Poppins";
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}

.title {
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 500;
	color: #732c7b;
	text-decoration: none;
}

.card {
	background-color: #F6F6F6;
}

.sideimage {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	background-position: top;
	background-size: cover;
	background-image: url('https://beautyprivatelabels.com/images/sideimage.png');
	background-size: 148%;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}

.sideimage2 {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	background-position: top;
	background-size: cover;
	background-image: url('https://beautyprivatelabels.com/images/supplements.png');
	background-size: 148%;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}

.sideimage:hover {
	background-size: 175%;
}

.sideimage2:hover {
	background-size: 175%;
}

/* ===== PAGE TITLE SECTION ===== */

#page-title {
	background: linear-gradient(135deg, #f9f5ff 0%, #ffffff 55%, #f4effe 100%);
	border-bottom: 1px solid rgba(115, 44, 123, 0.12);
	padding: 28px 0 22px;
	position: relative;
}

#page-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(to bottom, #732c7b, #cfbaf0);
}

#page-title h1 {
	font-size: 26px;
	font-weight: 500;
	color: #2a2a2a;
	margin: 8px 0 0;
	line-height: 1.35;
	font-family: "Poppins";
}

/* ===== BREADCRUMB ===== */

ol.breadcrumb {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	opacity: 1 !important;
}

ol.breadcrumb li {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #888;
	margin: 0;
}

/* Chevron separator between items */
ol.breadcrumb li + li::before {
	content: '\203A';
	font-size: 17px;
	line-height: 1;
	color: #c4a8d0;
	margin: 0 6px;
	font-weight: 300;
}

/* Hide legacy :after pseudo-element */
ol.breadcrumb li > :after {
	display: none !important;
	content: none !important;
}

/* Breadcrumb links */
ol.breadcrumb li a {
	color: #732c7b;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	transition: color 0.18s;
	white-space: nowrap;
}

ol.breadcrumb li a:hover {
	color: #5a1f62;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Current page label */
ol.breadcrumb li.active {
	color: #3d3d3d;
	font-weight: 500;
	white-space: nowrap;
}

/* Activate dead utility classes used across views */
.gradient-white { background: transparent; }
.padding-tb-30px { padding-top: 0; padding-bottom: 0; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.opacity-5 { opacity: 0.5; }

/* Mobile adjustments */
@media (max-width: 576px) {
	#page-title {
		padding: 20px 0 16px;
	}
	#page-title h1 {
		font-size: 20px;
	}
	ol.breadcrumb li a,
	ol.breadcrumb li.active {
		font-size: 12px;
	}
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

@media (max-width:500px) {
	.hdr-heading {
		color: #732c7b;
		line-height: 1;
		font-size: 12vw;
		font-weight: 600;
	}

	.mblogo {
		padding-top: 20px;
	}

	.sideimageht {
		height: 500px;
	}
}

/* ============ mobile view .end// ============ */