@charset "utf-8";
/* CSS Document */
.inner-sec1{padding:55px 0;}
.inners1-lft{
	float:left;
	width:45%;
	}
.inners1-rgt{
	width:50%;
	float:right;
	}
.slide-img{
	margin:0 auto;
	display:block;
	max-width:80%;
	}
.inners1-txt1, .inners1-txt2{
	font-weight:300;
	font-size:14px;
	line-height:19px;
	color:#707070;
	text-align:left;
	text-transform:uppercase;
	}
.inners1-txt2{
	font-size:30px;
	line-height:36px;
	color:#000;
	padding:9px 0 20px 0;
	background:url(../images/inners1-line.png) left bottom no-repeat;
	}
.inners1-txt3{
	font-weight:bold;
	font-size:27px;
	line-height:33px;
	color:#000;
	text-align:left;
	margin:22px 0 0 0;
	}
.inners1-txt3 sup{
	font-size:14px;
	line-height:14px;
	}
.inners1-txt4{
	font-weight:300;
	font-size:17px;
	line-height:27px;
	color:#11151b;
	text-align:left;
	margin:17px 0 0 0;
	letter-spacing:0.5px;
	}

.fieldToggle {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.fieldToggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.fieldToggle:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fieldToggle input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.fieldToggle input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.fieldToggle .checkmark:after {
      left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.purchasebd{
	margin:36px 0 0 0;
	}
.purchasebd label{
	font-size:17px;
	line-height:20px;
	color:#000;
	text-align:left;
	}
.purchasebd select{
	margin-top:10px;
	width:100%;
	height:45px;
	border:1px solid #dddddd;
	padding:0 10px;
	font-family: 'Montserrat';
	font-size:17px;
	line-height:27px;
	color:#1d1d1d;
	text-align:left;
	font-weight:300;
	}
ul.inners1-list{margin:44px 0 0 0;}
ul.inners1-list li{
	float:left;
	display:inline-block;
	margin:0 20px 0 0;
	}
ul.inners1-list li:last-child{margin:0;}
.cartbtn {
    height: 42px;
    width: 168px;
    background: #ee6666;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 5px 5px 4px 5px;
}
.bundle-txt1{
	color:#000;
	font-size:24px;
	margin-top:25px;
	font-weight:600;
	}
.buyOpt-row{
	float:left;
	width:100%;
	padding:15px 18px;
	cursor:pointer;
	position:relative;
	border:1px solid #e1e1e1;
	margin-top:15px;
	border-radius:4px;
	}
.buyOpt-row.active{
	border-color:#56c9fb;
	-webkit-box-shadow: 0 0 8px 0 #57CCFF;
	box-shadow: 0 0 8px 0 #57CCFF;
	}
.packageOpt{
	float:left;
	width:70%;
	text-align:left;
	position:relative;
	padding-left:35px;
	}
.packageOpt input[type=radio]{
	position:absolute;
	opacity:0;
	}
.packageOpt input[type=radio] + span{
	position:absolute;
	display:inline-block;
	left:0;
	top:1px;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#fff;
	border:2px solid #fed981;
	}
.packageOpt input[type=radio]:checked + span:after{
	content:'';
	position:absolute;
	left:3px;
	top:-7px;
	width:22px;
	height:22px;
	background:url(../images/checkmark.png) no-repeat center center;
	}
.packageOpt p{
	float:left;
	width:100%;
	color:#2c2c2c;
	font-size:19px;
	line-height:22px;
	font-weight:600;
	}
.pkgPrice{
	float:right;
	width:30%;
	text-align:right;
	padding-right:7px;
	}
.pkgPrice p{
	float:left;
	width:100%;
	color:#2c2c2c;
	font-size:19px;
	line-height:20px;
	font-weight:600;
	}
.prod-selector{
	float:left;
	width:100%;
	margin-top:15px;
	}
.prod-selector label{
	float:left;
	width:100%;
	color:#333;
	font-size:17px;
	}
.prod-selector select{
	float:left;
	width:100%;
	height:40px;
	border:1px solid #c7c7c7;
	outline:none;
	font-family: 'Montserrat';
	color:#000;
	font-size:17px;
	font-weight:300;
	padding:0 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	border-radius:4px;
	background: url(../images/dwn-arw.png) no-repeat right center;
	}
	
	
/*===================inner section2===================*/
.inner-sec2{padding:10px 0 50px 0;}


@media only screen and (max-width: 767px){
.inner-sec1{padding:30px 0 20px 0;}
.inners1-lft, .inners1-rgt{width:100%;float:none;}	
.inners1-lft{width:340px;margin:0 auto;display:block;}
.inners1-rgt{margin:36px 0 0 0;}
.inners1-txt2 {font-size: 25px;line-height: 31px;    padding: 4px 0 10px 0;}
.inners1-txt4 {font-size: 16px;line-height: 26px;  margin: 10px 0 0 0;}
.purchasebd {margin: 26px 0 0 0;}
ul.inners1-list {margin: 30px 0 0 0;}

.packageOpt p, .pkgPrice p{font-size:17px;}
}


/*=========CART_PAGE=================*/

.cart-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 60px;
	}
ul.shiping-info{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
    text-align: center;
	}
ul.shiping-info li{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	padding:0 17px;
	position:relative;
	}
ul.shiping-info li span{ color:#bbb9b9;}
ul.shiping-info li a, ul.shiping-info li a:hover span{ color:#000;}
ul.shiping-info li:before{
	content: ">";
    position: absolute;
    top: -1px;
    right: -9px;
    font-size: 25px;
    line-height: 25px;
    color: #bbb9b9;
    font-weight: 300;
	}	
ul.shiping-info li:last-child:before{ display:none;}

.cartLft {
    width: 60%;
    margin-top: 50px;
    margin: 50px auto auto auto;
}
.cart-heading-row{
    float: left;
    width: 100%;
    border-bottom: 2px solid #e3e0e0;
    font-size: 15px;
    line-height: 17px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 600;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width:14%;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	}
.cart-col-4{ width:16%;}	
.cart-heading-row .cart-col-1, .cart-heading-row .cart-col-2, .cart-heading-row .cart-col-3, .cart-heading-row .cart-col-4{
	padding-top:10px;
	padding-bottom:10px;
	}
.cart-col-1{
    width:56%;
	text-align: left;
	position:relative;
	}
.cart-prd-row {
	float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
	}
.cart-prd-1 {
    position: absolute;
    left: 30px;
    top: 17px;
    width: 60px;
	}
.cart-prd-name {
    float: left;
    width: 100%;
    padding: 2px 0 0 100px;
    color: #303030;
    font-size: 15px;
	line-height:20px;
	font-weight: 300;
	}
.cart-prd-name span{
	font-size:14px;
	margin-top:7px;
	}
.cart-prd-name p{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
	}
.del-icon{
	position:absolute;
	top:20px;
	left:0;
	}
.del-icon i {
	display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 17px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	cursor:pointer;
	}
.del-icon i:hover {
	border: 2px solid #333;
	color: #333;
	}	
.unit-price {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
	}
.cart-qty-div {
    display: inline-block;
	vertical-align:middle;
	}
    .cart-qty-div.c-q-1.custom_quant_bar {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
            border: 1px solid #00000017;
    }
    .custom_quant_bar button#sub {
        padding: 0px;
        width: 100px;
        background: transparent;
        color: #000000;
        padding-left: 6px;
        position: relative;
        left: 3px;
    }
    .custom_quant_bar input#Quantity5 {
        padding: 0px 0px 0px 0px;
        text-align: center;
        width: 60px;
        border: none;
        outline: none;
    }
    .custom_quant_bar button#add {
        position: relative;
        padding: 0px;
        background: transparent;
        color: #000000;
        padding-right: 4px;
        right: 4px;
    }

    /* Chrome, Safari, Edge, Opera */
    .custom_quant_bar input::-webkit-outer-spin-button,
    .custom_quant_bar input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /* Firefox */
    .custom_quant_bar input[type=number] {
    -moz-appearance: textfield;
    }
