.com_j2store .t3-wrapper {
  background: #fff;
}
.com_j2store input,
.com_j2store select {
  border-radius: 0;
}
.com_j2store .top-filter {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}
.com_j2store .top-filter .j2store-product-search-input,
.com_j2store .top-filter #j2store_sortby {
  display: inline-block;
}
.com_j2store .j2store-single-product {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.com_j2store .product-title {
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 5px;
  color: #444;
}
.com_j2store .product-title a {
  color: #444;
}
.com_j2store .product-title a:hover {
  color: #1a2980;
}
.com_j2store .sale-price {
  font-size: 15px;
  margin-bottom: 10px;
}
.com_j2store .btn.btn-primary {
  text-transform: inherit;
  padding: 7px 25px;
  margin-top: -2px;
}
.com_j2store .j2store-sidebar-filters-container .j2store-product-filters {
  background: #fff;
  padding: 22px;
}
.com_j2store .j2store-sidebar-filters-container .j2store-product-filters .product-filter-heading {
  margin: 0 0 20px;
  display: block;
}
.com_j2store .j2store-sidebar-filters-container #j2store-brand-filter-container label {
  display: block;
}
.com_j2store .single-product-details {
  padding: 30px;
}
.com_j2store .single-product-details .row {
  margin-bottom: 30px;
}
.com_j2store .single-product-details .j2store-product-additional-images {
  margin-top: 30px;
  padding: 15px;
  background: #ddd;
}
.com_j2store .single-product-details .tab-content {
  padding: 25px 0;
}
.com_j2store .j2store {
  background: #fff;
  padding: 30px;
}
.com_j2store .cart-estimator-discount-block #shipping-estimate-form table {
  margin-bottom: 30px;
}
.com_j2store .cart-estimator-discount-block #shipping-estimate-form table tr select,
.com_j2store .cart-estimator-discount-block #shipping-estimate-form table tr input {
  margin: 10px 0;
}
.com_j2store .cart-estimator-discount-block #shipping-estimate-form table tr td {
  vertical-align: inherit;
}
.com_j2store .j2store-cart-table .remove-icon {
  margin-bottom: 2px;
  color: #fff;
}
.com_j2store .product-qty input[type="text"],
.com_j2store .product-qty input[type="number"] {
  height: 38px;
  border-radius: 0;
}