@charset "utf-8";
/* CSS Document */

:root {
  --primary-color: #115558;
  --secondary-color: #f4ffff;
  --main-padding: 20px;
  --body-font: 'Inter', sans-serif;

}

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: var(--body-font);
	font-weight:400;
	/*background: url(../images/V1.jpg) no-repeat center top;*/
	}
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;vertical-align: middle; 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: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Black'), local('Inter-Black'),
        url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*=====MAIN CSS START=====*/
.container {
	width: 1170px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
}
	

/*====top_strip====*/
.top_strip{
	float:left;
	width:100%;
	background: var(--primary-color);
	padding:5px 0;
	}
.strip_timer_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
	column-gap:clamp(0.5rem,2vw,0.938rem);
	}
.top_strip_text{
    font-size: clamp(0.875em, 3vw, 1.125em);
    line-height: clamp(0.875rem, 3vw, 1.125rem);
    color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.top_strip_text img{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 11px 0;
	width: 20px;
}
#clockdiv{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    width: 85px;
	}
#clockdiv div > span{
	text-align: center;
    color: #fff;
	font-size: clamp(0.813em, 3vw, 1.125em);
    line-height: clamp(0.813rem, 3vw, 1.125rem);
    font-weight: bold;
	}
#clockdiv .smalltext {
	font-size: clamp(0.625em, 2.5vw, 0.813em);
    line-height: clamp(0.625rem, 2.5vw, 0.813rem);
    color: #fff;
    text-align: center;
    letter-spacing: 0.3px;
	}
#clockdiv p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
	}

/*====header====*/
.header{
	float:left;
	width:100%;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);
	padding:13px 0;
	border-bottom: 1px solid #e3e3e3;
	}
.logo{
    float: left;
    width: 152px;
	}
.header_secure{
	float: right;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    margin-top: 12px;
    letter-spacing: 0.5px;
	}	
.header_secure img{
	display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin: -8px 8px 0 0;
	}
	
		
		
/*====checkout_main_section====*/
.checkout_main_section{
	float:left;
	width:100%;
	padding:45px 0 70px;
	border-bottom:1px solid #ddd;
}	
.checkout-section{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0px auto 0;
	}
.checkout-left{
	width:49.5%;
	}
	
/*==================*/
.ship-from {
    float: left;
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-top: 40px;
    border-radius: 10px;
    padding: 12px 0 10px;
    position: relative;
    z-index: 1;
}

.ship-from p {
    font-size: clamp(1em, 3vw, 1.125em);
    line-height: clamp(1.475rem, 5vw, 1.7rem);
}

.ship-from img {
    display: inline-block;
	width: clamp(6.25rem, 20vw, 8.125rem);
}
.royal-mail-logo {
    background: #f22327;
    display: inline-block;
    vertical-align: middle;
    padding: 5px clamp(0.938rem, 3vw, 1.875rem);
    margin-top: -50px;
}

