#directededge-blocks {
    clear: both;
}
#directededge-blocks #recommendations {
    border-top: 3px solid #ffe1e3;
}
#recommendations h3, .recommendations-group {
    padding: 15px 0 10px;
    clear: both;
    font-size: 18px;
    line-height: 1em;
}
.recommendations-group .recommendations-product {
    float: left;
    width: 30%;
    margin-left: 4%;
    padding-bottom: 0.5em;
}
.recommendations-group .recommendations-product.number-1 {
    margin-left: 0;
}
.recommendations-group .recommendations-product.number-4 {
    display: none;
}
.recommendations-group .recommendations-product img, #bundle img {
    border: none;
    max-width: 100%;
}
.recommendations-group .recommendations-product .recommendations-product-image {
    margin-top: 0;
}
.recommendations-product-image a {
    display: block;
    line-height: 0;
}
.recommendations-product-image img {

}
#bundle > *{
    vertical-align: middle;
    margin-bottom: 1em;
}
#bundle .bundle-plus {
    font-size: 3em;
}
#bundle .bundle-label {
    font-size: 1.5em;
    display: inline-block;
}
#bundle .bundle-last {
    margin-right: 0.5em;
}
.recommendations-group .title {
    font-size: 11.6px;
    letter-spacing: .4px;
    color: #303030 !important;
    text-transform: lowercase;
    text-align: center;
    line-height: 1.9;
    display: block;
    min-height: 30px;
    margin-top: 16px;
}
.recommendations-group .title a{
    color: #303030;
}
.recommendations-group .title a:hover {
    color: #ff8299;
}
.recommendations-group .price {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.quantity .qty b i {
    float: left;
    border: 1px;
    border-right: 1px solid #efefef;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-style: normal;
    cursor: pointer;
}
.quantity .qty b i#psQttDown{
    border-left: 1px solid #efefef;
}
.quantity .qty b{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: auto;
}
.container .six.columns.cart_title{
    width: 50%;
}
@media screen and (max-width: 767px) {
    .container .cart-row .cart_title{
        margin-left: 0!important;
    }
    .recommendations-group .recommendations-product {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-left: 8%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .recommendations-group .recommendations-product.number-4 {
        display: inline-block;
    }
    .recommendations-group .recommendations-product.number-5 {
        display: none;
    }
    .recommendations-group .recommendations-product.number-3 {
        margin-left: 0;
    }
    .recommendations-group .recommendations-product .title {
        min-height: 0;
    }
    .recommendations-group .recommendations-product .title a {
        font-size: 100%;
    }
    #recommendations h3 {
        font-size: 16px;
    }
}