/*
    --- Color Guide
    Crimson     : #Ff1726   Normal Red
    Torch Red   : #Fc3240   Bright Red
    Mine Shaft  : #292929   Dark Gray
    Squirrel    : #908679   Dull Goldish Gray
    Tundora     : #4D4D4D   Normal Gray
    Dusty Gray  : #999999   Light Gray
    Seashell    : #c23030   Dull Red
*/

/*-- Devloper: Prodeep | Purpose: Product List Page Design --*/
.products-list-page .woocommerce ul.products li + li {
    margin-left: 2%;
}
.products-list-page .woocommerce img,
.products-list-page .woocommerce-page img {
    max-width: 200px;
}
.products-list-page .woocommerce ul.products li.product {
    cursor: pointer;
	text-align:left;
	font-size:13px;
	margin-top:20px;
}
.products-list-page .woocommerce ul.products li .item-format{
	color:#808080;
	font-weight:400;
	padding-top: 15px;
}
.products-list-page .woocommerce ul.products li .item-format b{
	color:#4d4d4d;
	font-weight:400;
}
/* .products-list-page .woocommerce ul.products li .item-format:before{ content:"icon"; } */
.products-list-page .woocommerce ul.products li.product a img {
    max-width: auto;
    max-height: 100%;
    width: auto;
}
.products-list-page {
    background: #f5f5f5;
}
.products-list-page .gdlr-title-item .gdlr-item-title-wrapper .gdlr-item-title {
    font-size: 24px;
    font-family: "futura_md_btmedium", Arial;
}
.products-list-page .title2 {
    max-height: 86px;
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    font-style: normal;
    padding-right: 10px;
    color: #333;
    font-size: 14px;
}
.products-list-page .woocommerce a.button {
    display: none;
}
.products-list-page .woocommerce ul.products li.product .price,
.products-list-page .woocommerce-page ul.products li.product .price {
    text-align: left;
    font-size: 14px;
    color: #ec1a26;
    margin-top: 20px;
}
.products-list-page .gdlr-divider {
    border-bottom-width: 2px;
}
.products-list-page .woocommerce ul.products li.product,
.products-list-page .woocommerce-page ul.products li.product {
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin: 0 1%;
    margin-bottom: 20px;
}
.products-list-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    font-family: "futura_md_btmedium", Arial;
	text-transform:none;
	font-weight:500;
}
#product-list-container {
    padding: 20px  30px 30px 30px;
    background-color: #ffffff;
    width: 1140px;
    max-width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    /* box-shadow: 1px 1px 7px #cccccc8f; */
	border: 1px solid #e6e6e6;
}

html #product-list-container .woocommerce ul.products {
    margin:0 -1% 0 -1% !Important;
}
#product-list-container .image-holder {
    height: 245px;
    float: left;
    border-right: 1px solid #e4e4e4;
    margin-right: 20px;
}
#product-list-container .gdlr-divider {
    border-bottom: 1px solid #dadada;
    width: 100% ! important;
}
#product-list-container .star-rating {
    display: none;
}

.related ul.products{ margin-bottom:0 !important;}
@media(max-width:350px){
	.products-list-page .woocommerce ul.products li.product a img { max-height: 60%;}
}
