/**
 * MAIN WRAP
 */.gv_main_wrap {
  padding-bottom: 20px;
}
.gv_main_wrap .block_product {
  padding-bottom: 20px;
  position: relative;
}
.gv_main_wrap .block_product .product_box {
  background: #fff;
  padding: 10px 20px;
}
.gv_main_wrap .block_product .product_box > .row {
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
}
.gv_main_wrap .block_product .product_box > .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.gv_main_wrap .block_product .product_box .product_item {
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner {
  height: 100%;
  border: 2px solid #eaeaea;
  padding: 10px;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner:hover {
  border-color: red;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .image > a {
  position: relative;
  display: block;
  width: 100%;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .image > a img {
  height: auto;
  width: 100%;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info {
  margin-top: 11px;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .title {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .title > a {
  color: #333;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .title > a:hover {
  text-decoration: underline;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .price {
  text-align: center;
  color: red;
  font-size: 14px;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .price b {
  font-size: 15px;
  font-weight: bold;
}
.gv_main_wrap .block_product .product_box .product_item .product_inner .info .price b u {
  font-weight: normal;
}
