@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*==BASIC-SETUP==*/
body {
  font-family: "Open Sans", serif;
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  background: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

p {
	line-height: 26px;
}

h2 {
	font-family: "Montserrat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 46px;
	color: #212529;
	margin: 0;
}


/* Scroll top START */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.3); 
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.d-hide{
    display:none !important;
    
}
.m-hide{
    display:block!important;;
    
}
.progress-wrap::before {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black; 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2); 
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Scroll top END */


.top_bar img {
	width: 100%;
}

.top_bar_2 {
	display: none;
	padding-bottom: 20px;
}
.scraped-container-wdt{
    max-width:1200px;
    margin:0 auto;
}

.hero_area {
	padding: 40px 0 65px;
	background-color: #FAFAFA;
}

.hero_area .scraped-container {
	max-width: 1430px;
}

.hero_inner {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.hero_left {
	width: 58%;
	max-width: 795px;
	border-radius: 8px;
	background: #F4EEEE;;
	padding: 30px 130px 30px 60px;
}

.hero_left ul li {
	display: flex;
	align-items: flex-start;
	color: #2F2F2F;
	line-height: 26px;
	font-size: 17px;
	padding: 0 0 10px;
}

.hero_right {
	width: 42%;
}

.hero_left h1 {
	font-family: "Montserrat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #212529;
}

.hero_left h1 span {
	color: #985d5a;
}

.hero_left p {
	max-width: 575px;
	margin: 10px 0;
	color: #2F2F2F;
	line-height: 26px;
	font-size: 17px;
}

.hero_left p strong {
	color: #2F2F2F;
}

.hero_left ul {
	max-width: 475px;
}

.hero_left ul li {
	display: flex;
	align-items: flex-start;
	padding: 0 0 10px;
}

.hero_left ul li img {
	margin-top: 0px;
	margin-right: 10px;
}

.main_btn a {
	font-family: "Montserrat", serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #985d5a;
	display: block;
	box-shadow: 0px 2px 7px 1px #00000030;
	transition: 0.2s;
	text-align: center;
	padding: 12px 0;
	border-radius: 10px;
	margin-top: 30px;
}

.main_btn a:hover {
	opacity: 0.8;
}

.payment_method img {
	padding: 15px 0;
}

.payment_method p {
	text-align: center;
	max-width: 100%;
}

.star p {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 10px;
}

.star img {
	margin-right: 7px;
}

.video_cnt {
	padding: 0;
}

.video_cnt video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.oda_left_top {
	background-color: #f4eeee;
	border-radius: 7.3px;
	border: 2px dashed #975D5A;
	margin-top: 45px;
	margin-bottom: 0;
}

.free_gift_title {
	background-color:#975D5A;
	border-radius: 50px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 0;
	margin-top: -30px;
}

.free_gift_title h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #ffffff;
	margin: 0;
}

.free_gift_cnt {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 60px;
	padding: 35px 10px 25px;
	position: relative;
}

.fgi_img {
	padding: 10px;
	border: 2px dashed#975D5A;
	border-radius: 9px;
}

