


/* CSS Reset *//**********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}img{
max-width:100%;
	
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ul {
list-style:none;
}
ol{
padding-left:18px;	
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

.row:after, .row:before {
    display: table;
    content: " ";
    clear: both;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

input, textarea{
   font-family: '',  sans-serif;	
   
	
}

::-webkit-input-placeholder {
  color: #939393;
   font-family: '', sans-serif;
   opacity: 1;
}

::-ms-input-placeholder { 
  color: #939393;
  font-family: '', sans-serif;
  opacity: 1;
}

::placeholder {
  color: #939393;
	font-family: '', sans-serif;
   opacity: 1;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }



.container{
	margin-left:auto;
	margin-right:auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;	
}


@media (min-width: 768px){
	.container {
		width: 750px;
	}
}

@media (min-width: 992px){
	.container {
		width: 970px;
	}
}

@media (min-width: 1230px){
	.container{
		width:1200px;
	}
}

/* Global *//**********************************************************/

body
{
	font-size:16px;
	font-family: '', sans-serif;
	color:#525252;
	overflow-x:hidden;
    width: 100%;
       box-sizing: border-box;	
}


p{
    color:white;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	line-height:1.5em;
	
}

a{
	text-decoration: none;
	color:#7479ac;
}

a:hover{
	color:#61628e;
	-webkit-transition: all 0.4s; 
    transition: all 0.4s;
}

h1{
	font-size:45px;
	font-weight:400;
	text-align:center;
	margin-bottom:30px;
}

.h1_main{
	font-size:30px;
	font-weight:700;
}


.h2_main{
	margin-bottom:10px;
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;	
}

input,textarea{
    font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	resize:none;
	box-sizing:border-box;
}

textarea{
	padding-top:10px;
	
}

input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
}

input::placeholder {
    font-size: 14px;
}


textarea::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
}

textarea::placeholder {
    font-size: 14px;
}

.required_field {
    color: red;
    font-size: 13px;
}


.inlineblock{
	display:inline-block;
	
}



.container{
	margin-left:auto;
	margin-right:auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;	
}

/*----------col_table-----------*/ 
.col_table {
    display:table;
	width: 100%;
}

.col_th {
    display: table-header-group;
}
.col_tc {
    display: table-caption;
}

.col_tr {
    display: table-row;
}

.col_td {
    display: table-cell;
	box-sizing: border-box;	
	padding:10px;
    vertical-align: middle;
}

/*-------------------------*/ 



/*----------responsive_table-----------*/ 

.css_table {
    display:table;
	width: 100%;
	font-size:14px;
}

.css_th {
    display: table-header-group;
}
.css_tc {
    display: table-caption;
}

.css_tr {
    display: table-row;
}

.css_td {
    display: table-cell;
}
  
.css_table .css_th{
	background: #bd71b9;
	color: #fff;
	padding: 0px 5px;
	
}
  
.css_table .css_tc{
	background: #e9e5e0;
	color: #917f6a;
	padding: 0px 0px;
	font-weight: 500;

	
}
  
.css_table .css_td{
	padding: 5px;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}
  
.css_table .css_td:first-child{
    border-left: 0px solid #ccc;
}

.css_table .css_th .css_td{
    border: 0px solid #003d70;
	padding-top:10px;
	padding-bottom:10px;

}

.css_table .css_tc .css_td:first-child{
	border-left:0px;
	border-right:0px;
	
}

.css_table .css_tr .css_td{
	padding-bottom:10px;
	padding-top:10px;
	background: #f7f7f7;	

}

.qty{
	text-align:right;
	
}

/*-------------------------*/ 


	
.nml_table {
    display:table;
	width: 100%;
	font-size:14px;
}

.nml_th {
    display: table-header-group;
}
.nml_tc {
    display: table-caption;
}

.nml_tr {
    display: table-row;
}

.nml_td {
    display: table-cell;
}
  
.nml_table .nml_th{
	background: #003d70;
	color: #fff;
	padding: 0px 5px;
}
  
.nml_table .nml_tc{
	background: #e9e5e0;
	color: #917f6a;
	padding: 0px 0px;
	font-weight: 500;
}
  
.nml_table .nml_td{
	padding: 5px;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}
  
.nml_table .nml_td:first-child{
    border-left: 0px solid #ccc;
}

.nml_table .nml_th .nml_td{
    border: 0px solid #003d70;
	padding-top:10px;
	padding-bottom:10px;

}

.nml_table .nml_tc .nml_td:first-child{
	border-left:0px;
	border-right:0px;
	
}

.nml_table .nml_tr .nml_td{
	padding-bottom:10px;
	padding-top:10px;
	background: #f7f7f7;	

}


.nml_table p{
	width:100%;
	font-size:14px;
}

