@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Altone';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
@font-face {
	font-family: 'Altone';
	src: url('https://cc.uprootclean.com/Altone-Regular.woff2') format('woff2'),
	url('Altone-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Altone Med';
	src: url('https://cc.uprootclean.com/Altone-Medium.woff2') format('woff2'),
	url('Altone-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Altone SemBd';
	src: url('https://cc.uprootclean.com/Altone-SemiBold.woff2') format('woff2'),
	url('Altone-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Altone';
	src: url('https://cc.uprootclean.com/Altone-Bold.woff2') format('woff2'),
	url('Altone-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*====Header====*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:36px;
	}
.top-sticky{
	float: left;
	width: 100%;
	height:36px;
	margin-top: -36px;
    position: relative;
    top:36px;
	}
.fixed-nav .top-sticky{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}
.topStrip{
    float: left;
    width: 100%;
    background: #000;
    padding:8px 0;
	}
.top-strip-row{
	max-width:940px;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	margin:0 auto;
	}
.top-strip-col-1{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	text-align:left;
	}
.top-strip-col-1 p{
	color: #fff;
    font-size:17px;
	line-height:17px;
	font-weight:700;
	}
.top-strip-col-1 p img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-6px 10px 0 0;
	filter: brightness(1) invert(1);
	}
.top-strip-col-1 p strong{ font-weight:600;}

/*====header====*/
.header{
	float:left;
	width:100%;
	height:70px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	padding:10px 0;
	}	
.logo_row{
	display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	}
.check-logo{
	width:300px;
	}
.secure_lock{
    font-size:13px;
    line-height:15px;
    color: #000;
    text-align: left;
    letter-spacing: 0.3px;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	}
.secure_lock{
	margin:0 5px 0 0;
    filter: grayscale(100%);	
	}
.s1-top-box{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px 15px;
	margin-top:40px;
	border:1px solid #cccccc;
	}	
.secure_text{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	background:#fff;
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:700;
	margin:-16px 0 10px;
	}
.secure_strip_icn{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-6px 6px 0 0;
	}
.card-img{
	display:block;
	margin:0 auto;
	width:720px;
	}
/*MAIN_SECTION*/
	
.checkout_main_section{
	float:left;
	width:100%;
	overflow:hidden;
	}
.checkout_inner_section{
	width:100%;
	margin:0 auto 0;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;	
	}
.checkout_left{
    width: 53%;
    float:left;
    position:relative;
    padding:30px 50px 60px 0;
	}
.form_container{
	float:left;
	width:100%;
	}
.form_steps_wrap{
	float:left;
	width:100%;
	margin-top:15px;
	}
.form_header{
	float:left;
	width:100%;
	text-align:left;
	
 	display: -webkit-flex;
    display: flex;
	align-items: center;	
	}
.frm_hdr_icon{
	width:42px;
	}	
.frm_hdr_icon img{
	margin:0 auto 0;
	display:block;
	width:42px;
	}
.frm_hdr_content{
	width:calc(100% - 42px);
	padding-left:10px;
	text-align:left;
	}
.frm_hdr_content h3{
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.frm_hdr_content p{
	font-size:14px;
	line-height:20px;
	color:#000;
	letter-spacing:0;
	margin-top:5px;
	}

.bonus_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.bonus_box_head{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin:40px 0 0;
	}
.bonus_box_head:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:52%;
	border-top:1px solid #a8a8a8;
	}
.bonus_box_head span{
	position:relative;
	padding:0 12px;
	font-size:19px;
	line-height:24px;
	color:#ff0000;
	font-weight:700;
	background:#fff;
	}
.bonus_box_head span img{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	margin:-6px 5px 0 0;
	}
.bonus_box_head span img.bnr_hdr_gift2{ margin:-5px 0 0 5px;}
.bonus_box_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin:35px auto 0;
	width:100%;
	}
.bonus_box_col{
	width:23.5%;
	text-align:center;
	background:#fff;
	position:relative;
	}
	
.gift_box-col-border{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	border-radius:5px;
	overflow:hidden;
	padding:0 0 10px;
	}
.gift_box-col-border:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, #024250 50%, transparent 50%), linear-gradient(90deg, #024250 50%, transparent 50%), linear-gradient(0deg, #024250 50%, transparent 50%), linear-gradient(0deg, #024250 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
	
}

@keyframes border-dance {
0% {
    background-position: left top, right bottom, left bottom, right top;
}

100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
}
}

.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: -1;
	animation: fall 7s ease-in-out infinite;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}	

.bonus_col_prodbox{
	width:100%;
	overflow:hidden;
	padding:0 8px;
	margin:10px 0 0;
	}
