/*

@media only screen and (max-width: 470px)
@media only screen and (max-width: 500px)
@media only screen and (max-width: 760px)
@media only screen and (max-width: 980px)
@media only screen and (max-width: 1039px)
@media only screen and (max-width: 1044px)

*/
/******************************
PRODUCT GRID
*******************************/
.ie .main-products,
.main-products.product-list {
  width: 100%;
}
.product-grid,
.product-list,
#content .box-product {
  padding-top: 20px;
}
.backface :before,
.backface :after {
  -webkit-backface-visibility: hidden;
}
.product-grid,
#content .box-product,
.related-products .box-product,
.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 100%;
}
.product-grid,
#content .box-product {
  margin: 0 -10px;
  overflow: visible !important;
}
.product-wrapper {
  margin: 0 10px;
}
@media screen and (max-width: 470px) {
  .xs-100 .product-wrapper {
    margin: 0;
  }
}
.product-wrapper:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-details {
  padding-bottom: 6px;
  position: relative;
  z-index: 2;
}
.product-details:before {
  position: absolute;
  content: "\e61e";
  font-size: 40px;
  top: -19px;
  left: 50%;
  margin-left: -12px;
  color: #f4f4f4;
  z-index: 0;
}
.product-grid-item {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 470px) {
  .product-grid-item.xs-100 {
    margin: 0 10px 20px 10px;
  }
}
.product-grid-item .image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-grid-item .image > a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: transparent;
}
.product-grid-item .image > a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.product-grid-item .name {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
}
.product-grid-item .name a {
  padding: 10px 7px 7px 7px;
  line-height: 17px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-grid-item .description {
  display: none;
  padding: 8px;
}
.product-grid-item .rating {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -47px;
  padding: 4px 6px 8px 6px;
}
.product-grid-item .price {
  font-weight: bold;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  display: inline-block;
  margin: 0px 0 10px 0;
}
.product-grid-item .price br {
  display: none;
}
.product-grid-item hr {
  height: 0;
  display: none;
  background-color: transparent;
}
.product-grid-item .price-old {
  color: #EA2E49;
  font-size: 13px;
  text-decoration: line-through;
}
.product-grid-item .price-new {
  font-weight: bold;
  padding-left: 5px;
}
.product-grid-item .price-tax {
  display: none;
}
.product-grid-item .cart {
  vertical-align: top;
  padding: 0 5px;
  margin-bottom: 8px;
}
.p-over {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-grid-item:hover .p-over,
.product-list-item:hover .p-over {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)' !important;
  visibility: visible;
}
/******************************
 PAGINATION
*******************************/
.pagination {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
}
.pagination:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.pagination .links {
  float: left;
}
.pagination ul,
.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination a,
.pagination b,
.pagination li {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  font-weight: bold;
  font-family: inherit;
  margin-right: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination b,
.pagination .active {
  background-color: #EA2E49;
  color: white;
}
.pagination .results {
  color: inherit;
  float: right;
  padding-right: 5px;
}
.pagination .links + .results {
  margin-top: 4px;
}
/******************************
PRODUCT LABELS
*******************************/
.product-grid-item .image > span,
.product-list-item .image > span,
.product-info .image > span {
  position: absolute;
  z-index: 99;
  text-align: center;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.label-latest {
  color: white;
  background: #428bca;
  top: 5px;
  left: 5px;
  padding: 5px 6px;
}
.label-sale {
  top: 5px;
  right: 5px;
  background: #EA2E49;
  color: white;
  font-weight: bold;
  padding: 5px 5px 6px 5px;
}
.label-latest + .label-sale {
  top: 26px;
  margin-top: 9px;
}
img.outofstock {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.ie9 .label-sale b {
  display: inline-block;
  width: 110%;
}
.hide-cart .cart.outofstock .button {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.hide-cart .cart.outofstock .button.enquiry-button,
.hide-cart .cart.outofstock #more-details {
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}
.hide-cart td.outofstock > .btn-primary,
.hide-cart td img.outofstock {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.enquiry-button .button i {
  margin-right: 0 !important;
}
/******************************
 BRAND LOGO
*******************************/
.brand-logo {
  display: table;
}
.brand-logo a {
  display: block;
  vertical-align: middle;
  padding-right: 5px;
}
.brand-logo:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
