.prodSection{
	    float: left;
    width: 100%;
    padding: 55px 0;
    position: relative;
	background: #d4e9f1;
}
.prodBreadcrm {
        float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0 10px;
    background: #fff5f5;
    letter-spacing: 0.5px;
}
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
}
.prodBreadcrm p a {
    color: #000;
    font-weight: 300;
}
/*================PRODUCT PAGE===============*/
.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: 2px solid #ee2323;animation: shadow-pulse 1.5s infinite; }
.package__selection li.active p{ background:#ee2323; color:#fff;}

@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: 20px auto 20px;
    width: 180px;
    /* margin-top: 4px; */
    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 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;
}

.prd-strength-p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin: 10px 0 0;
    font-weight: 700;
    width: 100%;
}
.pack-opt {
	float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    color: #e7e7e7;
}

.pack-opt .pack-op {
    padding: 10px 0;
    width: 49%;
    cursor: pointer;
    background: #d2d2d2;
    color: #fff;
}
.pack-op.opted, .pack-opt .pack-op:hover {
    background: #00bb29;
    color: #fff;
}

.seb_text {
        font-size: 17px;
    line-height: 26px;
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #000000;
    background: #fffdf1;
    margin: 30px 0 10px;
    padding: 10px;
}

/*===============================
	PRODUCTS_DETAILS_PAGE
==================================*/
.proDetails-sec1{
	    float: left;
    width: 100%;
    padding: 60px 0;
	}
.proDetails-left{
	float: left;
    width: 40%;
    padding: 38px 0 0;
	}
.proDetails-left img{ max-width: 370px;}
.proDetails-right{
	    float: right;
    width: 60%;
    background: #fff;
    text-align: left;
    padding: 30px 25px 30px;
    border: 1px solid #dddddd;
    border-radius: 22px;
    box-shadow: 0 0 8px 2px rgb(217 217 217);
	}
.proDetails-right .hdng1{ 
	font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.prod-nameHdng {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 42px;
    font-weight:600;
    line-height:50px;
	}
.prd-p1 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 18px;
    margin-top:10px;
	vertical-align: middle;
	line-height:24px;
	letter-spacing:0.5px;
	}
.prd-p1 img {
    display: inline-block;
    vertical-align: middle;
    margin:-5px 10px 0 0;
	}
.prd-prc{
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    color: #2a2a2a;
    margin-top: 15px;
	}
