.prodSection{
	    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px;
    background: #f0f6ff;
    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:400;
}
/*================PRODUCT PAGE===============*/
ul.prod-list{
	    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 25px;
    column-gap: 23px;
	}
ul.prod-list li{
	    float: left;
    width: 32%;
    text-align: center;
    border: 1px solid #e9edff;
    background: #fff;
    padding: 25px 20px 25px;
    cursor: pointer;
	}
ul.prod-list li:hover{
	    background: #ffffff;
    box-shadow: 0 0 20px 5px rgb(221 246 219 / 90%);
    -webkit-box-shadow: 0 0 20px 5px #d0f2fe;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
ul.prod-list li:hover a.prd-shop-btn{border:1px solid #22bc33; color:#01061a;}
ul.prod-list li:hover a.prd-shop-btn:hover{ background:#22bc33; color:#fff;}
.prd-txt1{
	float:left;
	width:100%;
	font-size:20px;
    line-height:30px;
    color: #000000;
	font-weight:300;
	letter-spacing:0.5px;
	}
.prd-txt2{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #01061a;
    font-weight: bold;
    margin-bottom: 0px;
	}
.prd-txt2 span{ font-weight:400; font-size:18px;}
.cbd-prod{
	display: block;
    margin: 0 auto 15px;
    max-width: 50%;
	}
.star{
	display:block;
	margin:0 auto;
	}
.prd-txt3{
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    color: #253050;
    letter-spacing: 0.5px;
    margin-top: 0px;
	}

/*===============================
	PRODUCTS_DETAILS_PAGE
==================================*/
.proDetails-sec1{
	    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #ffffff
	}
.proDetails-left{
	float:left;
	width:35%;
	    background: #fff;
	}
.proDetails-right{
	float:right;
	width:62%;
	text-align:left;
	}
.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: #000000;
    margin-top: 15px;
	}
.prd-p2 {
        float: left;
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    margin-top: 15px;
    font-weight: 400;
	}
ul.pr-dtl-s1-rgt-list {
        float: left;
    width: 100%;
    margin: 20px 0;

}
ul.pr-dtl-s1-rgt-list li{
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 28px;
    padding-left: 18px;
    margin-bottom: 5px;
}
ul.pr-dtl-s1-rgt-list li:before{
	    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background: #00b838;
	}
.qty-txt{
	float: left;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-top: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
	margin-right:20px;
	}
.qty-div {
    float: left;
    text-align: center;
	margin-top:5px;
    background: #fff;
	}
.sub, .add {
    float: left;
    width:42px;
    border: 1px solid #cfcfcf;
    height: 46px;
    padding:5px;
    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: 42px 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%;
	}
/*================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: 42%;
    padding: 0 20px;
    display: block !important;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	    background: #f0f6ff;
    border-bottom: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    float: left;
    width: 100%;
    color: #1d2c4c;
    padding-left: 20px;
}
.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: 26px 0;
}
.cart-box2 .one, .cart-box2 .two, .cart-box2 .three, .cart-box2 .four {
	padding: 5px 30px 5px 0 ;
}
.cart-box2 .one {
	    padding: 15px 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_summary .cart-box2 .one {
	width: 20%;
}
.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 {
}
.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: 43px;
	right: 5px;
	max-width: 15px;
}
.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: flex-start;
    align-items: center;
    column-gap: 20px;
}
.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: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
	padding:10px;
}
.cart-prdname .qtybox{ display:none;}
.drawer .cart-prdname{
	    float: left;
    width: 60px;
    height: 60px;
    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;
	text-align:left;
	float:left;
}
.span2 span{
	display:block;
	font-size:16px;
	}
.drawer .cart-prdname .qtybox {
        position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #22bc33;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}
.prod-rght {
    float: right;
    width: 74%;
    text-align: left;
}
.drawer .prod-rght {
    float: right;
    width: 250px;
    text-align: left;
}
.prod-name {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	color: #393733;
	font-weight: 600;
}
.drawer .prod-name {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #393733;
    font-weight: 600;
}
.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: 50px;
    position: static;
}
.drawer .cart-prd1{
	    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    position: static;
    margin-top: 14px;
}
.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 {
    float: left;
    width: 100%;
}
.card-box4-lft {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	margin-top: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: #22bc33;
    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;}
.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{
	    font-family: 'Graphik';
    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: 38%;
    color: #393733;
    /* margin-top: 3px; */
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    color: #393733;
    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;
    /* box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%); */
    /* -webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%); */
    background: #fff;
    overflow: hidden;
    position: relative;
}
.chk-lft-top {
   float: left;
    width: 100%;
    background: #f0f6ff;
    position: relative;
    padding: 13px 0 15px 110px;
}
.shp-icon1 {
    position: absolute;
    left: 40px;
    top: 15px;
}
.chk-lft-top span {
        float: left;
    width: 100%;
    color: #36373b;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.chk-lft-top span img {
	vertical-align: top;
	margin: 6px 0 0 10px;
}
.chk-lft-top p {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	color: #141011;
	font-weight: 600;
}
.form-mid {
    float: left;
    width: 100%;
    padding: 10px 40px 40px;
}
.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;
	text-decoration: none;
	margin-top: 20px;
	display:none;
}
/*----------FROM------------*/
.div-box {

	float: left;
	width: 58%;
}
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.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: 12px 0 0 0;
	width: 100%;
	text-align: left;
	display: inline-block;
	padding: 0;
}
.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: 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: 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;
	background: #fff;
}
.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: 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;
}
.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;
	border: 1px solid #bbbabb;
	
}
.frm1 .frmfld select, .frm2 .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 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%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.5px;
	display: inline-block;
	border: none;
	cursor: pointer;
	background: #0674c1;
	font-size: 17px;
	line-height: 50px;
	height:50px;
}
.secure {
	display: block;
    margin: 20px auto 10px;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
a.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 {
	float: right;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0px 0;
}

.cart_summary .comn-button{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:60px 0;
	}
.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:50%;
	padding:30px;
	text-align:left;
	}
