.listView .tile {
  position: relative;
  margin-bottom: 0;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
}
.listView .tile .tile-feature {
  display: none;
}
.listView .tile .tile-hd {
  display: inline-block;
  max-width: 16em;
}
.listView .tile .tile-hd h6 {
  display: none;
}
.listView .tile .tile-bd {
  display: inline-block;
  margin-left: 10px;
}
.listView .tile .tile-ft {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.listView .tile .tile-ft > * {
  display: inline-block;
  margin-left: 5px;
}
.listView .tile .featureTag {
  display: block;
  float: left;
  padding: 0 5px;
  line-height: 1;
  border-right: solid 1px #b3b3b3;
}
.listView .tile .featureTag:first-of-type {
  border-left: solid 1px #b3b3b3;
}
 + .photoView {
  border-top: dotted 1px #b3b3b3;
  padding-top: 20px;
}
.photoView .tile {
  width: 170px;
  position: relative;
}
.photoView .tile + .tile {
  margin-left: 22px;
}
.photoView .tile .tile-feature {
  position: relative;
}
.photoView .tile .tile-feature:hover .quickViewBtn {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.photoView .tile .tile-hd {
  text-align: center;
}
.photoView .tile .tile-hd h5 {
  margin-bottom: 10px;
}
.photoView .tile .tile-bd {
  position: relative;
  overflow: hidden;
}
.photoView .tile .tile-ft .quickViewBtn {
  display: none;
}
.photoView .tile .featureTag {
  float: left;
  display: block;
  width: 48%;
  margin: 0 0 5px 0;
  padding: 5px;
  line-height: 1;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.photoView .tile .featureTag:nth-of-type(even) {
  float: right;
}
.photoView .tile .quickViewBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.quickViewPopup {
  top: -100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.quickViewPopup.is-active {
  top: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.quickViewPopup.is-active .panel {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.quickViewPopup .panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 640px;
  height: 420px;
  height: 440px\9;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-box-shadow: inset -290px 0 0 #f2f2f2;
  -moz-box-shadow: inset -290px 0 0 #f2f2f2;
  box-shadow: inset -290px 0 0 #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.titlebar {
  position: relative;
}
.titlebar:after {
  content: '';
  border-bottom: solid 1px #b3b3b3;
  line-height: 0;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.titlebar .tags {
  margin: 0px 0 0 10px;
  vertical-align: content;
}
.titlebar .tags a {
  margin-right: 3px;
  padding: 0 15px 0 5px;
  background: url(../../images/sprite-tags.png) no-repeat right 0;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 6px 0 0 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 0 0 6px;
  -moz-background-clip: padding;
  border-radius: 6px 0 0 6px;
  background-clip: padding-box;
  color: #FFF;
  overflow: hidden;
}
.titlebar .tags a:hover {
  background-position: right -30px;
}
.viewType {
  margin-top: 10px;
}
.viewType .is-active {
  color: #a81219;
  font-weight: bold;
  pointer-events: none;
}
.salePrice {
  font-size: 1.3333em;
  color: #a81219;
}
.pdtList-modal {
  background-color: transparent;
}
.pdtList-modal .form {
  width: 250px;
}
.pdtList-modal .form .form-colName {
  width: 4em;
}
.pdtList-modal .form .form-colValue {
  margin-left: 5em;
}
.pdtList-modal .form .btn-group--alignValue {
  padding-left: 5em;
}
.pdtList-modal .form h4 {
  margin: 20px 0 10px 0;
  color: #404040;
}
.pdtList-modal .gallery {
  width: 325px;
}
.pdtList-modal .priceSet {
  width: 60%;
}
.pdtList-modal .priceSet li {
  overflow: hidden;
  padding: 2px 10px;
}
.pdtList-modal .priceSet li:nth-child(even) {
  background-color: #FFF;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
}
.pdtList-modal .priceSet .amount {
  display: block;
  float: left;
}
.pdtList-modal .priceSet .price {
  display: block;
  float: right;
}
.pdtList-modal .specItems {
  margin-bottom: 5px;
}
.pdtList-modal .specItems label {
  background-color: #FFF;
  border: solid 1px #bfbfbf;
  display: block;
  position: relative;
  min-width: 30px;
  min-height: 22px;
  padding: 0 4px;
  overflow: hidden;
  cursor: pointer;
  line-height: 22px;
}
.pdtList-modal .specItems label.is-active {
  border-color: #c9161e;
}
.pdtList-modal .specItems label.is-active:before {
  font-family: 'Glyphicons Regular';
  content: '\E207';
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0px;
  margin: 0;
  color: #FFF;
  line-height: 1;
  font-size: 8px;
}
.pdtList-modal .specItems label.is-active:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #a81219 transparent;
}
.pdtList-modal .specItems label > * {
  position: absolute;
  top: -200%;
}
.pdtList-modal .specItems .glyphicons {
  display: none;
  position: absolute;
  right: 0;
  top: 8px;
  margin: 0;
  color: #FFF;
  line-height: 1;
  font-size: 0.8333em;
}