.prd-p2 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 15px 0;
}
.oil-s1-rgt-box-hd2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.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;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	color:#2a2a2a;
}
.qty-txt{
	float:left;
    width: 100%;
    font-size:24px;
    line-height:24px;
    color: #333333;
    margin-top:30px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.qty-div {
    float: left;
    text-align: center;
	margin-top:15px;
	}
.sub, .add {
    float: left;
    width:42px;
    border: 1px solid #cfcfcf;
    height: 46px;
    padding:2px;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	font-size:26px;
    color: #333333;
	background:#f7f7f7;
	}
.qty-div input {
    float: left;
	border:none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    background: none;
    width:70px;
    text-align: center;
    height:46px;
    padding: 1px 0px 0;
    font-size: 21px;
    color: #333333;
	
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	}
ul.pr-dtl-s1-rgt-list {
    float: left;
    width: 100%;
    margin-top: 0px;
}
ul.pr-dtl-s1-rgt-list li{
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 34px;
    padding-left: 20px;
	color:#2a2a2a;
	text-transform:capitalize;
}
ul.pr-dtl-s1-rgt-list li:before{
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: #ee2323;
	}
.qty-txt{
	float:left;
    width: 100%;
    font-size:24px;
    line-height:24px;
    color: #333333;
    margin-top:30px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.qty-div {
    float: left;
    text-align: center;
	margin-top:15px;
	}
.sub, .add {
    float: left;
    width:42px;
    border: 1px solid #cfcfcf;
    height: 46px;
    padding:2px;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	font-size:26px;
    color: #333333;
	background:#f7f7f7;
	}
.qty-div input {
    float: left;
	border:none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    background: none;
    width:70px;
    text-align: center;
    height:46px;
    padding: 1px 0px 0;
    font-size: 21px;
    color: #333333;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	}
.strngth-dv{
	float:left;
	width:100%;
	margin-top:15px;
	}

.select-mg{
    display: inline-block;
    vertical-align: middle;
    width:104px;
	height:42px;
    text-align: center;
    padding:2px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    background: #fff;
    margin:0 30px 0 0;
	}
.select-mg.active p{
    background:#00993e;
	color:#fff;
	}
.select-mg p{
	float:left;
	width:100%;
	background:#f7f7f7;
	font-size:22px;
	color:#333;
	font-weight:600;
	line-height:36px;
	letter-spacing:0.5px;
	}
.prd-as-seenDv{
	float: right;
    margin: 52px 0 0 0;
    text-align: left;
	}
.prd-as-seenDv p{
	float:left;
	font-size:18px;
	line-height:20px;
	color:#7a7a7a;
	font-weight:600;
	}
.as-seen-prd-img{
	float:left;
	margin-top:5px;
	max-width:100%;
	}
.cards{
	margin:0px auto 0;
	max-width:100%;
	float:right;
	}

/*========Section-6========*/
.prod-section {
    background: rgb(211, 195, 217);
    background: linear-gradient(32deg, rgba(211, 195, 217, 1) 15%, rgba(230, 230, 238, 1) 35%, rgba(226, 230, 239, 1) 60%, rgba(175, 198, 229, 1) 80%);
}


/*---------------------
 Product Details Sec5
----------------------*/	
.prod-det-sec5{
	float:left;
	width:100%;
	background:#c92f30;
	padding:40px 0;
	}	
.prod-det-s5-cont{
	float:left;
	width:44%;
	text-align:left;
	margin-top:20px;
	}
.prod-det-s5-cont .comnHdg h1, .prod-det-s5-cont .comn-text{ color:#fff;}	
.prod-det-s5-cont .btn-txt	{color:#fff;}
.btn-txt-white, .btn-txt-white span{ color:#fff;}	
	
.prod-det-s5-lst{
    position: absolute;
    top: 0px;
    right: 520px;
    background: #fff;
    border-radius: 50px;
    width: 100px;
    padding: 10px 0 20px;
	}
.prod-det-s5-lst li{
	float:left;
	width:100%;
	text-align:center;
	border-bottom:1px solid #e2e2e2;
	padding:12px 0;
	}	
.prod-det-s5-lst li:last-child{ border:none;}	
.prod-det-s5-lst li img{
	margin:0 auto 0;
	display:block;
	}
.prod-det-s5-lst li p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:500;
	margin-top:8px;
	}		
.prod-det-ing-chat{
	float:right;
	width:40.1%;
	background:#fff;
	padding:40px 30px 30px;
	}
.prod-det-ing-chat img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
.white {
    color: #fff;
}
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
	position: relative;
}
.crt-from-sec1::after {
	content: "";
	display: block;
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
	border-left: 1px solid #efefef;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart_open .drawer .cart-sec1 {
	float: left;
	width: 100%;
	padding:0;
}
.cart_summary {
	    float: right;
    width: 43%;
    padding: 0 0;
    display: block !important;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	background: #ffffff;
	border-bottom: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	float: left;
	width: 100%;
	color: #000;
}
.cart_summary .cart-box1 {
}
.one, .two, .three, .four {
	float:left;
	width: 60%;
	vertical-align: middle;
	padding: 8px 20px;
}
.drawer .one{ 
	float: left;
    width: 100%;
    padding: 20px 0 20px;
    border-bottom: 1px solid #d0d0d0;}
.cart-box1 .two,.cart-box1 .three,.cart-box1 .four{display:none;}
.cart-box1 .one {
        float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.cart-box2 .one, .cart-box2 .two, .cart-box2 .three, .cart-box2 .four {
	padding: 5px 30px 5px 0 ;
}
.cart-box2 .one {
	    padding: 22px 0 15px 0px;
}
.drawer .cart-box2 .one{     padding: 20px 0 20px;}
.drwer-txt1 {
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
}
.drawer .drwer-txt1 {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #393733;
}
.drawer .drwer-txt2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #393733;
    margin-top: 3px;
	text-align:left;
}
.cart-box2 .two, .cart-box2 .three{display:none;}
.cart_summary .cart-box2 .one {
	width: 100%;
}
.cart_summary .summry-lft-hdr {
	display: none;
}
.cart_summary .cart-box2 .four {
	padding-right: 20px;
}
.cart_summary .cart-box2 .two, .cart_summary .cart-box2 .three {
	display: none;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
}
.one {
	position: relative;
}
.four {
	padding: 0 0px 0 0;
	position: relative;
	border: none;
	float: right;
    width: 40%;
}
.cart-remv {
	position: absolute;
    right: 10px;
    top: 61px;
    max-width: 10px;
}
.cart_summary .cart-remv {
	top: 14px;
	right: 5px;
}
.summry-lft {
	float: left;
	width: 100%;
	position: relative;
}
.summry-lft-hdr {
	float: left;
	width: 100%;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	display: none;
	background: #6baf24;
	color: #fff;
}
.summry-lft-hdr span {
	float: right;
}
.cart-lft {
	float: left;
	width: 100%;
}
.cart_summary .cart-lft {
	width: 100%;
}
.cart-box2, .card-box3 {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {
	float: right;
	width: 100%;
	border: none;
}
.cart_summary .card-box3 {
	width: 100%;
}
.cart-prdname {
	    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
}
.cart-prdname .qtybox{ display:none;}
.drawer .cart-prdname{
	float: left;
    width: 60px;
    height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
	}
.drawer .cart-prdname .qtybox{ display:block;}
.span3 {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 1px;
	color: #2d2d2d;
}
.span2 {
	font-size: 18px;
    line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
}
.drawer .cart-prdname .qtybox {
        position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #182a40;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	display:none;
}
.prod-rght {
        float: right;
    width: 84%;
    text-align: left;
    display: flex;
    align-items: center;
}
.drawer .prod-rght {
    float: right;
    width: 250px;
    text-align: left;
}
.prod-rght .prod-name {
	float: left;
	width: 70%;
	font-size: 18px;
	line-height: 26px;
	color: #393733;
	font-weight: 600;
	margin:0;
}
.prod-rght .prod-name span{
	font-size:14px;
	display:block;
	font-weight:400;
	}
.drawer .prod-name {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #393733;
    font-weight: 600;
}
.drawer .prod-name span{ font-size:12px;}
.cart_summary .span2, .cart_summary .sub-total {
/*font-size: 18px;*/
}
.cart-prdname span.span1 {
 font-family: inherit;
 font-size: 22px;
color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	    display: inline-block;
    vertical-align: middle;
    max-width: 36px;
    position: static;
    margin-top: 5px;
}
.drawer .cart-prd1{
	    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    position: static;
    padding: 7px 0;
	
}
.drawer .cart-box2{ border:none;}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
	text-align: right;
}
.sub-total {
}
.card-box3rgt {
	float: right;
	width: 100%;
}
ul.cart-prclist {
	padding: 0;
	float: left;
	width: 100%;
}
ul.cart-prclist li {
	font-size: 20px;
	line-height: 34px;
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.cart_summary ul.cart-prclist li {
	    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #f7f8ff;
}
ul.cart-prclist li:last-child {
	padding: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
}
ul.cart-prclist li span.span1 {
	float: right;
	font-weight: 500;
}
.card-box4-lft {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
}
.proceed-chkbtn, .continue-brwbtn, #browse {
/*background: #fff;
    float: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    border: 2px solid #4dff24;
    padding: 10px 20px;*/
}
.continue-brwbtn {
    float: left;
    width: 100%;
    background: #182a40;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
	border:none;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display: none;
}

/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 350px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	-moz-transform: translateY (350px);
	-o-transform: translateY (350px);
	transform: translateX(350px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;-webkit-transition: all ease 0.5s; overflow: hidden;}
.cart_open .shifter_page{
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	}
	
.drawer__header {
	    float: left;
    /* height: 70px; */
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
	}
.drawer .cart-box1 {
    display: none;
}

.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ margin-top:0;}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	    float: right;
    margin: 15px 55px 0 0;
    position: relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	margin-right: 10px;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:0px 0 0;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	    
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}

.drwer-txt2{
	float: right;
    width: 28%;
    color: #393733;
    /* margin-top: 3px; */
    text-align: right;
    font-size: 23px;
    line-height: 28px;
    color: #01061a;
    font-weight: 600;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    right: 0;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
/*==================CART FROM===================*/
.cart-frm {
	float: left;
	width: 100%;
	padding: 40px 0;
	position: relative;
	text-align:center;
}
.crt-from-sec, .crt-from-sec1 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 1170px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.chk-lft-top {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #ececec;
}
.shp-icon1 {
    position: absolute;
    left: 40px;
    top: 15px;
}
.chk-lft-top span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.chk-lft-top span img {
	vertical-align: top;
	margin: 6px 0 0 10px;
	display:none;
}
.chk-lft-top p {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
}
.form-mid {
       float: left;
    width: 100%;
    padding: 10px 0px 20px;
    background: #ffffff;
}
.crt-frm1, .crt-frm2 {
	float: left;
    width: 100%;
    /* padding: 25px 24px; */
    border-radius: 0 0 5px 5px;
    text-align: left;
    border-top: none;
}
.crt-frm2 {
	float: right;
}
.steps-chk {
        float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 500;
    padding: 0px 0 20px;
    border-radius: 5px 5px 0 0;
}
.frm1, .frm2 {
	float: left;
	width: 100%;
}
.safebox {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	text-align: left;
	font-weight: 600;
}
.safe-iconbox2 {
/*background: #ff0000 url(../images/pay.png) center center no-repeat;*/
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.continue-btn {
    width: 320px;
    background: #182a40;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
}
/*----------FROM------------*/
.div-box {
	float: left;
	width: 54%;
	border-right: 1px solid #d9d9d9;
	padding-right: 30px;
}
.frmElmnts {
	float: left;
    margin: 0 0 8px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 100%;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #1c1c1c;
    text-align: left;
    padding: 0 0 3px 0;
	font-family:inherit;
}
.weaccept {
	margin: 15px 0;
    width: 100%;
    text-align: left;
    display: inline-block;
    /* padding: 5px 10px; */
    border-bottom: 1px solid #d9d9d9;
}
.weaccept span.span1 {
	float: left;
	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;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 17px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
}
.optopn-box{
	float:left; 
	width:100%; 
	margin:10px 0; 
	border: 1px solid #d9d9d9;
	padding:15px 0;
	}
.payment-cards-box {
    float: left;
    width: 100%;
    padding: 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}
.billingtogglbtn, .paymybtn {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    text-transform: capitalize;
}
.weaccept input[type=radio], .payment-cards-box 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: -4px;
}
.weaccept input[type=radio]:checked:after, .payment-cards-box 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;
}

.chkbx {
	position: absolute;
	left: 0;
	top: 4px;
	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;
}
.frmfld, .frmfld1 {
	width: 100%;
	position: relative;
}
.frm1 .frmfld {
	background: none;
	border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 49%;
}
.frmfld-short1, .frmfld1-short1 {
}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 44px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	border-radius: 3px;
	font-family: inherit;
	border: 1px solid #d2d2d2
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select, .frm2 .frmfld1 input, .frm2 .frmfld1 select, .frm2 .frmfld input, .frm2 .frmfld select {
	width: 100%;
	float: left;	
}
.frm1 .frmfld select, .frm2 .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:#fff url(../images/select-fldbg.png) 97% center 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 {
	    width: 100%;
    background: #0cc34d;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}
.secure {
	display: block;
    margin: 20px auto 10px;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #ff6600;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
	margin-top:30px;
}
.trm {
	    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 0 0 10px 20px;
    float: left;
    width: 100%;
    
}
.trm-padd {}
.trm a {
	color: #2d2d2d;
	text-decoration: underline;
}
.trm input[type=checkbox] {
	position: absolute;
	top: 2px;
	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;
}
.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;
}
.continue-shpbtn, #browse {
	border: 2px solid #acacac;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #525252;
	float: right;
	text-align: center;
	padding: 10px 10px;
	display: inline-block;
	width: 100%;
}
.continue-shpbtn:nth-child(1) {
	background: #4bbd31;
	border: 2px solid #4bbd31;
	display:none;
	color: #fff;
}
.cart_summary .commn-btn{display:none;}
#browse {
	margin-top: 10px;
}
/*----------- 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: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}


/*==============================
CONTACT_PAGE
===================================*/
.menufacture-sec1{
	    float: left;
    width: 100%;
    padding: 30px 0 10px;
	}