.ship-from p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: -3px 10px 0 0;
    background: #06cd55;
    animation: shadow-pulse 3s infinite;
}
@keyframes shadow-pulse{
    0% {box-shadow: 0 0 0 0 #06cd55}
    50% {box-shadow: 0 0 0 0 #06cd55}
    100% {box-shadow: 0 0 0 8px transparent}
	}

.form-box{
	float:left;
	width:100%;
	}	
.high-demand-strip{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    width: 100%;
    background: #e1fbfb;
    border-radius: 5px;
    padding:10px 10px;
    text-align: center;
    margin: 0 auto 15px;
	}
.flash-icn{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	}
.secure{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	}
.high-demand-strip-text{
	display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 21px;
    color: #044447;
    font-weight: 500;
	}
.high-demand-strip-text span{
	color:#f61515;
	font-weight:700;
	}
.customers-strip{
	background:#000;
	}
.customers-strip .high-demand-strip-text{
	color:#fff;
	}
.customers-star{
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    margin: -1px 0 0 0;
	}
.customers-img{
	display:inline-block;
	vertical-align:middle;
	width:85px;
	}
.free-ship-strip{
	background: #fdf3dc;
	}
.secure-checkout{
	background: #e0fce1;
}
.secure-checkout span{font-weight: 700; color: #1c6d06;}
.secure-checkout .high-demand-strip-text{color:#000;}
.uk-icn{
	display:inline-block;
	vertical-align:middle;
}
.instock-warehouse{
	background: none;
	margin: 35px auto 0;
	padding: 0;
	border-radius: 0;
	border:none;
}
.instock-warehouse .high-demand-strip-text {
	color: #363636;
	}
.green-dot {
    /*height: 7px;
    width: 7px;
    background: #8ac142;
    border-radius: 20px;
	animation: fade 1s ease-out infinite;*/
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.2;}
	100%{ opacity:1;}
	}
.strip-tick{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	}
.discount-strip{
	background:#f9da67;
	}
	
.saving_box{
	background: #ff8a00;
    border-radius: 6px;
    padding:8px 20px;
    margin-bottom: 15px;
    float: left;
	position: relative;
	animation: bounce 2s linear infinite;
	}	
@keyframes bounce{
	0%{ transform:translateY(0);}
	50%{ transform:translateY(-10px);}
	100%{ transform:translateY(0);}
	}
.saving_box:before{
	content: "";
    position: absolute;
    left: 10px;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff8a00;
}
.saving_box_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.saving_content{
	text-align:left;
	}
.saving_text{
	font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
	}
.saving_price{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-top:6px;
	}	
.saving_imgbx{
    width: 43px;
    flex-shrink: 0;
	}	
.saving_imgbx img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}				
		
.cp-contact, .cp-prospect{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    padding:0px 0 0 clamp(0px, (3.5vw - 1rem), 33px);
    margin-top:clamp(1.875rem, 7vw, 3.125rem);
}
.mt_0{ margin-top:0 !important;}	

.free-prod-hd {
	float: left;
    width: 100%;
    color: #020202;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
}
.free-prod-hd:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #ebebeb;
}

.free-prod-hd span {
    background: #fff;
    padding: 0 10px;
    position: relative;
}
.free-prod-hd span span{color: #ff5050; padding: 0; background: none;}

.free-prod-hd span img {
    margin: -3px 5px 0;
    display: inline-block;
	width: 16px;
}


.gift_box-row{
	float:left;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
	width:100%;
	}
.gift_box-col{
	width:23%;
	text-align:center;
	}
.gift_box-col-inr{
	width:100%;
	background: var(--secondary-color);
    border: 1px dashed var(--primary-color);
	position:relative;
	padding:13px 5px 10px;
	border-radius:5px;
	}
.gift_box-col p{
	position:absolute;
	left:50%;
	top:-10px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	width:62px;
	border-radius:5px;
	background:#ff0000;
	padding:2px 10px 2px;
	font-size:13px;
	line-height:13px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	}
.gift_box-col span {
	display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #1f1f1f;
	}
.gift_prod{
	display:block;
	margin: 0 auto 10px;
	width: 42px;
}


/************************/
.prod-sec {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	margin-top: 10px;
}

.prod-option{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #d2d2d2;
    padding: 20px 16px 20px 16px;
	cursor: pointer;
	position:relative;
}
.prod-option.prod-selected{
	background: #fffbf0;
	border:2px solid var(--primary-color);
}
.prod-left {
    float: left;
    width: 67%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    margin-top: -3px;
}
.save {
	display: inline-block;
    vertical-align: middle;
    height: 70px;
    width: 100%;
    text-align: center;
    background: #44bf47;
    border-radius: 120px;
    max-width: 70px;
    position: relative;
    padding: 16px 0;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.save:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px dotted #fff;
    border-radius: 50%;
}

.save span {
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.popular {
	position:absolute;
	right:20px;
	top:-13px;
    background: #ff743e;
    text-align: center;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.popular img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
	width: 14px;
}
.cut-off-prc {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 24px;
    color: #909090;
    position: relative;
}

.cut-off-prc:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-top: 1px solid #909090;
}
.price-blk {
    float: left;
    width: 100%;
}

.discnt-prod-prc {
    font-size: 40px;
    line-height: 50px;
    color: #202020;
    font-weight: 700;
}
.discnt-prod-prc sup {
    font-size: 24px;
    line-height: 27px;
    display: inline-block;
    vertical-align: top;
}
.discnt-prod-prc sub {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;

}
.free-shipping {
	color: #0a9d2d;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 500;
}

.free-shipping img {
    display: inline-block;
    vertical-align: baseline;
    margin: 0px 1px -3px 0;
    width: 14px;
}

.prod-rgt {
    float: right;
    width: 28%;
    text-align: right;
	position: relative;
}

span.radio {
    height: 25px;
    width: 25px;
	flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #939493;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

span.radio span {
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
}
.prod-option.prod-selected span.radio span{background: var(--primary-color);}

.prod-left div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    padding-left: 10px;
}
.prod-head {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #202020;
}
.prod-head span {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.prod-left div img {
	display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 14px 5px 0 0;
}

.prod-btm-sec {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px 0;
}

.subscribe {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.subscribe label {
    color: #333333;
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
}

.subscribe input#subcribe {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    border: 1px solid #333333;
    margin-top: -3px;
	position: relative;
	transition: all 0.3s
}
.subscribe input#subcribe:checked:before{
	content: "";
	position: absolute;
	top: 50%;
    left: 50%;
    background: url(../images/subs-tick.webp) no-repeat left top;
    width: 14px;
    height: 10px;
    transform: translate(-50%, -50%);
	transition: all 0.3s
}
.paypal-checkout {
    float: left;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding:15px 20px;
    text-align: center;
}

.paypal-checkout p {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 0 20px;
    font-size:16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-top: -56px;
}

.paypal-btn {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #ffc439;
    border-radius: 5px;
    margin-top: -10px;
    height: 56px;
    line-height: 56px;
}

.paypal-btn img {
    width: 100px;
}

/********************************/


.form-header{
	width: 100%;
    display: -webkit-flex;
    display: flex;
	justify-content:flex-start;
    align-items: center;
	margin-bottom:clamp(0.938rem, 3.5vw, 1.25rem);
	text-align: left;
	}
.frm-hdr-content{
    text-align: left;
    padding-left: 12px;
	}
.slct-step{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: clamp(2.188rem, 8.5vw, 2.5rem);
    height: clamp(2.188rem, 8.5vw, 2.5rem);
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    font-size: clamp(1.375em, 3vw, 1.438em);
    font-weight: bold;
    position: relative;
    flex-shrink: 0;
	}	
.frm-heading{
    font-size: 24px;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: bold;
	}
.frm-sub-heading{
	font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
    letter-spacing: -0.1px;
    margin-top: 2px;
}

.form_detail_box{
	float:left;
	width:100%;
	}
.form_element_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}	
.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);
	}
