﻿

.ProductList_Products_List {
    width: calc(100% - 20px);
    transition: all linear 0.5s;
	float: left;
    padding-top: 15px;
}

.ProductList_Products_List_Product, .ProductList_Products_List_ProductHeader {
    width: 100%;
    display: inline-block;
    cursor:default;
    border-bottom: 1px solid #f1f1f1;
	float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #EBEEF5;
    color: #303133;
    border-radius: 4px;
	margin-bottom: 10px;
}

.ProductList_Products_List_ProductHeader {
	display: none;
}

	

.ProductList_Products_List_Image {
	width: auto !important;
    height: 80px !important;
    float: left;
    position:relative;
}

.ProductList_Products_List_Image > img {
    height: 50px;
    width: 50px;
}

.PromoIconWrap {
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    vertical-align: top;
}

.PromoIconWrap > img {
    float:right;
}

.ProductList_Products_List_FrozenProduct_Outer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.ProductList_Products_List_FrozenProduct_Inner {
  width: 60px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ProductList_Products_List_FrozenProduct_Inner img {
  width: 40px;
  height: 40px;
}

.ProductList_ProductDetailWrap {
    width:45%;
    float:left;
    padding-left:1%;
} 

.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 {
    width: 100%;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ProductList_Products_List_ProductName > a:hover {
        text-decoration: none;
    }

.ProductList_Products_List_ProductName span{
    color:#333;

}

.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:after {
        content: "Purchase Price";
        font-size: 11px;
        width: 100%;
        display: inline-block;
        color: #ddd;
        transition: all 750ms ease;
    }

    .ProductList_Products_List_WholesalePrice:after {
        content: "Wholesale Price";
        font-size: 11px;
        width: 100%;
        display: inline-block;
        color: #ddd;
        transition: all 750ms ease;
    }

    .ProductList_Products_List_OriginalPrice:after {
        content: "Original Price";
        font-size: 11px;
        width: 100%;
        display: inline-block;
        color: #ddd;
        transition:all 750ms ease;
    }*/

    .ProductList_Products_List_PurchasePrice:hover:after, .ProductList_Products_List_WholesalePrice:hover:after, .ProductList_Products_List_OriginalPrice:hover:after {
        color:#333;
    }

.ProductList_Products_List_Bottom {
	display: flex;
}

.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 {
    width: 45%;
}

.ProductList_Products_List.RRP .ProductList_ProductDetailWrap_Header {
    width: calc(65% + 50px);
}

.ProductList_Products_List_ProductNameRange {
    line-height:3em;
    min-height:1px;
}

.RangePriceBlock {
    float:left;
    width:30%;
    line-height:3em;
}


.RangeAction {
    float: left;
    line-height: 3em;
    width: 20%;
}

.RangePriceBlock_Header {
    float: left;
    width: 30%;
}

.RangeAction_Header {
    float: left;
    width: 20%;
}

.RangeAction a {
    color: #6db43e;
}
@media only screen and (max-width: 640px) {
    .ProductList_Products_List_Product_Wrapper {
        padding: 0 10px 10px 10px !important;
    }
}