/*TPC ECOMMERCE - Styling*/
.tpc .tpc-cursor-pointer {
  cursor: pointer;
}
.tpc.tpc-product-filters {
  position: relative;
}
.tpc.tpc-product-filters [data-tpc-role=product-type-filters] .k-item,
.tpc.tpc-product-filters [data-tpc-role=product-family-filters] .k-listview-content .list-group-item {
  cursor: pointer;
  border-radius: 4px;
}
.tpc.tpc-product-filters [data-tpc-role=product-family-filters] .k-listview-content .list-group-item:first-child {
  border-top: 0px;
}
.tpc.tpc-product-filters .clear-button {
  position: absolute;
  top: 6px;
  right: 6px;
}
.tpc.tpc-product-details .product-thumbnail,
.tpc.tpc-product-details .main-product-image {
  width: 250px;
  height: 250px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 auto;
  background-size: contain !important;
}
.tpc.tpc-product-details .product-thumbnail {
  width: 50px;
  height: 50px;
  background-size: cover !important;
}
.tpc.tpc-nav-cart .tpc-nav-cart-dropdown {
  min-width: 20rem;
  font-size: 14px;
  max-width: 40rem;
}
.tpc.tpc-nav-cart .tpc-nav-cart-dropdown .tpc-nav-cart-dropdown-header {
  font-weight: bold;
}
.tpc.tpc-nav-cart .tpc-nav-cart-dropdown .tpc-cart-item-price {
  white-space: nowrap;
}
.tpc.tpc-nav-cart .k-listview-content {
  overflow: hidden !important;
}
.tpc.tpc-nav-cart .tpc-cart-item-remove {
  cursor: pointer;
}
.tpc.tpc-shopping-cart .product-actions {
  min-width: 15em;
  width: 10em;
}
.tpc.tpc-shopping-cart .product-properties p {
  margin-bottom: 0;
  font-size: 0.8em;
}
.tpc.tpc-checkout .tpc-cart-item-quantity {
  position: absolute;
  right: 5px;
  top: -6px;
}
.tpc.tpc-checkout .personal-info-edit {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}