body{}
.shopBreadcrm{}
.prod-det-s1{
	float:left;
	width:100%;
	padding: 50px 0;
}
.prod-top {
    float: left;
    width: 100%;
}
.prod_inner {
    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: 20px;
}
.prod-det-s1-lft{
	float:left;
	width: 40%;
}
.mbg-txt {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.mbg-txt img {
    margin: -3px 2px 0 0;
}

.prd-sld{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.prd-slider-nav {
    float: left;
    width: 100%;
    margin: 36px 0 0 0;
}
.prd-slider-nav .slick-list {
    padding: 0 !important;
}
.prd-slider-nav .slick-track {
	position: static;
    float: left;
    display: flex;
    flex-wrap: nowrap;
}
.prd-slider-nav .slick-slide {
    border: 1px solid #d8e9e1;
    padding: 10px;
	text-align: center;
    width: 112px !important;
    margin-right: 10px;
	cursor: pointer;
}
.prd-slider-nav .slick-slide:last-child{margin-right: 0;}
.prd-slider-nav .slick-current { background: #f1f8fe;}
.prd-slider-nav .slick-slide .prd-slide-1 {
    max-width: 80px;
}
.prd-sld2, .prd-sld3, .prd-sld4{
	max-width:390px;
	width:100%;
}

ul.qtylist {
    margin: 20px 0 0;
    width: 100%;
    float: left;
}
ul.qtylist li:nth-child(1) {
    line-height: 38px;
    font-weight: 300;
    font-size: 24px;
    text-align: left;
}
ul.qtylist li:nth-child(1) span {
    font-size: 32px;
    font-weight: 600;
}

.oil-s1-rgt-box-prc {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}

.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
	margin-top: 10px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.prod-det-s1-rgt{
	width: 58%;
    float: right;
    text-align: left;
    margin-top: 7px;
}
.prod-det-s1-rgt .btn-box{  width: 100%; float: left; display: flex;  align-items: center; flex-wrap: wrap; margin-top:30px;}
.prod-det-s1-rgt .btn-box .common_button{ margin:0;}
.prod-det-s1-rgt .btnBlk a.shop-btn{font-size: 26px;text-transform: uppercase;}
.shop-cards {
    display: inline-block;
    vertical-align: middle;
    max-width: 314px;
	width: 100%;
}

.prod-det-prd-nm{
	font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    color: #1c1c1c;
}
.prod-det-hd{
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	margin-top: 5px;
	text-align: left;
	color: #fd6334;
}

.hr_line{
	width:100%;
	height:1px;
	background:#dbdbdb;
	margin-top:20px;
}
.prd-det-tx{
	    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    border-top: 2px solid #f2f2f2;
    float: left;
    width: 100%;
    padding-top: 20px;
}
p.points-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.seb_text {
	    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #000;
    background:#fdfceb;
    padding: 10px 15px;
    border-radius: 5px;
}
ul.prd-det-lst{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
ul.prd-det-lst li{
	font-size: 18px;
    line-height: 26px;
    background: url(../images/list-tick.png) left 3px no-repeat;
    background-size: 21px;
    font-weight: 500;
    padding-left: 35px;
    /*text-transform: capitalize;*/
    width: 100%;
}	
.package__selection{
	margin-top: 30px;
    border-radius: 5px;
    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: 20px;
	}
.package__selection li{
	width: 32%;
    text-align: center;
    cursor: pointer;
    padding-bottom: 32px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 9px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
	transition: all ease 1.5s;
    border: 1px solid #fff;
	}
.package__selection li.active, .package__selection li:hover{border: 1px solid #fd6334;animation: shadow-pulse 1.5s infinite; }

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0,0,0,.7)}
    50% {box-shadow: 0 0 0 0 rgba(0,0,0,.3)}
	100% {box-shadow: 0 0 0 15px transparent}
}

@-webkit-keyframes shadow-pulse {
    0% {-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.7)}
	50% {-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.3)}
	100% {-webkit-box-shadow: 0 0 0 15px transparent}
}