.fgi_img img {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.gt {
	text-align: center;
	margin-top: -25px;
	margin-bottom: 10px;
}

.gt p {
	display: inline-block;
	text-align: center;
	padding: 5px;
	background-color: #975D5A;
	color: #ffffff;
	font-weight: 700;
	font-family: "Montserrat", serif;
	line-height: 17px;
	font-size: 12.16px;
	border-radius: 3px;
}

.free_gift_img h3 {
	font-weight: 700;
	font-family: "Montserrat", serif;
	font-size: 11.66px;
	color: #2F2F2F;
	margin: 10px 0 0;
	text-align: center;
}

.hero_sm {
	display: none;
}

.hero_left .order_todad_title {
	display: none;
}

.hero_left .giftbox_area {
	display: none;
}

.asseenon_area {
	background-color:#FAFAFA;
	padding-bottom: 53px;
}

.asseenon_area .scraped-container {
	max-width: 1390px;
}

.asstitle h3 {
	font-family: "Montserrat", serif;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 56px;
	color: #000000;
	margin: 0;
}

.rtn_area {
	background-color: #F4EEEE;
	padding: 56px 0;
}

.rtn_area .scraped-container {
	max-width: 1530px;
}

.rtn_title {
	text-align: center;
}

.rtn_title h2 {
	font-family: "Montserrat", serif;
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #212529;
	margin: 0 0 25px;
}

.rtn_inner {
	display: grid;
	grid-template-columns: repeat(5,1fr); 
	grid-gap: 20px;
}

.rtn_cnt {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 13px 0px rgba(9, 65, 60, 0.10);
	border-radius: 10px;
	text-align: center;
	padding-top: 48px;
	padding: 20px 20px;
	height: 370px;
}

.rtn_img img {
	width: 130px;
}

.rtn_cnt p {
	max-width: 260px;
	margin: 40px auto 0;
	line-height: 22px;
}

.rtn_btm {
	padding-top: 100px;
	display: grid;
	grid-template-columns: repeat(5,1fr); 
	grid-gap: 0;
}

.rtn_btm_cnt {
	text-align: center;
}

.rtn_btm_cnt p {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(152, 93, 90, 1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 10px 0 0;
}

.ttc_area {
	padding: 56px 0;
}

.ttc_inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 35px;
}

.ttc_left h2 {
	font-family: "Montserrat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 46px;
	color: #212529;
	margin: 5px 0 32px;
}

.ttc_left p strong {
	color: #2F2F2F;
}

.ttc_left p {
	margin: 0 0 32px;
}

.einfach_cnt {
	max-width: 450px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px 60px;
}

.einfach_cnt_inner {
	text-align: center;
}

.einfach_cnt_inner span {
	font-family: "Montserrat", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
	margin: 10px 0 0;
	display: block;
	text-align: center;
}

.ttc_right {
	text-align: right;
}

.ttc_right img{
	width: 100%;
	border-radius: 10px;
}

.ttc_left ul li {
	display: flex;
	align-items: flex-start;
	color: rgba(47, 47, 47, 1);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 25px;
}

.ttc_left ul li img {
	margin-right: 8px;
}

.ttc_area_2 {
	/* background-color: #F4EEEE; */
}

.ttc_area_2 .ttc_right {
	text-align: left !important;
}

.ttc_area_2 .ttc_left {
	padding-top: 0;
}

.ttc_area_3 .ttc_left {
	padding-top: 20px;
}

.ttc_area_3 .ttc_right {
	padding-top: 0;
}

.video_sm {
	display: none;
	padding-bottom: 10px;
}

.video_sm video {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.ttc_right img {
	max-width: 520px;
	border-radius: 10px;
}

.ttc_area_4 .ttc_left {
	padding-top: 0;
}

.ttc_left p {
	font-weight: 400;
}

.box_1 {
	background-color: #0D8390;
	border-radius: 9px;
	padding: 23px 50px 27px 23px;
	margin-bottom: 32px;
}

.box_1 p {
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
}

.box_1 p:first-of-type {
	margin: 0 0 20px;
}

.ttc_area_4 .ttc_right {
	padding-top: 155px;
}

.hif_area {
	background-color: #f4eeee;
	padding: 55px 0;
}

.hif_title {
	text-align: center;
	padding-bottom: 32px;
}

.hif_title p {
	font-size: 18px;
	font-weight: 500;
}

.hif_title p span {
	font-size: 14px;
	color: #2F2F2F;
}

.hif_title p img {
	width: 110px;
	margin: 0 5px;
}

.hif_cnt_wrapper {
	background-color: #FFFFFF;
	padding: 0 26px 21px 21px;
	border-radius: 10px;
}

.hif_cnt {
	padding-top: 40px;
}

.hif_img_cnt {
	display: flex;
	align-items: center;
}

.hif_img_cnt img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.hif_img_cnt h3 {
	font-size: 17px;
	font-weight: 700;
	color: #2F2F2F;
	margin: 0;
	margin-left: 11px;
}

.hif_cnt_rating {
	padding: 25px 0 10px;
}

.hif_cnt_rating h4 img {
	width: 100px;
	margin-right: 10px;
}

.hif_cnt_rating h4 {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: 700;
	color: #2F2F2F;
	margin: 0;
	flex-wrap: wrap;
}

.hif_cnt_span span {
	font-size: 17px;
	font-weight: 400;
	color: #2F2F2F;
	display: block;
	margin: 0 0 15px;
}

.hif_v_title h3 {
	font-size: 19px;
	font-weight: 700;
	color: #C45500;
	margin: 0 0 20px;
}

.hif_c_des p {
	font-weight: 400;
	margin: 0 0 15px;
}

.hif_c_des span {
	font-size: 15px;
	font-weight: 400;
	color: rgba(47, 47, 47, 0.78);
}

.hif_p {
	padding: 0 0 10px;
}

.inside_kit_area {
	padding: 56px 0;
}

.ik_inner {
	display: flex;
	align-items: center;
}

.ik_img {
	width: 50%;
}

.ik_right {
	width: 50%;
	padding-left: 50px;
}

.ik_right ul {
	padding-top: 35px;
}

.ik_right ul li {
	display: flex;
	align-items: flex-start;
	font-size: 17px;
	font-weight: 700;
	color: #2F2F2F;
	padding: 0 0 15px;
}

.ik_right ul li span {
	width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	background-color: rgb(152, 93, 90);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
	margin-right: 15px;
	margin-top: 5px;
}

.list_cnt {
	width: 100%;
}

.howto_use_area {
	padding: 55px 0;
	background-color: #f4eeee;
}

.htu_title {
	text-align: center;
	padding-bottom: 45px;
}

.htu_inner {
	display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}

.htu_cnt img {
	width: 100%;
	border-radius: 10px;
	margin: 20px 0;
}

.htu_cnt h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: rgb(152, 93, 90);
	margin: 0;
}
.htu_cnt {
    margin-right: 30px;
    flex-basis: 30%;
    margin-top: 20px;
}

.htu_cnt h5 {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color:  #434339;
	margin: 15px 0 0;
	display: none;
}

.htu_cnt h4 {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	color:  #434339;
	margin: 15px 0 0;
}

.htu_cnt p {
	font-weight: 400;
}

.htu_btm p {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	color: #2F2F2F;
	margin: 40px 0 0;
}

.htu_btm p strong {
	font-weight: 700;
}

.htu_btm p span {
	font-style: italic;
	font-weight: 600;
}

.order_today_area {
	padding: 55px 0;
}

.ot_title {
	text-align: center;
	padding-bottom: 32px;
}

.ot_cnt_wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 17px;
}

