.partner-logos {
    /*background-color: #e5e5e5; */
    border-bottom: 1px solid #595959; 
    min-height: 71px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}


.partner-logos ul li:first-child {
    margin-left: 0;
}
.partner-logos ul li {
    padding-top: 22px;
    vertical-align: middle;
    margin: 0 26px;
}

.list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.list-unstyled li {
    margin: 0;
    padding: 0;
}



.shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 100%;
    margin: -30px 0 15px;
    width: 100%;
}

textarea[name="checkout_attribute_1"] {
  width: 100%;
}



.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 40%;
}



.home-page-category-grid .title, .sub-category-grid .title {
    font-size: 20px;
}




.product-stock { 
   display: inline-flex;
   margin-bottom: 10px;
}

.product-stock .txt {
    margin-right: 10px;
    /*font-size: 15px;*/
    white-space: nowrap;
}

.product-stock .frm {
    width: 50px;
    border: 1px solid #aaacaf;
    margin: auto;
    height: 5px;
}

.product-stock .frmf {
    background: red;
    height: 3px;
    display: block;
}

/*.plitle
{
    
}
.product-list .item-box .plitle {
    float: left;
    width: 200px;
    margin: 0;
}

.item-box .plitle  img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);*/ /* fixes the bug of the 1px moving product images when hover on category */
/*}*/