.sub1, .add1 {
    float: left;
    width:28px;
    border: 1px solid #ddd;
    height:32px;
    text-align: center;
	background:#f3f1f1;
	color:#000;
	font-size:18px;
	line-height:18px;
	vertical-align:middle;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input {
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width:35px;
    text-align: center;
    height:32px;
    font-size:18px;
    color: #303030;
	font-family: 'Montserrat';
	}
.cart-prc-row{
	float:right;
	width:38%;
	margin-top:50px;
	border-left:1px solid #ddd;
	padding-left:20px;
	}
.cart-rit-price-row{
	float:left;
	width:100%;
	padding: 10px 0;
	}
.cart-rit-price{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    text-align: left;
    padding: 9px 0;
	}
.cart-rit-price:nth-child(1){ border-bottom: 2px solid #ced4da;}
.cart-rit-price:nth-child(2){ border-bottom: 1px solid #ced4da;}
.cart-rit-price:nth-child(4){ padding:0;}
.cart-rit-price:nth-child(6){ border-top: 1px solid #ced4da; border-bottom: 2px solid #ced4da;}	
.cart-rit-price span{
    float: right;
    text-align: right;
	color:#303030;
	}
.cart-btn-row{
	float:right;
	width:48%;
	padding-top:35px;
	}
.address-h{ cursor:pointer;}
.cart-ship-t1{
	float:left;
	font-size:15px;
	color:#666;
	padding-top:80px;
	}
			
a.continue-btn{
	float:left;
    line-height: 45px;
    background: #fff;
    color: #0f2b40;
    font-size: 18px;
    letter-spacing: 1px;
	padding:0 30px;
	border:2px solid #0f2b40;
	text-align:center;
	margin-top:16px;
	font-weight:600;
	text-transform:uppercase;
   transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;		
	}
a.continue-btn:hover{
    background: #0f2b40;
	color:#fff;	
	}	
	
button.update-btn {
    float: none;
    line-height: 35px;
    background: #0f2b40;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 17px;
    text-align: center;
    margin-top: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    margin-left: 0;
    opacity: 0.6;
    margin: auto;
    max-width: 165px;
    width: 100%;
    display: block;
    overflow: hidden;
}
button.update-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}
.btn-group-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
.btn-group-row .continue-btn {
    width: 100%;
    margin-top: 0;
    margin-right: 7px;
    max-width: 300px;
}   
.btn-group-row .proceed-btn {
    width: 100%;
    margin-top: 0;
    max-width: 400px;
}			
a.proceed-btn{
	float:left;
	width:100%;
	background:#e20000;
	border-radius:2px;
	text-align:center;
	height:50px;
	font-size:18px;
	line-height:50px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-color: rgba(0,0,0,0.05);
	margin-top:10px;
	transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s
	}
a.proceed-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}
.couponBox{
	float:left;
	width:100%;
	text-align:center;
	margin-top:28px;
	}
.coupon-txt{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:600;
	text-align:left;
	border-bottom:2px solid #ddd;
	padding-bottom:6px;
	}	
.coupon-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0
	}	
.apply-cuppon{
	display:inline-block;
	vertical-align:middle;
	background:#fffedc;
	width:280px;
	height:40px;
	border:1px solid #e8e6b3;
	margin-top:5px;
	}
.couponBox .cpn-fld{
	float:left;
    font-size: 15px;
	color:#000;
	width:100%;
	height:40px;
	border:none;
	outline:none;
	background:#fff;
	padding:5px 10px;
	border:1px solid #ddd;
	-webkit-appearance:none;
	margin-top:16px;
	}
a.apply-btn{
	float:left;
	width:100%;
	text-align:center;
	background:#f9f9f9;
	height:40px;
	line-height:40px;
    font-size: 15px;
	border:1px solid #ddd;
	color:#5d5d5d;
	font-weight:300;
	margin-top:16px;
	transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s	
	}	
a.apply-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}

