/*
 * wcj-opc-style.
 *
 * @version 5.4.2
 * @since   5.4.2
 */

.wcj_opc_products {
 	width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wcj_opc_row {
  width: 100%;
  float: left;
}

.wcj_opc_products .wcj_opc_col{
   width: 25%;
   padding: 15px;
   float: left;
   text-align: center;
}

.wcj_opc_products .wcj_opc_product_img img{
 	width: 100px;
 	height: 100px;
}

.wcj_opc_products .wcj_opc_product_title{
  text-align: left !important;
}