@charset "utf-8";
/* CSS Document */


.inner-top {
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	background:#38485a;
	padding: 7px 0;
	text-align: left;
	}
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;
	}
ul.inr-top-list li:after{
	content:"/";
	position:absolute;
	right:-5px;
	top:0;
	}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{content:"";}


/*CSS FOR PROD LISTING PAGE*/
.pro-sec1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	}

ul.s2list {
	float: left;
    width: 100%;
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 40px;
	}
ul.s2list li {
	width: 40%;
    /* background:#38615d; */
	background-color: #e8fbed;
    padding: 30px;
    position: relative;
    z-index: 9;
	}
.s2prd {
	display: inline-block;
    vertical-align: top;
    max-width: 110px;
	z-index:9;
	position:relative;
	}
.s2prd:nth-child(2){
	position: absolute;
    top: 40px;
    left: 80px;
    max-width: 102px;
    z-index: 3;
	}
.s2prd:nth-child(3){
	position: absolute;
    top: 40px;
    right: 80px;
    max-width: 102px;
    z-index: 3;
	}
.s2prd:nth-child(4){
	    position: absolute;
    top: 50px;
    left: 40px;
    max-width: 95px;
    z-index: 1;
	}
.s2prd:nth-child(5){
	    position: absolute;
    top: 50px;
    right: 40px;
    max-width: 95px;
    z-index: 1;
	}
ul.s2list li:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 3px solid #3b4b5d;
	}

.s2lhding {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color:#141514;
	width: 100%;
	margin-top:10px;
	}
.s2ltxt {
	font-size: 16px;
	line-height: 28px;
	color: #2d2d2d;
	background: #fff;
	font-weight: 600;
	margin-top:10px;
	}
p.s2price {
    font-size: 24px;
    width: 100%;
    margin: 15px 0 0;
    color: #888888;
    line-height: 34px;
	}
p.s2price span {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: 600;
	}
.s2btn, .add-to-cart, .order-now-btn {
	background:#37475a;
    margin: 20px 0 0 0;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 23px;
    line-height: 60px;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 260px;
    position: relative;
    text-align: center;
    font-family: "Jost", serif;
    height: 60px;
}


/*CSS FOR PRODUCT DETAILS*/
.pro-dtl-sec1 {
	    float: left;
    width: 100%;
    background: #fff;
    padding: 60px 0;
}
.pr-dtl-s1-lft {
        float: right;
    width: 45%;
    background: #eff5f3;
    border-radius: 5px;
    padding: 20px 0;
    box-shadow: 0 0 14px 1px #38485a;
    position: relative;
	}
.prd-sec-prd {
    width: 390px;
}
.pr-dtl-s1-lft .s2prd {
    display: inline-block;
    vertical-align: top;
    max-width: 180px;
    z-index: 9;
    position: relative;
}
.pr-dtl-s1-lft .s2prd:nth-child(2) {
    position: absolute;
    top: 97px;
    left: 100px;
    max-width: 168px;
    z-index: 3;
}
.pr-dtl-s1-lft .s2prd:nth-child(3) {
    position: absolute;
    top: 97px;
    right: 100px;
     max-width: 168px;
    z-index: 3;
}
.pr-dtl-s1-lft .s2prd:nth-child(4) {
    position: absolute;
    top: 105px;
    left: 40px;
    max-width: 161px;
    z-index: 1;
}
.pr-dtl-s1-lft .s2prd:nth-child(5) {
    position: absolute;
    top: 105px;
    right: 40px;
    max-width: 161px;
    z-index: 1;
}
.pr-dtl-s1-rgt{
	float:left;
	width:52%;
	text-align:left;
	padding: 0px 0 0;
	}
.pr-dtl-s1-rgt-p1 {
	font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    color: #38485a;
    margin: 0px 0 0px 0;
    float: left;
    width: 100%;
    position: relative;
	font-family: "Jost", serif;
	}
.pr-dtl-s1-rgt-p1 span{
	display: block;
	font-size: 22px;
	color: #2d2d2d;
	line-height: 28px;
	font-weight: 500;
	}
.stars {
	margin: 10px 0 0 0;
	float: left;
	}
.pr-dtl-s1-rgt-p2 {
	font-size: 28px;
    line-height: 30px;
    color: #000000;
    margin: 22px 0 0px 0;
    float: left;
    width: 100%;
	}
.pr-dtl-s1-rgt-p2 span {
	font-size: 40px;
	line-height: 34px;
	color:#ff3b10;
	font-weight: 600;
	}
.pr-dtl-s1-rgt-p3 {
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    margin: 22px 0 20px 0;
	}
.add-to-cart {
	float: left;
	margin: 25px 0 0 0;
	}
.shp-cart {
	float: left;
	margin: 35px 0 0 30px;
	}
