/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.mytable_new{
	border:solid 1px #ccc;
}
.mytable_new tr td{border:solid 1px #eee;}
.table_header {
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 19px;
}
.table_left{vertical-align:middle
}
.table_right{text-align:center}
.teble_grey{
	background:#ccc;
	border:solid 1px #fff
}
.protable{}
.protablecell{}
.cont_all{
	width:100%;
}
.cont_row {
  margin-bottom: 20px;
  width: 49%;
  display: inline-block;
	vertical-align: top;
}
.woocommerce .button, .woocommerce .actions .button, .woocommerce .button.alt, .woocommerce .button.checkout, .woocommerce .button.add_to_cart_button, .us-nav-style_5 > *, .navstyle_5 > .owl-nav button, .us-btn-style_5 {
  margin-bottom: 15px;
}
.full_width_cont{width:100%;}

.cont_all button[type="submit"]:not(.w-btn), .cont_all input[type="submit"]:not(.w-btn), .cont_all .us-nav-style_1 > *, .cont_all .navstyle_1 > .cont_all .owl-nav button, .cont_all .us-btn-style_1 {
  font-size: 16px;
  line-height: 14px !important;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 1em 2em;
  background: #EE2E3E;
  border-color: transparent;
  color: #fff !important;
}
.form_table{
    width: 100%;
 }
 .form-pic-left{
border-bottom: solid 1px #ccc;
 }
 .form-pic-left img{
width:135px;
}
 .form-pic-right{
    border-bottom: solid 1px #ccc;
    text-align: right;
 }
 .form-pic-right img{
    width: 220px;
 }
 .form-heading {
  font-weight: bold;
  font-size:18px;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc;
  padding: 15px 20px 15px 0px;
  border-right: solid 1px #ccc;
}
 .form-contect{
    font-weight: normal;
    font-size: 16px;
    border-bottom: solid 1px #ccc;
  padding: 15px 10px 15px 20px;
 } 
@media screen and (min-width:0px) and (max-width:767px) {
	.cont_row { width:100%;	}
}