.form_element .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}			
.frm_flds{
	font-size:16px;
    width: 100%;
    height:58px;
    background-color: #fff;
    outline: none;
    color: #2e2e2e;
	font-family: var(--body-font);
    padding: 0 clamp(0.75rem, 3vw, 0.938rem);
    -webkit-appearance: none;
    border: 1px solid #a4a4a4;
	border-radius:5px;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
	}	
.form_element .fl-is-active .frm_flds {
    padding-top: 15px;
	}
.frm_flds:placeholder {color: #2e2e2e;}

.select_flds{ 
	background:url(../images/down-arrow.webp)#fff no-repeat center right 15px;
	background-size:12px;
	}	
.flds_half{ width:48.5%;}

.frm_flds::placeholder{
	color:#838383;
	}

.frm_flds:focus{
	border:1px solid #5f5f5f;
	box-shadow:0 0 0 1px #5f5f5f;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}

.fieldToggle{
	float:left;
	text-align:left;
    cursor: pointer;
    padding-left:30px;
	margin-top:15px;
    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:0;}
.fieldToggle input[type=checkbox]:checked + span{ border:1px solid #000;}
.fieldToggle input[type=checkbox]:checked + span:after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/ship-check.webp) no-repeat center center;
    background-size: 12px;
    left: 2px;
    top: 1px;
	}
.fieldToggle p{
    font-size: 15px;
    line-height:20px;
    color: #000;
	}
.billing_address{
	float:left;
	width:100%;
	display:none;
	margin-top:15px;
	}
.payoptbox{
    float: left;
    width: 100%;
    background: #fff;
	}
.payopt-inner{
	border: 1px solid #d7d7d7;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.payment-cards-box{
        float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f6f6;
    padding: 15px 10px 15px;
    position: relative;
	cursor: pointer;
	}
.directDebit {
    border-bottom: 1px solid #d7d7d7;
	display: none;
}
.check-box {
    height: 18px;
    width: 18px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #c8c8c8;
    position: absolute;
    left: 10px;
    padding: 3px;
	cursor: pointer;
	
	display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
}
.check-box span {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}
.check-box-active{
	border: 1px solid #000000;
}
.check-box-active span{
	background: #000000;
}
.paymybtn{
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
	cursor: pointer;
	}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:16px;
	height:16px;
	-webkit-box-shadow: 0 0 0 0 #000 inset;
	box-shadow: 0 0 0 0 #000 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 #0075ff;
	background:#fff;
	border-radius:50%;
	outline:none;
	margin-top:0;
	flex-shrink: 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 #000 inset;
	box-shadow: 0 0 0 0 #000 inset;
	border:2px solid #0075ff;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0075ff;
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
	display: none;
	transition: all 0.4s ease;
}

.payment-active{display: block; transition: all 0.4s ease;}
.CardPayment.payment-active {
    border-top: 1px solid #d7d7d7;
}
.directDebit-inner{
    float: left;
    width: 100%;
}
.bd-txt1 {
    font-size: 18px;
    line-height: 25px;
    color: #3e3e3e;
	position: relative;
	margin-top: 15px;
}

.bd-txt2 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
	position: relative;
	margin-top: 10px;
	font-weight: 500;
}
.dv-lst {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
}

.dv-lst li {
	font-size: 15px;
    line-height: 22px;
    text-align: left;
    background: url(../images/db-list-icn.webp) no-repeat left top 3px;
    padding-left: 20px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.bd-bank {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
	column-gap:15px;
	}
.bd-bank div {
    width:90px;
	}
.bd-bank div img{
	width:80px;
	}

.bd-bank div span {
    margin-top: 5px;
    display: block;
    font-size: 15px;
    line-height: 18px;
}
.flds_cards{
    width: 148px;
	}	
.lock-bg, .help-icon{
    color: #a5a5a5;
    width:18px;
    position: absolute;
    right: 15px;
    top: 0px;
	}
.question {
    top: 50%;
    transform: translateY(-50%);
}	
.usa_strip{
	max-width:450px;
	border: 1px dashed #eddfae;
    padding: 4px;
    margin: 35px auto 0;
	}	
.usa_strip .high-demand-strip-text{ 
	font-weight:normal;
	font-size:15px;
	line-height:20px;
	}	

.checkout_btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 74px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #34c759;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 17px;
	width:30px;
	}
.term-text{
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    margin-top: 20px;
    text-align: left;
	}
.term-text a{
	color:#0842ff;
	font-weight:500;
	text-decoration:underline;
	}	
.guarantee-save-chkout{
	display:block;
	margin:20px auto 0;
	width: 440px;
}	


/*======Checkout Right Side======*/
.checkout-right{
	width: 100%;
    padding-right: 30px;
    max-width: 512px;
	}
.order_sumrybox{
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 0 0 25px;
    border: 1px solid #d7d7d7;
	}		
.sumry-hdng{
	font-size: 18px;
    line-height: 22px;
    color: #4d4d4d;
    text-align: left;
    padding: 14px 23px;
    font-weight: 400;
	}
