/*
Theme Name: Isuzu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.price-wrapper .price {
  display: block;
  text-align: center;
  color: red;
  border: 1px solid #ddd;
  padding: 5px 20px;
  border-radius: 2px;
}
span.amount {
  color: #f00;
}
.product-title > a {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}
.product-small > .box-image > .image-cover > a > img {
  border-radius: 4px;
}
.wpcf7-form-control {
  border-radius: 6px;
}
.form-khuyen-mai {
  text-align: center;
}
.wpcf7--submit {
  background: red;
  border-radius: 4px;
}


















