#top-bar-wrap {
	display: none;
}
#site-header {
	border-bottom: none !important;
}
#wrapper_box {
	border-radius: 37px;
	background: #FFF;
	padding: 30px;
	padding-top: 5px !important;
}
#prod_sec {
	position: relative;
	margin-top: -30px;
}
#prod_sec::before {
	content: '' !important;
	position: absolute !important;
	background-image: url('https://vapestics.com/wp-content/uploads/2026/08/top_curve.webp');
	background-repeat: no-repeat;
	width: 100% !important;
	height: 58px !important;
	top: -31px;
	background-size: cover;
	background-position: top center;
}
#prod_sec::after {
	content: '';
	position: absolute;
	background-image: url('https://vapestics.com/wp-content/uploads/2026/08/bottom_curve.webp');
	background-repeat: no-repeat;
	width: 100% !important;
	height: 58px !important;
	background-size: cover;
	background-position: bottom center;
	bottom: -29px;
}
.number {
	width: 22px;
	height: 22px;
	background: #fff;
	color: #C0141F;
	font-family: Montserrat;
	font-size: 8.842px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
#back_top li a {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}
#product_card {
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
	padding: 20px;
}
#product_card .elementor-button-link {
	border-radius: 40px;
	background: #310B72;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.07);
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product_card .elementor-button-link .elementor-button-icon {
	margin-left: 5px;
}
#ratings_wrapper .elementor-image-box-content, 
#ratings_wrapper .elementor-image-box-description {
	width: 54%;
}
#feature_prod .swiper-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
#product_card h3 {
	color: #262626;
	text-align: left;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#product_card .amount {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	font-family: Montserrat;
}
#acc-wrapper summary {
	border-radius: 100px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
}
#acc-wrapper .e-n-accordion-item-title-header {
	width: 100%;
}
#step-para {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 20px;
	min-height: 100px;
}
#acc-wrapper details {
	margin-bottom: 15px;
}
#acc-wrapper .e-n-accordion-item-title[aria-expanded="true"] {
	border-radius: 103px !important;
	border: 1px solid #310B72 !important;
	background: rgba(49, 11, 114, 0.05) !important;
}