.menufacture-sec1 .prodBreadcrm{ padding-bottom:40px;}
.contact-sec{
	float:left;
	width:100%;
	padding:30px 0 30px;
	}
.contact-Box{
	    float: left;
    width: 100%;
    box-shadow: 0 0 10px 1px rgb(247 248 255);
    margin-top: 40px;
    background: #fff;
	}
.cntct-lft{
	float:left;
	width:100%;
	padding:54px;
	text-align:left;
	}
.cntct-hdng {
    color: #000000;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	}
ul.cntct-list{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.cntct-list li{
	    float: left;
    width: 50%;
    padding: 0 0 0 40px;
    position: relative;
    margin-top: 20px;
	}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	float: left;
    width: 100%;
    font-size:24px;
    color: #ee2323;
    line-height:30px;
	}
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt4{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.contct-txt4 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-right:1px solid #ccc;
	}
.contct-txt4 a:first-child{ padding-left:0;}
.contct-txt4 a:last-child{ border:none;}
.contct-txt4 a img{
	display:inline-block;
	vertical-align:middle;
	}
.cntct-rgt{
	    float: right;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    background: #f7f7f7;
	}
.cntct-rgt img{
	    max-width: 82%;
	}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}
.trm-box{
	float:left;
	width:100%;
	margin-top:20px;
	color:#000;
}
.trm-box h2{
	float:left;
	width:100%;
	margin-top:20px;
}
.trm-box h3{
	font-size:20px;
	margin:10px 0;
	float:left;
	width:100%;
	}