.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 #e6e6e6;
	padding-top:10px;
	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%;
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	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 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.order_sumry_details.first{/*align-items: flex-start;*/}	
.prod-img{
	width: 66px;
	flex-shrink: 0;
    position: relative;
	display: -webkit-flex;
    display: flex;
    border-radius: 7px;
    justify-content: center;
}
.prod-img img{
	margin: 0 auto;
    display: block;
	max-width: 100%;
	border-radius: 7px;
	}
.prod-img span {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 15px;
    width: 15px;
    background: #15246f;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    border-radius: 2px;
}
.serum_prod-img{
	background:#fff2f2;
	border:1px dashed #ff2828;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    left:50%;
	transform:translateX(-50%);
    background: #f00;
    text-align: center;
    font-size: 12px;
    line-height:14px;
    color: #fff;
    font-weight:600;
	text-transform:uppercase;
	padding:1px 7px 0;
	}
.odr-rgt{
	padding-left: 10px;
    width: calc(100% - 70px);
	}
	
.stickthrough{
    position: relative;
    color: #7c7c7c;
    font-size: 14px;
    line-height: 14px;
	}
.stickthrough:after{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #f00;
    transform: translateY(-50%);
	}
	
.free-prod-text{
	font-weight:700;
	color:#218108;
	text-transform:uppercase;
	font-size:17px;
	}

.devider-cp{
	display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.5rem);
    margin: 10px 0;
    height: 1px;
    background: #e6e6e6;
	}
.cart-table{
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 23px;	
	}
.prod_name{ 
	width: 74%;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
	}
ul.prod_list{
	display: inline-block;
    vertical-align: top;
	width:100%;
	}
ul.prod_list li{    
	display: inline-block;
    vertical-align: top;
	width:100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
	padding-left:16px;
    margin-top: 7px;
	position:relative;
	}	
ul.prod_list li:before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:6px;
	height:6px;
	background:#221d4c;
	border-radius:50%;
	}			
.prod_sub_name{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-top: 5px;
	}
.prod-prc{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
	}
.prod-prc-free{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #218108;
    letter-spacing: -0.5px;
	}	
.green-color{color: #0a9d2d; font-weight:600;}

.discount_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 440px;
    background: var(--secondary-color);
    border: 1px dashed var(--primary-color);
    border-radius: 8px;
    padding: 12px 14px;
    overflow: hidden;
    margin-top: 15px;
	}	
.discount_inner_box{
	margin: 0 auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}	
.discount_bx_left{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	column-gap:10px;
	}	
.off_text{
	display:inline-block;
	vertical-align:top;
	background:var(--primary-color);
	border-radius:5px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:7px 10px;
	}
.discnt_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}
.discount_bx_right{
	text-align:left;
	}
.date_text{
	font-size:20px;
	line-height:20px;
	color:var(--primary-color);
	font-weight:bold;
	text-transform:uppercase;
	}				
	
.total-col{
    float: left;
    width: 100%;
	padding: 0 25px;
    margin-top: 10px;
}
.total-col .cart-table{ margin-top:12px;}	
.save_price{ font-size:18px; font-weight:700; color:#218108;}
.order-total-price{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding: 12px 0;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    margin-top: 22px;
	}
.deliver_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	color:#a2a2a2;
	margin-top:25px;
	}
.deliver_text img{
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin: -3px 0 0 5px;
	}
.tooltips-div{
	position:relative;
	cursor:pointer;
	 display: inline-block;
    vertical-align: middle;
	}
.tool-tips{
	position:absolute;
	left: -50px;
    top: -73px;
	width:125px;
	background:#fff;
	border-radius:5px;
	padding:7px 5px 8px;
	font-size:10px;
	line-height:12px;
	color:#000;
	text-align:center;
	visibility:hidden;
	opacity:0;
	transition:all .6s linear;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.2);
	}
.tool-tips:before{
	content:"";
	position:absolute;
	border-top:8px solid #fff;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	bottom:-8px;
	left:50%;
	transform:translateX(-50%);
	}
.tooltips-div:hover .tool-tips{
	visibility:visible;
	opacity:1;
	transition:all .2s linear;
	}
	
ul.detail_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:420px;
	margin:35px auto 0;
	row-gap:30px;
	column-gap:15px;
	}
ul.detail_list li{
	width:48%;
	display:-webkit-flex;
	display:flex;
	justify-content: flex-start;
    text-align: left;
    align-items: center;
	column-gap:15px;
	}
ul.detail_list li img{
	width:46px;
	}
ul.detail_list li p{
	font-size:16px;
	line-height:20px;
	color:#15246f;
	font-weight:500;
	}
	
/****************/
.money-back-blk {
	background: #fff8e1;
    border-radius: 20px;
    margin-top: 40px;
    padding: 20px 17px;
}

.money-back {
    display: block;
    margin: 0px auto 20px;
    width: 125px;
}

.money-bck-hd {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.money-bck-txt {
    font-size: 16px;
    line-height: 24px;
}
/*********************/
.expert-recomnd {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
	overflow: hidden;
}

.exprt-hd {
	float: left;
    width: 100%;
    position: relative;
    background: #f4ffff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #d7d7d7;
    padding:8px 20px;
}
.exprt-hd img {
    display: inline-block;
    margin: -3px 5px 0 0;
	width: 20px;
}

.expert-recomnd div {
    float: left;
    width: 100%;
    padding: 22px 170px 13px 18px;
    position: relative;
}

.expert-recomnd div img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.expert-para {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    color: #333333;
    margin-bottom: 30px;
}

.expert-name {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.expert-name span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}


/*********************/
.why-choose {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.why-chs-hd {
	margin-bottom: 0;
    position: relative;
    width: 100%;
}
.why-chs-hd span{
	background: #fff;
	padding: 0 15px;
    position: relative;
}

.why-point {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
}

.why-point div {
    padding-left: 20px;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
	letter-spacing:-0.2px;
}

.why-point div span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--primary-color);
}