.pro-sec2 {
	float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background:#eff5f3;
    border-top: 1px solid #eff5f3;
    border-bottom: 1px solid #37475a;
	}
.pro-sec2-inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
}
.pro-sec2-inner .prd-sec-prd {
    width: 490px;
}
.pro-sec2-btl {
	margin-top: 30px;
    width: 560px;
	}
.pro-dtl-sec2 {
	float: left;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	}


/*CSS FOR CART PAGE*/
/*================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:58%;
	}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
	}
.cart-box1 {
	background: #009345;
	border-bottom: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-radius: 10px 10px 0 0;
	}
.one, .two, .three, .four {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	}
.two, .three, .four {
	width: 25%;
	text-align: center;
	}
.one {}
.four {
	text-align: right;
	padding: 0 10px 0 0;
	position: relative;
	}
.three{ display:none;}
.cart-remv {
	position: absolute;
    left: 40px;
    top: 6px;
    box-shadow: 0 0 3px #bfbfbf;
    border-radius: 20px;
    padding: 6px;
    background: #ececec;
}
.cart-box2, .card-box3 {
	border-bottom: 1px solid #b6b6b6;
	padding: 15px 0;
	float: left;
	width: 100%;
	position: relative;
	}
.cart-box2 {
	border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.card-box3 {
	padding: 23px 0;
	}
.cart-prdname {
	padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.cart-prdname .prd-sec-prd {
    width: 60px;
}
.cart-prdname .span1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding-left: 10px;
}
.cart-prdname span {
    display: block;
}
.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: 400;
    color: #2d2d2d;
	}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
	}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
	width: 68px;
	box-shadow: 0 0 2px #d8d8d8;
	}
.cart-prd1{}
.cart-prd1 .s2prd{max-width: 30px;}
.cart-prd1 .s2prd:nth-child(2){ max-width: 29px; top: 1px; left: 9px;}
.cart-prd1 .s2prd:nth-child(3){ max-width: 29px; top: 1px; right: 9px;}
.cart-prd1 .s2prd:nth-child(4){ max-width: 27px; top: 3px; left: 2px;}
.cart-prd1 .s2prd:nth-child(5){ max-width: 27px; top: 3px; right: 2px;}
.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;
	}
.ship-time p span{
	color:red;
	display:block;
	}
.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: #2d2d2d;
	text-align: left;
	float: left;
	width: 100%;
	padding: 6px 0px;
	}
ul.cart-prclist li:last-child {
	border-top: 1px solid #e4e4e4;
	}
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;
	}
.card-box4 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 20px;
    padding-top: 30px;
	row-gap: 10px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	background:#ae2322;
    display: inline-block;
	vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
	font-family: "Jost", serif;
	}
#browse {
	margin-top: 10px;
	
    float: none;
	}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
	}
.proceed-chkbtn {
	float: right;
	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%;
	padding: 40px 0;
	}
.crt-from-sec {
    float: left;
    width: 100%;
	}
div#frmsec {
    float: right;
    width: 38%;
    text-align: left;
	}
.crt-frm1, .crt-frm2 {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
	}
.crt-frm2 {
	float: right;
	}
.frm1, .frm2 {
	padding: 20px 20px;
    text-align: center;
    float: left;
    width: 100%;
	}
.safebox {
	position: relative;
    padding: 0 0 15px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #ae2322;
	}
.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: 700;
    color: #2d2d2d;
    float: left;
    width: 100%;
	font-family: "Jost", serif;
	}
/*----------FROM------------*/
.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: 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: 30%;
    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: 10px 0 0 0
	}
.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 #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%;
	height: 44px;
	border: 1px solid #bbbabb;
	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-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 300;
	}
.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;
	}
.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: #ffffff;
	text-align: center;
	margin: 20px auto 0 auto;
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: none;
	padding: 12px 35px 14px;
	font-family: "Jost", serif;
	background:#b32422;
	
	}
.secure {
	display: block;
	margin:10px auto 0;
	}
.submit-btn img {
	margin: 0 0 0px 8px;
	}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #009345;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
	}
.trm {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	position: relative;
	padding: 0 0 0 22px;
	float: left;
	width: 100%;
	}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm input[type=checkbox] {
	position: absolute;
	top: 0;
	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;
	}
.cont-lst {
	    float: left;
    width: 100%;
    margin-top: 60px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
    column-gap: 23px;
}
.cont-lst li {
	float: left;
    width: 32%;
    font-size: 17px;
    line-height: 27px;
    color: #2d2d2d;
    position: relative;
    padding: 0px 10px 0px 65px;
    text-align: left;
    flex: 1 1 300px;
}
.cont-lst li a {
	color: #2d2d2d;
}
.cont-lst li img {
	position: absolute;
    left: 0;
    width: 50px;
    top: 0;
}
.cont-lst li span {
	display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color:#38485a;
    text-transform: capitalize;
    font-family: "Jost", serif;
}
.cont-lst li:last-child {
    margin-bottom: 0;
}
.cont-lst li:nth-child(3), .cont-lst li:last-child {
    margin-right: 0;
}
.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{}
	