.trm-box p{
	    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-top:10px;
	}

.cancel-sub{
	text-align:center;
	width:60%;
	margin:20px 0 0 0;
	display:inline-block;
}
.cancel-sub .contact_message_box{ width:100%;}
.cancel-sub .contact_form{ margin:0;}
.cansel_txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
	text-align:left;
}
.cansel_txt a{ color:#000; font-weight:500; text-decoration:underline;}

.contact_form{
	float:left;
	width:100%;
	margin-top:20px;
	
	}
.form_element{
	float:left;
	width:100%;
	margin-top:15px;
	
	}
.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: 'DM Sans', sans-serif;
	}
.form_element textarea{
	height:125px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.form_element label {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
	text-align:left;
}
.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;
	}
@media only screen and (max-width: 1187px) {
.cntct-lft{ padding:30px;}

ul.s6-list li{width:19%;}
.s6-list-hdg{font-size: 22px; line-height:22px;}
}
@media only screen and (max-width: 1023px) {
.div-box {
	width: 100%;
	margin-top: 20px;
	padding: 0;
	border: none;
}
.slide-div{ width:100%;}
.proDetails-sec1{padding: 30px 0;}
.prd-as-seenDv{ float: left; margin: 22px 0 0 0;  text-align: left;}

.proDetails-left img {max-width: 240px;}
.package__selection li img{ margin: 10px auto 0px; width: 140px;}
.package__selection li{ width:48%; padding-bottom: 10px;}
.package__selection li p{ padding: 5px 0; font-size: 16px;}
.pack-opt .pack-op{ width:100%;}
.package__selection li span{ font-size:26px;}
.package__selection li span span {font-size: 12px; line-height: 12px;}

.shop-sec-3{ padding:50px 0 60px;}
.s3-slider{ width:100%; margin-top:40px;}
.s3-rgt{ width: 100%; padding: 0;}

.crt-frm1, .crt-frm2 {}
.cart_summary {
	width: 100%;
	padding: 0;
}
.crt-from-sec1::after {
	display: none;
}
.crt-frm1, .crt-frm2 {
	padding: 0px 0px 0 0;
}

.cntct-lft{ width:100%;}
.cntct-rgt{ width:100%; padding:20px 0;}

.sec6{padding:40px 0;}	
ul.s6-list{justify-content:left; margin-top:5px;}
ul.s6-list li{width:33%; padding:0 15px; margin-top:30px;}

.sec7{padding:40px 0;}	
.s7-img{margin:30px auto 0;}
ul.s7-list li{padding:0 29px;}
ul.s7-list li p{font-size:18px; line-height:26px;}

.prod-det-s5-cont{ width: 100%; margin-top: 0; text-align:center;}
.prod-det-ing-chat-mob{ float:none; vertical-align: middle; display: inline-block; margin: 30px 10px 0; width:auto; padding:20px; background: #fff;}
.prod-det-ing-chat-mob img{ margin: 0 auto 0; display: block; max-width: 100%;}
.prod-det-s5-lst{ position: static; display: inline-block; vertical-align: middle; margin: 30px 0 0;}

}
@media only screen and (max-width: 767px) {
.proDetails-left{ width:100%; padding: 20px 0; margin-top:10px;}
.proDetails-right{ width:100%; text-align:left;}
.prd-as-seenDv{float: right; margin: 27px 0 0 0; text-align:center; width:100%;}
.prd-as-seenDv .cards{ display:inline-block; float:none;}
.prodSection{ padding:30px 0;}
.prodSection ul.prod-list li .comn-button{margin:0 0;}
.prd-p2{ font-size: 16px; line-height: 24px; margin: 15px 0 0 0;}
.prd-prc{font-size: 28px; line-height:38px;}
ul.pr-dtl-s1-rgt-list{ margin-top: 0px;}

.cancel-sub{ width:100%;}



.shop-sec-3{ padding: 30px 0 35px;}
.s3-slider{ margin-top:25px;}
.s3-rgt{ padding:0 10px;}
ul.s3-list{ margin-top:0;}
ul.s3-list li{ padding:25px 0 0 65px;}
.s3-icn{ width:55px; top:28px;}
.s3-txt1{ font-size: 20px; line-height: 29px;}
.s3-txt2{ margin-top:5px; letter-spacing: 0; font-size:16px; line-height:24px;}
ul.s3-list li:after{ left:26px; bottom:-20px; top: 84px;}

.crt-frm1, .crt-frm2 {
	width: 100%;
	margin-bottom: 0;
}
.cart-box1 .one {
	padding: 0;
}
.cart-box1 .four, .four {
	padding-right: 0;
}
.cart-frm {
	padding: 20px 0;
}
.cart-remv {
}
.card-box3rgt {
	width: 100%;
}
.cart-box2 .one {
	padding: 15px 0 15px 0px;
}
.cart-prdname .cart-prd1 {
	/*display: none*/
}
.span2 {
	font-size: 16px;
}
.safe-iconbox, .safe-iconbox2 {
	background: none;
}
.safebox {
/*padding: 10px*/
}
.safebox p {
	font-size: 20px;
	line-height: 28px;
}
.frm1, .frm2 {
	padding: 10px 0px;
}
.submit-btn {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0;
}
.chk-lft-top{ padding: 10px 0 10px 0px; font-size: 22px;}
.shp-icon1{    left: 8px;}

.prod-rght{width: 80%; flex-wrap: wrap;}
.frmfld-short1, .frmfld-short2{ width:100%; position:relative;}
.drwer-txt2{font-size: 18px; text-align:left;}
.prod-name{ font-size:16px; width:100%;}
.drwer-txt1{ font-size:16px; width: 100%;}

ul.prod-list{ margin-top: 25px;justify-content: center;}
ul.prod-list li{ width:47%;}

.cntct-lft {
    padding: 10px;
}

ul.cart-prclist li, .cart_summary ul.cart-prclist li{ font-size:17px;}

ul.cntct-list li{ padding:0 0 0 40px; margin-top: 10px; width:100%;}
.contct-txt1{ font-size:20px;}
.cntct-rgt img{ max-width:100%;}

.s2-prodBx-col .comn-button{
}
.crt-from-sec, .crt-from-sec1{    padding: 10px;}

.prod-det-sec5{ padding:30px 0 35px;}
.prod-det-s5-cont{ width:100%; margin:0; text-align:center;}
.prod-det-ing-chat-mob{ float:left; width:100%; margin: 25px 0 0;}
.prod-det-s5-lst{ width:100%; padding:0;}
.prod-det-s5-lst li{ width:25%; text-align:center;border:none; border-right: 1px solid #e2e2e2;}
.prod-det-s5-lst li img{ height:25px;}

.sec6{padding:30px 0;}
ul.s6-list{margin-top:5px;}
ul.s6-list li{width:100%; text-align:left; padding:0 0 20px 65px; margin-top:20px; position:relative;}
ul.s6-list li:after{content:''; position:absolute; bottom:0; left:65px; right:0; height:1px; background:#c6c6c6;}
ul.s6-list li:last-child{padding-bottom:0;}
ul.s6-list li:last-child:after{display:none;}
.s6-list-icn{width:50px; position:absolute; top:0; left:0;}
.s6-list-para {font-size:15px; line-height:22px;}

.sec7{padding:30px 0;}
.s7-img{border-radius:8px; margin:22px auto 0;}
ul.s7-list{max-width: 350px;  padding: 0 15px; margin-bottom: 0px; margin-top: 0;}
img.s7-img-mob {display: inline-block; margin-top: 20px; width: calc(100% + 20px); margin-left: -10px; max-width: unset;}
ul.s7-list li{width: 100%;  text-align: left; padding: 12px 0 18px 60px; margin-top: 20px;  position: relative;}
ul.s7-list li:after{content:''; position:absolute; bottom:0; left:60px; right:0; width:auto; height:1px; background:#c6c6c6;}
ul.s7-list li:last-child{padding-bottom:0;}
ul.s7-list li:last-child:after{display:none;}
ul.s7-list li p{font-size:17px; line-height:25px;}
.s7-list-icn{width:50px; position:absolute; top:0; left:0; margin:0 0;}

.contact-Box{ margin-top:10px;}
}
@media only screen and (max-width: 640px) {
.cart-box1 {
	font-size: 15px;
	line-height: 20px;
	display: none;
}
.unit-price, .sub-total {
	font-size: 18px;
}
.continue-shpbtn {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 25px;
	padding: 8px 10px;
}
.steps-chk{    padding: 0px 0 10px;}

.proDetails-right {
    width: 100%;
    text-align: left;
	padding: 10px 15px 20px;
}
}
/****************THANK YOU PAGE************************/
.dsplay.pro-sec1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	color:#fff;
}
p.thx-blck-txt {
    font-size: 50px;
	color:#fff;
}
.thnx-txt1 {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.thnx-txt2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 10px;
}