.oc_img {
	border-radius: 12px 12px 15px 15px;
	border: 2px solid #0D838F;
}

.oc_img h3 {
	font-size: 11px;
	font-weight: 700;
	background-color: #0D8390;
	text-align: center;
	color: #FFFFFF;
	padding: 7px;
	border-radius: 0 0 12px 12px;
}

.oc_title h3 {
	font-size: 20px;
	font-weight: 400;
	color: #2F2F2F;
	text-align: center;
	margin: 15px 0;
}

.oc_title h3 span {
	color: #E06C36;
}

.oc_des p {
	font-weight: 400;
}

.dlp_area {
	padding: 55px 0;
}

.dlp_title {
	padding-bottom: 70px;
	text-align: center;
}

.dlp_area .scraped-container {
	max-width: 1400px;
}

.dlp_inner {
	display: flex;
	align-items: flex-start;
}

.dlp_left {
	width: 55%;
	text-align: center;
}

.dlp_right {
	width: 45%;
}

.dlp_r_top {
	text-align: center;
}

.dlp_r_top h3 {
	font-size: 30px;
	font-weight: 700;
	color: #2F2F2F;
	margin: 0;
}

.dlp_r_top p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #2F2F2F;
	margin: 15px 0;
}

.dlp_r_top span {
	font-size: 17px;
	font-weight: 600;
	line-height: 30px;
	display: block;
	text-decoration: underline;
	color: #2F2F2F;
	margin: 15px 0;
}

.dlp_r_top h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0;
}

.dlp_r_top h4 del {
	font-weight: 400;
}

.dlp_r_top h4 span {
	color: #ED0000;
	font-weight: 700;
	margin: 0;
	margin-right: 10px;
}

.dlp_list ul {
	padding-left: 30px;
}

.dlp_list ul li {
	text-align: left;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	color: #2F2F2F;
	padding-bottom: 8px;
}

.dlp_list ul li span {
	width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	background-color: rgb(152, 93, 90);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
	margin-right: 15px;
	margin-top: 5px;
	line-height: 19px;
}

.dlp_list p {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	color: #2F2F2F;
	margin: 10px 0;
	text-align: center;
}

.list_cnt p {
	text-align: left !important;
	margin: 0 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: rgba(47, 47, 47, 1);
}

.list_cnt p small {
	font-size: 16px;
	font-weight: 400;
}



.free_s {
	padding: 15px 0;
}

.free_s a {
	font-family: "Montserrat", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #FCF8E3;
	border-radius: 10px;
	border: 1px solid #C5C7D2;
	text-align: center;
	color: #C8202F;
	font-weight: 700;
	font-size: 17px;
	padding: 15px 20px;
}

.free_s a img {
	margin-right: 10px;
}

.dlp_btm h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: rgb(152, 93, 90);
}

.dlp_btm h3 span {
	text-decoration: underline;
	color: #2F2F2F;
}

.dlp_btm p {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #2F2F2F;
	margin: 15px 0 0;
}

