/* css for the product description pages*/

.product_column{
  float: left;
}

.product_left {
  width: 25%;
    }

.product_middle {
  width: 55%;
  line-height: 210%;
  font-size: 16px;
  }

.product_right {
  width: 20%;
}
.product_margin {
padding-right: 12px;
padding-left: 12px;
}

.product_image{
 height: 150px;
 width: 150px;
}

.product_specifications_table {
  width: 240px;
  margin-left: 20px;
  margin-right: 12px;
  border: 2px solid white;
  border-collapse: collapse;
  background: #e6e6e6;
  }

.product_column1 {
  padding: 2px 1px 2px 6px;
  border: 2px solid white;
  background: #ededed;
  text-align: left;
  line-height: 120%;
  font-size: 12px;
}

.product_column2 {
  padding: 2px 1px 2px 6px;
  background: #f0f0f0;
  border: 2px solid white;
  width: 50%;
  text-align: center;
  line-height: 120%;
  font-size: 12px;
}

.product_price_table {
  width: 270px;
  border: 1px solid;
  border-color: white;
  border-collapse: collapse;
  margin-left: 20px;
  margin-right: 12 px;
    }

.prod_price_table_cell { 
  background: white;
  border: 1px solid white;
  text-align: left;
  border-color: white;
}

.product_name {
  font-size: 40px; 
  color: #570f3f;
  }

.topcolumn_horizontal_product{
/*width: 100%;*/
height: 100px;
padding-top: 15px;
padding-left: 25%;
}

.lot{
margin-left: 20px;
}

@media screen and (max-width: 950px) {
  .topcolumn_horizontal_product{
width: 100%;
height: 100px;
padding-top: 15px;
padding-left: 12px;
}
     .product_middle {
    width: 100%;
  }
  
  .product_image{
padding-left: 12px;
}

} 

/* Style the bulk button */
.bulk {
  margin-bottom: 4px;
  margin-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  height: 36px;
  background-color: white;
  border: 1px solid #ddd;
  color: #570f3f;
  text-align: center;
  border-radius: 13px;
}

.bulk:hover {
  background-color: #570f3f;
  color: #ffffff;
}


/* from course*/

.add_to_cart {

}