.why-chs-hd:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #d7d7d7;
    top: 50%;
    transform: translateY(-50%);
}
.coose_seal{
	width:60px;
	}

/***************/
	/*SLIDER CSS*/
/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding:0 0 0;
	}
.s2-featuresBx .slick-list{ padding:20px 0 20px !important;}
.slick-list:focus{outline: none;}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
	}

.slick-slider .slick-track, .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
	}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	}

[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
	}
.slick-arrow.slick-hidden { display: none;}


/* Arrows */
.slick-prev, .slick-next, .s4-list .slick-prev, .s4-list .slick-next{
    position: absolute;
    top: 38%;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 9px !important;
	}
.slick-prev{
    left: -60px;
    background: url(../images/pkg-prev.webp) no-repeat center center #fff;
	}
.slick-next{
	right:-60px;
	background: url(../images/pkg-next.webp) no-repeat center center #fff;
	}
	


/*============dots=======*/
ul.slick-dots{
	width:100%;
	text-align:center;
	margin-top:20px;
	}
ul.slick-dots li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
    width: 11px;
    padding: 0;
    border: none;
    border-radius: 50%;
	text-align:center;
	float:none;
	cursor:pointer;
	}
ul.slick-dots li button{
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
	text-indent: -9999px;
	display: block;
	outline:none;
	border:1px solid #b0b0b0;
	padding:0;
	cursor:pointer;
	}	
ul.slick-dots li.slick-active button{ background:#006424; border:none;}
/****************************/
.user-ratings {
    float: left;
    width: 100%;
	padding:50px 0;
	border-bottom: 1px solid #d7d7d7;
	overflow:hidden;
	}
.testi_sub_hdng{
	font-size:16px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	}
.testi_heading img {
    display: block;
    margin: 0 auto 10px;
    width: 120px;
}
.user-rtng-star {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #202020;
    width: 100%;
    margin: 20px 0 0;
}

.user-rtng-star img {
    display: inline-block;
    width: 97px;
    margin-right: 10px;
}
	
.s10_block{
	width:100%;
	max-width:710px;
	margin:30px auto 0px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	}
.s10_block_col1 {
	width: 220px;
    text-align: center;
	}
.review-rating {
    font-size: 40px;
    line-height: 42px;
    color: #0d284f;
    font-weight: 500;
	}
.reviews-star {
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
    width: 149px;
	}
.reviews-text{
	font-size: 16px;
    line-height: 24px;
    color: #000;
	font-weight:400;
    margin-top: 15px;
	}
.s10_block_col2{
	width:62%;
	}
ul.rating-list{
	float:left;
	width:100%;
	}
ul.rating-list li{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding:8px 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
ul.rating-list li:last-child{ border-bottom:none;}
.rating-list-txt1{
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	font-weight:400;
	color:#000000;
	text-align:left;
	}
.rating-list-txt2{
	font-size:15px;
	line-height:18px;
	font-weight:500;
	color:#000000;
	}
.rating-list-txt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 12px 0 0;
	width:89px;
	}
.s10_text{
	display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 30px;
	}
.s10_text span {
    background: #fffa7c;
    padding: 5px 25px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
	}
	
.testimonial_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:40px auto 0;
	}
.testimonial_row{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	}
.testimonial_column{
	width: 371px !important;
    border-radius: 10px;
    border: 1px solid #115558;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
	padding-bottom: 25px;
	}
.testimonial_column__cont{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 0px;
	}
.testimonial_column_top{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	background:#ffffff;
	overflow:hidden;
	}
.testimonial_image_column{
	width:49.5%;
	position:relative;
	}
.testimonial_image{
	display:block;
	margin:0 auto 0;
	width: 100%;
	}
.testimonial_column_bottom{
	width:100%;
	text-align:left;
	padding:25px 15px 0;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
	}
.testimonial_star{
	display:block !important;
	width:106px;
	
	}
.testimonial_paragrapgh{
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 15px;
    font-style: italic;
	}
.testimonial_user_box{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top: 25px;
	padding:0 15px;
	}
.testimonial_user_name{
	font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
	}
.testimonial_user_name2 span{
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    background: #e8f5f6;
    padding: 5px 8px;
    border-radius: 4px;
	}
.testimonial_tick{
	display: inline-block !important;
    vertical-align: middle;
    margin: -2px 4px 0;
    width: 13px;
	}
.bfraftr_box{
	color: #000;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    border-radius: 5px;
    padding: 4px 10px 4px;
    background:rgba(255,255,255,0.4);
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 5px;
	text-align:center;
	}

/*=======section8_block===========*/
.testimonial_row .slick-prev, .testimonial_row .slick-next{
	top:50%;
	width:55px;
	height:55px;
    background-size:100% !important;
	margin-top:-28px;
	box-shadow:none;
	}