.c_reviwe_area {
	padding: 55px 0;
}

.c_r_title {
	text-align: center;
	padding-bottom: 32px;
}

.c_r_inner {
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 23px;
}

.c_r_cnt {
	box-shadow: 0px 0px 9px 1px #00000012;
	border-radius: 15px;
}

.c_r_img {
	border-radius: 15px 15px 0 0;
}

.c_r_s {
	text-align: center;
	margin-top: -30px;
}

.c_img img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.c_info {
	display: flex;
	align-items: flex-start;
	padding: 20px 20px;
}

.c_text {
	padding-left: 11px;
}

.c_text h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #2F2F2F;
	margin: 0;
}

.c_text h3 img {
	margin-left: 10px;
}

.c_text h4 {
	font-size: 13px;
	font-weight: 700;
	color: #2E408C;
	margin: 7px 0 0;
	text-decoration: underline;
}

.c_des p {
	padding: 0 20px 20px;
	font-weight: 400;
	font-size: 16px;
	padding-right: 26px;
}

.ttc_area_3 {
	background-color: rgba(244, 238, 238, 1);
	padding: 100px 0 200px;
	margin-bottom: -120px;
}

.ttc_area_3 h2 {
	margin: 0 0 10px;
}

.ttc_area_3 h3 {
	font-family: "Montserrat", serif;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 46px;
	color: rgba(47, 47, 47, 0.8);
}

.rg_area {
	background-color: #FBFBFB;
	padding: 55px 0;
}

.rg_area_2 {
	background-color: rgba(244, 238, 238, 1) !important;
	padding-bottom: 65px !important;
}

.rg_innner {
	max-width: 850px;
	margin: 0 auto;
}

.rg_title {
	text-align: center;
}

.rg_img {
	text-align: center;
}

.rg_img img {
	max-width: 360px;
	padding: 20px 0;
}

.rg_list p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 20px;
	color: rgba(47, 47, 47, 0.75);
}

.ttc_area_6 .ttc_left {
	padding-top: 60px;
}

/* FAQ AREA START  */

.faq_area {
	padding: 48px 0 60px;
}

.faq_title h2 {
	margin: 0 0 50px;
	text-align: center;
}

