.woocommerce-breadcrumb{
  display:none;
}
#container{
  padding-left:20px;
  padding-right:20px;
}
.product .images{
  float: left;
}

.product .summary
{
  float:left;
  padding-left:20px;
}
.woocommerce-tabs .tabs
{
  display:none;
}

.product .price .amount
{
  font-size: 60px;
  line-height:90px;
  color: #b81b22;
  font-weight: bold;
}

.product .price del .amount
{
  font-size: 30px;
  line-height:60px;
  color: gray;
  font-weight: bold;
}

.product .product_title
{
  font-size: 32px;
  color: black;
  font-weight: normal;
  overflow: hidden;
  display: block;
  line-height: 32px;
}
.product .panel h2
{
  font-size: 24px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  display: block;
  line-height: 32px;
}

.product .panel p
{
  font-size: 14px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  display: block;
  line-height: 28px;
}

#review_form h3{
  font-size:14px;
  font-weight:bold;
}

#review_form textarea{
  border: 1px solid gray;
  width: 600px;
}

.woocommerce-tabs
{
  margin-top:20px;
}

.product button[type="submit"]
{
  padding: 5px;
}

.add_review{
  display:none!important;
}

.form-submit input[type=submit]
{
  background: url(/images/btn_bg.png?data=20130902) no-repeat;
  height: 32px;
  width: 80px;
  overflow: hidden;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.2em;
  border: none;
  margin-top: 10px;
  margin-bottom: 5px;
}

#comments
{
  padding: 5px;
  color: #555;
  background-color: #f5f6f7;
  width:600px;
}

.star-rating
{
  width: 100%;
  background-color: #CCC;
  margin-top:5px;
  margin-bottom:5px;
}

.star-rating span
{
  width: 60%;
  display: block;
  color: white;
  background-color: green;
  text-align: center;
}

.comment_container img
{
  padding: 5px;
  margin: 10px;
  border: 1px dotted gray;
  float:left;
}

.comment-text{
  width:400px;
  float:left;
  margin-top:5px;
}

.row-fluid-wrap-hx{
}

.neirong div
{
  margin-top:0px;
}

.neirong
{
  padding-left:30px;
}

.woocommerce table.cart td{
  padding:5px;
}

.woocommerce table.cart .product-remove{
  width:10px;
}

.woocommerce table.cart .product-thumbnail{
  width:20px;
  text-align:center;
}

.woocommerce table.cart .product-name{
  width:250px;
  text-align:center;
}

.woocommerce table.cart .product-price, .woocommerce table.cart .product-subtotal{
  width:50px;
  text-align:right;
}

.woocommerce table.cart .product-quantity{
  text-align:center;
}

.woocommerce .quantity input.qty
{
  border: 1px solid #c7c0c7;
  float:none;
}

.cart-collaterals .cart_totals
{
  float:right!important;
  text-align:right!important;
  font-size:14px;
}

.cart_totals  table{
  float:right;
}

.cart-collaterals .cart_totals h2
{
  font-size:14px;
}

.woocommerce table.shop_table
{
  margin-bottom:0px;
}

.woocommerce .cart-collaterals .shipping_calculator
{
  float:left!important;
}

.shipping_calculator h2{
  float: left;
  font-size: 20px;
}

.woocommerce-info{
  display:none;
}

#shiptobilling, #shiptobilling label
{
  width:auto;
  font-size:14px!important;
  line-height:20px!important;
  padding-left:0px;
}

#shiptobilling-checkbox
{
  margin-right:0px;
}

#customer_details h3
{
  font-size:16px;
  font-weight:bold;
}

.woocommerce form .form-row input.input-text
{
  width:300px;
  height:30px;
  line-height:30px;
}
#billing_last_name, #billing_first_name, #shipping_first_name, #shipping_last_name
,#billing_postcode, #shipping_postcode, #billing_phone, #billing_email
{
  width:140px;
}

#customer_details div
{
  margin:0px;
}

#order_comments
{
  border:1px solid gray;
  width: 300px;
  height: 100px;
  padding: 5px;
}

.payment_methods .input-radio
{
  float:left;
  margin-top:5px!important;
}

.payment_box p
{
  margin-top:0px!important;
}

.side-container-hx
{
  position:absolute;
  top: 60px;
  right:0px;
}

.products{
  margin-top:20px;
}
.products li{
  display: block;
  height: 300px;
  width: 300px;
}

.woocommerce-result-count
{
  display:none;
}

.woocommerce-ordering
{
  display:none;
}

.products .onsale
{
  display:none;
}

.products .product .price .amount
{
  font-size:24px;
  line-height:36px;
}

.products .product h3{
  font-size:15px;
}

.products li{
  width:200px;
  float:left;
  margin-right:20px;
  text-align:center;
}

.products .add_to_cart_button{

}

.products{
  overflow:hidden;
}

.page-module-link{
  background-color: #b81b22;
  zoom: 1;
  overflow: hidden;
  width: auto;
  float: left;
}
.page-module-link li{
  padding: 3px 10px;
  /*border-right: 1px solid #ccc;*/
  width: auto;
  float: left;
  color: white;
}
.page-module-link li:last-child{
  border-right: none;
}
.page-module-link li.active,.page-module-link li:hover{
  background-color: #FF3333;
}
.page-module-link li a{
  color: white;
  font-size: 12px;
}
.clear{
  clear:both !important;
  float:none !important;
  width: 0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}