/*----------- 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;
	max-width: 96%;
	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;
	max-width:96%;
	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;
	}

	
@media only screen and (max-width:1200px){
ul.cart-prclist li{ font-size:18px;}
}


@media only screen and (max-width:1020px){
ul.s2list li{width: calc(50% - 20px);}

/*==========CART===========*/
.cart-sec1{ width:100%;}
div#frmsec{ width:100%; margin-top:30px;}

/*==========CONTACT===========*/
.cont-lst li{ width:48%;}


}

@media only screen and (max-width:767px){
.pro-sec1{padding:30px 0;}
ul.s2list{margin:30px 0 0 0;}
ul.s2list li{width: calc(100% - 20px);}
	
	ul.inr-top-list li{margin-right: 8px;padding-right: 8px;}
	ul.inr-top-list li a{font-size: 13px;line-height: 17px;}

.pro-dtl-sec1{padding: 30px 0 30px;}
.pr-dtl-s1-lft{width: 100%; padding: 38px 0; text-align: center; margin-top:20px;}
.prd-sec-prd {width: 300px;}
.cart-prdname .prd-sec-prd{display: none}
	.cart-prdname .span1{width:100%; padding: 0;}
.pr-dtl-s1-lft .s2prd{ max-width:150px;}
.pr-dtl-s1-lft .s2prd:nth-child(2), .pr-dtl-s1-lft .s2prd:nth-child(3) { max-width: 140px; top:50px; left:65px;}
.pr-dtl-s1-lft .s2prd:nth-child(3){ left:auto; right:65px;}
.pr-dtl-s1-lft .s2prd:nth-child(4), .pr-dtl-s1-lft .s2prd:nth-child(5) { top: 61px; max-width: 130px;}
.pr-dtl-s1-rgt{width:100%;padding: 0;}
.pr-dtl-s1-rgt-p1{font-size: 28px;line-height: 34px;}
.pr-dtl-s1-rgt-p1 span{font-size: 18px; line-height: 26px}
.pr-dtl-s1-rgt-p2{font-size: 24px;line-height: 28px;margin: 16px 0 0px 0;}
.pr-dtl-s1-rgt-p2 span{font-size: 34px;}
.pr-dtl-s1-rgt-p3{ font-size: 16px;line-height: 24px;margin: 10px 0;}
.add-to-cart{margin:20px 0 0 0;}
.add-to-cart{}
.shp-cart{margin: 20px 0 0 5px; width: 150px;}
.pro1-dtl{max-width:90%;}
	
	
	.pro-sec2{padding: 30px 0;}
	.pro-sec2-inner .prd-sec-prd{width: 290px;}
	.pro-sec2-btl{margin-top: 10px; }

/*==========CART===========*/
.cart-frm{ padding:30px 0;}
.cart-box1{font-size: 16px;}
.cart-box2{padding: 10px 0;}
.one{width: 60%;}
	
.two, .three, .four {width: 20%;}
.cart-box1 .two,.cart-box1 .four{ display:none;}
.cart-prd1, .cart-prd2, .cart-prd3{ width:50px;top: 7px; display:none;}
.cart-remv{ width: 20px; position: static; float: left; margin: 1px 0 0 0;}
.cart-prdname { padding: 0 0 0 5px; font-size: 16px; line-height: 20px;}
	
.unit-price, .sub-total{font-size: 14px;}
.span3{font-size: 13px;line-height: 20px;}
.cart-prdname span.span1 {font-size: 18px; color: #000;}
.span2 {font-size: 12px;line-height: 18px;}

.card-box3{display: flex;flex-wrap: wrap;flex-direction: column-reverse;padding: 15px 0;}
	
	.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse{width:100%}
.ship-time{ width:100%;}
.card-box3rgt{ width:100%;}
ul.cart-prclist li{ padding:5px 10px; font-size:16px;}
ul.cart-prclist li:last-child{padding:7px 10px;}
ul.cart-prclist li span.span2{ font-size:18px;}
.submit-btn{font-size: 25px;line-height: 29px;padding: 12px 20px 12px; letter-spacing:0.5px;width: 100%;}
.secure{ width:220px;}
.frm1, .frm2{padding: 20px 0px;}
.frm2{padding-bottom: 0;}


/*==========CONTACT===========*/
.cont-lst{ margin-top:20px;}
.cont-lst li{ width: 100%; padding: 0px 0 0 60px; margin-bottom: 0px; font-size: 16px; line-height: 24px}
.cont-lst li span{font-size: 20px;line-height: 28px;}
.cont-lst li img{ width:50px; left:0; top: 0px;}




}