.bonus_prod{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.bonus_strip{
	display:inline-block;
	vertical-align:top;
	position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
	border-radius:3px;
	background:#ef4470;
	padding:2px 14px 3px;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	}
.bonus_text1{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.bonus_text1 span{
	font-size:16px;
	line-height:20px;
	color:#7e7e7e;
	font-weight:500;
	position:relative;
	}
.bonus_text1 span:after{
	position:absolute;
	content:"";
	left:0;
	top:51%;
	right:0;
	border-top:1px solid #7e7e7e;
	}
.selectBox{
	float:left;
	width:100%;
	}
.prd-opt{
    float: left;
    width: 100%;
    border: 2px solid #bdbdbd;
    padding:15px;
    border-radius:7px;
    cursor: pointer;
    min-height: 100px;
    position: relative;
    margin:35px auto 0;
	}
.pkg_inner{
	display: -webkit-flex;
    display: flex;
	width: 100%;
    flex-direction: column;
	}
.prd-opt.active{
	box-shadow:0px 0px 25px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 25px 1px rgba(0,0,0,0.1);
	background:#fffdf2;
	border:2px solid #014550;
	}
.prd-opt.pkg2{ margin:45px auto 0;}
.check_box{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	border-bottom:1px solid #bdbdbd;
	padding:0 0 14px;
	text-align:left;
	}	
.rad-opt{
    width:24px;
	}
.rad-opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.rad-opt input[type='radio'] + span{
	width:24px;
	height:24px;
	border-radius:3px;
	border:1px solid #bdbdbd;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.rad-opt span img {
    position: absolute;
    top:1px;
    left:0px;
    width:19px;
	}
.rad-opt input[type='radio']:checked + span{background:#014550; border:2px solid #014550;}
.prd-qty{
    width:90%;
    font-size:23px;
    line-height:23px;
    font-weight:bold;
    color:#000;
	padding-left:12px;
	}
.prd-qty span{ color:#01d1db;}
.pakge_row{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	padding:20px 0 5px;
	}
.sel-prd-info{
	width:62%;
	text-align:left;
	position:relative;
	}
.check_prod_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 305px;
	position: relative;
	}
.check_pord_iner{
	width:100%;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	justify-content:flex-start;
	column-gap:0;
	}
.check_prod{
    display: block;
	width:110px;
	}
.check_prod_mid{ margin:0 -10px;}
.sel-prd-prc{
    width:38%;
    text-align: right;
	}
ul.sel_prod_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.sel_prod_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:400;
	margin-bottom:4px;
	position:relative;
	padding-left:12px;
	}
ul.sel_prod_list li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	background:#000;
	border-radius:50%;
	}
ul.sel_prod_list li span{
	font-size:10px;
	line-height:12px;
	color:#fff;
	font-weight:700;
	background:#ef4470;
	padding:2px 5px 2px;
	text-transform:uppercase;
	letter-spacing:0.2px;
	}
.pakge_price_row{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	width:100%;
	margin:15px auto 0;
	column-gap:10px;
	}
.prod_price_now{
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.prod_price_regular{
	font-size:24px;
	line-height:24px;
	color:#a7a7a7;
	font-weight:400;
	}
.prod_price_regular span{
	position:relative;
	}
.prod_price_regular span:after{
	position:absolute;
	content:"";
	left:0;
	top:51%;
	right:0;
	transform:rotate(-16deg);
	border-top:1px solid #ff0000;
	}
.best_value_text{
    position: absolute;
    top: -29px;
    left:30px;
    border-radius: 8px 8px 0 0;
    background:#014550;
    font-size:15px;
    line-height:15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding:6px 12px 7px;
	}
.one_star{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-4px 8px 0 0;
	}
.buy_more{
	display:inline-block;
	vertical-align:top;
	border-radius:6px;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	cursor:pointer;
	margin:30px 0 0;
	position:relative;
	padding:0 0 5px;
	}
.buy_more:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-bottom:1px solid #000;
	}
.buy_more span{
	width:24px;
	height:24px;
	border-radius:50%;
	background:#000;
	color:#fff;
	font-size:24px;
	line-height:23px;
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
	margin:0 0 0 10px;
	}

.pay-pal-btn-bx{
	border:2px solid #ededed;
	border-radius:5px;
	float:left;
	width:100%;
	text-align:center;
	padding: 0 20px 20px;
	margin-top:50px;
	}
.exp-tx{
	font-size:20px;
	line-height:20px;
	background:#fff;
	padding:0 15px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-top:-12px;
	color:#000000;
	}
.pay_palbtn_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin:3px auto 0;
	width:100%;
	}
.pay_btn{
	height:62px;
	background:#ffc439;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	border:none;
	display:inline-block;
	vertical-align:top;
	width:49%;
	cursor:pointer;
	font-family: 'Altone';
	}
.shop_icn, .pay_pal_icn{
	margin:0 auto 0;
	display:block;
	width:100px;
	}
.shop_btn{
	background:#572fec;
	}
.customer_info{ margin-top:40px;}

.happy_customers{
	float:left;
	width:100%;
	background:#01d1db;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	padding:15px 15px 15px;
	border-radius:6px;
	margin:20px 0 0;
	}
.happy_star{
	width:80px;
	margin:0 10px -1px;
	}
.happy_customers p{
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.3px;
	}
.form_box{
	float:left;
	width:100%;
	margin-top:15px;
	}	
.form_element{
	float:left;
	width:100%;
	margin: 7px 0;
	position:relative;
	}	
.form_element label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left:15px;
    font-size:12px;
    font-weight:400;
    line-height:14px;
    color:#bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	font-family: 'Altone';
	}