.faq_inner {
	max-width: 1050px;
	margin: 0 auto;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/eb6f3eb1-36e4-4a58-85f7-6d03e526f74b/down.png");  
	transform: rotate(-180deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 13px;
	height: 9px;
	margin-left: auto;
	content: "";
	background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/eb6f3eb1-36e4-4a58-85f7-6d03e526f74b/down.png");  
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: transform 0.2s ease-in-out;
}

.accordion-item {
	margin-bottom: 0;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.accordion-button {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 10px;
	font-size: 17px;
	font-weight: 700;
	color: #2F2F2F;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	border: none;
}

.accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion-item {
	border:0;
}

.accordion-body {
	padding: 10px;
	padding-right: 50px;
}

.accordion-body p {
	font-weight: 400;
	line-height: 30px;
}

.wm_area {
	padding: 85px 0 120px;
}

.wm_area .scraped-container {
	max-width: 1430px;
}

.wm_title {
	text-align: center;
}

.wm_title p {
	font-size: 22px;
	font-weight: 400;
	margin: 34px 0 42px;
}

.wm_table_area {
	box-shadow: 1px 1px 14.2px 0px #0000003B;
	border: 2px solid #975D5A;
	border-radius: 20px;
}

.wm_table_area table {
	width: 100%;
}

.wm_table_area th {
	font-family: "Montserrat", serif;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color: #2F2F2F;
	padding-top: 25px;
	padding-bottom: 25px;
}

.wm_table_area td {
	font-family: "Montserrat", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: rgba(151, 93, 90, 1);
	text-align: center;
	border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.wm_table_area .td_1 {
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 37%;
}

.th_1 {
	width: 37%;
	padding-top: 110px !important;
	text-align: left !important;
	padding-left: 25px !important;
}

.th_2, .th_3, .th_4 {
	width: 21%;
}

.th_2, .th_3, .th_4 {
	width: 21%;
}

.th_2 img, .th_3 img, .th_4 img {
	display: block;
	max-width: 80px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}



.td_2, .td_3, .td_4 {
	width: 21%;
	padding: 10px 28px;
}


.td_2 {
	background-color: rgba(244, 238, 238, 1);
}

.td_l {
	background-color: #ffffff !important;
	height: 65px;
}




.wm_sm_table {
	display: none;
}

.ttc_area_5 .ttc_right {
	padding-top: 0;
}

.f_P_sm {
	display: none;
}

.f_P_sm_3 {
	display: none;
}

.wm_sm_t {
	display: none;
}

.hero_video_sm {
	display: none;
}

.hero_sm .star p {
	text-align: center;
}

.hero_left_btm_sm {
	display: none;
	border-radius: 5px;
	background: #E7F1F2;
	padding: 16px 15px;
}

.video_sm img {
	width: 100%;
}

.testen-sie-area {
	padding: 40px 0;
}

.dw-title {
	text-align: center;
	padding-bottom: 30px;
}
  
.ts-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
  
.ts-cnt {
	text-align: center;
}
  
.ts-cnt img {
	width: 120px;
}
  
.ts-cnt h3 {
	margin: 12px 0;
	font-size: 18px;
	font-weight: 700;
	color: #3A291B;
}
  
.ts-cnt p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #3A291B;
}

.footer-area {
	padding: 40px 0;
	background-color: #EAE4DA;
}
  
.f-inner {
	text-align: center;
}

.f_logo {
	padding-bottom: 25px;
}
  
.f-l p {
	font-size: 16px;
	font-weight: 400;
	color: #2F2F2F;
	margin: 0 0 25px;
}
  
  
.f-r ul li {
	display: inline-block;
}
  
.f-r ul li a {
	display: inline;
	color: #2F2F2F;
	font-size: 16px;
	font-weight: 400;
}
  
.f-r p {
	font-size: 16px;
	font-weight: 400;
	color: #2F2F2F;
	margin: 0;
}

.das-sie-area {
	padding: 40px 0;
	background-color: rgb(244, 238, 238);
}
  
  .main-content {
	position: relative;
  }
  
  .main-content .owl-theme .custom-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
  }
  
  .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
	position: absolute;   
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
  }
  
  .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
	font-size: 30px;
	color: #3A291B;
  }
  
  .main-content .owl-theme .custom-nav .owl-prev {
	left: 0;
  }
  
  .main-content .owl-theme .custom-nav .owl-next {
	right: 0;
  }
  
  .das-slider-cnt img {
	width: 100%;
	border-radius: 15px;
	height: 370px;
	object-fit: cover;
  }
  
  .das-slider-cnt {
	text-align: center;
  }
  
  .das-slider-cnt h3 {
	font-size: 22px;
	font-weight: 700;
	color: #3A291B;
	margin: 15px 0;
  }
  
  .das-slider-cnt p {
	font-size: 16px;
	font-weight: 400;
	color: #3A291B;
	line-height: 26px;
  }
  
  .main-content .owl-theme .owl-dots .owl-dot {
	display: none;
  }
  
  .main-content2 .owl-theme .owl-dots .owl-dot {
	display: none;
  }
  
  .main-content3 .owl-theme .owl-dots .owl-dot {
	display: none;
  }
  
  
  .das-sie-area2 {
	background-color: #ffffff;
  }
  
  .main-content2 {
	position: relative;
  }
  
  .main-content2 .owl-theme .custom-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
  }
  .main-content3 .owl-theme .custom-nav {
	display: none;
  }
  
  .main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
	position: absolute;   
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
  }


  
  .main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
	font-size: 30px;
	color: #3A291B;
  }
  
  .main-content2 .owl-theme .custom-nav .owl-prev {
	left: 0;
  }
  
  .main-content2 .owl-theme .custom-nav .owl-next {
	right: 0;
  }
  
  .das-sie-area2 .das-slider-cnt img {
	height: initial;
  }
  
.main-content2 .ss-img img {
	width: 130px !important;
	height: 21px;
	margin: 0 auto;
	margin-top: 20px;
}
  
.das-sie-area2 .das-slider-cnt {
	border-radius: 15px;
	background-color: #f4eeee;
	height: 555px;
}
  
.das-sie-area2 .das-slider-cnt p{
	padding: 20px;
}
  
.das-sie-area3 .das-slider-cnt {
	background-color: #f4eeee;
	border-radius: 3px !important;
	padding: 25px !important;
	height: initial;
}
  
.das-sie-area3 .das-slider-cnt img {
	height: 300px;
	object-fit: cover;
	border-radius: 3px;
}
  
.rg_area {
	background-color: #FBFBFB;
	padding: 55px 0 30px;
}

.rg_im {
	text-align: center;
	margin-top: 20px;
}

.rg_innner {
	max-width: 850px;
	margin: 0 auto;
}

.rg_title {
	text-align: center;
}

.rg_img {
	text-align: center;
}

.rg_img img {
	max-width: 360px;
	padding: 20px 0;
}

