.pro_box {
    margin-bottom: 45px;
    margin-top: 30px;
}

.p_name {
  padding-top: 8px;
  margin-bottom: 8px; }

.product_name {
  padding: 10px 20px 25px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-box-shadow: 1px 1px 2px #9a9696;
  box-shadow: 1px 1px 2px #9a9696;
  text-align: center;
  display: table;
  margin: auto; }

.product_name_w {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 9;
  width: 100%; }

.inquery_btn {
  margin-top: 30px; }


    .inquery_btn a {
        padding: 10px 30px 8px 30px;
        background-color: #fff;
        color: #c0030c;
        text-transform: uppercase;
        text-align: center;
        display: table;
        border: 1px solid #c0030c;
    }
  @media screen and (max-width: 520px) {
    .inquery_btn a {
      width: 100%; } }

.classtext {
    margin-left: 150px;
}

.divproduct.col-lg-12 {
    border: 20px solid #1b914f;
}

table.product_tbl {
    text-align: center;
    padding: 10px;
}

    table.product_tbl th {
        text-align: center;
        color: #c0030c;
    }

h2.Product-title.text-center {
    font-size: 22px;
}