.form_element .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}			
.frm_flds{
	font-size:17px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    outline: none;
    color: #000;
	font-family: 'Altone';
    padding: 0 15px;
    -webkit-appearance: none;
    border: 1px solid #c8c8c8;
	border-radius:5px;
	-webkit-appearance:none;
	
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
	}	
.form_element .fl-is-active .frm_flds {
    padding-top: 15px;
	}
.select_flds{ 
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/down2.webp) no-repeat center right 15px;
	}	
.flds_half{ width:48.5%;}

.frm_flds:focus{
	border:1px solid #0f68bb;
	box-shadow:0 0 0 1px #0f68bb;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
	}	
	
.ship_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#a3fbff;
	border-radius:5px;
	padding:15px 20px;
	text-align:center;
	margin-top:25px;
	}
.ship_strip p{
	font-size:18px;
	line-height:21px;
	color:#000;
	}	
.ship_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-3px 12px 0 0;
	}
.flds_top{ margin-top:10px;}

.fieldToggle{
	float:left;
	text-align:left;
    cursor: pointer;
    padding-left: 28px;
	margin-top:30px;
    position: relative;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	border:1px solid #000;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:2.5px;}
.fieldToggle input[type=checkbox]:checked + span{ background:#fff; border:1px solid #000;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:16px;
	height:16px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/pakge_check.svg) no-repeat center center #000;
	background-size:100%;
	left:0;
	top:0;
	}
.fieldToggle p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.3px;
	}
.billing_address{
	float:left;
	width:100%;
	display:none;
	margin-top:15px;
	}
.flds_cards{
	float:right;
	width:230px;
	}	
a.cvv_text{
	font-size:16px;
	line-height:16px;
	color:#252525;
	text-decoration:underline;
	margin-top:25px;
	margin-left:10px;
	float:left;
	}
.total_saving_strip{
	float:left;
	width:100%;
	background:#fff0ba;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	padding:15px 15px 15px;
	border-radius:6px;
	margin:20px 0 0;
	}
.total_saving_strip img{
	width:20px;
	}
.total_saving_strip p{
	font-size:18px;
	line-height:20px;
	color:#000;
	margin:0 10px;
	}
	
.frm_wrap_top{ margin-top:15px;}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 13px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f6f6f6;
	}
.paymybtn{
    float: left;
    width: 100%;
    font-weight:700;
    color: #1f1f1f;
    font-size:20px;
    text-align:left;
    cursor: pointer;
	display: flex;
    align-items: center;
	}
.PaypalOpt-logo{
	height: 28px;
    display: inline-block;
    vertical-align: middle;
	}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #fff inset;
	box-shadow: 0 0 0 0 #fff inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:2px solid #014550;
	background:#fff;
	border-radius:50%;
	outline:none;
	margin-top:0;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	-webkit-box-shadow: 0 0 0 0 #014550 inset;
	box-shadow: 0 0 0 0 #014550 inset;
	border:2px solid #014550;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#014550;
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 600;
    color: #333333;
	font-size:17px;
	}
.payment-cards{
	float:right;
	width:150px;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
	/*border-bottom: 1px solid #d9d9d9;*/
    padding:15px 20px;
	background-color: #fff;
	}


.protection-row{
	float:left;
	width:100%;
	margin-top:25px;
	border:2.5px dashed #000;
	border-radius:10px;
	position:relative;
	padding:10px;
	}
.protection-row input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.protection-row input[type=checkbox] + span{
	float:left;
	position:relative;
	cursor:pointer;
	width:22px;
	height:22px;
	border-radius:3px;
	border:1px solid #a5a5a5;
	background:#fff;
	margin-top:1px;
	-webkit-appearance:none;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.protection-row input[type=checkbox]:checked + span{
	background:#000;
	border:1px solid #000;
	}
.protection-row input[type=checkbox]:checked + span:after{
	content:'';
	position:absolute;
	width:17px;
	height:17px;
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/pakge_check.svg) no-repeat center center;
	left:1px;
	top:1px;
	}
.offer-top{
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #ffe7b8;
	border-radius: 10px 10px 0 0;
	}
.offer-top p{
	float:left;
	text-align:left;
	width:calc(100% - 22px);
	font-size:20px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.3px;
	padding-left:15px;
	font-weight:bold;
	}
.ofrbx-mdl{
	float:left;
	width:100%;
	background:#fff;
	border-radius:0 0 10px 10px;
	position:relative;
	text-align:left;
	padding:25px 15px;
	}		
.ofrbx-price{
	font-size:23px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
.ofrbx-price small{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.ofrbx-price span{
	font-weight:normal;
	position:relative;
	margin-right:12px;
	}	
.ofrbx-price span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top: 2px solid #f00;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}
ul.ofrbx_list{
	float:left;
	width:100%;
	max-width: 315px;
	margin-top:15px;
	}
ul.ofrbx_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:18px;
	line-height:22px;
	color:#000;
	padding-left:16px;
	margin-top:7px;
	}	
ul.ofrbx_list li:before{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#000;
	}	
.chkoffr_box_img{
	position:absolute;
	top:50%;
	right:22px;
	transform: translateY(-50%);
	}	
.chkoffr_box_img3{ width:170px;}

.common_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:75px;
    line-height:72px;
    color: #fff;
    font-size:30px;
    font-weight:700;
    border-radius:10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #11c956;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    font-family: 'Altone';
	margin-top:30px;
	cursor:pointer;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 17px;
	width:25px;
	}