.testimonial_row .slick-prev{
	left:-60px;
	background: url(../images/pkg-prev.webp) no-repeat center;
	}
.testimonial_row .slick-next{
	right:-60px;
	background: url(../images/pkg-next.webp) no-repeat;
	}	
.testimonial_row .slick-slide{ margin:10px 14px;height:auto;}
.testimonial_row .slick-track{ display:flex;}
.testimonial_row .slick-slide > div{ display:flex; flex-wrap: wrap; height:100%;}

/**********************************/
.common_button_box{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:452px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:74px;
	font-size:22px;
	line-height:74px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	background:#34c759;
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin: -5px 0 0 15px;
	}
.common_button_top{
	color:#000;
	margin-bottom:10px;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.common_button_top li{
	font-size:15px;
	line-height:15px;
	font-weight:500;
	padding:0 10px;
	}
.common_button_top li:last-child{	
	display:-webkit-flex;
	display:flex;
    align-items: center;
    column-gap: 5px;
	}
.common_button_top li.green-dot{
	padding-left:18px;
	border-right:1px solid #515458;
	position:relative;
	}
.green-dot:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #3ad300;
	animation: breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}

.low-stock{
    width: 70px;
    height: 13px;
	
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	}
.low-stock span{
	float: left;
	width: 17%;
	height: 100%;
	background: #e6e6e6;
	margin: 0 1px;
	transition: 0.5s;
	}
.low-stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
	
@keyframes fade{
0%{ opacity:1;}
50%{ opacity:0.2;}
100%{ opacity:1;}
	}
	