.package__selection li img{
	margin: 10px auto 8px;
    width: 170px;
    position: relative;
    z-index: 1;
}
.package__selection li p{
	color: #0a0a0a;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 0 15px;
	position: relative;
}
.package__selection li p:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #dadedc;
}
.package__selection li span{
	    color: #0a0a0a;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    text-transform: capitalize;
}
.package__selection li span span {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.package__selection li.active:after, .package__option li.active:after{}
.package__selection li.active span{}
.pkg-prc{
	color: #757575;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.3px;
	width:100%;
	font-weight: 500;
	}
.package__option li.active .pkg-prc{ color:#c0832d; font-weight:600;}
.prod-det-btn{
	float:left;
	width:100%;
	text-align:center;
	height:60px;
	max-width:100%;
	font-size:22px;
	line-height:60px;
	margin-top:30px;
}
.btnTxt{
	float:left;
	width:100%;
	color:#000;
	margin-top:15px;
	font-size:15px;
	line-height:17px;
	font-weight:500;
	text-align:center;
	}
.btnText1 span, .btnText2 span{color:#f00;}
.white{ color:#fff;}
.btnTxt p{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	letter-spacing:0.3px;
	}
.btnTxt p span{
	font-weight:500;
	color: #f00;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
	@keyframes rotateP{
		0%{transform:rotate(0)}
		50%{transform:rotate(180deg)}
		100%{transform:rotate(180deg)}
	} 
	@keyframes rotate{
		0%{transform:rotate(00deg)}
		100%{transform:rotate(360deg)}
	}
.btnText1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
    }
.cards{
	display:block;
}

.purchase-container {
        margin: 5px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.onetime, .subscribe {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
}
.btl-qnty{
	    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0a0a0a;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    float: left;
	}
.btl-qnty span{ display:inline-block; font-weight:400; font-size:16px;}
.price_tag{
	    font-size: 24px;
    line-height: 30px;
    float: left;
    color: #000;
    text-align: right;
}
.pack-opt input[type=radio]:checked + .package-type span{
	}
.prds1-pkgs {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #000;
    margin: 24px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
}
.prds1-pkg1, .prds1-pkg2{
	background:#f0f0f0 url(../images/select.png) 15px  center no-repeat;
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: left;
    padding: 2px 0 0 40px;
}
.prds1-pkg2 {
    padding: 2px 0 0 42px;
    text-align:left;
    float: right;
	border-left:2px solid #fff;
}
.selected {
    background:#eff6ff url(../images/selected.png) 15px center no-repeat;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 10px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #fd6334;
    position: relative;
}
.buyopt.active {
	    background: #eff6ff;
    color: #000;
    border: 1px solid #fd6334;
}
.buyopt input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}
.buyopt input[type=radio] + span {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fd6334;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background:#fd6334;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.buyopt input[type=radio]:checked + .buyopt {
    background: #eef7f3;
    color: #000;
    border: 1px solid #769c8b;
}
.prd-s1-btn {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    margin-top: 00px;
    row-gap: 10px;
}

/*============proDetails-sec2==========*/
.proDetails-sec2{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #eff6ff;
	}
.proDetails-sec2-left{
	float:left;
	width:54%;
	text-align:left;
	}
.prdtls-s2-img{
	position: absolute;
	right: 0;
	top: -30px;
	}
ul.prd-dtls-s2-list{
	    float: left;
    width: 100%;
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	}
ul.prd-dtls-s2-list li{
	    float: left;
    width: 47%;
    /* margin: 30px 0 0; */
    padding: 0 30px 0 50px;
    position: relative;
    text-align: left;

	}
ul.prd-dtls-s2-list li:after{
	position: absolute;
	right: 0;
	top: 0px;
	width: 1px;
	background: #e1e1e1;
	height: 40px;
	content: "";
	}
ul.prd-dtls-s2-list li:nth-child(2),ul.prd-dtls-s2-list li:nth-child(4){ padding-right:0; margin-left:6%;}
ul.prd-dtls-s2-list li:nth-child(2):after,ul.prd-dtls-s2-list li:nth-child(4):after{ display:none;}
ul.prd-dtls-s2-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.prd-dtls-s2-list li span{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
	}
ul.prd-dtls-s2-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	letter-spacing:0.5px;
	}


/*================CART PAGE===============*/
.checkout {
        float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #eff6ff;
    padding: 60px 0px;
}
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #d2d2d2;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.summry-lft-hdr {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
	display:none;
	
}
.summary .summry-lft-hdr{display:block;}
.cart-box1 {
	font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 2px solid #f5f9fb;
    padding: 10px 10px;
    border-bottom: 2px solid #f5f9fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background:#cff7f3;
}
.summary .cart-box1{display:none}
.one, .two, .three, .four {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 20px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 0px;
    top: 30px;
}
.cart-box2, .card-box3 {
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 2px solid #f5f9fb;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summary .cart-box2{
	border-top: 1px solid #a9a9a9;
}
.card-box3 {
	padding: 0px 0;
}
.summary .card-box3 {
    border-top: 1px solid #a9a9a9;
}
.cart-prdname {
	padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.span3 {
	display: block;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 span {
    display: block;
    font-weight: normal;
	font-size:14px;
}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
    border: 1px solid #ccc;
    width: 60px;
    padding: 5px;
    text-align: center;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 40%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #d2efec;
}
ul.cart-prclist li:first-child {border: none;}
ul.cart-prclist li:last-child {
	/*border-top: 2px solid #f5f9fb;
    background: #f5f9fb;
    padding: 10px 20px;*/
}
.summary ul.cart-prclist li {
    border-bottom: 1px solid #a9a9a9;
	font-size: 18px;
    line-height: 26px;
}

.summary ul.cart-prclist li:last-child {
    border-bottom: none;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 400;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    padding-top: 30px;
    column-gap: 20px;
}
.summary .card-box4-lft {
    padding: 0;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    background: #fd6334;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 20px;
	height: auto;
	line-height: 20px;
	padding: 10px 0;
}
.proceed-chkbtn {
	float: right;
    background: #fff;
    color: #0cc34d;
    border: 1px solid #0cc34d;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/


.summary {
        width: 44%;
    padding-left: 0;
    float: right;
    padding-top: 0;
    position: relative;
    box-sizing: content-box;
}

.summary .two, .summary .three,.span3 .summry-qty{
	display:none;
	}
.summary .span3 .summry-qty{
	    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    left: 70px;
    height: 22px;
    width: 22px;
    line-height: 23px;
    top: 0px;
    position: absolute;
    background-color: #31a42c;
    border-radius: 50%;
}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	width:auto;
	}
/*.summary .cart-remv{ display:none;}*/
.summary .one{ width:80%;}
.div-box {
    float: left;
    width: 68%;
}
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
	float: left;
    width: 54%;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 0px 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #d2d2d2;
}
.crt-from-sec .logo{
	float:left;
	margin:0 auto;
}
.secure-lock{
	float: right;
    margin-top: 5px;
    width: 130px;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
	}
.secure-lock img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
    filter: grayscale(100%);
	}
.secure-lock span{
	display:inline-block;
	vertical-align:middle;
	}
.viewBx {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 8px 5px;
	background: #ededed;
	border: 1px solid #d2d2d2;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #161616;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.viewBx p span {
        color: #cfcfcf;
    font-weight: 600;
	margin: 0 10px;
}
.crt-frm1, .crt-frm2 {
	    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	background:#fff;
	border-radius: 4px;
	position:relative;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #333333;
	font-size:17px;
	}
.frm1, .frm2 {
	padding: 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	row-gap: 10px;
}
.frm2 {
    padding-bottom: 30px;
}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
	margin-bottom:5px;
}
.payment-flds-box {
        float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safe-head {
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
	
    text-transform: capitalize;
}
.safe-head span {
        background: #fd6334;
    border-radius: 50px;
    padding: 3px 0px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
}
.safebox .s1-p2 {
        text-align: left;
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
    float: left;
    width: 100%;
}
.safebox .s1-p2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
    width: 12px;
}
.payment-cards-box {
    float: left;
    width: 100%;
    padding: 13px 15px 10px 15px;
}
.billingtogglbtn, .paymybtn {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	width: 18px;
	height: 18px;
	-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;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-5px;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	}
