/*heading container*/
div.content
{
    padding-top: 0;
}

div.product_listing_title_container
{
    background-image: url('../site_images/header_yellow_bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 341px;

    text-align: center;
    padding-top: 81px;
    padding-bottom: 30px;
}

div.product_listing_title_container h1
{
    font-size: 4em;
    margin-bottom: 0;
}

div.product_listing_overview
{
    margin-top: 15px;
}

div.product_listing_sub_categories_divider
{
    margin-bottom: 30px;
    text-align: center;
}

/*product listing*/
div.product_listing_container
{
    margin-top:30px;
}

div.product_listing_item
{
    margin-bottom: 30px;
}

div.product_listing_item_special_offer div.product_listing_item_inner
{
    outline: solid 10px #ee2332;
}

div.product_listing_item_image
{
    position: relative;
    content: "";
    height: 300px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.product_listing_item_image > a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

div.product_listing_item_title > a
{
    display: block;
    width:100%;
    background-color: #000;
    color: #fff;
    padding:10px;
    text-transform: uppercase;
    font-size: 1.2em;
}

div.product_listing_item_overview,
div.product_listing_item_full_details
{
    padding: 10px;
    background-color: #FFDD00;
}

div.product_listing_item_overview
{
    background-image: url('../site_images/featured_item_accent.png');
    background-repeat: no-repeat;
    background-position: top left;
}

div.product_listing_item_special_offer_title
{
    font-family: "Gotham Rounded Medium";
    color: #ee2332;
    text-align: center;
    background-color: #FFDD00;
    text-transform: uppercase;
}

div.product_listing_item_price
{
    padding-bottom: 10px;
    text-align: center;
    background-color: #FFDD00;
    font-size: 1.2em;
}