.cntct-hdng {
    color: #20366c;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	}
ul.cntct-list{
	float:left;
	width:100%;
	}
ul.cntct-list li{
	    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-top: 30px;
	}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	float: left;
    width: 100%;
    font-size:24px;
    color: #20366c;
    line-height:30px;
	}
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    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: 110px 0;
    background: #f7f8ff;
	}
.cntct-rgt img{
	    max-width: 82%;
	}
/****************THANK YOU PAGE************************/
.dsplay.pro-sec1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
p.thx-blck-txt {
    font-size: 50px;
}
.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;
}	
@media only screen and (max-width: 1187px) {
}
@media only screen and (max-width: 1023px) {
.div-box {
	width: 100%;
	margin-top: 20px;
}
.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;
}
}
@media only screen and (max-width: 767px) {
	
/*===============================
	PRODUCTS_DETAILS_PAGE
==================================*/
.prodSection {padding: 25px 0;}
.proDetails-sec1{ padding:25px 0 30px;}
.proDetails-left{ width:100%; margin-top:15px;}
.proDetails-right{ width:100%; margin-top:10px;}
.prd-prc {font-size: 28px;line-height: 35px;margin-top: 10px;}
.prd-p2 { width:100%;font-size: 17px;line-height: 27px;margin-top: 12px;}
ul.pr-dtl-s1-rgt-list li {
    font-size: 17px;
    line-height: 27px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.select-mg { margin: 0 4px 0 0; width:80px;}
.select-mg p{ font-size:18px;}
.prod-nameHdng {font-size: 34px;line-height: 28px;}
.prd-p1{ font-size:16px;}
.prd-p1 img{ width:90px;}
.prd-as-seenDv{ text-align:center; margin-top:20px; float:none;}
.prd-as-seenDv p{ width:100%;}
.qty-txt{margin-top: 16px;}
.btn-box{ text-align:center;}
.add-to-cart-sing{ margin:15px auto 0;}
.cards{ display:block;}


.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 {
	
}
.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 10px;
}
.submit-btn {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0;
}
.chk-lft-top{ padding: 13px 0 15px 70px; font-size: 22px;}
.shp-icon1{    left: 8px;}
.div-box{ margin-top:0;}

.prod-name{ font-size:16px;}
.drwer-txt1{font-size: 15px;  line-height: 22px;}
.frmfld-short1, .frmfld-short2{ width:100%; position:relative;}
.drwer-txt2{font-size: 20px;}

.dsplay.pro-sec1 {padding:30px 0;}
/*==============================
CONTACT_PAGE
===================================*/
.contact-sec {padding: 30px 0;}
.contact-Box{ margin-top:20px; box-shadow:none;}
.cntct-lft{ width:100%; padding:5px 0px 15px;}
.cntct-hdng {
    font-size: 22px;
    line-height: 32px;}
ul.cntct-list li { margin-top:18px;padding: 0 0 0 36px;}
.contct-txt1 {font-size: 18px;line-height: 22px;}
.contct-txt2 {font-size: 16px;line-height: 26px;}
.contct-txt3 {font-size: 16px;line-height: 25px;}

.cntct-rgt{ width:100%;padding:20px 20px 20px;}
.frmElement { margin-top: 0;}
.frmElement input, .frmElement textarea {font-size: 18px; padding: 15px 15px 15px 10px;}
.frmElement textarea{min-height: 120px;}
}
@media only screen and (max-width: 640px) {
.cart-box1 {
	font-size: 15px;
	line-height: 20px;
	display: none;
}
.unit-price, .sub-total {
	font-size: 18px;
}

.steps-chk{    padding: 0px 0 10px;}
}

.prd-s1-btn {
    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;
    column-gap: 20px;
    row-gap: 10px;
}
.btn_strip {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 9px 12px 8px;
    background: #ffdd2b;
    position: relative;
    margin-bottom: 25px;
}
.btn_strip:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    border-bottom: 7px solid transparent;
    border-right: 9px solid #ffdd2b;
    border-top: 7px solid transparent;
}
.btn_strip p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
}
.btn_strip p img {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin: -4px 7px 0 0;
}

@media only screen and (max-width: 767px){

.btn_strip { width:100%;}

}