.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:#000000;
	position:absolute;
	content:'';
	left:3px;
	top:3px;
	}
.paymybtn {
        float: left;
    width: 40%;
    margin-top: 4px;
}
.ship-label-btn input[type=radio], .paymybtn input[type=radio] {
    /*display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -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;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    outline: none;
    margin-top: -6px;
    margin-right: 10px;*/
}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked {
    /*background: #0098fa;*/
}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
}
/*----------FROM------------*/
.frmElmnts {
	    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-bottom: 5px;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 8px 0;
    text-align: right;
    
}
.weaccept {
	margin: 12px 0 10px 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.weaccept span.span1 {
    margin-right: 10px;
    padding: 8px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	    max-width: 150px;
    float: right;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 18px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
    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: 10px;
}
.frmfld, .frmfld1 {
	width: 100%;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld label {
    display: block;
    position: absolute;
    top: -14px;
    left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #fff;
    padding: 7px;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 49%;
}
.frmfld-30{ width:33%;}
.frmfld-short1, .frmfld1-short1, .frmfld-30 {}
.frmfld-30:last-child{ margin-right: 0; width: 29.6%;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	float: left;
    width: 100%;
    outline: none;
    border: 1px solid #bbb9b7;
    height: 50px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-family: inherit;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 16px;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: right;
    border: 1px solid #bbbabb;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position:relative;
	    border: 1px solid #bbbabb;
}
.frmfld select:after{
	}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display:none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 10px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 14px 35px 15px;
    font-family: inherit;
    background: #fd6334;
    width: 100%;
	text-transform: uppercase;
}
.secure {
	display: block;
    margin-top: 10px;
    margin: 0 auto;
}
.submit-btn img {
	margin: 0 15px 0px 0px;
    max-width: 20px;
    display: inline-block;
}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
.trm {
	text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 7px 0 0 25px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm span{ display:block; margin-top:10px;}
.trm input[type=checkbox] {
	position: absolute;
    top: 14px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
    margin: 0;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm-1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}
.security-text{
	float: left;
    width: 100%;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
	position:relative;
	padding-left:30px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:0;
	}	

/*CSS FOR SIZE POPUP*/
.ing-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.popup-container{
	float: left;
    width: 100%;
	padding:25px;
    max-height: 100%;
	    text-align: center;
	}
.pop-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:990px;
	background:#fff;	
	padding:10px;
	position:relative;
	border-radius:10px;
	}
.pop-image{
	float:left;
	width:100%;
	max-height:60vh;
	overflow-y: auto;
	}
.popclose{    
	position: absolute;
    top: -6px;
    right: -10px;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #000;
    width: 28px;
    height: 28px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;}
.ingredient{float:left; width:100%;}


/*====contact_section====*/
.contact_section{
	float:left;
	width:100%;
	padding:60px 0;
	text-align: center;
	}
.contct_sub_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	margin-top:30px;
	padding:0 160px;
	letter-spacing:0.5px;
	}
