#product-categories.low-padding,
#breadcrumb {
    background-color: #fff;
}
#category-listings {
    padding-top: 0;
    border-top: 1px solid #D5D5D5;
}
#category-listings .pc-inner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/lp/back.jpg);
    background-image: -webkit-image-set(url("../images/lp/back.jpg") 1x, url("../images/lp/back@2x.jpg") 2x);
    padding-top: 43px;
}
#category-listings .page-title {
    color: #00509E;
}
#listing .container {
    position: relative;
}
#listing .container:before,
#listing .container:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#listing .container:before {
    width: 208px;
    height: 213px;
    left: -185px;
    bottom: -55px;
    background-image: url(../images/lp/stars-left.png);
    background-image: -webkit-image-set(url("../images/lp/stars-left.png") 1x, url("../images/lp/stars-left@2x.png") 2x);
}
#listing .container:after {
    width: 229px;
    height: 201px;
    top: -100px;
    right: -150px;
    background-image: url(../images/lp/stars-right.png);
    background-image: -webkit-image-set(url("../images/lp/stars-right.png") 1x, url("../images/lp/stars-right@2x.png") 2x);
}
#listing .filtercategorybox .category-title {
    background-color: white;
    border: 1px solid #E81E2E;
}
@media screen and (max-width: 567px) {

    #listing {
        padding-bottom: 61px;
    }
    #listing .container:before {
        width: 181px;
        height: 182px;
        left: -15px;
        bottom: -115px;
        background-image: url(../images/lp/stars-left-m.png);
        background-image: -webkit-image-set(url("../images/lp/stars-left-m.png") 1x, url("../images/lp/stars-left-m@2x.png") 2x);
    }
    #listing .container:after {
        width: 108px;
        height: 101px;
        top: -175px;
        right: -15px;
        background-image: url(../images/lp/stars-right-m.png);
        background-image: -webkit-image-set(url("../images/lp/stars-right-m.png") 1x, url("../images/lp/stars-right-m@2x.png") 2x);
    }

}