﻿.ProductList_Products_List {
  width: calc(100% - 20px);
  transition: all linear 0.5s;
}

.ProductList_Products_List_Product,
.ProductList_Products_List_ProductHeader {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
  border: 1px solid #dddddd;
  position: relative;
  height: 180px;
}

.ProductList_Products_List_Image {
  width: 25%;
  float: left;
  position: relative;
  padding: 10px;
}

.PromoIconWrap {
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%;
  vertical-align: top;
}

.PromoIconWrap > img {
  float: right;
}

.ProductList_Products_List_ProductId {
  width: 100%;
  line-height: 1.5em;
}

.ProductList_Products_List_ProductId > a:hover {
  text-decoration: none;
}

.ProductList_ProductDetailWrap_Header {
  /*width: calc(44% + 50px);*/
  width: calc(50%);
  float: left;
}

.ProductList_Products_List_ProductName > a:hover {
  text-decoration: none;
}

.ProductList_Products_List_ProductName span {
  line-height: 1.5em;
  max-height: 3em;
  color: #565656;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-overflow: initial;
  overflow: hidden;
  width: 100%;
}

.ProductList_Products_List_PurchasePrice,
.ProductList_Products_List_WholesalePrice,
.ProductList_Products_List_OriginalPrice {
  width: 10%;
  float: left;
  text-align: center;
}

.ProductList_Products_List_PurchasePrice > span,
.ProductList_Products_List_WholesalePrice > span,
.ProductList_Products_List_OriginalPrice > span,
.ProductList_Products_List_Stock > span {
  line-height: 3em;
}

.ProductList_Products_List_PurchasePrice:hover:after,
.ProductList_Products_List_WholesalePrice:hover:after,
.ProductList_Products_List_OriginalPrice:hover:after {
  color: #333;
}

.ProductList_Products_List_LoadMore {
  color: red;
  float: left;
  width: 100%;
  text-align: center;
}

.ProductList_Products_List_Quantity {
  width: 6%;
  float: left;
}

.ProductList_Products_List_Quantity > input {
  width: 100%;
  float: left;
  line-height: 1.5em;
  margin-top: 0.75em;
  border: 1px solid #737373;
}

.ProductList_Products_List_AddToCartLine {
  width: 10%;
  float: left;
  display: none;
}

.ProductList_Products_List_AddToCart {
  width: 100%;
  float: left;
  text-align: right;
}

.ProductList_Products_List_Stock {
  width: 5%;
  float: left;
  text-align: center;
}

.ProductList_Products_List_Action {
  width: 9%;
  float: left;
  line-height: 3em;
}

.ProductList_Products_List_Action .fa:first-child {
  padding-left: 10px;
}
.ProductList_Products_List_Action .fa {
  padding-left: 5px;
  font-size: 18px;
  display: inline-block;
  margin-top: 0.75em;
  cursor: pointer;
}

.ProductList_Products_List.RRP .ProductList_Products_List_WholesalePrice,
.ProductList_Products_List.RRP .ProductList_Products_List_PurchasePrice {
  display: none;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap {
  width: 65%;
}

.ProductList_Products_List .ProductListWrap .ProductList_ProductDetailWrap {
  float: left;
  width: 50%;
  padding: 20px 10px;
}

.ProductList_Products_List
  .ProductListWrap
  .ProductList_ProductDetailWrap
  .ProductList_ProductBrand {
  font-size: 16px;
  font-weight: 600;
  color: #59a3e8;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header {
  width: calc(65% + 50px);
}

.RangePriceBlock {
  float: left;
  width: 25%;
  text-align: right;
  position: relative;
  height: 180px;
}

.RangePriceBlock .purchase-price-location {
  top: 71%;
  position: absolute;
  width: 100%;
  right: 30px;
}

.RangePriceBlock .purchase-price-location .label-from {
  color: #565656;
  font-weight: 600;
  padding-right: 3px;
  font-size: 13px;
}

.RangePriceBlock .purchase-price-location .label-currency {
  margin-right: -4px;
}

.RangePriceBlock .purchase-price-location .label-purchase-price,
.RangePriceBlock .purchase-price-location .label-currency {
  white-space: nowrap;
  font-size: 18px;
  color: #0089d3;
  font-weight: 600;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
}

.RangePriceBlock .purchase-price-location .label-purchase-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
  position: absolute;
  right: 0;
  bottom: -7px;
}