.contact_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1110px;
	margin-top:30px;
	border-radius:15px;
	border:1px solid #e0e0e0;
	overflow:hidden;
	}
.contact_box_inner{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: center;
    flex-direction: column-reverse;
	}
.contact_box_details{
	float:left;
	width:100%;
	background:#eff6ff;
	padding:35px 30px;
	border-right:1px solid #e6e6e6;
	text-align:left;
	}
.contact_heading{
	float:left;
	width:100%;
	font-size:28px;
	line-height:36px;
	color:#fd6334;
	font-weight:500;
	
	}
ul.contact_details_list{
	float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;
    align-items: baseline;
	}
ul.contact_details_list li{
	float: left;
    width: 100%;
    padding-left: 65px;
    position: relative;
    text-align: left;
    flex: 1 1 500px;
	}
ul.contact_details_list li img{
	position:absolute;
	left:0;
	top:5px;
	width:47px;
	}
ul.contact_details_list li span{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    
	}
ul.contact_details_list li p{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-top: 3px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5d5d5;
	}
ul.contact_details_list li p a{color: #333;}
ul.contact_details_list li:last-child p{ }
.contact_message_box{
	    display: inline-block;
    width: 50%;
    padding: 35px 35px 45px;
    text-align: left;
    border: 1px solid #e0e0e0;
    margin-top: 40px;
	}
.contact_form{
	float:left;
	width:100%;
	margin-top:20px;
	}
.form_element{
	float:left;
	width:100%;
	margin-top:15px;
	}
.form_element label {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.cansel_txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.cansel_txt a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.form_element.half{ width:48%;}
.form_element.fl{ float:left;}
.form_element.fr{ float:right;}
.input_field{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	font-size:17px;
	line-height:25px;
	padding:15px 20px;
	font-family:inherit;
	}
.form_element textarea{
	height:125px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.contact_send_btn{
	    float: left;
    width: 315px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    background: #00c450;
    letter-spacing: 0.5px;
    border-radius: 40px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	}