@charset "utf-8";
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	    padding: 0 0 0px 0;
    float: left;
    width: 100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	    background:#222;
    border-bottom: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    /* border-top: 4px solid #1090ca; */
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 26%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 16%;
	text-align: center;
}
.one {
	padding: 0 0 0 10px;
	position: relative;
	width: 45%;
}
.one .bottle-box{
	width: 16%;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #d2d2d2;
    text-align: center;
	}
.one .bottle-box img{ max-width:60px;}
.one .bottle-box .s2prd:nth-child(2), .one .bottle-box .s2prd:nth-child(3){
    position: absolute;
    top: 10px;
    left: 20px;
    max-width: 55px;
}
.one .bottle-box .s2prd:nth-child(3){ right:20px; left:auto;}
.one .bottle-box .s2prd:nth-child(4), .one .bottle-box .s2prd:nth-child(5) {
        left: 8px;
    max-width: 50px;
    z-index: 3;
    top: 14px;
}
.one .bottle-box .s2prd:nth-child(5){ right: 8px;  left: auto;}
.one .bottle-box .s2prd:nth-child(6){     
	max-width: 45px;
    left: -2px;
    top: 19px;}
.prod-txt {
       float: left;
    width: 50%;
    text-align: left;
    padding: 0px 0 0 20px;
}
.four {
	text-align: right;
	padding: 0 0px 0 0;
	position: relative;
}
.three{ display:none;}
.cart-remv {
    /* position: absolute; */
    /* left: -11px;
    top: 22px; */
    /* box-shadow: 0 0 3px #6e6e6e; */
    border-radius: 20px;
    padding: 6px;
    background: #ececec;
    z-index: 9;
    min-width: 24px;
    min-height: 24px;
}
.cart-box2, .card-box3 {
	border-bottom: 1px solid #b6b6b6;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 1px solid #e4e4e4;
}
.card-box3 {
	padding: 23px 0;
}
.cart-prdname {
	padding:10px 0px 10px 70px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #252525;
	text-align: left;
}
.span3 {
	display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    /* border: 1px solid #f3f3f3; */
    box-shadow: 0 0 2px #d8d8d8;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.ship-time{
	float: left;
    width: 42%;
    padding-left: 0px;
    margin-top: 10px;
    text-align: center;
	}
.ship-time img{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	}
.ship-time p{
	display: inline-block;
    vertical-align: middle;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 20px;
    text-align: center
	}
.ship-time p span{
	color:red;
	display:block;
	}