.RangePriceBlock .promo-price-location {
  top: 55%;
  position: absolute;
  width: 100%;
  right: 30px;
}


.RangePriceBlock .promo-price-location .label-was {
  font-size: 10px;
  color: #8c8c8c;
}

.RangePriceBlock .promo-price-location .label-was-currency {
  font-size: 16px;
  font-weight: 600;
  color: #808080;
  margin-right: -4px;
  text-decoration: line-through;
}

.RangePriceBlock .promo-price-location .label-custom-price {
  font-size: 16px;
  font-weight: 600;
  color: #808080;
  text-decoration: line-through;
}

.RangePriceBlock .promo-price-location .label-custom-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
  text-decoration: line-through;
}

.RangePriceBlock .promo-price-location .label-promo-currency,
.RangePriceBlock .promo-price-location .label-promo-price {
  font-size: 23px;
  color: #0089d3;
  font-weight: 800;
}

.RangePriceBlock .promo-price-location .label-promo-currency {
  margin-right: -4px;
}

.RangePriceBlock .promo-price-location .label-promo-price .lblTax {
  font-size: 0.5em;
  color: #777;
  line-height: 0.3;
}

.RangeAction {
  float: left;
  line-height: 3em;
  width: 20%;
}

.RangeAction_Header {
  float: left;
  width: 20%;
}

.RangeAction a {
  color: #1f597c;
}

.promo-flag {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-top: 80px solid #4990e2;
  z-index: 999;
}

.promo-flag::before,
.promo-flag::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #306096;
}

.promo-flag::before {
  top: -80px;
  left: -80px;
}

.promo-flag::after {
  top: -4px;
  left: -4px;
}

.promo-flag .promo-flag-wrap {
  position: relative;
  transform: rotate(45deg);
  top: -56px;
  right: 2px;
  font-size: 10px;
}

.promo-flag span {
  position: absolute;
  color: #fff;
  top: 50%;
  right: calc(50% - 15px);
  text-align: center;
  width: 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .RangePriceBlock {
    height: 100px;
  }

  .ProductList_Products_List_Product,
  .ProductList_Products_List_ProductHeader {
    height: 100px;
  }

  .ProductList_Products_List .ProductListWrap .ProductList_ProductDetailWrap {
    padding: 10px;
  }

  .RangePriceBlock .purchase-price-location {
    top: 44px;
    font-size: 13px;
    right: 10px;
  }

  .RangePriceBlock .purchase-price-location .label-purchase-price,
  .RangePriceBlock .purchase-price-location .label-currency {
    font-size: 15px;
  }

  .RangePriceBlock .promo-price-location {
    top: 5px;
    right: 10px;
  }

  .RangePriceBlock .promo-price-location .label-was {
    font-size: 8px;
  }

  .RangePriceBlock .promo-price-location .label-custom-price,
  .RangePriceBlock .promo-price-location .label-was-currency {
    font-size: 11px;
  }

  .RangePriceBlock .promo-price-location .label-promo-price,
  .RangePriceBlock .promo-price-location .label-promo-currency {
    font-size: 13px;
  }
}

@media only screen and (max-device-width: 767px) {
  .RangePriceBlock {
    height: auto;
  }

  .ProductList_Products_List_Product,
  .ProductList_Products_List_ProductHeader {
    height: auto;
  }

  .ProductList_Products_List_Image {
    padding: 10px 5px;
  }

  .ProductList_Products_List .ProductListWrap .ProductList_ProductDetailWrap {
    width: 75%;
    padding: 10px 5px;
  }

  .RangePriceBlock {
    width: 75%;
    margin-left: 25%;
    height: auto;
  }

  .RangePriceBlock .purchase-price-location {
    top: 0;
    right: 10px;
    font-size: 13px;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }

  .RangePriceBlock .purchase-price-location .label-purchase-price,
  .RangePriceBlock .purchase-price-location .label-currency {
    font-size: 15px;
  }

  .RangePriceBlock .promo-price-location {
    top: 0;
    right: 10px;
    font-size: 13px;
    position: relative;
    display: block;
  }

  .RangePriceBlock .promo-price-location .label-was {
    font-size: 10px;
  }

  .RangePriceBlock .promo-price-location .label-custom-price,
  .RangePriceBlock .promo-price-location .label-was-currency {
    font-size: 12px;
  }

  .RangePriceBlock .promo-price-location .label-promo-price,
  .RangePriceBlock .promo-price-location .label-promo-currency {
    font-size: 14px;
  }
}