/*----------pagination-----------*/ 

.pagination{
	margin-top: 40px;
    text-align: right;	
}

.pagination ul{
	display: inline-block;
}

.pagination>a{
	margin: 0px 10px;
	padding: 5px 5px;
}

.pagination a{
	text-decoration: none;
    color: #333;
    display: inline-block;
    width: 30px;
    height: 30px;
    height: 24px;
    margin: 0px 10px;
    padding: 1px 0px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
	letter-spacing: -2px;	
}

.pagination li{
    display: inline-block;
	
}


.pagination li.current{

}

.pagination span{
	background:#b71624;
	color: #fff;
}

.pagination li.current a{
    box-sizing: border-box;
	border-bottom:2px solid #fdcd28;		
}



.pagination a.next{
	background-image:url('../img/pagination2.png');
	background-position:0% 75%;
	background-repeat:no-repeat;
	vertical-align: middle;
	background-color: #b152ac;	
	line-height: 18px;
	color:#fff
}

.pagination a.last{
	background-image:url('../img/pagination2.png');
	background-position:0% -9%;
	background-repeat:no-repeat;
	vertical-align: middle;
	background-color: #b152ac;	
	line-height: 18px;	
	color:#fff	
}

.pagination a.prev{
	background-image:url('../img/pagination2.png');
	background-position:0% 114%;
	background-repeat:no-repeat;
	vertical-align: middle;
	background-color: #b152ac;
	line-height: 18px;	
	color:#fff	
}

.pagination a.first{
	background-image:url('../img/pagination2.png');
	background-position:0% 31%;
	background-repeat:no-repeat;
	vertical-align: middle;
	background-color: #b152ac;	
	line-height: 18px;	
	color:#fff	
}


.pagination a.off{
	color: #bbbcbf;
	pointer-events: none;
	background-color: #eee;
}


/*-----------------------*/


/*-----------button------------*/

.btn_container button{
	padding: 10px 40px;
	border:0px;
	
}

.btn_container button.main_btn{
    background: #b30000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	border:0px;

	
}

.btn_container button.cancel_btn{
    background: #aaaaaa;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	border:0px;

	
}

/*-----------------------*/


.table_title{
	display:none;
	width:30%;
}


.css_table .css_td img{
	border: 0px solid #eee;
}


.disable{
	display:none!important;
	
}

.ico_container a{
	margin:10px;
	transition:all 0.4s;
}

.ico_container a:hover{
	opacity:0.5;
	transition:all 0.4s;
}


/*------------modal-----------*/

body.modal-open{
  overflow: hidden;	

}

.modal {
  opacity: 0;
  pointer-events:none;
	transition:0.5s all; 
  position: fixed; 
  z-index: 999; 
  left: 0;
  top: 0;
  width: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
  height:100vh;
}

.modal-content {
  background-color: #fefefe;
  margin: 8% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*---------*/



@media (max-width: 1099px){
	
/*------------modal-----------*/

.modal-content {
  margin: 5% auto;
  width: 80%;
}

/*---------*/

	
}

@media (max-width: 767px){
	p{
		width:80%;
		
	}
	
	
	.css_th{
		display:none;
		
	}
	
	.table_title{
		display:inline-block;
		margin-right:10px;
		font-weight:600;
	}
	
	.css_table .css_td{
		display:block;
		width:100%!important;
		border-bottom: 0px solid #333;

		
	}
	
	.css_table .css_tr{
		border-bottom: 1px solid #ddd;
		display: block;
		padding:10px;

		
	}
	
	.css_table .css_td img{
		width:auto;
		max-width:250px;
		
	}
	
	.qty{
		text-align:left;
		
	}
	
	.pagination a{
		    margin: 0px 4px;
	}
	
	.pagination{
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.css_table .rfq_btn_container{
		margin-top:10px;
		
	}
	.table_title{
		display:block;
		
	}

	#qualityContainer {
		margin-top:80px;
		width: 90%;
		
	}
	
	.css_table .quantity{
		text-align:left;
		
	}
	
	.css_table .css_td:first-child{
		border:0px;		
	}
	
	.table_title{
		width:auto;
		margin-bottom:5px;	
	}
	
	.rfq .delete_btn{
		text-align:right;
		
	}
	
	
	/*----------col_table-----------*/ 
	.col_table {
		display:table;
		width: 100%;
	}
	.col_tr {
		border-bottom: 1px solid #ddd;
		display: block;
		padding:10px;
	}

	.col_td {
		display:block;
		width:100%;
	}

	/*-------------------------*/ 
	
	
	

	/*------------modal-----------*/

	.modal-content {
	  margin: 5% auto;
	  width: 90%;
	}

	/*---------*/
}