/*------------------------------
         CHECKOUT SECTION
--------------------------------*/	
.checkout-sec{
	float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0 90px;
	}
.ordr-id-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	text-align:left;
	margin-top:40px;
	color:#271e21;
	font-weight: 300;
	}
.ordr-id-lbl{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	margin-top:20px;
	color:#271e21;
	font-weight: 500;
	margin-bottom:5px;
	font-family: 'Montserrat';
	}
.custom-user{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: 'Montserrat';
	}
.custom-user:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.submit_login{
	float:left;
	width:278px;
	height:40px;
	font-family: 'Montserrat';
	background: #0f2b40;
	text-align:center;
    border: 1px solid #777;
	font-size:17px;
	line-height:38px;
	color:#fff;
	margin-top:25px;
	cursor:pointer;
	outline:none;
	text-transform:uppercase;
	font-weight:600;
	}
.submit_login:hover{background: #0f2b40;}

.returng-custmr-txt{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	margin-top:40px;
	}
.returng-custmr-txt a{color: #271e21;}
.returng-custmr-Fld-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.returng-custmr-txt2{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	}
.frmfld{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.frmfld.hlf{
	width:48%;
	}
.frmfld.fr{
	float:right;
	}
.frmfld.cvv{
	width:24%;
	margin-left:0;
	}
.frmfld label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Montserrat';
	}
.frmfld input,.frmfld select,.frmfld textarea{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: 'Montserrat';
	}
.frmfld input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.frmfld textarea{min-height: 120px;}
.login-btn{
	float: left;
    width:93px;
    height: 40px;
    font-family: 'Montserrat';
    background: #0f2b40;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
	border:none;
	}
.remembr-me{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.remembr-me input{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	margin:-6px 5px 0 0;
	}
.lost_password{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.lost_password a{color: #271e21;}
.coupn-box{
	float:left;
	width:100%;
	border: 2px dashed #0f2b40;
    padding: 15px 30px 30px;
	margin-top:8px;
	text-align:left;
	}
.coupn-box label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: 'Montserrat';
	}
.apply-cuppon{
    float: left;
    width:100%;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 155px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 300;
    height: 40px;
    outline: none;
    font-family: 'Montserrat';
	}
.apply-cuppon input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.apply-cuppon button {
    float: right;
    width:155px;
	font-family: 'Montserrat';
    height:40px;
    line-height:38px;
    background: #0f2b40;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}

.chk-left{
	float:left;
	width:58%;
	text-align:left;
	margin-top:50px;
	}
.bilnghdng{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 25px;
    color: #271e21;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.fieldToggle{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 20px;
	}
.fieldToggle input {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: -6px 5px 0 0;
	}
.chk-rgt{
	float:right;
	width:39%;
	border:2px solid #0f2b40;
	padding:25px;
	margin-top:75px;
	}
.smry-prc-p1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    padding: 10px 0 10px 0;
	margin-top:5px;
	text-transform:uppercase;
	border-bottom:2px solid #ddd;
	}
.smry-prc-p1 span{
	float:right;
	}
.smry-prc-p2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
	font-weight:300;
    color: #000000;
    padding: 10px 0 10px 0;
	border-bottom:1px solid #ddd;
	}
.smry-prc-p2 small{
	float:left;
	font-size:14px;
	width:84%;
	}
.smry-prc-p2 span{
	float:right;
	font-weight:normal;
	}
.pay-crdt{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
	margin-top:15px;
	}
.pay-crdt input{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}
.pay-crdt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0;
	}
.placeOrde-btn {
    float: left;
    width: 170px;
    height: 50px;
    font-family: 'Montserrat';
    background: #e20000;
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 0px 0 0!important;
}
.placeOrde-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);	
	}	