.rg_list p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 20px;
	color: rgba(47, 47, 47, 0.75);
}



.ingredients_area {
	padding: 60px 0;
}

.ingredients_title h2 {
	text-align: center;
	padding-bottom: 50px;
}

.ingredients_inner {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px 30px;
}

.ingredients_cnt {
	background-color: #f4eeee;
	padding: 15px;
	border-radius: 12px;
	text-align: center;
}

.ingredients_img img {
	width: 100%;
}

.ingredients_cnt h3 {
	font-size: 20px;
	color: #000000;
	margin: 15px 0;
}

.ingredients_cnt p {
	color: #000000;
}

.ca_cnt {
	display: flex;
	align-items: center;
	border-left: 1px solid #0000004D;
	padding-left: 50px;
}

.ca_cnt img {
	width: 35px !important;
	margin-right: 15px;
}

.ca_cnt p {
	font-size: 17px;
	font-weight: 700;
}

.rg_vi_area {
	padding-top: 30px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px 30px;
	max-width: 80%;
	margin: 0 auto;
}

.vi_img img {
	border-radius: 15px;
}

.kunden_area {
	background-color: rgb(152, 93, 90);
	padding: 50px 0;
	z-index: 9999;
}

.kunden_title h2 {
	font-family: "Montserrat", serif;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	margin: 0 0 50px;
}

.kunden_inner {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
	max-width: 80%;
	margin: 0 auto;
}

.kunden_cnt {
	background-color: #F4EEEE;
	border-radius: 24px;
}

.k_text {
	padding: 20px;
	
}

.k_text img {
	text-align: center;
	display: block;
	margin: 5px auto;
}

.k_text h3 {
	font-family: "Montserrat", serif;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	margin-bottom:10px;
}

.k_text ul {
	padding-left: 20px;
}

.k_text ul li {
	font-family: "Montserrat", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #000000;
	margin: 0;
	padding: 0 0 10px;
	list-style-type: disc;
}

.kunden_img img {
	width: 100%;
}

.carousel {
	padding: 50px 0;
}


.video_cnt img {
	width: 100%;
}

.faq_inner_top {
	padding: 20px 0 0;
}

.faq_inner_top .accordion-item {
	background-color: transparent !important;
}

.faq_inner_top  .accordion-button:not(.collapsed) {
	background-color: transparent !important;
}

.faq_inner_top  .accordion-button {
	background-color: transparent !important;
}

.s_1 img {
	width: 100%;
}

.s_1 {
	margin-bottom: -20px;
}

.s_2 img {
	width: 100%;
}

.das_konnen_area {
	background-color: rgba(244, 238, 238, 1);
	padding: 185px 0 85px;
	margin-top: -140px;
}

.das_konnen_title h2 {
	text-align: center;
	font-family: "Montserrat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 46px;
	color: rgba(33, 37, 41, 1);
	margin: 0 0 50px;
}

.das_konnen_inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 170px;
}

.das_konnen_img img {
	width: 100%;
}

.das_konnen_img h3 {
	position: relative;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	font-family: "Montserrat", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	padding: 3px;
	color: rgba(33, 37, 41, 1);
	margin-top: -60px;
}

.asseenon_area {
	overflow-x: hidden;
}