.card-box3rgt {
	float: right;
    width: 56%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
    line-height: 34px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 6px 20px;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 1px solid #e4e4e4;
	padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 600;
}
.card-box4-lft {
	float: right;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	background:#222;
    float: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    /* border: 1px solid #1090ca; */
    padding: 10px 20px;
    border-radius: 5px;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	/*background: #f6f5f1;*/
	margin-right: 0;
	display:none;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/
.cart-frm{
	float: left;
    width: 100%;
    min-width: 1170px;
    background: #f8f9fa;
}
.crt-from-sec {
    float: left;
    width: 100%;
    background: #fff;
    margin: 30px 0;
    padding: 20px;
}
div#frmsec {
	    float: left;
    width: 100%;
    text-align: center;
}
.crt-frm1, .crt-frm2 {
	width: 49%;
    margin: 20px 0 0 0;
    border-radius: 4px;
    display: inline-block;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 20px 0px;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.safebox {
        position: relative;
    padding: 0 0 0;
    float: left;
    width: 100%;
    border-bottom: 5px solid #262626;
}

.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;
}
.safebox p {
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    width: 100%;
    background:#222;
    padding: 10px 0 10px 20px;
    text-align: left;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.contact-rgt .frmElmnts{
	width:49%
}
.contact-rgt .frmElmnts:nth-child(odd){
	float:right;
}
.contact-rgt .frmElmnts-full{
	width:100%;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 29%;
    font-size: 16px;
    line-height: 22px;
    color: #282828;
    padding: 8px 0;
    text-align: right;
    font-weight: 300;
}
.frmElmnts label{ display:none;}
.weaccept {
	margin: 0px 0 0 0;
	width: 100%;
	text-align: left;
	float: left;
}
.weaccept span.span1 {
	float: left;
    width: 23%;
    margin-right: 10px;
    padding: 15px 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 {
	margin: 3px 0 0 0;
    max-width: 160px;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 16px;
	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 #dddddd;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
}
.frmfld, .frmfld1 {
	width: 100%;
    border: 1px solid #dddddd;
    position: relative;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 48.90%;
}
.frmfld-short1, .frmfld1-short1 {
	margin-right: 2.18%;
}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: none;
   border: 1px solid #dddddd;
}
.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;
}
.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: 27px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: 1px solid#222;
    padding: 10px 75px 11px;
    background:#222;
    border-radius: 5px;
}
.secure {
    display: inline-block;
    margin-top: 10px;
}
.submit-btn img {
	margin: 0 0 0x 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #000000;
	font-weight: 500;
	/* font-style: italic; */
	text-decoration: underline;
	float: left;
}
.trm, .trm_1 {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	position: relative;
	padding: 0 0 0 0px;
	display: flex;
	width: 100%;
}
.trm a{ color:#341cf9; text-decoration:underline;}
.trm span{ display:block; margin-top:10px; position:relative;}
.trm input[type=checkbox], .trm_1 input[type=checkbox] {
	/* appearance: none; */
	/* -webkit-appearance: none; */
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	line-height: 14px;
	display: inline-block;
    vertical-align: middle;
}
.trm span input[type=checkbox]{ left:-25px;}
.trm input[type=checkbox]:checked , .trm_1 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: 10px 0;
	border: 1px solid #d2d2d2;
	padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

/*----------- Conatct Us ---------------- */
.contact-us {
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 17px;
}
.contact-lft, .contact-rgt {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    padding: 30px 40px;
	/* background:#eeeced; */
    text-align: center;
}
.contact-rgt {
    background: #e7f8ff;
    padding: 17px 30px 40px;
    border-radius: 10px;
    width: 69%;
    position: relative;
    z-index: 9;
    margin-bottom: 60px;
}
.contactForm {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.contactForm  .frmElmnts label{
	width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    padding: 0;
    margin-bottom: 10px;
	text-align:left;
	display:none;
}
.contactForm .frmElmnts label span{
	color:#f00;
	font-weight:500;
	}
.contactForm .frmfld{border:none; height:auto}
.contactForm .frmfld input,.contactForm .frmfld textarea{border:1px solid #e5e5e5 ; padding-left: 10px; color:#000;height: 55px;font-family: 'Open Sans', sans-serif;}
.contactForm .frmfld textarea{width:100%; resize:none; height:153px;}
.cont-submit-btn {
	display: inline-block;
    width: 40%;
    padding: 10px 0px;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    border: none;
    float: none;
	
}
.contactForm .frmfld textarea::placeholder{ color:#000;}
.contact-us .bdhding{
	float: left;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
}
.contact-rgt .bdhding{ } 
.cntct-txt1 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 20px;
}
.contact-us .s1hdimg {
	margin: 12px auto 0 auto;
}
.fancyboxfrm{
	text-align:center;
	font-size:20px;
	padding:80px 0;
	}
.fancyboxfrm span{
	color:#da9944;
	font-size:30px;
	display:block;
	}
.contact-us .pro-p1 {
	width: 100%;
    display: inline-block;
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}
.cont-lst {
	float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.cont-lst li {
    float: left;
    width: 32%;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 28px;
    position: relative;
    /* padding-left: 88px; */
    text-align: left;
    margin-right: 15px;
    min-height: 285px;
    background: #2e2920;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cont-lst li a {
	color: #fff;
}
.cont-lst li img {
	    display: inline-block;
	    margin-bottom: 10px;
	    filter: sepia(1);
	    margin-top: 0px;
}
.cont-lst li span {
	display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
}
.cont-lst li:last-child {
    margin-bottom: 0;
}
.cont-lst li:nth-child(3), .cont-lst li:last-child {
    margin-right: 0;
}
.cont-lst li:last-child {
}
.contact-btm {
	background: url(../images/contact-btm.png) no-repeat center center;
	float: left;
	width: 100%;
	min-height: 390px;
	text-align: center;
}
.contact-btm img {
	display: inline-block;
}
.thnk-txt{ font-size:20px; color:#000}
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
#pop_content_ing {
        height: 550px;
    width: 780px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 0px 0px 0px;
    overflow: scroll;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor:pointer;
}

.inner-top {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    background:#eaeaea;
    padding: 5px 0;
}
ul.inr-top-list {
    padding: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
}
ul.inr-top-list li {
    /* float: left; */
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
}
ul.inr-top-list li:after {
    content: "/";
    position: absolute;
    right: -5px;
    /* top: 0; */
    color: #000;
}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
}
ul.inr-top-list li:last-child:after {
    content: "";
}

#billingDiv i{
    display: none;
}
#billingDiv input, #billingDiv select{
    width: 100%;
    height: 43px;
    border: 1px solid #ddd;
    padding-left: 10px;
    margin-bottom: 10px;
}

input.chk.radio.ng-pristine.ng-untouched.ng-valid, input.chk.radio.ng-valid.ng-dirty.ng-valid-parse.ng-touched, .trm input[type=checkbox]:checked, .trm_1 input[type=checkbox]:checked, .trm input[type=checkbox], .trm_1 input[type=checkbox] {
        /* position: absolute; */
    left: -19px;
    top: 3px;
    display: flex;
    margin: 5px 8px 0px 0;
}