/*******************        Form  ************************************/
.form-padding {
	padding-bottom:2em;
}
/******************* Serch div 2 / 6 margin right ********************/    
  .d1-margin {
  	margin-right:0px; 
	padding-right:0px;
  }
  .d2-margin {
  	margin-right:0px; 
	padding-right:0px; 
	padding-left:14px; 
	margin-left:0px;
  }
  
/******************* Search Text box ********************/    
  .tbtn1{
    height:40px; width:98%;
	max-width:200px;
	border-radius:3px;
	background:#e53d3d;
	color:#FFFFFF;
	font-size: 13px;
	border:none;
  }
  


  
/******************* Search Text box ********************/    
  .icon-img input[type=text]{
    padding-left:40px;
  }
  
  .icon-img{
    position:relative;
	padding-bottom:.8em;
  }
  
  .icon-img i{
    position:absolute;
    left:0;
    top:1px;
    padding:11px 8px;
    color:#FFFFFF;
    transition:.3s;
	background:#e53d3d;
  }
 .txtbox {
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    padding: 9px 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-transform: capitalize;
	width:98%;
 }

/************** Table *****************/
table {
	background-color: transparent;
	max-width: 100%;
}
th { text-align: left; }
table {
	margin-bottom: 15px;
	width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #d2d2d2;
	text-align: center;
	text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
	border-bottom: 1px solid #d2d2d2;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 1px solid #d2d2d2; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }

/*  Responsive Table */
@media (max-width:640px){


	
	.tbl_rps table.shop_table.shop_table_responsive.cart{width: 610px !important;}
	.tbl_rps table.tbl_rps-checkout-review-order-table{width: 100% !important;}
	.tbl_rps-checkout-review-order{
		width: 100%;
		float: left;
	}
	.tbl_rps-cart-form{
		clear: both;
		overflow: scroll;
	}
}