.slide {
	padding-top: 30px;
	display: flex;
	/*width: fit-content;
	animation: scroll 50s linear infinite;*/
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
  
.slide img {
	height: auto;
	margin-right: 90px;
	width: 100px;
}
  
@keyframes scroll {
	0%{
	  transform: translateX(0%);
	}
	100%{
	  transform: translateX(-100%);
	}
}
.logo-sec img {
    max-width: 350px;
}
.logo-sec {
    padding: 15px 0;
}
/* HERO SECTION START */
.product-slider-area {
	padding: 40px 0;
}
  
.ps-inner {
display: grid;
grid-template-columns: 3fr 2fr; /* 60% and 40% ratio */
grid-gap: 30px;
font-family:"montserrat", serif;
}
  
.ps-left {
	position: relative;
	padding-top: 0;
}
  
  .image-gallery {
	display: flex;
	align-items: flex-start;
  }
  
  
  .main-image {
	width: 90%;
	padding-left: 30px;
  }
  
  .image-gallery img {
	width: 100%;
	border-radius: 15px;
	
	object-fit: cover;
  }
  
  .img-btn-wrap {
	display: block;
	padding-top: 0;
	width: 10%;
  }
  
  .img-btn {
	margin-bottom: 5px;
  }
  
  .img-btn img {
	border-radius: 10px;
	max-width: 60px;
	height: 60px;
	object-fit: cover;
  }
  
   .small-image {
	width: 100%;
	cursor: pointer;
  }
  
  .mir_img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
  }
  
  .img-btn-l {
	margin-right: 0;
  }
  
  .prev-btn {
	position: absolute;
	top: 13%;
	left: 85px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0;
  }
  
  .next-btn {
	position: absolute;
	top: 13%;
	right: 0;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0;
  }
  
  .main_img_reviwe {
	display: flex;
	align-items: flex-start;
	padding-left: 80px;
	padding-top:15px;
	
  }
  
  .mir_t {
	padding-left: 15px;
  }
  
  .mir_t p {
	font-size: 14px;
	color: #121212;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 0px;
	font-style: italic;
  }
  
  .mir_t h4 {
	font-size: 14px;
	font-weight: 700;
	color: #121212;
	margin: 7px 0 0;
  }
  
  .ps-r-top span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: rgb(61, 61, 61);
	margin: 0;
  }
  
  .ps-r-top span img {
	max-width: 80px;
	margin-right: 8px;
  }
  
  .ps-r-top h2 {
	color: #3a291b;
	font-size: 30px;
	font-weight: 700;
	margin: 5px 0 0;
  }
  
  .ps-r-top p {
	line-height: 1.65em;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: underline;
	transition: 0.2s;
	cursor: pointer;
  }
  
  .ps-r-top p:hover {
	color: #975D5A;
  }
  
  .price-details {
	display: flex;
	align-items: center;
	margin:10px 0 0px 0;
  }
  
  .a-price del {
	color: #272727;
	font-size: 17px;
	margin-right: 5px;
	font-weight: 400;
  }
  
  .o-price h3 {
	color: #975d5a;
	font-size: 22px;
	margin-right: 5px;
	font-weight: 600;
  }
  
  .current-price {
	color: #975d5a;
	font-size: 22px;
	margin-right: 5px;
	font-weight: 600;
  }
  
  .discount-price {
	color: #272727;
	font-size: 17px;
	margin-right: 5px;
	font-weight: 400;
	text-decoration: line-through;
  }
  
  .offer-t p {
	padding: 7px;
	font-size: 12px;
	color: #fff;
	background: #975d5a;
	font-weight: 600;
	border-radius: 3px;
	margin-left: 8px;
  }
  
  .ps-r-list ul li {
	display: flex;
	align-items: flex-start;
	color:#121212;
	font-size: 16px;
	font-weight: 400;
	margin-bottom:10px;
	line-height: 24px;
  }
  
  .ps-r-list ul li svg {
	max-width: 22px;
	margin-right: 7px;
	margin-top: 3px;
  }
  
  .ps-r-list ul li svg{
	color: #975d5a;
  }
  .ps-r-list ul li span{
      font-weight:500;
      
      
  }
  

  
  /*==== custom-radio button =====*/
  
  .rb-title h3 {
	  font-size: 16px;
	  font-weight: 700;
	  color: #000000;
	  
  }
  
  .rb-title p {
	  font-size: 14px;
	  font-weight: 400;
	  color: #000000;
	  margin: 0;
  }
  
  .rb-img img {
	  max-width: 100px;
	  width: 100%;
  }
  
  .rb-price h4 {
	  font-size: 16px;
	  font-weight: 600;
	  color: #000000;
	  margin: 0;
  }
  
  .rb-price h4 del {
	font-weight: 400;
  }
  
  .rb-price p {
	  font-size: 14px;
	  font-weight: 700;
	  color:  #975D5A;
	  margin: 0;
  }
  
  .rb-img {
	  padding-left: 45px;
  }
  
  .rb-price {
	  text-align: right;
	  padding-left: 0;
  }
  
  .custom-radio-btn-wrapper {
	  max-width: 570px;
	  margin: 20px auto 0;
  }
  
  .custom-radio_button {
	  display: flex;
	  align-items: center;
	  margin-bottom: 20px;
	  position: relative;
  }
  
  .free-s-b {
	  padding: 5px 7px;
	  width: 155px;
	  border-radius: 5px;
	border: 1px solid #975D5A;
	  text-align: center;
	  position: absolute;
	  top: -15px;
	  background: #fff;
	  left: 50px;
  }
  
  .free-s-b p {
	  font-size: 13px;
	  font-weight: 600;
	  color: #000000;
  }
  
  .most-p {
	  width: 130px;
	  background-color: #00cac8;
	  padding: 4px 10px;
	  border-bottom-left-radius: 5px;
	  border-bottom-right-radius: 5px;
	  position: absolute;
	  top: -12px;
	  right: 20px;
	  text-align: center;
  }
  
  .most-p::before {
	  border-bottom-color: #5d8f70;
	  left: -8px;
	  border-left: 8px solid transparent;
	  display: block;
	  position: absolute;
	  top: 0;
	  width: 0;
	  height: 0;
	  content: "";
	  border-bottom-width: 12px;
	  border-bottom-style: solid;
	  filter: brightness(.7);
  }
  
  .most-p::after {
	  border-bottom-color: #5d8f70;
	  right: -7px;
	  border-right: 8px solid transparent;
	  display: block;
	  position: absolute;
	  top: 0;
	  width: 0;
	  height: 0;
	  content: "";
	  border-bottom-width: 12px;
	  border-bottom-style: solid;
	  filter: brightness(.7);
  }
  
  .most-p2 {
	  background-color: #f7dc5a;
  }
  
  .most-p p {
	  font-size: 13px;
	  font-weight: 600;
	  color: #ffffff;
	  text-transform: capitalize;
  }
  
  .most-p2 p {
	  color: #000000;
  }
  
  .custom-radio_button [type="radio"]:checked,
  .custom-radio_button [type="radio"]:not(:checked) {
	  position: absolute;
	  left: -9999px;
  }
  
  .custom-radio_button [type="radio"]:checked + label,
  .custom-radio_button [type="radio"]:not(:checked) + label {
	  position: relative;
	  padding-left: 30px;
	  cursor: pointer;
	  color: #000;
	  font-size: 16px;
	  font-weight: 400;
	  margin: 0;
  }
  
  .custom-radio_button [type="radio"]:checked + label:before,
  .custom-radio_button [type="radio"]:not(:checked) + label:before {
	  content: '';
	  position: absolute;
	  left: 20px;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 20px;
	  height: 20px;
	  border: 2px solid #71717C;
	  border-radius: 50%;
	  background: #fff;
	  opacity: 0;
  }
  
  .custom-radio_button [type="radio"]:checked + label:after,
  .custom-radio_button [type="radio"]:not(:checked) + label:after {
	  content: '';
	  width: 12px;
	  height: 12px;
	  background: #00cac8;
	  position: absolute;
	  left: 24px;
	  border-radius: 50%;
	  -webkit-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	  opacity: 0;
  }
  
  .custom-radio_button [type="radio"]:not(:checked) + label:after {
	  opacity: 0;
	  -webkit-transform: scale(0);
	  transform: scale(0);
  }
  
  .custom-radio_button [type="radio"]:checked + label:after {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  opacity: 0;
  }
  
  .custom-radio_button [type="radio"]:checked + label:before {
	  border-color: #00cac8;
  }
  
  .custom-radio_button [type="radio"]:not(:checked) + label,
  .custom-radio_button [type="radio"]:checked + label {
	  max-width: 570px;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  background: #ffffff;
	  border: 2px solid #dddcdc;
	  padding: 25px 17.5px 17.5px !important;
	  border-radius: 8px;
	  padding-left: 20px;
  }
  
  .custom-radio_button [type="radio"]:checked + label {
	  background: #E9DDDC;
	  border-color: #975D5A;
  }
  
  .radio-submit-btn{
	  max-width: 570px;
  }
  
  .radio-submit-btn a {
	  display: block;
	  text-align: center;
	  background-color: #00cac8;
	  color: #ffffff;
	  padding: 14px 0;
	  border-radius: 5px;
	  margin-bottom: 200px;
  }
  
  .custom-radio_button label {
	display: flex;
	justify-content: space-between;
  }
  .ps-r-btn-title p {
	font-size: 16px;
	font-weight: 500;
	color: #FF0000;
	margin: 0;
  }
  
  .ps-r-b-r svg {
	width: 15px;
  }
  
  .ps-r-main-btn a {
	text-align: center;
	display: block;
	transition: 0.2s;
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: rgb(151, 93, 90);
	box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 4px;
	margin: 15px 0;
  }
  
  .ps-r-main-btn a:hover {
	opacity: 0.8;
  }
  
  .ps-r-btm img {
	width: 100%;
  }
  
  .ps-r-btm-2 img {
	cursor: pointer;
	margin-top: 8px;
  }
  

/* HERO SECTION END */

.video_cnt img {
	width: 100%;
}

.faq_inner_top {
	padding: 20px 0 0;
}

.faq_inner_top .accordion-item {
	background-color: transparent !important;
}

.faq_inner_top  .accordion-button:not(.collapsed) {
	background-color: transparent !important;
}

.faq_inner_top  .accordion-button {
	background-color: transparent !important;
}
