/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	order: 2;
}
.cart_summary {
	float: right;
	width: 30%;
	display:none;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
        border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: var(--text);
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.cart-box1 .one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 0;
    text-transform: capitalize;
}
.cart-box1 .cart-tot-item {
    margin: 0;
    color: var(--text-light);
    font-weight: 400;
    font-size: 0.9rem;
}
.cart_summary .cart-box1 {
	display: none;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 65%;
	vertical-align: middle;
	padding: 8px 20px;
}
.cart-box2 .one, .cart-box2 .two, .cart-box2 .three, .cart-box2 .four {
	padding: 0;
}
.cart-box2 .one {
	
}
.cart_summary .cart-box2 .one {
	padding: 5px;
	width: 70%;
}
.cart_summary .cart-box2 .four {
	width: 30%;
	padding: 10px 0;
}
.cart_summary .cart-box2 .two, .cart_summary .cart-box2 .three {
	display: none;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
}
.two{display:none;}
.one {
	position: relative;
}
.four {
	padding: 0 0px 0 0;
	position: relative;
	border: none;
}
.cart-remv {
	position: absolute;
    right: 0px;
    top: 50%;
    max-width: 33px;
    transform: translateY(-50%);
}
.cart_summary .cart-remv {
	top: 20px;
	right: 5px;
}
.summry-lft {
	    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: clamp(15px, 3vw, 30px);
    box-shadow: var(--shadow-xs);
    
}
.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: #0d5896;
    color: #fff;
}
.summry-lft-hdr span {
	float: right;
}
.cart-lft {

	    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.cart_summary .cart-lft {
	width: 100%;
}
.cart-box2, .card-box3 {

	position: relative;
}
.cart-box2 {
	    box-shadow: 0 0 5px #e9e9e9;
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: clamp(13px,3vw, 15px);
    color: var(--text-light);
}
.card-box3 {

        margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cart_summary .card-box3 {
	width: 100%; margin-top:0;
}
.cart-prdname {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.span3 {
	    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span2 {
	/*    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--text);*/
}
.cart_summary .span2,.cart_summary .sub-total {
    font-size: 16px; margin-top:3px;
}
.cart-prdname span.span1 {
     font-family: inherit;
    font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
    width: 50px;
}
.cart_summary .cart-prd1 {
	display: 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;*/
}
.sub-total {
	text-align: center;
}
.card-box3rgt {width:100%}
ul.cart-prclist {
	padding: 0;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
ul.cart-prclist li {
	font-size: 14px;
    color: var(--text-light);
    text-align: left;
    padding: 5px 0px;
}
.cart_summary ul.cart-prclist li{font-size: 16px; line-height: 26px;}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 1px solid #d2d2d2;
	padding: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
}
ul.cart-prclist li span.span1 {
	float: right;
	font-weight: 500;
}
.card-box4 {
    width: 100%;
}
.card-box4-lft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap:10px;
    flex-wrap: wrap;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 18px;
    color: var(--text);
}
.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 {
	margin-top: 0;
	vertical-align: middle;
	float: none;
	background: #f36d2c;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	border: none;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display: none;
}
/*==================CART FROM===================*/
.cart-frm {

	padding: 40px 0;
}
.crt-from-sec {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: start;
}
.crt-frm1, .crt-frm2 {

	margin: 0px 0 20px 0;
	background: #ffffff;
	padding: 20px 15px;
	border: 1px solid #e6ebf4;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
    padding: 20px 0px 0;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.safebox {
	float: left;
    width: 100%;
    font-size: clamp(18px, 3vw, 20px);
    color: var(--text);
    border-bottom: 2px dotted var(--primary);
    text-align: left;
    padding: 0 0 12px;
    font-weight: 400;
}
.safebox p {
    margin: 0;
    color: var(--text);
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
}
.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;
}
/*----------FROM------------*/
.div-box {
	display: grid;
    gap: 20px;
}
.frmElmnts {
	flex: 1 1 300px;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	color: #333;
	padding: 8px 0;
	text-align: right;
	font-weight: 400;
}
.frmElmnts label{display:none;}
.weaccept {
	    margin: 0;
    width: 100%;
    text-align: left;
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.weaccept span.span1 {
	
}
.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: 2px 0 10px 0px;
    float: left;
    max-width: 160px;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 15px;
    line-height: 28px;
    color: var(--text-light);
    text-align: left;
    position: relative;
    padding: 0 0 0 32px;
    float: left;
    width: 100%;
    margin: 0;
}
.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;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.frmfld, .frmfld1 {
	width: 100%;
	border: none;
	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 {
	height: clamp(45px,4vw, 60px);
	outline: none;
	text-align: left;
	font-weight: 400;
    
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 13px 16px;
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease)cubic-bezier(0.22, 1, 0.36, 1);
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select {
	width: 100%;
	
	
}
.frmfld select, .frmfld1 select {
	
	background: var(--card);
	position: relative;
}
.frmfld select:after {
}
.icon {
	left: 10px;
	top: 12px;
	z-index: 999;
	display: none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	width:100%;

	cursor:pointer;
}
.submit-btn:hover{ }
.secure {
	display: block;
	margin: 10px auto 10px;
}
.submit-btn img {
	margin: 0 0 0x 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;
}
.trm {
	font-size: 13px;
    line-height: 25px;
    text-align: left;
    color: var(--text-light);
    position: relative;
    padding: 0 0 10px 0;
    float: left;
    width: 100%;
}
.trm-padd {
	padding-left: 20px;
}
.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 {
	
}
.continue-shpbtn:nth-child(1) {
	
}
#browse {
	margin: 10px;
    float: none;
    width: auto;
}
#browse:hover{color:#e08a9a;border: 2px solid #e08a9a;}
/*----------- 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%;
}
@media only screen and (max-width: 1179px) {
}
@media only screen and (max-width: 1023px) {
    .crt-from-sec{grid-template-columns: 1fr;}
    .cart-sec1{order:1}
    
.div-box{width:100%; order:2}
.crt-frm1, .crt-frm2 {}
.cart_summary {width: 100%;}
.card-box3{ width:100%;}
.continue-shpbtn {
    
}
}
@media only screen and (max-width: 767px) {
.crt-frm1, .crt-frm2 {width:100%;    padding: 20px 15px 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: 0;
}
.span2{}
.cart-prdname .cart-prd1 {
	display: none;
}
.card-box3{     

}
.span3{ font-size:14px;}
.safe-iconbox, .safe-iconbox2 {
	background: none;
}
.two{ padding:0 5px; display:none;}
.three, .four{width: 33%;}
.safebox {
	/*padding: 10px*/
}
.safebox p {

}
.frm1, .frm2 {
	padding: 10px 0px;
}
.frmElmnts label {
	font-size: 16px;
	width:36%;
}
.submit-btn {
	    
	margin-top:-20px;
}
.cart-remv{ }
.card-box4-lft {
    float: left;
    width: 100%;
}

}
@media only screen and (max-width: 640px) {
.cart-box1 {
	font-size: 15px;
	line-height: 20px;
}
.unit-price, .sub-total {
	
}
.continue-shpbtn {
	
}
.cart-box2{ }
}
/****************THANK YOU PAGE************************/
.dsplay.pro-sec1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.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;
}
