/** Shopify CDN: Minification failed

Line 11:22 Unexpected "-"
Line 3404:50 "ine-height" is not a known CSS property

**/
/* wmc-btf.css — Below The Fold styles for WMC/LCP product page
 * All styles scoped to .section-wmc-btf to avoid global conflicts.
 */

.section-wmc-btf .css - Below The Fold styles for WMC/LCP product page
 * All styles scoped to .section-wmc-btf to avoid global conflicts.
 */


.section-wmc-btf .hero_section {
	padding:25px 0 35px;
	}



.section-wmc-btf .hero_section-row {
	display: flex;
	align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:2rem;
    margin:0 auto 0;
    position: relative;
	}



.section-wmc-btf .product__media {width: 100%;}



.section-wmc-btf .product_media_inner {
	float:left;
	width:100%;
	}



.section-wmc-btf .product__details {padding: unset;width: 100%;}



.section-wmc-btf .produt_rev_text { font-size:14px; line-height:18px; color:#1d2e30; opacity:0.7; margin:0 0 5px;}



.section-wmc-btf .produt_rev_text img { width:75px; display:inline-block; vertical-align:middle; margin:-4px 5px 0 0;}



.section-wmc-btf .product__title {
    font-family: Altone, sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
	}



.section-wmc-btf .hero_prduct_price {
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin:8px 0 0;
	}



.section-wmc-btf .product__benefits {
    display: grid;
    font-size: .9375rem;
    gap:0;
    line-height: 1.35;
    margin:20px 0 25px;
	}



.section-wmc-btf .product__benefits::before {
	content: "WINTER SALE: up to 40% OFF";
	background-color: #f7f1e1;
	padding: 6px 12px;
	margin-bottom:12px;
	border-radius: 4px;
	border: 1.5px solid #1d2e30;
	width: fit-content;
	}



.section-wmc-btf .product__benefits li {
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	font-size:15px;
	column-gap:8px;
	margin-top:9px;
	}



.section-wmc-btf .product__benefits li svg {
    color: #3f858e;
    flex-shrink: 0;
	width:24px;
	margin-top:-3px;
	}



.section-wmc-btf .package_options__box {
	width:100%;
	margin:1.25rem auto 0;
	}



.section-wmc-btf .package_option_row {
	float:left;
	width:100%;
	border:0.06rem solid #000000;
	border-radius:5px;
	padding:15px;
	background:#fff;
	margin:0.3rem 0 1.6rem 0;
	position:relative;
	min-height:140px;
	
	-webkit-transition: all 0.5s ease, box-shadow 0.3s ease;
    transition: all 0.5s ease, box-shadow 0.3s ease;
	/*transition: box-shadow 0.3s ease;*/
	box-sizing: border-box;
	}



.section-wmc-btf .package_option_row.active {
	/*border:0.13rem solid #000000;*/
	box-shadow:0 3px 6px 4px rgba(0,0,0,0.1), inset 0 0 0 1px rgba(0,0,0,1);
	-webkit-box-shadow:0 3px 6px 4px rgba(0,0,0,0.1), inset 0 0 0 1px rgba(0,0,0,1);;
	
	-webkit-transition: all 0.5s ease, box-shadow 0.3s ease;
    transition: all 0.5s ease, box-shadow 0.3s ease;
	}



.section-wmc-btf .package_option_col {
	width:100%;
	cursor:pointer;
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	}



.section-wmc-btf .radio_opt {
	width:20px;
	padding:0;
	margin-top:0;
	}



.section-wmc-btf .radio_opt input[type='radio'] {
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}



.section-wmc-btf .radio_opt input[type='radio'] + span {
	width:16px;
	height:16px;
	border-radius:50%;
	border:1px solid #8e8f86;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	}



.section-wmc-btf .radio_opt input[type='radio']:checked + span {background:#fff; border:1px solid #000000;}



.section-wmc-btf .radio_opt input[type='radio']:checked + span:before {
	content:'';
	position:absolute;
	width:9px;
	height:9px;
	background:#1d3619;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}



.section-wmc-btf .package_col.active .radio_opt input[type='radio']:checked + span {border:1px solid #000000; background:none;}



.section-wmc-btf .package_col.active .radio_opt input[type='radio']:checked + span:before {background: #000000;}



.section-wmc-btf .best_strip {
	position:absolute;
	left:15px;
	top:-22px;
	padding:3px 12px 3px;
	background:#e79300;
	font-size:0.7rem;
	line-height:0.77rem;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border-radius:30px;
	letter-spacing:0.3px;
	}



.section-wmc-btf .most_popular {
	background:#00bf63;
	}



.section-wmc-btf .purchase_info {
	width:76%;
	text-align:left;
	padding-left:5px;
	}



.section-wmc-btf .purchase_product_title {
	font-size:0.8rem;
	line-height:1rem;
	font-weight:600;
	margin:0;
	color:#000;
	letter-spacing:-0.2px;
	}



.section-wmc-btf .purchase_product_title span {
	font-size:0.6rem;
	line-height:0.7rem;
	text-transform:uppercase;
	background:#3f858e;
	color:#fff;
	font-weight:700;
	border-radius:3px;
	padding:1px 4px;
	}



.section-wmc-btf .purchase_product_title .pro_color {
	background:#3f858e;
	}



.section-wmc-btf .purchase_product_title .ultra_color {
	background:#e79300;
	}



.section-wmc-btf .purchase_prduct_quty {
	font-size:0.7rem;
	line-height:0.9rem;
	margin:0.3rem 0 0 0;
	}



.section-wmc-btf ul.purchase_product_list {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	gap:10px;
	margin:1rem auto 0 0;
	width:98%;
	}



.section-wmc-btf .package_option_row1 ul.purchase_product_list {display: block !important;}



.section-wmc-btf ul.purchase_product_list li {
	width:23%;
	text-align:center;
	position: relative;
	}



.section-wmc-btf .prod_add_quty {
	position:absolute;
	font-size:0.5rem;
	width:15px;
	height:15px;
	background:#000;
	border-radius:50%;
	right:-3px;
	top:-12px;
	z-index:1;
	color:#fff;
	font-weight:500;
	display:flex;
    justify-content:center;
    align-items:center;
	}



.section-wmc-btf .prcs_product_box {
	border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
	aspect-ratio: 1;
    position:relative;
    overflow:visible;
	overflow:hidden;
	width:100%;
	max-width:100%;
	margin:0 auto;
	border:0.0625rem solid #3f858e;
	padding:5px;
	}



.section-wmc-btf ul.purchase_product_list li.prod_buy_list .prcs_product_box {border:0.0625rem solid #3f858e;}



.section-wmc-btf ul.purchase_product_list li.prd_free_list .prcs_product_box {border:0.122rem dashed #09bec7;}



.section-wmc-btf .prod_add_free {
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size:0.5rem;
	line-height:0.5rem;
	border-radius:2px;
	padding:3px 5px 2px;
	font-weight:600;
	background:#ff045b;
	color:#fff;
	z-index: 3;
	text-transform:uppercase;
	}



.section-wmc-btf .prcs_product_image {
	display:block;
	margin:0 auto;
	max-width:100%;
	}



.section-wmc-btf .purchase_priceBx {
	width:31%;
	text-align:right;
	padding-right:0;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
	}



.section-wmc-btf .regular_price {
	position:relative;
	font-size:0.8rem;
	line-height:1rem;
	margin:0 0 0.2rem;
	color:#484848;
	}



.section-wmc-btf .regular_price span { position:relative;}



.section-wmc-btf .regular_price span:after {
	position:absolute;
	content:"";
	top:49%;
	left:0;
	right:0;
	border-top:0.06rem solid #e40a3d;
	transform:rotate(-9deg);
	}



.section-wmc-btf .package_price {
	font-size:1.06rem;
	line-height:1.06rem;
	color:#000000;
	font-weight:700;
	margin:0;
	}



.section-wmc-btf .package_price_perpack {
	font-size:0.75rem;
	line-height:0.75rem;
	color:#484848;
	margin:0.5rem 0 0;
	}



.section-wmc-btf .product_choose_text {
	font-size:0.9rem;
	line-height:0.9rem;
	margin:0 auto 1.4rem;
	text-align:center;
	color:#ff7e00;
	font-weight:500;
	}



.section-wmc-btf .see_why_link {
	color:#ff7e00;
	text-decoration:underline;
	font-weight:600;
	margin-left:4px;
	}



.section-wmc-btf .package_option_info {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0.9rem auto 0;
	}



.section-wmc-btf .product_save_strip {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	font-size:1rem;
	line-height:1.1rem;
	color:#000;
	font-weight:500;
	background:#d5ffb6;
	border-radius:4px;
	padding:7px 5px 5px;
	text-transform:uppercase;
	margin:0;
	}



.section-wmc-btf .package_option_row.active .product_save_strip1 { display:none;}



.section-wmc-btf .purchase_priceBx .product_save_strip1 { width:70px; margin:0.6rem 0 0; font-size:0.76rem; line-height:0.78rem;}



.section-wmc-btf .purchase_priceBx .product_save_strip_always { width:70px; margin:0.6rem 0 0; font-size:0.76rem; line-height:0.78rem; white-space:nowrap;}



.section-wmc-btf .extra_benefit_box {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:1.2rem auto 0;
	}



.section-wmc-btf .extra_benefit_row {
	width:100%;
	margin:0.5rem auto 1.5rem;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	position:relative;
	}



.section-wmc-btf .extra_benefit_prod_box {
	border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
	aspect-ratio: 1;
    position:relative;
    overflow:visible;
	max-width:100%;
	margin:0;
	border:0.0625rem solid #3f858e;
	padding:5px;
	width:70px;
	}



.section-wmc-btf .extra_benefit_prod { display:block; max-width:100%;}



.section-wmc-btf .extra_benefit_prod_qty {
	position:absolute;
	font-size:0.8rem;
	width:22px;
	height:22px;
	background:#000;
	border-radius:50%;
	right:-6px;
	top:-20px;
	z-index:1;
	color:#fff;
	font-weight:500;
	display:flex;
    justify-content:center;
    align-items:center;
	}



.section-wmc-btf .extra_benefit_info {
	width:calc(100% - 85px);
	text-align:left;
	}



.section-wmc-btf .extra_benifit_prod_name {
	font-size:1rem;
	line-height:1.1rem;
	margin:0;
	color:#000;
	}



.section-wmc-btf .extra_benifit_prod_name span {
	font-weight:600;
	color:#3f858e;
	}



.section-wmc-btf .extra_benefit_text {
	font-size:0.8rem;
	line-height:0.8rem;
	margin:0.5rem 0 0;
	color:#878787;
	}



.section-wmc-btf .pick_scent_text {
	font-size:0.8rem;
	line-height:1rem;
	color:#000;
	position:relative;
	text-align:center;
	font-weight:500;
	margin:0 auto 1.1rem;
	}



.section-wmc-btf .pick_scent_text:before {
	position:absolute;
	left:0;
	right:0;
	top:49%;
	content:"";
	height:1px;
	background:#c8c8c8;
	}



.section-wmc-btf .pick_scent_text span {
	padding:0 5px;
	background:#fff;
	position:relative;
	}



.section-wmc-btf .pick_scent_row {
	width:100%;
	
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	}



.section-wmc-btf .pick_scent_col {
	width:49%;
	border:0.0625rem solid #000000;
	background:#fff;
	border-radius:4px;
	cursor:pointer;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	column-gap:8px;
	padding:10px 10px;
	min-height:46px;
	}



.section-wmc-btf .pick_scent_col.active {
	border:0.13rem solid #000000;
	}



.section-wmc-btf .pick_scent_icon {
	width:18px;
	margin-top:-2px;
	}



.section-wmc-btf .pick_scent_col p {
	font-size:0.8rem;
	line-height:1rem;
	font-weight:500;
	color:#000;
	margin:0;
	}



.section-wmc-btf .product_free_option {
	border:0.13rem dashed #09bec7;
	border-radius:8px;
	display:inline-block;
	position:relative;
	width:100%;
	margin:1.6rem auto 0;
	}



.section-wmc-btf .free_tag {
	position: absolute;
	left:20px;
	top: -24px;
	font-size:0.8rem;
	line-height:1rem;
	border-radius:2px;
	padding:3px 12px 3px;
	font-weight:600;
	background:#ff045b;
	color:#fff;
	z-index: 3;
	text-transform:uppercase;
	}



.section-wmc-btf .product_free_option_inr {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	padding:0.9rem;
	}



.section-wmc-btf .free_prod_box {
	width:70px;
	}



.section-wmc-btf .free_prod_conte {
	width:calc(100% - 80px);
	text-align:left;
	}



.section-wmc-btf .free_prod_title {
	font-size:0.9rem;
	line-height:1rem;
	font-weight:600;
	margin:0 0;
	}



.section-wmc-btf .free_prod_price {
	font-size:0.75rem;
	font-weight:normal;
	line-height:1rem;
	margin:0.3rem 0 0;
	}



.section-wmc-btf .free_prod_img {
	display:block;
	max-width:100%;
	}



.section-wmc-btf .button_box_cart {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:2rem auto 0;
	}



.section-wmc-btf .hero_section .button_box_cart { margin:0.3rem auto 0;}



.section-wmc-btf .common_button {
	width:100%;
	font-size:1.3rem;
	line-height:1.7rem;
	font-weight:700;
	margin:0;
	height:64px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	background:#9adbe8;
	border-radius:8px;
	text-transform:uppercase;
	text-align:center;
	}



.section-wmc-btf .buy_shop_btn {
	display:inline-block;
	width:100%;
	margin:1.3rem auto 0;
	}



.section-wmc-btf .shop_icon {
	display:block;
	width:100%;
	}



.section-wmc-btf ul.product_btn_list {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:1.8rem auto 0;
	}



.section-wmc-btf ul.product_btn_list li {
	text-align:center;
	padding:0 12px;
	position:relative;
	width:33.33%;
	}



.section-wmc-btf ul.product_btn_list li:after {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	right:0;
	border-right:1px solid #d2d2d2;
	}



.section-wmc-btf ul.product_btn_list li:first-child { padding-left:0;}



.section-wmc-btf ul.product_btn_list li:last-child { padding-right:0;}



.section-wmc-btf ul.product_btn_list li:last-child:after { display:none;}



.section-wmc-btf ul.product_btn_list li img {
	display:block;
	margin:0 auto;
	width:40px;
	}



.section-wmc-btf ul.product_btn_list li p {
	font-size:0.9rem;
	line-height:1.2rem;
	font-weight:400;
	margin:0.4rem auto 0;
	}



.section-wmc-btf .hero_info_box {
	display:inline-block;
	margin:20px auto 0;
	width:100%;
	}



.section-wmc-btf .hero_info_box_row {
	width:100%;
	border-bottom:0.06rem solid #b4b4b4;
	}



.section-wmc-btf .hero_info_box_row:last-child { border-bottom:none;}



.section-wmc-btf .her_info_row_title {
	font-size:1rem;
	line-height:1.5rem;
	color:#1e2425;
	font-weight:500;
	padding:12px 25px 12px 0;
	background:url(https://cdn2.videowise.com/custom-videos/thumbnails/1771588229478_fd22effc-6359-4fd5-8834-8729c3b8493d.webp) no-repeat right 5px center;
	background-size:14px;
	cursor: pointer;
	}



.section-wmc-btf .her_info_row_title.active {
	background:url(https://cdn2.videowise.com/custom-videos/thumbnails/1771588232820_af09adb1-1ebf-4963-bc1a-2cd0818a7531.webp) no-repeat right center;
	background-size:14px;
	}



.section-wmc-btf .her_info_row_content {
	width:100%;
	padding:0 0 10px 0;
	text-align:left;
	}



.section-wmc-btf .her_info_row_text {
	font-size:0.9rem;
	line-height:1.2rem;
	font-weight:400;
	margin:0 0 0.6rem 0;
	letter-spacing:0.3px;
	}


.section-wmc-btf .section1, 
.section-wmc-btf .section2, 
.section-wmc-btf .section4 {
	background: white;
}

.section-wmc-btf .section1 {
	float:left;
	width:100%;
	padding:30px 0 40px;
	}



.section-wmc-btf .progress_container {
	width:100%;
	max-width:235px;
	margin:0 auto 0.3rem;
	position:relative;
	text-align:center;
	}



.section-wmc-btf .progressbar {
	display:inline-block;
	vertical-align:top;
	width:88%;
	margin:0 auto;
	background:#d9d9d9;
	height:2px;	
	position:relative;
	}



.section-wmc-btf .prgress-1 {
	background:#00d0da;
	float:left;
	height:100%;
	position:relative;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	}



.section-wmc-btf ul.progress_list {
	float:left;
	width:100%;
	position:relative;
	z-index:7;
	margin-top:-41px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	}



.section-wmc-btf ul.progress_list li {
	text-align:center;
	position:relative;
	}



.section-wmc-btf ul.progress_list li span {
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	font-size:1rem;
	line-height:1.4rem;
	color:#171c1c;
	font-weight:600;
	background:#d9d9d9;
	border-radius:50%;
	position:relative;
	z-index:3;
	}



.section-wmc-btf ul.progress_list li.active span {
	background:#00d0da;
	color:#fff;
	}



.section-wmc-btf ul.progress_list li img {
	width:22px;
	display:block;
	margin:0 auto;
	}



.section-wmc-btf .section1_row {
	width:100%;
	margin:1rem auto 0;
	display:flex;
	align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
	position:relative;
	max-width:1030px;
	}



.section-wmc-btf .sec1_row_info {width:100%;text-align:center;}



.section-wmc-btf .common_heading {
	font-size:26px;
	line-height:32px;
	color:#324b50;
	font-weight:700;
	margin:0;
	}



.section-wmc-btf .common_text {
	font-size:17px;
	line-height:24px;
	margin:20px auto 0;
	font-weight:400;
	color:#1d2e30;
	text-align:center;
	letter-spacing:0.3px;
	}



.section-wmc-btf .section1_row .common_text { text-align:left;}



.section-wmc-btf .sec1_row_prod_box { display:inline-block; width:100%; margin:1.3rem 0 0;}



.section-wmc-btf .sec1_row_prod { display:block; margin:0 auto; max-width:100%; border-radius:10px;}



.section-wmc-btf .section1_cleaner_pro_row {
	width:100%;
	margin:2rem auto 0;
	display:flex;
	align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
	position:relative;
	max-width:1030px;
	}



.section-wmc-btf .section1_cleaner_pro_imgbox {
	display:inline-block;
	margin:1.1rem 0 0;
	width:100%;
	}



.section-wmc-btf .section1_cleaner_pro_img { display:block; margin:0 auto; max-width:100%; border:1px solid #6de5ee; border-radius:8px; padding:8px 0 0;}



.section-wmc-btf .section1_cleaner_pro_content {
	width:100%;
	text-align:left;
	}



.section-wmc-btf .se1_cleaner_pro_title {
	font-size:18px;
	line-height:26px;
	color:#3f858e;
	font-weight:600;
	margin:0 0;
	}



.section-wmc-btf .se1_cleaner_pro_text {
	font-size:18px;
	line-height:24px;
	color:#1d2e30;
	font-weight:600;
	margin:8px 0 0;
	}



.section-wmc-btf ul.se1_cleaner_pro_list {
	display:inline-block;
	width:100%;
	margin:-5px 0 0;
	}



.section-wmc-btf ul.se1_cleaner_pro_list li {
	text-align:left;
	display:flex;
	align-items:flex-start;
    flex-wrap:wrap;
    justify-content:space-between;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	margin:10px 0 0;
	padding-bottom:10px;
	}



.section-wmc-btf ul.se1_cleaner_pro_list li:last-child { border-bottom:none;}



.section-wmc-btf ul.se1_cleaner_pro_list li img {
	width:22px;
	margin-top:4px;
	}



.section-wmc-btf ul.se1_cleaner_pro_list li p {
	width:calc(100% - 35px);
	font-size:17px;
	line-height:24px;
	color:#111111;
	margin:0;
	padding-right:0;
	}



.section-wmc-btf .sec1_household_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:30px auto 0;
	max-width:1030px;
	gap:15px;
	}



.section-wmc-btf .sec1_household_col {
	width:100%;
	border:1px solid #c2c2c2;
	border-radius:5px;
	padding:10px 15px 15px;
	}



.section-wmc-btf .s1_household_col_header {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:0 0 10px;
	text-align:left;
	}



.section-wmc-btf .s1_hshold_header_text {
	width:calc(100% - 50px);
	color:#000;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .s1_hshold_header_icon_box {width:32px;}



.section-wmc-btf .s1_hshold_header_icon { display:block; max-width:100%;}



.section-wmc-btf .s1_household_bfr_aftr_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:15px auto 0;
	}



.section-wmc-btf .s1_household_bfr_box, .section-wmc-btf .s1_household_aftr_box {
	width:48.5%;
	position:relative;
	}



.section-wmc-btf .s1_household_bfr_img, .section-wmc-btf .s1_household_aftr_img {
	display:block;
	margin:0 auto;
	max-width:100%;
	}



.section-wmc-btf .s1_household_bfr_box p, .section-wmc-btf .s1_household_aftr_box p {
	position:absolute;
	left:10px;
	bottom:10px;
	padding:4px 10px 3px;
	font-size:12px;
	line-height:17px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	background:rgba(0,0,0,0.8);
	border-radius:5px;
	min-width:60px;
	text-align:center;
	margin:0;
	}



.section-wmc-btf .sec1_review_box {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	width:100%;
	margin:35px auto 0;
	padding:15px;
	border-radius:7px;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	}



.section-wmc-btf .s1_rev_star {
	display:block;
	margin:0 0 5px;
	width:83px;
	}



.section-wmc-btf .sec1_rev_text {
	font-size:16px;
	line-height:24px;
	color:#000;
	margin:10px 0 0;
	letter-spacing:0.3px;
	}



.section-wmc-btf .sec1_rev_name_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:20px 0 0;
	text-align:left;
	width:100%;
	}



.section-wmc-btf .sec1_rev_img_box {
	width:50px;
	margin:0;
	}



.section-wmc-btf .sec1_rev_img {
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}



.section-wmc-btf .sec1_rev_name_cont {
	width:calc(100% - 60px);
	text-align:left;
	margin:0;
	}



.section-wmc-btf .sec1_rev_name {
	font-size:15px;
	line-height:19px;
	color:#000;
	margin:0;
	}



.section-wmc-btf .sec1_rev_name span { font-weight:600;}



.section-wmc-btf .sec1_rev_verified {
	font-size:13px;
	line-height:17px;
	color:#000;
	margin:3px 0 0;
	}



.section-wmc-btf .verified_icon {
	width:16px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
	}



.section-wmc-btf .warning_strip {
	float:left;
	width:100%;
	padding:30px 0 35px;
	background:#f7f7f7;
	position:relative;
	}



.section-wmc-btf .warning_icon {
	position:absolute;
	width:30px;
	left:50%;
	top:-15px;
	margin-left:-15px;
	}



.section-wmc-btf .warn_think_text {
	font-size:20px;
	line-height:24px;
	font-weight:600;
	margin:0 0 0;
	text-align:center;
	color:#000;
	}



.section-wmc-btf .warning_strip .common_text { margin-top:10px;}



.section-wmc-btf .section2 {
	float:left;
	width:100%;
	padding:40px 0 5px;
	position:relative;
	}



.section-wmc-btf .s2_top_arw {
	position:absolute;
    left:50%;
    top:-17px;
    margin-left:-17px;
    width:34px;
	}



.section-wmc-btf .sec2_hero_img {
	display:block;
	margin:20px auto 10px;
	width:632px;
	border-radius:8px;
	}



.section-wmc-btf .section2_block {
	width:100%;
	max-width:1030px;
	margin:15px auto 0;
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction: column;
	}



.section-wmc-btf .section2_row {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	margin:20px 0 20px;
	position:relative;
	padding-left:40px;
	text-align:left;
	row-gap:15px;
	}



.section-wmc-btf .section2_row:last-child { margin-bottom:10px;}



.section-wmc-btf .section2_row:before {
	position: absolute;
    top:0;
    content:"";
    border-left:2px solid #3adce8;
    left:13px;
    bottom:-55px;
    /*height:var(--timeline-height-dynamic, 0px);
    transition:height 0.3s ease-out;
	
	transition: height 0.3s ease-out;*/
	z-index:1;
	}



.section-wmc-btf .section2_row2:before { display:none;}



.section-wmc-btf .section2_row:last-child:before { display:none;}



.section-wmc-btf .section2_row:after {
    position: absolute;
    top:0;
    content:"";
    border-left:2px solid #555555;
    left:13px;
    bottom:-55px;
    z-index:0;
	}



.section-wmc-btf .section2_row:last-child:before, .section-wmc-btf .section2_row:last-child:after { display:none;}



.section-wmc-btf .section2_row_step {
	position:absolute;
	left:0;
	top:0;
	width:28px;
	height:28px;
	background:#555555;
	border-radius:50%;
	font-size:15px;
	line-height:15px;
	color:#fff;
	font-weight:600;
	display:flex;
	display:-webkit-flex;
	align-items:center;
    justify-content:center;
	margin:0;
	z-index:2;
	}



.section-wmc-btf .section2_row_step.viewing {
    transform: scale(1);
    background: #6de5ee; 
    color: #fff;
	}



.section-wmc-btf .section2_row.active .section2_row_step {
    transform: scale(1);
    background: #6de5ee; 
    color: #fff;
	}



.section-wmc-btf .section2_row2.active .section2_row_step {
    transform: scale(1);
    background: #6de5ee; 
    color: #fff;
	}



.section-wmc-btf .section2_row_content_box {
	width:100%;
	text-align:left;
	}



.section-wmc-btf .sec2_row_title {
	font-size:21px;
	line-height:26px;
	color:#1d2e30;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .sec2_row_solved_text {
	display:inline-block;
	font-size:17px;
	line-height:25px;
	color:#000;
	background:#ffcece;
	margin:8px 0 0;
	padding:3px 10px;
	border-radius:4px;
	font-weight:600;
	transition: color 0.3s ease;
	}



.section-wmc-btf .section2_row.active .sec2_row_solved_text {
    color: #000;
	background:#ceffd6;
    font-weight: 600;
	}



.section-wmc-btf .solved_uns_icon {
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 6px 0 0;
	}



.section-wmc-btf .sec2_row_paragraph {
	font-size:17px;
	line-height:24px;
	color:#1d2e30;
	margin:15px 0 0;
	letter-spacing:0.3px;
	}



.section-wmc-btf .section2_row_img_box {
	width:100%;
	border:1px solid #ff0000;
	border-radius:10px;
	overflow:hidden;
	}



.section-wmc-btf .section2_row1 .section2_row_img_box { border:none; border-radius:0;}



.section-wmc-btf .section2_row_img {
	display:block;
	margin:0 auto;
	max-width:100%;
	}



.section-wmc-btf .sec2_good_text {
	font-size:20px;
	line-height:26px;
	color:#3f858e;
	margin:20px 0 0;
	font-weight:600;
	text-align:center;
	}



.section-wmc-btf .section2 .common_text { text-align:left;}



.section-wmc-btf .section3 {
	float:left;
	width:100%;
	padding:40px 0 40px;
	background:#fff;
	}



.section-wmc-btf .sec3_hero_img {
	display:block;
	margin:20px auto 10px;
	width:100%;
	border-radius:8px;
	}



.section-wmc-btf .section3 .common_text { text-align:left;}



.section-wmc-btf .section3_block {
	width:100%;
	max-width:570px;
	margin:30px auto 0;
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction: column;
	}



.section-wmc-btf .s3_block_text {
	font-size:17px;
	line-height:24px;
	color:#1d2e30;
	margin:0;
	font-weight:700;
	}



.section-wmc-btf .section3_inner {
	width:100%;
	position:relative;
	margin-top:10px;
	}



.section-wmc-btf .sec3_row {
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	margin:15px 0 10px;
	position:relative;
	padding-left:0;
	text-align:left;
	}



.section-wmc-btf .sec3_row:before {
	position:absolute;
	content:"";
	left:5px;
	border-left:2px solid #555555;
	top:0;
	bottom:-50px;
	}



.section-wmc-btf .sec3_row:first-child:before { top:42%;}



.section-wmc-btf .sec3_row:last-child:before { display:none;}



.section-wmc-btf .se3_row_iner {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
	width:calc(100% - 75px);
	}



.section-wmc-btf .sec3_row_point {
	width:12px;
	height:12px;
	background:#555555;
	border-radius:50%;
	margin-top:5px;
	position:relative;
	z-index:1;
	}



.section-wmc-btf .sec3_row_cont {
	width:94%;
	padding-left:15px;
	text-align:left;
	}



.section-wmc-btf .sec3_row_cont p {
	font-size:16px;
	line-height:22px;
	color:#1d2e30;
	font-weight:500;
	margin:0;
	}



.section-wmc-btf .sec3_row_iconbox { width:65px;}



.section-wmc-btf .sec3_row_icon {
	display:block;
	margin:0 auto;
	max-width:100%;
	}



.section-wmc-btf .section3_prod_warn_box {
	width:100%;
	max-width:630px;
	margin:30px auto 0;
	background:#ffeba5;
	padding:30px 15px 15px;
	text-align:center;
	position:relative;
	}



.section-wmc-btf .sec3_prod_warning_icon {
	position:absolute;
	left:50%;
	width:30px;
	margin-left:-15px;
	top:-15px;
	}



.section-wmc-btf .s3_prod_warn_text {
	font-size:17px;
	line-height:24px;
	color:#040404;
	font-weight:500;
	margin:0 0 15px;
	}



.section-wmc-btf .sec3_prod_warning_prod {
	display:inline-block;
	margin:5px auto 0;
	width:280px;
	max-width:100%;
	}



.section-wmc-btf .sec3_laundry_box {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:35px auto 0;
	max-width:1030px;
	row-gap:0;
	}



.section-wmc-btf .sec3_laundry_box_left {
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	row-gap:15px;
	}



.section-wmc-btf .sec3_laundry_box_img { max-width:100%; margin:10px 0 0; width:495px;}



.section-wmc-btf .sec3_laundry_box_img1 { box-shadow:0 0 0 2px #a3d4de; box-sizing:border-box; border-radius:10px;margin:20px 0 20px;}



.section-wmc-btf .sec3_laundry_box_right {
	width:100%;
	text-align:left;
	}



.section-wmc-btf .sec3_laundry_box_title {
	font-size:19px;
	line-height:25px;
	color:#1d2e30;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .sec3_laundry_box_title span { color:#3f858e;}



.section-wmc-btf .sec3_laundry_box_right .common_text { text-align:left;}



.section-wmc-btf ul.sec3_laundry_box_list {
	display:inline-block;
	width:100%;
	margin:10px 0 0;
	}



.section-wmc-btf ul.sec3_laundry_box_list li, .section-wmc-btf .sec4_laundry_box ul.sec3_laundry_box_list li {
	text-align:left;
	display:flex;
	align-items:flex-start;
    flex-wrap:wrap;
    justify-content:space-between;
	position:relative;
	border-bottom:1px solid #b3b3b3;
	margin:12px 0 0;
	padding-bottom:12px;
	}



.section-wmc-btf ul.sec3_laundry_box_list li:last-child { border-bottom:none;}



.section-wmc-btf ul.sec3_laundry_box_list li img {
	width:22px;
	margin-top:4px;
	}



.section-wmc-btf ul.sec3_laundry_box_list li p {
	width:calc(100% - 35px);
	font-size:17px;
	line-height:24px;
	color:#111111;
	margin:0;
	font-weight:500;
	}



.section-wmc-btf .section4 {
	float:left;
	width:100%;
	padding:45px 0 40px;
	position:relative;
	}



.section-wmc-btf .sec4_hero_img {
	display:block;
	margin:20px auto 10px;
	width:100%;
	border-radius:8px;
	border:1px solid #00d0da;
	}



.section-wmc-btf .section4 .common_text { text-align:left;}



.section-wmc-btf .sec4_row:before { bottom:-40px;}



.section-wmc-btf .sec4_row:first-child:before { top:24%;}



.section-wmc-btf .section4_prod_warn_box { padding:30px 15px 10px;}



.section-wmc-btf .sec4_bef_aftr_row {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:20px auto 0;
	max-width:100%;
	row-gap:20px;
	}



.section-wmc-btf .sec4_bef_aftr_img_box { width:100%;}



.section-wmc-btf .sec4_bef_aftr_img {
	display:block;
	max-width:100%;
	}



.section-wmc-btf .sec4_laundry_box_img1 { box-shadow:0 0 0 2px #a3d4de; box-sizing:border-box; border-radius:10px;margin:25px 0 10px;}



.section-wmc-btf .section5 {
	float:left;
	width:100%;
	padding:35px 0 35px;
	position:relative;
	background:#f0fefe;
	overflow:hidden;
	}



.section-wmc-btf .common_sub_heading {
	font-size:20px;
	line-height:24px;
	color:#3f858e;
	font-weight:600;
	margin:0 0 7px;
	}



.section-wmc-btf .section5 .common_text { text-align:left;}



.section-wmc-btf .sec5_product_box {
	width:100%;
	position:relative;
	width:100%;
	margin:25px auto 0;
	max-width:100%;
	}



.section-wmc-btf .sec5_product {
	display:block;
	max-width:none;
	width:calc(100% + 50px);
	margin:0 0 0 -25px;
	}



.section-wmc-btf .discount_seal {
	background:url(https://cdn2.videowise.com/custom-videos/thumbnails/1771589491029_a8ed27b7-59dc-4494-9f96-4df092acafd0.webp) no-repeat center center;
	background-size:100%;
	width:76px;
	height:76px;
	font-size:23px;
	line-height:22px;
	color:#fff;
	text-align:center;
	font-weight:500;
	position:absolute;
	right:45px;
	top:10px;
	padding:18px 0;
	}



.section-wmc-btf .discount_seal span { font-weight:700;}



.section-wmc-btf .section5_mid {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:30px auto 0;
	max-width:100%;
	}



.section-wmc-btf .s5_product_box_free_offer {
	padding:12px 10px;
	border-radius:5px;
	border:2px dashed #09bec7;
	margin:15px auto 0;
	background:#fff;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	position:relative;
	}



.section-wmc-btf .offer_free_text {
	position:absolute;
	left:20px;
	top: -22px;
	font-size:11px;
	line-height:13px;
	border-radius:2px;
	padding:3px 10px 3px;
	font-weight:600;
	background:#ff045b;
	color:#fff;
	z-index: 3;
	text-transform:uppercase;
	}



.section-wmc-btf .s5_free_offer_prodbx { width:65px;}



.section-wmc-btf .s5_free_offer_prod { max-width:100%;}



.section-wmc-btf .s5_free_ofr_prod_cont {width:calc(100% - 80px);text-align:left;margin: 0;}



.section-wmc-btf .s5_box2_free_offer .s5_free_offer_prodbx { width:65px;}



.section-wmc-btf .s5_box2_free_offer .s5_free_ofr_prod_cont {width:calc(100% - 80px);text-align:left;margin: 0;}



.section-wmc-btf .s5_free_ofr_prod_cont p {
	font-size:16px;
	line-height:20px;
	color:#000;
	margin:0;
	}



.section-wmc-btf .s5_free_ofr_prod_cont p span { font-weight:600;}



.section-wmc-btf .section5_row {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	margin:30px 0 30px;
	position:relative;
	padding-left:40px;
	text-align:left;
	row-gap:15px;
	}



.section-wmc-btf .section5_row:last-child {}



.section-wmc-btf .section5_row:before {
	position: absolute;
    top:0;
    content:"";
    border-left:2px solid #3adce8;
    left:13px;
    bottom:-65px;
    /*height:var(--timeline-height-dynamic, 0px);
    transition:height 0.3s ease-out;*/
	z-index:1;
	}



.section-wmc-btf .section5_row:last-child:before { display:none;}



.section-wmc-btf .section5_row:after {
    position: absolute;
    top:0;
    content:"";
    border-left:2px solid #555555;
    left:13px;
    bottom:-65px;
    z-index:0;
	}



.section-wmc-btf .section5_row:last-child:before, .section-wmc-btf .section5_row:last-child:after { display:none;}



.section-wmc-btf .section5_row_step {
	position:absolute;
	left:0;
	top:0;
	width:28px;
	height:28px;
	background:#555555;
	border-radius:50%;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:600;
	display:flex;
	display:-webkit-flex;
	align-items:center;
    justify-content:center;
	margin:0;
	z-index:2;
	}



.section-wmc-btf .section5_row_step.viewing {
    transform: scale(1);
    background: #6de5ee; 
    color: #fff;
	}



.section-wmc-btf .section5_row.active .section2_row_step {
    transform: scale(1);
    background: #6de5ee; 
    color: #fff;
	}



.section-wmc-btf .section5_row_content_box {
	width:100%;
	text-align:left;
	}



.section-wmc-btf .section5_row_img_m {
	position:absolute;
	width:140px;
	right:0;
	top:-40px;
	}



.section-wmc-btf .section5_row_img_m2 { right:20px;}



.section-wmc-btf .section5_row_img_m3 { right:-10px;}



.section-wmc-btf .sec5_row_title {
	font-size:20px;
	line-height:26px;
	color:#1d2e30;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .sec5_row_solved_text {
	display:inline-block;
	font-size:16px;
	line-height:22px;
	color:#000;
	background:#ffcece;
	margin:8px 0 0;
	padding:3px 10px;
	border-radius:4px;
	font-weight:600;
	transition: color 0.3s ease;
	}



.section-wmc-btf .section5_row.active .sec5_row_solved_text {
    color: #000;
	background:#ceffd6;
    font-weight: 600;
	}



.section-wmc-btf .solved_uns_icon {
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 4px 0 0;
	}



.section-wmc-btf .sec5_row_paragraph {
	font-size:17px;
	line-height:25px;
	color:#1d2e30;
	margin:35px 0 0;
	}



.section-wmc-btf .section5_row_img_box {
	width:100%;
	}



.section-wmc-btf .section5_row1 .section5_row_img_box { border:none; border-radius:0;}



.section-wmc-btf .section5_row_img {
	display:block;
	margin:0;
	max-width:70%;
	}



.section-wmc-btf .s5_box2_free_offer .s5_free_ofr_prod_cont p { font-weight:500;}



.section-wmc-btf .s5_box2_free_offer .s5_free_ofr_prod_cont h3 {
	font-size:18px;
	line-height:22px;
	color:#324b50;
	font-weight:600;
	margin:0 0 0;
	}



.section-wmc-btf .see_differ_text {
	font-size:22px;
	line-height:26px;
	color:#324b50;
	font-weight:600;
	margin:25px auto 0;
	}



.section-wmc-btf .sec5_difference_box {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
	width:calc(100% + 10px);
	margin:30px 0 0 -5px;
	max-width:none;
	row-gap:0;
	padding:0 0;
	}



.section-wmc-btf .sec5_difference_col {
	width:48.5%;
	}



.section-wmc-btf .sec5_diffe_col_img_box {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	overflow:hidden;
	border-radius:8px;
	background:#e6e6e6;
	text-align:center;
	}



.section-wmc-btf .sec5_difference_col:nth-child(2) .sec5_diffe_col_img_box { background:#3adce8;}



.section-wmc-btf .sec5_difference_col_header {
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:600;
	margin:0;
	padding:8px 5px;
	}



.section-wmc-btf .sec5_difference_col:nth-child(2) .sec5_difference_col_header { color:#fff;}



.section-wmc-btf .sec5_difference_col_img {
	display:block;
	max-width:100%;
	}



.section-wmc-btf .sec5_difference_col_text {
	font-size:15px;
	line-height:20px;
	color:#000;
	margin:10px 0 0;
	text-align:left;
	}



.section-wmc-btf .button_com_box {
	width:100%;
	max-width:470px;
	margin:25px auto 0;
	}



.section-wmc-btf .button_com_box .common_button {
	flex-direction:column;
	align-items:center;
	font-size:21px;
	line-height:21px;
	color:#1d2e30;
	font-weight:600;
	}



.section-wmc-btf .button_com_box .common_button p {
	margin:2px 0 0;
	font-size:13px;
	line-height:19px;
	color:#1d2e30;
	font-weight:500;
	}



.section-wmc-btf .section6 {
	float:left;
	width:100%;
	padding:35px 0 35px;
	position:relative;
	background:#fff;
	overflow:hidden;
	}



.section-wmc-btf .rating_star {
	margin:20px auto 0;
	width:120px;
	}



.section-wmc-btf .rating_text {
	font-size:15px;
	line-height:20px;
	margin:10px auto 0;
	text-align:center;
	font-weight:500;
	}



.section-wmc-btf .review_box {
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:space-between;
	width:100%;
	margin:25px auto 0;
	max-width:none;
	row-gap:25px;
	}



.section-wmc-btf .review_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 0;
	padding:18px 15px 20px;
	border-radius:7px;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	}



.section-wmc-btf .s1_rev_star {
	display:block;
	margin:0 0 5px;
	width:83px;
	}



.section-wmc-btf .review_row_text {
	font-size:16px;
	line-height:22px;
	color:#1a1a1a;
	margin:10px 0 0;
	letter-spacing:-0.1px;
	}



.section-wmc-btf .review_name_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:20px 0 0;
	text-align:left;
	width:100%;
	}



.section-wmc-btf .review_name_img_box {
	width:50px;
	margin:0;
	}



.section-wmc-btf .review_name_img {
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}



.section-wmc-btf .review_name_row_cont {
	width:calc(100% - 60px);
	text-align:left;
	margin:0;
	}



.section-wmc-btf .review_name {
	font-size:15px;
	line-height:20px;
	color:#000;
	margin:0;
	}



.section-wmc-btf .review_name span { font-weight:600;}



.section-wmc-btf .review_name_verified {
	font-size:13px;
	line-height:18px;
	color:#000;
	margin:5px 0 0;
	}



.section-wmc-btf .verified_icon {
	width:16px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
	}



.section-wmc-btf .section7 {
	float:left;
	width:100%;
	padding:35px 0 35px;
	position:relative;
	background:#f5f5f5;
	overflow:hidden;
	}



.section-wmc-btf .text_leftmob.common_text { text-align:left;}



.section-wmc-btf .setion7_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 0;
	width:100%;
	max-width:100%;
	padding:0 15px;
	}



.section-wmc-btf .section7_col {
	width:100%;
	position:relative;
	text-align:center;
	padding:0 0 20px;
	margin:20px 0 0;
	}



.section-wmc-btf .section7_col:first-child { margin-top:0;}



.section-wmc-btf .section7_col:after {
	position:absolute;
	content:"";
	border-bottom:1px solid #cccdcf;
	left:0;
	bottom:0;
	right:0;
	}



.section-wmc-btf .section7_col:last-child { padding-bottom:0;}



.section-wmc-btf .section7_col:last-child:after { display:none;}



.section-wmc-btf .section7_col_img {
	display:block;
	margin:0 auto;
	width:185px;
	}



.section-wmc-btf .section7_col h3 {
	font-size:19px;
	line-height:27px;
	color:#232828;
	font-weight:700;
	margin:10px 0 0;
	}



.section-wmc-btf .section7_col p {
	font-size:17px;
	line-height:24px;
	color:#1d2e30;
	margin:10px 0 0;
	}



.section-wmc-btf .s7_timer_strip {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:25px auto 0;
	width:100%;
	max-width:100%;
	padding:10px 15px;
	background:#d6f2f6;
	}



.section-wmc-btf .s7_timer_icon_box {
	width:25px;
	}



.section-wmc-btf .s7_timer_icon { display:block; max-width:100%;}



.section-wmc-btf .s7_timer_content {
	width:calc(100% - 35px);
	text-align:left;
	}



.section-wmc-btf .s7_timer_content p {
	font-size:16px;
	line-height:20px;
	color:#111111;
	font-weight:500;
	margin:0;
	}



.section-wmc-btf .s7_timer_content p span { font-weight:700;}



.section-wmc-btf .section8 {
	float:left;
	width:100%;
	padding:30px 0 100px;
	position:relative;
	background:#fff;
	overflow:hidden;
	}



.section-wmc-btf .section8_row {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:25px auto 0;
	width:100%;
	max-width:100%;
	row-gap:10px;
	}



.section-wmc-btf .sec8_product_box { width:100%;}



.section-wmc-btf .sec8_questions_box { width:100%;}



.section-wmc-btf .sec8_product {
	width:calc(100% + 60px);
	margin:10px 0 0 -30px;
	max-width:none;
	}



.section-wmc-btf .faq_section {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:10px;
	width:100%;
	}



.section-wmc-btf .faq_slide_row {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:1px solid #000;
	border-radius:8px;
	overflow:hidden;
	}



.section-wmc-btf .faq_slide_row.active { background:#fff;}



.section-wmc-btf .faq_slide_row.last { border-bottom:none;}



.section-wmc-btf .accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(https://cdn2.videowise.com/custom-videos/thumbnails/1771589532802_8bf5c031-8e82-4e7e-a70d-71347aab68cc.webp) no-repeat right 15px center #fff;
    background-size:15px;
    padding:15px 30px 15px 15px;
    position:relative;
    cursor:pointer;
    font-size:17px;
    line-height:22px;
    color:#000;
    font-weight:500;
	border-bottom:none;
	margin:0;
	}



.section-wmc-btf .acdn_heading.accordion_open {
	background:url(https://cdn2.videowise.com/custom-videos/thumbnails/1771589601518_dcacaeaf-3c0e-4b49-8250-4d4524b1224c.webp) no-repeat right 15px center #9adbe8;
	background-size:15px;
	color:#000;
	border-bottom:1px solid #d7d7d7;
	}



.section-wmc-btf .faq_slide_row.active .accordion { color:#000;}



.section-wmc-btf .acdn_content {
	float:left;
	width:100%;
	text-align:left;
	padding:15px 15px 10px 15px;
	}



.section-wmc-btf .accordion.last, .section-wmc-btf .acdn_content.last {border-bottom:none;}



.section-wmc-btf .acdn_para {
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#1a1a1a;
	margin:0 0 15px;
	letter-spacing:0.2px;
	font-weight:400;
	}



.section-wmc-btf .section9 {
    float: left;
    width: 100%;
    padding:0 0 35px;
    background: #f5f5f5;
	position:relative;
	overflow-x:clip;
	}



.section-wmc-btf .sec9_guarantee_seal_box {
	width:150px;
	height:150px;
	background:#fff;
	border-radius:50%;
	margin:-75px auto 20px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	padding:15px;
	}



.section-wmc-btf .sec9_guarantee_seal {
	display:block;
	margin:0 auto;
	width:150px;
	max-width:100%;
	}



.section-wmc-btf .sec9_inner {
	width:100%;
	max-width:940px;
	margin:0 auto 0;
	}



.section-wmc-btf .sec9_product {
	display:block;
	margin:25px 0 0 -20px;
	width:calc(100% + 40px);
	max-width:none;
	}



.section-wmc-btf .sec9_seal_row {
	width:100%;
	max-width:480px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin:10px auto 0;
	}



.section-wmc-btf .sec9_seal_col {
	width:22%;
	}



.section-wmc-btf .sec9_seal {
	display:block;
	margin:0 auto;
	width:90px;
	max-width:100%;
	}



.section-wmc-btf .section9 .button_com_box .common_button {
	font-size:18px;
	}



.section-wmc-btf ul.btn_list {
	float:left;
	width:100%;
	margin:12px auto 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	}



.section-wmc-btf ul.btn_list li {
	width:33.33%;
	font-size:13px;
	line-height:15px;
	color:#000;
	position:relative;
	padding:0 10px;
	text-align:center;
	}



.section-wmc-btf ul.btn_list li:after {
	content:"";
	position:absolute;
	right:0;
	border-right:1px solid #000;
	height:auto;
	top:0;
	bottom:0;
	}



.section-wmc-btf ul.btn_list li:last-child:after {
	display:none;
	}



.section-wmc-btf .section10 {
    float: left;
    width: 100%;
    padding:30px 0 35px;
    background: #fff;
	position:relative;
	}



.section-wmc-btf .sec10_text {
	font-size:23px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .testi-box {
	display: -webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto 0;
	width:100%;
	max-width:100%;
	padding:0 0;
	row-gap:25px;
	}



.section-wmc-btf .testi-col {
	width:48.7%;
	background:#fff;
	border-radius:10px;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:column;
	border:1px solid #ccc;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	}



.section-wmc-btf .testi-col-top {
	float:left;
	width:100%;
	}



.section-wmc-btf .testi-img {
	display:block;
	margin:0 auto;
	width:100%;
	}



.section-wmc-btf .testi-col-btm {
	float:left;
	width:100%;
	padding:15px 10px 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
	}



.section-wmc-btf .testi-col-content {
	float:left;
	width:100%;
	text-align:left;
	}



.section-wmc-btf .testi-star {
	display:block;
	margin:0 0 0;
	width:65px;
	}



.section-wmc-btf .testi-col-text1 {
	font-size:16px;
	line-height:22px;
	color:#1a1a1a;
	margin:12px 0 0;
	}



.section-wmc-btf .testi-verify {
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:25px auto 0;
    text-align: left;
	}



.section-wmc-btf .testi-verify-name {
	font-size:14px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#1a1a1a;
	font-weight:600;
	margin:0;
	}



.section-wmc-btf .testi-verify-text {
    display: inline-block;
    vertical-align: middle;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:400;
	margin-top:-2px;
	}



.section-wmc-btf .testi-verify-text img {
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-4px 3px 0 0;
	}



.section-wmc-btf .text_center { text-align:center;}



.section-wmc-btf .fontw600 { font-weight:600;}



.section-wmc-btf .tablet-lg-only, .section-wmc-btf .tablet-lg-up {display: none!important}





@media only screen and (min-width: 30em) {



.section-wmc-btf .mobile-only {display:none!important}



.section-wmc-btf .mobile-lg-only, .section-wmc-btf .mobile-lg-up {display: block!important}





}




@media only screen and (min-width: 48em) {



.section-wmc-btf .mobile-lg-down, .section-wmc-btf .mobile-lg-only {display:none!important}



.section-wmc-btf .tablet-sm-only, .section-wmc-btf .tablet-sm-up {display: block!important}



.section-wmc-btf .hero_section-row {gap:1rem; margin: 1.2rem auto;}



.section-wmc-btf .testi-box { row-gap:25px; max-width:600px;}



.section-wmc-btf .testi-col { width:47.5%;}

 



}





@media only screen and (min-width: 64em) {



.section-wmc-btf .wmc-btf-scope .container, .section-wmc-btf .wmc-btf-scope .container-small, .section-wmc-btf .wmc-btf-scope .container-text {width:90%}



.section-wmc-btf .tablet-sm-down, .section-wmc-btf .tablet-sm-only {display: none!important}



.section-wmc-btf .tablet-lg-only, .section-wmc-btf .tablet-lg-up {display: block!important}



.section-wmc-btf .text_center { text-align:center;}



.section-wmc-btf .hero_section { padding:60px 0;}



.section-wmc-btf .product__media {
	position: sticky;
	top:0;
	width:57%;
	}



.section-wmc-btf .product_media-img {
	display:block;
	margin:0 auto;
	max-width:100%;
	}



.section-wmc-btf .product__details {
	width:38%;
	}



.section-wmc-btf .produt_rev_text { font-size:15px; line-height:18px; color:#1d2e30; opacity:0.7;}



.section-wmc-btf .produt_rev_text img { width:80px; display:inline-block; vertical-align:middle; margin:-4px 5px 0 0;}



.section-wmc-btf .product__title {
	color:#000;
    font-size: 1.938rem;
    }



.section-wmc-btf .package_option_row {padding:20px;}



.section-wmc-btf .best_strip {left:20px;top:-25px;padding:3px 12px 2px;font-size:0.81rem;line-height:0.9rem;}



.section-wmc-btf .purchase_product_title {font-size:1.063rem;line-height:1.2rem;}



.section-wmc-btf .purchase_product_title span {font-size:0.8rem;line-height:0.9rem;padding:1px 5px;}



.section-wmc-btf .purchase_prduct_quty {font-size:0.9rem;line-height:1.1rem;margin:0.2rem 0 0 0;}



.section-wmc-btf ul.purchase_product_list li {width:21%;}



.section-wmc-btf .prod_add_quty {font-size:0.7rem;width:18px;height:18px;right:-6px;top:-15px;}



.section-wmc-btf ul.purchase_product_list li.prod_buy_list .prcs_product_box {border:0.0625rem solid #3f858e;}



.section-wmc-btf ul.purchase_product_list li.prd_free_list .prcs_product_box {border:0.122rem dashed #09bec7;}



.section-wmc-btf .prod_add_free {top: -17px;font-size:0.6rem;line-height:0.6rem;}



.section-wmc-btf .purchase_priceBx {width:31%;}



.section-wmc-btf .regular_price {font-size:0.9rem;line-height:1rem;}



.section-wmc-btf .package_price {font-size:1.4rem;line-height:1.4rem;}



.section-wmc-btf .package_price_perpack {font-size:0.81rem;line-height:1rem;}



.section-wmc-btf .product_choose_text {font-size:1.1rem;line-height:1.7rem;}



.section-wmc-btf .package_option_info {margin:0.9rem auto;}



.section-wmc-btf .product_save_strip {padding:4px 10px 3px;}



.section-wmc-btf .purchase_priceBx .product_save_strip1 { width:85px; margin:0.6rem 0 0; font-size:0.81rem; line-height:1rem;}



.section-wmc-btf .purchase_priceBx .product_save_strip_always { width:85px; margin:0.6rem 0 0; font-size:0.81rem; line-height:1rem; white-space:nowrap;}



.section-wmc-btf .extra_benefit_prod_box {width:78px;}



.section-wmc-btf .extra_benefit_prod { display:block; max-width:100%;}



.section-wmc-btf .extra_benefit_prod_qty {font-size:0.9rem;width:22px;height:22px;right:-6px;top:-20px;}



.section-wmc-btf .extra_benefit_info {width:calc(100% - 95px);}



.section-wmc-btf .extra_benifit_prod_name {font-size:1.1rem;line-height:1.4rem;}



.section-wmc-btf .extra_benefit_text {font-size:1rem;line-height:1rem;}



.section-wmc-btf .pick_scent_text {font-size:0.9rem;line-height:1rem;margin:0 auto 1.3rem;}



.section-wmc-btf .pick_scent_text span {padding:0 10px;}



.section-wmc-btf .pick_scent_col {padding:10px 15px;}



.section-wmc-btf .pick_scent_icon {width:19px;}



.section-wmc-btf .pick_scent_col p {font-size:1rem;line-height:1.3rem;}



.section-wmc-btf .free_tag {left:20px;top: -29px;font-size:1rem;line-height:1rem;padding:3px 12px 4px;}



.section-wmc-btf .free_prod_box {width:80px;}



.section-wmc-btf .free_prod_conte {width:calc(100% - 90px);}



.section-wmc-btf .free_prod_title {font-size:1.1rem;line-height:1.3rem;}



.section-wmc-btf .free_prod_price {font-size:1rem;ine-height:1.3rem;}



.section-wmc-btf .hero_section .button_box_cart { margin:0.3rem auto 0;}



.section-wmc-btf .common_button {font-size:1.3rem;line-height:1.7rem;height:74px;}



.section-wmc-btf ul.product_btn_list li { padding:0 6px;}



.section-wmc-btf ul.product_btn_list li:first-child { padding-left:0;}



.section-wmc-btf ul.product_btn_list li:last-child { padding-right:0;}



.section-wmc-btf ul.product_btn_list li:last-child:after { display:none;}



.section-wmc-btf ul.product_btn_list li img {width:47px;}



.section-wmc-btf ul.product_btn_list li p {font-size:14px;line-height:18px;}



.section-wmc-btf .hero_info_box { margin:30px 0 0;}



.section-wmc-btf .hero_info_box_row:last-child { border-bottom:none;}



.section-wmc-btf .her_info_row_title {font-size:1.1rem;line-height:1.7rem; padding:15px 25px 15px 0;}



.section-wmc-btf .her_info_row_text {font-size:1rem;line-height:1.3rem;}



.section-wmc-btf .section1 { padding:60px 0;}



.section-wmc-btf .progress_container { max-width:470px; margin:0 auto 1.6rem;}



.section-wmc-btf .progressbar { height:3px;}



.section-wmc-btf ul.progress_list li span {width:30px;height:30px;font-size:1.3rem;line-height:1.7rem;}



.section-wmc-btf ul.progress_list li img { width:26px;}



.section-wmc-btf .section1_row { margin:2.5rem auto 0;}



.section-wmc-btf .sec1_row_info {width:46%;text-align:left;}



.section-wmc-btf .common_heading {font-size:36px;line-height:42px;}



.section-wmc-btf .common_text { font-size:18px; line-height:26px; margin:25px auto 0; letter-spacing:0.1px;}



.section-wmc-btf .sec1_row_prod_box { width:45.22%;}



.section-wmc-btf .section1_cleaner_pro_row {margin: 3.13rem auto 0;}



.section-wmc-btf .section1_cleaner_pro_imgbox {margin:0;width:51.6%;}



.section-wmc-btf .section1_cleaner_pro_img {border:none; border-radius:0;}



.section-wmc-btf .section1_cleaner_pro_content { width:47%; text-align:left;}



.section-wmc-btf .se1_cleaner_pro_title { font-size:24px; line-height:30px;}



.section-wmc-btf .se1_cleaner_pro_text { font-size:19px; line-height:26px;}



.section-wmc-btf ul.se1_cleaner_pro_list { margin:18px 0 0;}



.section-wmc-btf ul.se1_cleaner_pro_list li { margin:20px 0 0; padding-bottom:20px;}



.section-wmc-btf ul.se1_cleaner_pro_list li p { padding-right:42px; font-size:18px; line-height:24px;}



.section-wmc-btf ul.se1_cleaner_pro_list li img {width:24px;}



.section-wmc-btf .sec1_household_row { margin:40px auto 0; gap:35px;}



.section-wmc-btf .sec1_household_col {width:48%; padding:20px 25px 25px;}



.section-wmc-btf .s1_hshold_header_text {
	font-size:20px;
	line-height:26px;
	}



.section-wmc-btf .s1_hshold_header_icon_box { width:40px;}



.section-wmc-btf .s1_household_bfr_box p, .section-wmc-btf .s1_household_aftr_box p {padding:4px 10px;font-size:15px;line-height:18px;min-width:80px;}



.section-wmc-btf .sec1_review_box { max-width:760px; margin:50px auto 0; padding:25px;}



.section-wmc-btf .sec1_rev_text { font-size:18px; line-height:24px; letter-spacing:0;}



.section-wmc-btf .sec1_rev_img_box {width:56px;}



.section-wmc-btf .sec1_rev_name_cont {width:calc(100% - 70px);}



.section-wmc-btf .sec1_rev_name { font-size:15px; line-height:20px;}



.section-wmc-btf .sec1_rev_verified { font-size:15px; line-height:20px;}



.section-wmc-btf .verified_icon { width:19px;}



.section-wmc-btf .warning_strip { padding:50px 0;}



.section-wmc-btf .warn_think_text {font-size:22px;line-height:22px;}



.section-wmc-btf .warning_icon { width:47px; margin-left:-23.5px; top:-24px;}



.section-wmc-btf .warning_strip .common_text { margin-top:15px;}



.section-wmc-btf .section2 { padding:60px 0 50px;}



.section-wmc-btf .s2_top_arw {top:-20px;margin-left:-20px;width:40px;}



.section-wmc-btf .section2 .common_text { text-align:center;}



.section-wmc-btf .sec2_hero_img { margin:30px auto 5px;}



.section-wmc-btf .s2_top_arw { width:40px;}



.section-wmc-btf .section2_row { margin:35px 0 40px; padding-left:50px;}



.section-wmc-btf .section2_row_step { width:32px; height:32px; font-size:18px; line-height:18px;}



.section-wmc-btf .section2_row_content_box {
	float:left;
	width:55%;
	}



.section-wmc-btf .sec2_row_title {font-size:22px;line-height:26px;}



.section-wmc-btf .sec2_row_solved_text { font-size:18px; line-height:26px;}



.section-wmc-btf .solved_uns_icon { width:18px;}



.section-wmc-btf .section2_row_img_box { width:39.8%;}



.section-wmc-btf .sec2_good_text { font-size:24px; line-height:30px; margin-top:30px;}



.section-wmc-btf .section2_row:before {left:15px;bottom:-80px;}



.section-wmc-btf .section2_row:after { left:15px;bottom:-80px;}



.section-wmc-btf .sec2_row_paragraph { font-size:18px; line-height:24px;}



.section-wmc-btf .section3 { padding:60px 0; background:#fff;}



.section-wmc-btf .section3 .common_text { text-align:center;}



.section-wmc-btf .sec3_hero_img { margin:30px auto 5px; width:634px;}



.section-wmc-btf .section3_block { margin:50px auto 0;}



.section-wmc-btf .s3_block_text {font-size:18px;line-height:26px;}



.section-wmc-btf .sec3_row:before { bottom:-60px;}



.section-wmc-btf .se3_row_iner { width:calc(100% - 110px);}



.section-wmc-btf .sec3_row_cont {width:90%;text-align:left; padding-left:25px;}



.section-wmc-btf .sec3_row_cont p {font-size:18px;line-height:24px;}



.section-wmc-btf .sec3_row_iconbox { width:92px;}



.section-wmc-btf .section3_prod_warn_box { padding:30px; text-align:center; max-width:670px; margin:35px auto 0;}



.section-wmc-btf .sec3_prod_warning_icon {width:40px;margin-left:-20px;top:-20px;}



.section-wmc-btf .s3_prod_warn_text {font-size:20px;line-height:26px;margin:0 0 20px;}



.section-wmc-btf .sec3_prod_warning_prod {
	margin:10px auto 0;
	width:442px;
	}



.section-wmc-btf .sec3_laundry_box { margin:60px auto 0;}



.section-wmc-btf .sec3_laundry_box_left {
	width:48.5%;
	row-gap:15px;
	}



.section-wmc-btf .sec3_laundry_box_img { margin:0 0 0; width:495px;}



.section-wmc-btf .sec3_laundry_box_img1 {margin:0 0 0;}



.section-wmc-btf .sec3_laundry_box_right {
	width:48.5%;
	text-align:left;
	}



.section-wmc-btf .sec3_laundry_box_right .common_text { text-align:left;}



.section-wmc-btf .sec3_laundry_box_title {
	font-size:24px;
	line-height:30px;
	letter-spacing:-0.3px;
	}



.section-wmc-btf ul.sec3_laundry_box_list { margin:18px 0 0;}



.section-wmc-btf ul.sec3_laundry_box_list li { margin:17px 0 0; padding-bottom:17px; font-size:18px; line-height:24px;}



.section-wmc-btf ul.sec3_laundry_box_list li p { font-size:18px; line-height:24px;}



.section-wmc-btf ul.sec3_laundry_box_list li img {width:24px;}



.section-wmc-btf .section4 { padding:75px 0 65px;}



.section-wmc-btf .sec4_hero_img { margin:30px auto 5px; width:634px; border:none;}



.section-wmc-btf .section4_prod_warn_box { padding:40px 50px 20px;}



.section-wmc-btf .sec4_laundry_box ul.sec3_laundry_box_list li { margin:20px 0 0; padding-bottom:20px; font-size:18px; line-height:24px;}



.section-wmc-btf .sec4_bef_aftr_row {margin:35px auto 0;max-width:1030px;row-gap:0;}



.section-wmc-btf .sec4_bef_aftr_img_box { width:48.3%;}



.section-wmc-btf .section4 .common_text { text-align:center;}



.section-wmc-btf .sec4_row:first-child:before { top:30%;}



.section-wmc-btf .section5 { padding:60px 0 65px;}



.section-wmc-btf .common_sub_heading { font-size:24px; line-height:30px; margin:0 0 10px;}



.section-wmc-btf .section5 .common_text { text-align:center;}



.section-wmc-btf .sec5_product_box { width:100%; position:relative; margin:45px auto 0; max-width:921px;}



.section-wmc-btf .discount_seal { 
	width: 128px;
    height: 128px;
    right: 215px;
    top: -10px;
    padding: 40px 0;
    font-size: 20px;
    line-height: 120%;
}



.section-wmc-btf .s5_product_box_free_offer { max-width:520px; margin:0 auto 0;}



.section-wmc-btf .s5_free_offer_prodbx { width:80px;}



.section-wmc-btf .s5_free_ofr_prod_cont { width:calc(100% - 90px); text-align:left;}



.section-wmc-btf .s5_free_ofr_prod_cont p { font-size:18px; line-height:24px;}



.section-wmc-btf .offer_free_text {left:30px;top: -23px;font-size:12px;line-height:14px;padding:3px 12px 3px;}



.section-wmc-btf .section5_mid {margin:15px auto 0;max-width:855px;}



.section-wmc-btf .section5_row { margin:30px 0 30px; padding-left:65px;}



.section-wmc-btf .section5_row_step { width:32px; height:32px; font-size:18px; line-height:18px;}



.section-wmc-btf .section5_row_content_box {
	float:left;
	width:65%;
	}



.section-wmc-btf .sec5_row_title {font-size:22px;line-height:26px;}



.section-wmc-btf .sec5_row_solved_text { font-size:18px; line-height:26px;}



.section-wmc-btf .solved_uns_icon { width:18px;}



.section-wmc-btf .section5_row_img_box { width:29.1%;}



.section-wmc-btf .section5_row:before {left:15px;bottom:-70px;}



.section-wmc-btf .section5_row:after { left:15px;bottom:-70px;}



.section-wmc-btf .section5_row_img { max-width:100%;}



.section-wmc-btf .sec5_row_paragraph { font-size:18px; line-height:24px; margin:15px 0 0;}



.section-wmc-btf .section5_row:nth-child(2) .section5_row_img { margin-left:-45px;}



.section-wmc-btf .s5_box2_free_offer { margin:25px auto 0; max-width:435px;}



.section-wmc-btf .s5_box2_free_offer .s5_free_ofr_prod_cont {width: calc(100% - 100px);text-align:left;}



.section-wmc-btf .s5_box2_free_offer .s5_free_ofr_prod_cont h3 { font-size:22px; line-height:24px;}



.section-wmc-btf .s5_box2_free_offer .s5_free_offer_prodbx { width:85px;}



.section-wmc-btf .see_differ_text { font-size:30px; line-height:36px; margin:45px auto 0;}



.section-wmc-btf .sec5_difference_box {margin:30px auto 0;max-width:660px;}



.section-wmc-btf .sec5_difference_col {width:48.4%;}



.section-wmc-btf .sec5_difference_col_header {font-size:20px;line-height:26px;padding:15px 15px;}



.section-wmc-btf .sec5_difference_col:nth-child(2) .sec5_difference_col_header { color:#fff;}



.section-wmc-btf .sec5_difference_col_text {font-size:18px;line-height:24px;margin:15px 0 0;}



.section-wmc-btf .button_com_box {max-width:470px;margin:40px auto 0;}



.section-wmc-btf .button_com_box .common_button {flex-direction:column;align-items:center;font-size:26px;line-height:32px;}



.section-wmc-btf .button_com_box .common_button p {margin:0;font-size:14px;line-height:18px;}



.section-wmc-btf .section6 { padding:60px 0 65px;}



.section-wmc-btf .rating_star { margin:30px auto 0; width:150px;}



.section-wmc-btf .rating_text { font-size:16px; line-height:20px; margin:15px auto 0;}



.section-wmc-btf .review_box {flex-direction:column;margin:30px auto 0;max-width:660px;row-gap:25px;}



.section-wmc-btf .review_row {padding:25px;}



.section-wmc-btf .s1_rev_star {width:83px;}



.section-wmc-btf .review_row_text {font-size:18px;line-height:26px;}



.section-wmc-btf .review_name_row {margin:20px 0 0;}



.section-wmc-btf .review_name_img_box {width:56px;}



.section-wmc-btf .review_name_row_cont {width:calc(100% - 70px);}



.section-wmc-btf .review_name { font-size:17px; line-height:22px;}



.section-wmc-btf .review_name_verified {font-size:15px;line-height:20px;}



.section-wmc-btf .verified_icon {width:19px;}



.section-wmc-btf .section7 { padding:60px 0 65px;}



.section-wmc-btf .text_leftmob.common_text { text-align:center;}



.section-wmc-btf .setion7_row {margin:40px auto 0;max-width:970px; padding:0;}



.section-wmc-btf .section7_col {width:33.33%;padding:0 25px;margin:0;}



.section-wmc-btf .section7_col:first-child { padding-left:0;}



.section-wmc-btf .section7_col:last-child { padding-right:0;}



.section-wmc-btf .section7_col:after {border-right:1px solid #cccdcf;left:auto;bottom:0;right:0;top:50%; border-bottom:none;}



.section-wmc-btf .section7_col:last-child:after { display:none;}



.section-wmc-btf .section7_col_img {width:190px;}



.section-wmc-btf .section7_col h3 {font-size:22px;line-height:28px;margin:10px 0 0;}



.section-wmc-btf .section7_col p {font-size:18px;line-height:26px;}



.section-wmc-btf .s7_timer_strip {margin:35px auto 0;max-width:500px;padding:10px 15px;}



.section-wmc-btf .s7_timer_icon_box {width:30px;}



.section-wmc-btf .s7_timer_icon { display:block; max-width:100%;}



.section-wmc-btf .s7_timer_content { width:calc(100% - 38px); text-align:left;}



.section-wmc-btf .s7_timer_content p {font-size:18px;line-height:26px;}



.section-wmc-btf .section8 { padding:60px 0 130px;}



.section-wmc-btf .section8_row {margin:50px auto 0;max-width:1030px;}



.section-wmc-btf .sec8_product_box { width:51.2%;}



.section-wmc-btf .sec8_product { width:744px; max-width:none; margin:70px 0 0 -180px;}



.section-wmc-btf .sec8_questions_box { width:48.6%;}



.section-wmc-btf .accordion {background-size:15px;padding:20px 30px 20px 20px;font-size:18px;line-height:22px;}



.section-wmc-btf .acdn_heading.accordion_open {background-size:15px;}



.section-wmc-btf .acdn_content {padding:15px 20px 10px 20px;}



.section-wmc-btf .accordion.last, .section-wmc-btf .acdn_content.last {border-bottom:none;}



.section-wmc-btf .acdn_para {font-size:17px;line-height:24px; letter-spacing:0;}



.section-wmc-btf .section9 { padding:0 0 65px; margin-bottom: 4rem;}



.section-wmc-btf .sec9_guarantee_seal_box {width:188px;height:188px;}



.section-wmc-btf .sec9_guarantee_seal {width:150px;}



.section-wmc-btf .sec9_inner {max-width:940px;margin:0 auto 0;}



.section-wmc-btf .sec9_product {margin:40px auto 0;width:921px;}



.section-wmc-btf .sec9_seal_row {width:100%;max-width:480px;margin:0 auto 0;}



.section-wmc-btf .sec9_seal_col {width:19%;}



.section-wmc-btf .section9 .button_com_box .common_button {font-size:20px;}



.section-wmc-btf ul.btn_list li {width:auto;}



.section-wmc-btf ul.btn_list li:after {right:0;height:12px;}



.section-wmc-btf .section10 { padding:60px 0 70px;}



.section-wmc-btf .sec10_text {font-size:28px;line-height:34px;}



.section-wmc-btf .testi-box {margin:35px auto 0;max-width:1030px; padding:0;}



.section-wmc-btf .testi-col {width:23%;}



.section-wmc-btf .testi-col-btm {padding:20px 18px 20px;flex: 1;}



.section-wmc-btf .testi-star {margin:0 0 0;width:85px;}



.section-wmc-btf .testi-col-text1 {font-size:18px;line-height:24px;}



.section-wmc-btf .testi-verify {margin:25px auto 0;}



.section-wmc-btf .testi-verify-name {font-size:16px;line-height:22px;letter-spacing:0.3px;}



.section-wmc-btf .testi-verify-text {font-size:14px;line-height:18px;letter-spacing:0.3px;margin-top:-2px;}



.section-wmc-btf .testi-verify-text img {width:18px;margin:-2px 3px 0 0;}




}






@media only screen and (min-width: 80em) {



.section-wmc-btf .tablet-lg-down, .section-wmc-btf .tablet-lg-only {display:none!important}



.section-wmc-btf .desktop-only, .section-wmc-btf .desktop-up {display: block!important}





}





@media only screen and (min-width: 120em) {



.section-wmc-btf .desktop-down, .section-wmc-btf .desktop-only {display:none!important}



.section-wmc-btf .desktop-lg-only {display: block!important}





}






@media only screen and (max-width: 80em) {





}





@media only screen and (max-width: 640px) {



.section-wmc-btf .tablet-sm-only {
	display: block !important;
}



}
	