.btn_card{
	display:inline-block;
	vertical-align:middle;
	max-width:513px;
	width:100%;
	margin-top:20px;
	}		
.paypal-box{
	float:left;
	width:100%;
	border:1px solid #282d3e;
	background:#fff;
	border-radius:5px;
	margin-top:35px;
	text-align:center;
	padding:0 20px 20px;
	}
.paypal-box span{
	display:inline-block;
	vertical-align:middle;
	margin:-17px 0 10px;
	font-size:16px;
	line-height:16px;
	color:#000000;
	background:#fff;
	padding:0 10px;
	}
.paypalbtn{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
	height: 60px;
	padding:7px;
	background: #ffc439;
	color: #111;
	box-sizing: border-box;
	border-radius:4px;
	width:100%;
	}
.paypalbtn img{height:28px; display:inline-block; vertical-align:middle;}


/*====Checkout Right====*/	
.checkout_right{
    width: 47%;
    float: right;
    position: relative;
    padding: 50px 0 70px 40px;
	}
.checkout_right:after{
    content: "";
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
	z-index:-1;
	}
.order_sumrybox{
	float:left;
	width:100%;
	background:#fff;
	padding:0 25px 25px;
	border-radius:10px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	}		
.sumry-hdng{
	font-size:20px;
	line-height:25px;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:15px 30px 15px 0;
	letter-spacing:0.5px;
	}
.sumry-hdng.active {
    background: url(../images/summary_arw_act.png) no-repeat right center;
	}
.summy_details-box{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding-top:20px;
	position:relative;
	}
.summy_details-box_inner{
	float:left;
	width:100%;
	position: relative;
	}
.scroll-hint {
	position: absolute;
	bottom: 5px;
	left:50%;
	transform:translate(-50%, 0);
	background:#666561;
	padding:8px 15px;
	border-radius:100px;
	font-size: 14px;
	color: #fff;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	max-width:200px;
	width:100%;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	}
.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, 10px); /* Slide down when hiding */
  visibility: hidden;
	}
.order_sumry_details{
	float:left;
	width:100%;
	padding:9px 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.order_sumry_details1{align-items: start;}
.prod-img{
    width:70px;
    height:70px;
    position:relative;
	border-radius:5px;
    border:1px solid #dcdcdc;
	background:#fff;
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
	}
.prod-img img{
	width:100%;
	}
.serum_prod-img{
	background:#fff2f2;
	border:1px dashed #ff2828;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    right: -10px;
    width:20px;
    height:20px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size:13px;
    line-height:20px;
    color: #fff;
    font-weight:500;
	}
.odr-rgt{
    width: calc(100% - 70px);
    padding-left: 20px;
	}
.ord-title{
	text-align:left;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.ord-title span{
	font-weight:400;
	}
.ord-text{
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#000;
	}
.otp-text{
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	}
.ord-desc{
	color: #717171;
	font-size:13px;
	}
.ord-right{
	width:22%;
	}
.ord-right p{
    float: right;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
	}
.ord-right p span{
	font-size:13px;
	line-height:13px;
	color:#454545;
	font-weight:normal;
	position:relative;
	}
.ord-right p span:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 44%;
    border-bottom: 1px solid #454545;
    right: -4px;
    transform: rotate(-1deg);	
	}	
.stickthrough{
	position:relative;
	color:#5a5a5a;
	font-size:12px;
	line-height:18px;
	}
.stickthrough:after {
    content: '';
    position: absolute;
    left: 0;
    top:6px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-top:1px solid #f00;
    transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
	}
.free{
	font-weight:bold;
	color:#1bc100;
	text-transform:uppercase;
	font-size:16px;
	}
.surprise-gift{
	display:inline-block;
	vertical-align:middle;
	padding:2px 7px 3px;
	font-size:12px;
	line-height:13px;
	font-weight:500;
	background:#f60000;
	color:#fff;
	border-radius:40px;
	}

.mt40{
	margin-top:40px;
	}
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#d7d7d7;
	}
.cart-table{
	width:100%;
	color: #000;
	font-size:18px;
	line-height:24px;
	}
.prod_name{ 
	font-size:14px; 
	line-height:20px; 
	font-weight:400; 
	color:#000;
	}
.prod_name span{
	font-weight:600;
	font-size:15px;
	}
.prod_name ul{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:3px 0 0 0;
	}
.prod_name ul li{
	width:100%;
	text-align:left;
	font-size:11px;
	line-height:11px;
	margin:4px 0;
	position:relative;
	padding-left:10px;
	}
.prod_name ul li:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	background:#000;
	border-radius:50%;
	}
.prod_name ul li span{
	background:#ef4470;
	font-size:9px;
	line-height:12px;
	color:#fff;
	padding:1px 4px;
	text-transform:uppercase;
	}