.common_button_benifit_list{
	margin:10px auto 0;
	column-gap:15px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.common_button_benifit_list li{
	font-size:13px;
	line-height:13px;
	color:#000;
	column-gap:8px;
	
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.diamond-dot{ width:13px;}
/*---------------------------
		faq section
---------------------------*/
.faq_section{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0;
	}
.common_heading{
	font-size: 46px;
    line-height: 53px;
	color: var(--primary-color);
    font-weight: bold;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:815px;
	text-align:center;
	margin-top:20px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 15px center;
	background-size:23px !important;
   	font-size:18px;
    line-height: 22px;
    font-weight:bold;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 15px center;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 35px 0 0;
	margin-top:-10px;
	}
.acdn-para{
    font-size:16px;
    line-height: 24px;
	color:#000;
	letter-spacing: 0.2px;
    margin-bottom:20px;
	}
	
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #e3e3e3;
	padding:25px 0 40px;
	}
.footer-txt1{
	font-size:17px;
	line-height:22px;
	color:#383838;
	margin-top:10px;
	}
.footer-txt1 a{ color:#383838; padding:0 5px;}


.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.prod-left{width: 70%;}
.prod-left div img {width: 90px;}
.prod-rgt{width: 30%;}

.checkout-right{ width: 47%;}
.discount_box{ max-width: 420px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.fordesk{display: none;}
.fortab{display: block;}

.checkout_main_section{ padding:35px 0 60px;}
.checkout-section{ max-width:600px; margin: 0 auto;}
.checkout-left{ width: 100%;}

.order_sumrybox{ padding: 0; margin-bottom: 15px; border-radius: 0; border: none;  position: relative;margin-top: 10px;}
	
.summy_details-box{ padding-bottom:30px; border:none;}
.summry-toggle-mob{
	float:left;
	padding:15px 0;
	text-align: left;
	width: 100%;
	cursor:pointer;
	position: relative;
	border-bottom:1px solid #f5f5f5;
	
	display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
	}
.sm-txt-close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.summry-toggle{
	color: #000;
	font-size:18px;
	line-height:22px;
    letter-spacing: -0.5px;	
	}
.summry-toggle span.rgt{ float: right;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: nowrap;align-items: center;}	

.total-prc {float: left;text-align: right;font-size: 15px;}
.total-prc small {display: block; font-size: 12px; line-height: 12px; color: #707070; font-weight: 400; text-decoration: line-through;text-decoration-color: #707070;}
	
.order-summary-toggle__icon{
	fill: #3c1a3f;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	margin-top:-4px;
	}
.togle-price{
	float:right;
	width:35%;
	font-size:15px;
	line-height:20px;
	color: #333333;
	text-align:right;
	margin-top:3px;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #3c1a3f;
	margin: 3px 0px 0 6px;
	}
#toggle-mob-cart.isopened{
	height: 0;
	visibility:hidden;
	overflow: hidden;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.checkout-right{ width: 100%; padding: 0;max-width: 100%;}
.testi_txt{ font-size: 17px; line-height: 25px;}

.common_heading{ font-size: 30px; line-height: 38px;}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.formob{display:block;}
.hidemob{ display:none;}

.top_strip{ }
.strip_timer_row{ }
.top_strip_text{ }
.top_strip_text img{ width: 16px; margin: -3px 8px 0 0;}
#clockdiv{ column-gap: 5px; width: 80px; margin-top: -6px;}
#clockdiv div > span{ font-size:13px; line-height:13px;}
#clockdiv .smalltext{ font-size:10px; line-height:10px;}

.header{ padding:12px 0; border-bottom: none;position: relative;z-index: 1;}
.logo{ width:114px;}
.header_secure{ font-size: 13px; line-height: 13px; margin-top: 9px;}
.header_secure img{ width: 12px; margin: -6px 5px 0 0;}

.slider_track li{ margin:0 20px;}
.slider_track li p{  font-size:13px; line-height:13px;}
.slider_track li img{ width:65px;}

.checkout_main_section{ padding:0px 0 35px; overflow: hidden;}

	
.summry-toggle-mob{ padding:12px 0;}
.summry-toggle-mob:after{left: auto; right: -40px;}
.summry-toggle{ font-size:14px;}


.tool-tips{left: -75px; top: -82px;width: 120px;}
.tool-tips:before{left: 72%;}

	
.summy_details-box{ padding: 15px 0px 5px; border: none;}
.order_sumry_details{ padding: 8px 0;}
.devider-cp{width: 100%; margin: 5px 0;}
.prod-img{ width:60px; height: 60px}
.odr-rgt{ padding-left: 10px; width: calc(100% - 65px);}
.prod_name{ font-size: 14px; line-height: 19px; width: 80%;}
.prod_sub_name{ font-size: 11px; line-height: 15px;}
ul.prod_list li{ font-size: 13px; line-height: 15px; padding-left: 13px;}
ul.prod_list li:before{ top: 4px; width: 5px; height: 5px;}
.prod-prc{ font-size: 17px; line-height: 21px;}
.stickthrough{ font-size:13px; line-height:13px;}
.stickthrough:after{ }
.prod-prc-free{ font-size: 14px; line-height: 14px;}
.discount_box{ padding:12px;}
.off_text{ font-size: 13px; line-height: 13px; padding: 5px 8px;}
.discnt_text{ font-size: 13px; line-height: 13px;}
.date_text{ font-size: 17px; line-height: 17px;}
.total-col{ padding:0; margin-top:15px;}
.cart-table{ font-size: 14px; line-height: 20px;}
.order-total-price{ font-size: 16px; line-height: 20px; padding: 10px 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: 18px;}
.deliver_text{ font-size:12px; line-height:16px;}

ul.detail_list{ max-width: 330px; margin: 30px auto 0; row-gap: 22px; column-gap: 15px;}
ul.detail_list li{ width: 46%;}
ul.detail_list li img{ width: 33px;}
ul.detail_list li p{ font-size: 13px; line-height: 17px;}

.cp-contact, .cp-prospect{ }
.ship-from p {margin-top: -10px;}	
	
.prod-option{padding: 15px 10px;}
.prod-left{width: 68%;}
.prod-left div{}
span.radio{height: 20px;max-width: 20px;}
span.radio span{width: 8px;height: 8px;}
.prod-head{font-size: 17px;line-height: 20px;}
.prod-head span{font-size: 13px;line-height: 22px;}
.prod-left div img{width: 80px;margin: 5px -2px 0 0;}
.save{height: 55px;max-width: 55px;padding: 14px 0;font-size: 16px;line-height: 15px;position: absolute;right: 0px;margin-top: 50px;}
.save span{font-size: 12px;line-height: 14px;}
.save:before{border:1px dotted #fff; top: 2px;left: 2px;right: 2px;bottom: 2px;}
.prod-rgt{width: 32%;}
.popular{font-size: 10px;line-height: 10px;padding: 6px 7px; right:8px;}
.popular img{width:10px;margin: 0 1px 0px 0;}
.cut-off-prc{font-size: 15px;line-height: 22px;}
.discnt-prod-prc{font-size: 26px;line-height: 26px;}
.discnt-prod-prc sup{font-size: 18px;line-height: 18px;}
.discnt-prod-prc sub{font-size: 12px;line-height: 12px;}
.free-shipping{font-size: 10px; line-height:12px;}
.free-shipping img{margin: 0 1px -3px 0;}

	
.slct-step{ }
.free-prod-hd{font-size: 15px;line-height: 24px;}
.free-prod-hd span{ padding:0 5px;}	
.free-prod-hd span img{width: 14px; margin:-3px 2px 0;}


.gift_box-row{ margin-top:20px;}
.gift_box-col{width: 24.25%;}
.gift_box-col-inr{ padding:15px 0 5px;}
.gift_box-col p{width: 50px;padding: 2px 7px 2px;font-size: 11px;}
.gift_prod{margin-bottom: 5px; width: 30px}
.gift_box-col span{ font-size: 10px;line-height: 12px;letter-spacing: 0px;}
	
.prod-btm-sec{margin-top: 10px;}
.paypal-checkout{padding:10px}
.paypal-btn{height: 44px;line-height: 44px;}
.paypal-checkout p{margin-top: -45px;font-size: 14px; padding: 0 10px;}
.paypal-btn img{width: 70px;}
	
.form-header{}
.frm-hdr-content{ padding-left:10px;}
.frm-heading{font-size: 19px; line-height: 26px;}
.why-chs-hd span{ padding:0 10px;}
.frm-sub-heading{font-size: 12px;line-height: 18px;}

.high-demand-strip{ padding: 6px 10px; margin: 0 auto 14px; column-gap: 5px;}
.face {width: 13px;}
.instock-warehouse{margin-bottom:0;margin-top: 20px;}
.customers-star{ width:55px;}
.high-demand-strip-text{ font-size: 12px; line-height: 20px;}
.uk-icn{ width:19px;}

.frm_flds{ font-size: 15px; height: 50px; padding: 0 12px;}
.fieldToggle p{ font-size: 14px; line-height: 19px;}
.fieldToggle input[type=checkbox]:checked + span:after{background-size: 11px;top: 2px;}

.saving_box{ padding: 8px 20px; margin-bottom: 14px;}
.saving_text{ font-size: 13px; line-height: 13px;}
.saving_price{ font-size: 19px; line-height: 19px;}
.saving_imgbx{ width: 40px;}


.payment-cards-box{padding: 13px 10px;}
.check-box{height: 16px;width: 16px; margin-right: 0px}
.check-box span{height: 8px;width: 8px;}
.bd-txt1{font-size: 14px;line-height: 21px; margin-top: 5px;}
.paymybtn{ font-size:15px;}
.bd-txt2{font-size: 16px; line-height: 24px;}
.dv-lst li{font-size: 14px;line-height: 18px;letter-spacing: 0;background-size: 14px;padding-left:22px;}

.bd-bank div{width: 60px;}
.bd-bank div img {width: 60px;}
.bd-bank div span{font-size: 12px; line-height: 12px;}

.term-text{ font-size: 12px; line-height: 19px;}

.usa_strip{ margin: 28px auto 0;}	
.usa_strip .high-demand-strip-text{ font-size: 12px; line-height: 18px;}	
	
.checkout_btn{ height: 60px; font-size: 20px; border-radius: 8px; margin-top: 5px;}	
.btn_arw{ margin: -2px 0 0 14px; width: 18px;}	

.guarantee-save-chkout{ margin: 15px auto 0;width: 280px;}	
	
.money-back-blk{padding: 15px 15px; margin-top: 25px;border-radius: 15px;}
.money-back{width: 110px;}
.money-bck-hd{font-size: 20px;line-height: 26px; margin-bottom: 5px;}
.money-bck-txt{font-size: 15px;line-height: 22px;}

.expert-recomnd{margin-top: 25px;}	
.exprt-hd{font-size: 16px;line-height: 22px; padding-left: 15px;}
.expert-recomnd div{padding: 10px 110px 10px 10px;}
.expert-para{margin-bottom: 15px;font-size: 13px;    line-height: 18px;}
.expert-recomnd div img{width: 95px;}
.expert-name{font-size: 11px;    line-height: 18px;}
.expert-name span{font-size: 14px;line-height: 20px;}

	
.why-choose{margin-top: 25px; row-gap: 10px;}
.why-chs-hd{margin-bottom: 5px;}
.why-point{padding: 15px;}
.why-point div{font-size: 14px;line-height: 20px;padding-left:15px;}
.why-point div span{font-size: 16px;line-height: 24px;margin-bottom: 2px;}
.why-point img {width: 50px;}
	
.user-ratings{padding:30px 0;overflow: hidden;}
.testi_sub_hdng{ font-size: 14px; line-height: 18px; margin-top: 40px;}	
.testi_heading{}	
.user-rtng-star{font-size: 15px;line-height: 24px;margin: 10px 0 0;}
.user-rtng-star img{width: 80px;    margin-right: 5px; margin-top: -3px}
.testi_heading img{width: 90px;}
.s10_block{row-gap: 20px;justify-content: center;margin: 20px auto 0;}
.s10_block_col1 {width: 100%;}
.s10_block_col2 {width: 100%; border: none;padding-left: 0;}
ul.rating-list li{ padding: 8px 0;}
.review-rating {font-size: 36px;line-height: 36px;}
.reviews-star{width:100px;}
.rating-list-txt1{font-size:13px;}
.rating-list-txt2 img{ width: 75px;}
.rating-list-txt2{ font-size: 13px;}
.reviews-text {font-size: 13px;line-height: 22px;}
.s10_text {font-size: 15px;line-height: 30px;margin-top: 10px;}
.s10_text span{ padding:3px 10px;}
	
.testimonial_box{margin-top: 15px; width: calc(100% + 30px);margin-left: -15px;}
.testimonial_paragrapgh{font-size: 15px;line-height: 22px;}	
.testimonial_star{width:80px}
.testimonial_user_box{margin-top: 15px;}
.testimonial_user_name{font-size: 16px; }
.testimonial_user_name2 span{font-size: 12px;}
ul.slick-dots{margin-top:10px;}
.testimonial_row .slick-slide{margin: 0 5px; width:290px !important;}
.testimonial_column_bottom{padding: 15px 15px 0;}
	
	
.faq_section{ padding:25px 0 15px;}
.faq-container{ margin-top:5px;}	
.common_heading{ font-size: 24px; line-height: 32px;}	
.accordion{ font-size: 16px; line-height: 21px; padding: 20px 35px 20px 0; background-position:right 0 center;}
.acdn-heading.accordion-open{background-position:right 0 center;}
.acdn-content{padding: 0 0 0 0;}
.acdn-para{ font-size: 14px; line-height: 22px;}

.footer{ padding: 25px 0;}
.footer-txt1{ font-size: 14px; line-height: 19px; margin-top:8px;}
}

@media only screen and (max-width:375px){
.top_strip_text{ font-size:13px; line-height:13px;}
.prod-prc-free{ font-size: 13px; line-height: 13px;}
.deliver_text{ font-size:11px;}
.high-demand-strip-text{ font-size:11px;}
.usa_strip .high-demand-strip-text{ font-size:11px;}
ul.detail_list li{ column-gap: 12px;}
.footer-txt1{ font-size: 13px; line-height: 18px;}

}




/*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:1.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(../images/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}}