.listing_image {
    margin-bottom: 1em;
    text-align: center;
}

.listing_buy_now {
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .listing {
        border-top: 1px solid #CCC;
        padding-top: 0.25em;
        margin-bottom: 1em;
        clear: both;
        float: left;
        width: 100%;
    }

    .listing_image {
        width: 17%;
        float: left;
    }

    .listing_image img {
        border-radius: 3px;
    }

    .listing_data {
        float: left;
        width: 83%;
    }

    .listing_data h2 {
        margin-top: 0;
    }

    .listing_buy_now {
        float: right;
        text-align: right;
        width: 25%;
    }

    .listing_data2:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .listing_content {
        float: left;
        width: 75%;
    }

    .listing_shipping {

    }
}
.splisting, .sub_categories {
    border: 2px solid orange;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 0.5em;
    margin-bottom: 1em;
    clear: both;
    overflow: hidden;
    width: 97.5%;
    width: calc(100% - 1em - 4px);
    position: relative;
}

.splisting2 .listing_image {
    width: 30%;
    margin-bottom: 0;
    min-height: 150px;
}

.splisting2 .listing_image img {
    max-width: 220px;
}

.splisting2 .listing_data {
    width: 69%;
    margin-left: 1%;
}

.splisting2 .listing_content {
    width: 60%;
}

.black_friday {
    border:4px solid black;
}

.subcat {
    width: 32.5%;
    border: 1px solid #CCC;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 0.3em;
    display: inline-block;
    border-radius: 0.2em;
}

.subcat h2 {
    font-size: 1em;
}

#nav_count {
    clear: both;
    float: left;
}

#nav_links {
    float: right;
    text-align: right;
}

#nav_count,#nav_links {
    border-top: 1px solid #ccc;
    margin-top: 0.5em;
    width: 50%;
}

.info_price {
    color: darkred;
    font-weight: bold;
    font-size: 1.35em;
}

.info_price #special_price {
    font-size: 0.9em;
}

#manu_drop {
    width: 50%;
    float: left;
    margin-bottom: 0.3em;
}

#sort_drop {
    width: 50%;
    float: right;
    margin-bottom: 0.3em;
    text-align: right;
}

.button_specials, .button_buying {
    background: orange;
    background-image: -moz-linear-gradient(left top -90deg, #ffaf50 0%, #ff8a00 2%, #ca5f00 99%, #966c35 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaf50), color-stop(2%, #ff8a00), color-stop(99%, #ca5f00), to(#966c35));
    border-color: #966c35;
    text-shadow: 0.5px 1px 0.5px #555;
    box-shadow: 0.1em 0.1em 0.3em #aaa;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
}

.button_specials {
    position: absolute;
    right: 0.3em;
    bottom: 0.4em;
}

.button_specials:hover, .button_buying:hover {
    background: #b68c55;
    border-color: #b68c55;
    background-image: -moz-linear-gradient(left top -90deg, #ffcf70 0%, #ffAa20 2%, #Ea7f20 99%, #B68c55 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf70), color-stop(2%, #ffAa20), color-stop(99%, #Ea7f20), to(#B68c55));
    text-shadow: 0.5px 1px 0.5px #777;
    color: #FFF;
}

.button_buying {
    margin: 0.7em 0.5em 1em 0.5em;
    display: inline-block;
}