.pay-secure{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
input.has-error, select.has-error {
    background: url(../images/error-input.png) 97.5% 50% no-repeat #fff!important;
    border: 1px solid orange!important;
}
input.no-error, select.no-error {
    background: url(../images/tick-input.png) 97.5% 50% no-repeat #fff!important;
    border: 1px solid green!important;
}
@media only screen and (min-width: 769px){
.chk-rgt .hlf input.has-error, .hlf select.has-error
{background-position: 90.5% 50% !important;}
.chk-rgt .hlf input.no-error, .hlf select.no-error
{background-position: 90.5% 50% !important;}
}
@media only screen and (max-width: 575px){
input.has-error, select.has-error
{background-position: 94.5% 50% !important;}
input.no-error, select.no-error
{background-position: 94.5% 50% !important;}
}

@media only screen and (max-width:1187px){
	
/*=========Cart Section==========*/

.cartLft{ width:65%;}
.cart-prc-row{ width:34%;}
.cart-form{ width:245px;}

	
}


@media only screen and (max-width:1021px){
	
/*=========Cart Section==========*/

ul.shiping-info li{ font-size:22px; line-height:22px;}
.cart-heading-row{ font-size:13px; line-height:15px;}
.cart-col-1{ width:49%;}
.cart-col-2, .cart-col-3{ width:18%;}
.cart-col-4{ width:15%;}
.cart-prd-1{ left:20px;}
.cart-prd-name{ padding-left:85px;}
.cart-prd-name{ font-size:14px;}
.cart-prd-name p{ font-size:13px; line-height:16px;}
.cart-qty-div input{ width:31px;}
a.proceed-btn{ height: 50px; font-size: 15px; line-height: 55px;}
.cart-form{ width:170px;}
.cart-ship-t1{ font-size:13px;}
.cart-form .cart-fld{ font-size:13px;}
	
	
}

@media (max-width: 1020px){
    .btn-group-row {
    flex-direction: column;
    }
    .btn-group-row .continue-btn {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
    }
    .btn-group-row .proceed-btn {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
    }
}

@media only screen and (max-width:767px){
	
/*=========Cart Section==========*/

.cart-sec{ padding:30px 0;}
.shipg-hd{ float:left; width:100%; font-size: 25px; line-height: 25px; color: #000;
font-weight: 300; text-transform: uppercase; text-align:center;}
.cartLft{ width:100%; margin-top:25px;}
.cart-col-2, .cart-col-4{ display:none;}
.cart-col-1{ width:75%}
.cart-col-3{ width:25%;}
.cart-prd-row{ padding-bottom:10px;}
.cart-qty-div input{ width: 27px;}
a.continue-btn{font-size: 16px; line-height:34px; padding: 0 25px; margin-right:15px;}
.cart-prc-row{ width:100%; border:none; padding:0; margin-top:25px;}
a.proceed-btn{ font-size:19px;}
button.update-btn{ margin-left:0;}
button.disabled{background:blue !important;}
button.disabled:hover{background:blue !important;}
.cart-form{ width:270px;}
.cart-ship-t1{ font-size:15px;}
.cart-form .cart-fld{ font-size:15px;}	


/*=========Checkout Section==========*/
.returng-custmr-txt{font-size: 15px;line-height: 22px;margin-top: 18px;}
.coupn-box{padding: 15px 15px 20px;}
.chk-left{ width:100%; margin-top:10px;}

.checkout-sec{padding: 30px 0 30px;}
.chk-rgt{ width:100%; padding:20px; margin-top:30px;}
.frmfld.hlf{ width:100%;}
.frmfld.cvv { width: 50%;margin-left: 0;}
.pay-crdt img{ margin-top:2px;}
	
}
#empty-cart .continue-btn {
    float: none;
    margin: 16px auto auto auto;
    left: 0;
    right: 0;
    display: table;
}
#empty-cart p{
    text-align: center;
}


@media (min-width: 550px){
.frmfld.hlf.nw-expmtn {
    margin-right: 4%;
    }
    input.input-text.apt-nw.apt-first {
    margin-right: 4%;
    }
    input.input-text.apt-nw {
    width: 48%;
    float: left;
    }
}
@media (max-width: 549px){
input.input-text.apt-nw.apt-first {
    margin-bottom: 15px;
    }
}