.prod-prc{
	font-size:16px; 
	line-height:24px; 
	font-weight:600; 
	color:#000;
	}
.save_price1{font-size:16px; font-weight:600; color:#1bc100;}
.total-col{
	float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}

.save_price{ font-size:20px; font-weight:700; color:#1bc100;}
.cart_f_size20{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:700;
	padding-top:15px;
	}
.cart_f_size20 td{border-top:1px solid #e5e5e5; padding-top:10px;}
.cart-table.ct3{padding-top:10px;}
	
/*ONE_BOTTLE*/	
.divider{
	float: left;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background: #d7d7d7;
	}
.sub_tot-tab{
	float: left;
    width: 100%;
	padding-left: 80px;
	}
.sub_tot-tab .cart-table{ padding:5px 0;}
.total-tab{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	padding-left: 80px;
	}
	
	
.right_box_heading{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	font-weight:700;
	position:relative;
	margin-top:45px;
	}
.right_box_heading:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:50%;
	border-top:1px solid #d9d9d9;
	}
.right_box_heading span{
	display:inline-block;
	background:#fff;
	position:relative;
	padding:0 20px;
	}
.choose_box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.choose_row{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
	position:relative;
	padding-left:120px;
	padding-bottom:15px;
	}
.choose_row:last-child{ border:none; padding-bottom:0;}
.choose_seal{
	position:absolute;
	top:0;
	left:0;
	width:105px;
	}
.choose_row h3{
	font-size:22px;
    line-height:26px;
    color: #000;
    font-weight: bold;
	}
.choose_row p{
	font-size:17px;
	line-height:22px;
	color:#000;
	margin-top:10px;
	}

.customer_heading{
	font-size:25px;
	line-height:30px;
	color:#000;
	font-weight:700;
	margin-top:40px;
	float:left;
	width:100%;
	}
.customer_text1{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	margin-top:15px;
	}
.customer_text1 span{
	font-size:23px;
	line-height:23px;
	font-weight:700;
	}	
.custo_star{
	display:inline-block;
	vertical-align:middle;
	width:76px;
	margin:-4px 6px 0 5px;
	}
.rating-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.rating-list li{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	text-align:left;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:10px;
	}
.rating-list-left{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	flex-shrink:0;
	}
.rating-list li span{
	float:right;
	margin-left:12px;
	min-width:45px;
	color:#000;
	text-align:right;
	font-size:14px;
	font-weight:600;
	line-height:16px;
	}
.rating-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 7px;
	width:15px;
	}
.rating-list-right{
	display:flex;
    justify-content:end;
	align-items:center;
	width:calc(100% - 40px);
	padding-left:10px;
	}
.review-progres{
	display:inline-block;
	vertical-align:middle;
	border-radius:35px;
	background:#e8e8e8;
	width:calc(100% - 45px);
	height:7px;
	}
.review-progres-bar{
	float:left;
	background:#ff9d1e;
	height:100%;
	border-radius:45px 0 0 45px;
	}

.review_row {
	float:left;
    width: 100%;
    margin:40px auto 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 30px;
	}	
.review_box {
    width:100%;
    border: 1px solid #014550;
	background:#fff;
    border-radius:15px;
    padding: 25px 25px 30px;
    position: relative;
	box-shadow:0 4px 7px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 7px 2px rgba(0,0,0,0.1);
	}
.review_box-top{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	column-gap:20px;
	}
.review_box-top-left{
	text-align:left;
	}
.review_heading {
    font-size:17px;
    line-height:25px;
    color: #000000;
    font-weight: 700;
	}
.review_star{
    width:90px;
	}
.review_text {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
	font-weight:500;
    margin-top:15px;
	text-align:left;
	}
.review_box-image{
	width:140px;
	float:left;
	margin-top:20px;
	}
.review_box-image img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
/*====section_1====*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0;
	background:#effeff;
	}
.s1_heading{
	font-size:45px;
	line-height:50px;
	color:#000;
	font-weight:700;
	}
.faq_section{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	margin:10px 0 10px;
	}
.faq_slide_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-bottom:1px solid #d5d5d5;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
    background: url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/close.webp) no-repeat right 15px center;
    background-size:16px;
    padding:25px 30px 25px 0;
    position:relative;
    cursor:pointer;
    font-size:20px;
    line-height:26px;
    color:#000;
    font-weight:700;
	border-bottom:none;
	}
.acdn_heading.accordion_open{
	background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/open.webp) no-repeat right 15px center;
	background-size:16px;
	color:#000;
	}
.faq_slide_row.active .accordion{ color:#000;}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000;
	margin-bottom:20px;
	letter-spacing:0.3px;
	font-weight:400;
	}	
		
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:30px 0 35px;
	}
.footer_logo{
	display:inline-block;
	vertical-align:middle;
	width:300px;
	margin:0 auto 15px;
	}
.footer_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin:7px 0 0;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 5px;}


/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}

.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.sel-prd-info{ width: 62%;}
.check_prod{ width:100px;}
.sel-prd-prc{ width: 38%;}

.checkout_left{ padding:30px 30px 50px 0;}
.view-box-col2{ font-size:15px;}
.offr-bx-img{ right:25px;}

.include_text{ font-size:16px;line-height: 20px;}

.qty_text{right:-20px; top:30px;}


.offer-top p{ font-size:19px; line-height:27px;}
	
.checkout_right{ padding:45px 0 50px 30px;}


}


@media only screen and (max-width:1023px){
.container{width:90%;}
.showDesk{display: none;}
.showTab{display: block;}

.checkout_inner_section{flex-wrap:wrap;}
.checkout_left, .checkout_right{ padding:40px 50px 20px; width:100%;}

.view-box-col2 h3{ font-size:16px; line-height:22px;}

.frm_hdr_content h3{ font-size: 26px; line-height: 26px;}
.demand_strip p{ font-size: 15px; line-height: 19px;}
.frm_hdr_content p{ font-size: 14px; line-height: 20px;}
.ship_strip p{ font-size:14px;}

.postal_image {width: 60px;}

.common_btn p{ font-size:14px; line-height:20px;}
ul.sec-left-list li p{ font-size:14px; line-height:20px;}

.offer-top{ padding:12px 15px 11px;}
.protection-row input[type=checkbox] + span{ width: 20px; height: 20px;}
.protection-row input[type=checkbox]:checked + span:after{ width: 16px; height: 16px;}
.offer-top p{ font-size: 16px; line-height: 22px; padding-left: 10px; width:calc(100% - 20px);}
.ofrbx-mdl{ padding:20px 10px;}
ul.ofrbx_list li{ font-size:14px; line-height:18px;}
ul.ofrbx_list li:before{ top:5px;}	
.offr-bx-img1{ width:95px;}	
.offr-bx-img2{ width:80px;}
.offr-bx-img3{width: 100px;}

.order_sumrybox{ margin-top:35px;}	

.checkout_right{ padding:0 0 50px;}
.checkout_right:after{display:none;}
.right_box_heading{ font-size: 20px; line-height: 26px;  margin-top: 35px;}
.right_box_heading span{ background:#fff; padding:0 10px;}

.odr-rgt { padding-left:13px;}
.prod_name{ font-size:15px; line-height:20px;}
.free {font-size: 15px;}

ul.chk_right_list li p{ font-size:15px; line-height:17px;}

.choose_seal{ width:70px;}
.choose_box{ margin-top:5px;}
.choose_row{ margin-top: 25px; padding-left: 80px;}
.choose_row h3{ font-size: 18px; line-height: 25px;}
.choose_row p{ font-size:16px; line-height:24px;}
.rev_img{ right: 10px; width: 40px;}
.review_text{ font-size: 16px; line-height: 24px;}

.check_list{ 
	width: calc(100% + 30px); 
	margin:25px auto 0; 
	margin-left:-15px; 
	display: -webkit-flex; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
	}
.check_list li{ width:33.33%; padding:0 8px; position:relative;} 
.check_list li img{ display:block; margin:0 auto 12px; width:90px;}
.check_list li p{ font-size:15px; line-height:20px; color:#000; font-weight:500;}
.check_list li:before{ content:''; position:absolute;top:73px; bottom:3px; left:0; width:1px; background:#ededed;}
.check_list li:first-child:before{ display:none;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-fix-bar{margin-bottom:27px;}
.top-sticky{height:27px; margin-top:-27px; top:27px;}
.topStrip{ padding:6px 0;}
.top-strip-col-1 {text-align: center;}
.top-strip-col-1 p{ font-size:13px; line-height:15px;}
.top-strip-col-1 p img {margin: -2px 3px 0;width: 15px;}

.header{ padding:8px 0 10px; height:auto;}

.s1-top-box{ margin-top:25px; padding:0 12px 12px; border-radius:5px;}
.secure_text{padding: 0 15px;font-size: 14px;line-height:14px;margin:-15px 0 10px; letter-spacing:0.3px;}
.secure_strip_icn{width: 12px;}

.secure-strip{ float:left; width:100%; padding:0 15px 0;}
.secure-strip-box{float:left; width:100%; border:1px solid #000; padding:0 0 5px; border-radius:7px;}
.secure-strip-text {font-size: 16px; line-height: 22px; background:#000; padding:7px 5px; border-radius: 4px 4px 0 0; color:#fff;}
.secure-strip-btm{float:left; width:100%; background:#fff; padding:0 10px;}
.secure-strip-icn { width: 14px; margin:-3px 6px 0 0; display:inline-block;filter: brightness(1) invert(1); vertical-align:middle;}
.card-img { margin: 0 auto 0;}

.checkout_inner_section{ flex-wrap: wrap;flex-direction: column;}
.checkout_left{ width:100%; padding:0 0 25px;}

.header_mob{ float:left; width:100%; box-shadow:0 2px 5px 1px rgba(0,0,0,0.1); padding:7px 15px;}
.check-logo{ width:220px;}
.secure-lock{ margin-top:0;  font-size:11px; line-height:14px;}
.secure-lock img {width: 34px;}

.paypal-box span{ font-size:14px;}
.paypal-box{padding: 0 10px 10px; margin-top: 30px;}

.form_steps_wrap{ margin-top:25px;}
.frm_hdr_icon{ width:40px;}
.frm_hdr_icon img{ width:40px;}
.frm_hdr_content{ width: calc(100% - 40px); padding-left:10px;}
.frm_hdr_content h3{ font-size:24px; line-height: 24px;}
.frm_hdr_content p{ font-size:12px; line-height: 14px;}

.bonus_box_head{ margin:20px 0 0 -5px; width:calc(100% + 10px);}
.bonus_box_head:before{ display:none;}
.bonus_box_head span{ font-size:15px; line-height:20px; width:100%; padding:0;}
.bonus_box_head span img{ width:15px;}

.bonus_box_row{margin:30px auto 0;}
.bonus_box_col{ width:24%;}
.gift_box-col-border{ padding:0 0 5px;}
.bonus_strip{ font-size:12px; line-height:12px; padding:3px 7px;}

.bonus_prod{ margin:0 auto;}
.bonus_text1{ font-size:11px; line-height:15px; margin-top:0; font-weight:600;}
.bonus_text1 span{ font-size:11px; line-height:15px;}

.prd-opt{  padding:10px; margin:25px auto 0;}
.pkg_inner{min-height: 80px;justify-content: space-between;}
.sel-prd-info{ width:50%;}
.prd-qty{ padding-left: 10px;}
.sel-prd-prc{ width:50%;}
.check_box{ padding:0 0 10px;}
.check_off_seal{ top: -35px; right: -23px; width: 66px; height: 66px; font-size: 17px; line-height: 20px; padding-top:14px;}
.best_value_text{ left: 14px; font-size:13px; line-height:13px; top:-27px;}
.one_star {width: 14px;margin: -2px 4px 0 0;}
.rad-opt{ width:20px;}
.prd-qty{ font-size:20px; line-height: 20px;}
.rad-opt input[type='radio'] + span{width:20px; height:20px;}
.frm_hdr_content p{ font-size: 13px; line-height: 19px;}
.prd-save{ font-size:13px; line-height: 16px; padding:4px 5px 5px;}
.prd-save:before{border-top: 12px solid #02c406; border-bottom: 13px solid #02c406;}
.prd-prc{ font-size:20px; line-height: 20px;}
.exp-tx{ font-size:16px;}
.check_prod_box{ max-width:180px;}
.check-prod{ width:50px;}
.pkg4_check_pord_iner1{max-width: 78%;}
.pkg4_check_pord_iner2{max-width:78%;}
.pkg6_check_pord_iner2{ margin-top:10px;}

ul.sel_prod_list li{ font-size:13px; line-height:13px;}
ul.sel_prod_list li:before{ width:4px; height:4px; margin-top:-2px;}
ul.sel_prod_list li span{ font-size:9px; line-height:10px;}
.prod_price_now, .prod_price_regular{ font-size:20px; line-height:20px;}

.pakge_row{ padding:14px 0 10px; min-height:150px;}
.check_pord_iner{justify-content: center;}
.prd-opt.pkg4 .check_pord_iner{justify-content: start;}
.check_prod{ width:70px;}
.prd-opt.pkg1 .check_prod{ width:120px;}
.prd-opt.pkg2 .check_prod{ width:80px;}
.prd-opt.pkg3 .check_pord_iner{flex-wrap: wrap;}
.prd-opt.pkg3 .check_prod{ width:70px;}
.check_prod_mid{ margin:0;}
.prd-opt.pkg3 .check_prod3{ margin-left:30px;}

.prd-opt.pkg5 .check_pord_iner{justify-content: start;}
.prd-opt.pkg5 .check_prod{ width:57px;}
.prd-opt.pkg5 .check_prod_mid{ margin:0 -8px;}
.prd-opt.pkg5 .check_prodm{ margin-left:30px;}

.prd-opt.pkg6 .check_pord_iner{justify-content: start;}
.prd-opt.pkg6 .check_prod{ width:56px;}
.prd-opt.pkg6 .check_prod_mid{ margin:0 -8px;}

.qty_text{right:12px; top:12px; width:42px; height:42px; font-size:22px; line-height:38px;}
.prod-det_cut-tx, .prod-det_cut-tx span{font-size:14px; line-height:18px;}
.prod-det_cut-tx span:after{top:8px;}
.buy_more{font-size:18px; line-height:22px; margin:25px 0 0;}

.pay-pal-btn-bx{ margin-top:35px; padding:0 10px 10px;}
.pay_palbtn_row{ margin:-10px auto 0;}
.pay_btn{ height:44px;}
.shop_icn, .pay_pal_icn{ width:75px;}

.happy_customers{margin:15px auto; padding:8px;}
.happy_customers p{font-size:14px; line-height:18px;margin:0 6px;}
.faces{width:55px;}
.happy_star{width:65px; margin:0 5px -1px;}
.ship_strip p{ font-size: 16px; line-height: 20px;}
.ship_strip{ padding:10px 8px;margin: 15px auto;}
.ship_strip p{ font-size:13px; line-height: 16px;}
.ship_strip p img{ margin:-3px 6px 0 0;}
.total_save{font-size:15px;}
.total_saving_strip{margin:15px 0 20px; padding:10px 8px;}
.total_saving_strip img{width:16px;}
.total_saving_strip p{font-size:14px; line-height:18px;}

.check_list li img{ width:55px; margin:0 auto 5px;}
.check_list li p{ font-size:13px; line-height:17px;}

.postal_content {padding-left: 15px;}
.postal_content p{ font-size:16px;}

.form_box{ margin:0;}
.form_element label{ font-size:11px;}
.frm_flds, .select_flds{ height:52px; font-size:15px;}

.form_element3-row{flex-wrap: wrap;}
.form_element3-row .form_element{ width:100%;}

.fieldToggle{margin-top: 20px;}
.fieldToggle p{ font-size:14px;}

.paymybtn{ font-size:14px;}
.payment-cards{ width:115px;}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{ width:16px; height:16px; margin:0px 8px 0 0;}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{ width:8px; height:8px;}
.payment-flds-box{ padding:10px;}
.PaypalOpt-logo {height: 23px;}

.payment_flds_box{ padding:15px;}

.frm_wrap_top{ margin-top:10px;}

.payoptbox{ margin:0;}
.payment-cards-box{ padding:10px;}
.payment-flds-box { padding: 10px;}
.flds_cards{ width:160px;}

.common_btn{ font-size:23px; line-height:44px; height:60px; padding:8px 15px 10px;}
.common_btn p{ font-size:12px; line-height:18px;}
.btn_card{ max-width:300px; margin-top: 15px;}
.btn_arw{ width:22px; margin-right:6px;}

ul.sec-left-list{ margin:20px 0 10px;}
ul.sec-left-list li p{ font-size:13px; line-height:18px;}
	
.checkout_right{ float:left; padding:0 15px 20px; width: calc(100% + 30px); background:#fff; margin-left:-15px;}	
.checkout_right:after{ display:none;}

.right_box_heading{ font-size: 19px; line-height: 23px; margin-top: 15px;}
.choose_row{ margin-top: 20px; padding-left: 70px; padding-bottom:0;}
.choose_seal{ width: 60px;}
.choose_row h3{ font-size: 17px; line-height: 21px;}
.choose_row p{ font-size: 15px; line-height: 22px; margin-top: 6px;}

.protection-row{ margin-top:20px; padding:6px;}
.protection-row input[type=checkbox] + span{ width:20px; height:20px; margin-top:0;}
.protection-row input[type=checkbox]:checked + span:after{ width:14px; height:14px; top:2px;}
.offer-top p{ width: calc(100% - 20px); font-size: 16px; line-height: 20px; padding-left: 10px; letter-spacing: normal;} 
.ofrbx-mdl{ padding: 17px 10px;}
.ofrbx-price{ font-size: 20px; line-height: 20px;}
.ofrbx-price span:after{ top:49%;}
.ofrbx-price small{ font-size: 14px; line-height: 14px;}	
ul.ofrbx_list{ margin-top:12px; max-width:220px;}	
ul.ofrbx_list li{ padding-left:12px; font-size:13px;}

.chkoffr_box_img3{ width:90px; right:5px;}

.order_sumrybox{box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); padding:0 16px 20px; margin:25px 0 0;}
.prod_name{ font-size:13px; line-height:17px;}
.prod_name span{ font-size:13px;}
.prod_name ul li{ font-size:10px; line-height:10px; margin:5px 0;}
.prod_name ul li span{ font-size:10px; line-height:10px;}
.prod_name ul li:before{ width:3px; height:3px; margin-top:-1px;}
.cart-table{ font-size:16px; line-height:22px;}
.save_price{ width:18px;}

.customer_heading{ margin-top:15px;}
.review_row { margin: 15px auto 0; row-gap: 20px;}
.review_box { border-radius: 10px; padding: 15px 15px 20px;}
.review_box-top-left {padding-top: 0;}
.review_box-image { width: 125px;}
.review_heading {line-height: 22px;}
.review-star { margin-top: 5px; width: 75px;}
.review_name { font-size: 15px; line-height: 21px;}
.review_name span {font-size: 12px;}
.review_name span img { width: 10px;}
.review_text { font-size: 15px; line-height: 21px; margin-top:15px;}

.section_1{ padding:30px 0;}
.s1_heading{ font-size:28px; line-height:32px;}
.faq_section{ margin:10px auto 0;}
.accordion{ font-size:15px; line-height:20px; padding:15px 25px 15px 0; background-size:14px; background-position:99% center;}
.acdn_heading.accordion_open{ background-size:14px; padding-bottom:15px;background-position:99% center;}
.acdn_content{ padding:0 0 5px 0;}
.acdn_para{ font-size:14px; line-height:20px;}

.footer{ padding:20px 0 25px;}
.footer_logo{ width:200px;}
.footer_text{  margin-top:5px; line-height:24px;  font-size:14px;}
.footer_text a{ padding:0 3px;}
.footer_card{ margin-top:15px;}
}





/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(https://cdn.shopify.com/s/files/1/0551/2957/1484/files/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}