/**
 * Created by bbreidenbach on 17.12.2014.
 */

.woocommerce-info {
    border-top:0 !important;
}

div #tab-description > h2 {
    display:none;
}

div #tab-additional_information > h2 {
    display:none;
}

div .related.products {
    margin-top:75px;
    border-top:1px solid #CCC;
    padding-top:10px;
    float:left;
}

div .related.products > h2 {
    font-weight:bold;
    font-size:initial;
}

span.sku_wrapper, span.posted_in, span.tagged_as {
    display:block;
}

div.woocommerce-shipping-fields {
    display:none;
}

td.product-remove > a:before {
    content: url(/wp-content/uploads/img_check_16.png);
}

td.product-remove > a:hover:before {
    content: url(/wp-content/uploads/img_trash_16.png);
}

td.product-remove > a:hover {
    background-color: inherit !important;
}

td.product-thumbnail > a > img {
    width: 125px !important;
}

.attachment-shop_single.size-shop_single.wp-post-image {
    border:1px solid;
}

div.images{
    width:300px !important;
}

div.entry-summary {
    float:left !important;
    margin-left:50px !important;
}

li.product > h3 {
    height: 66px;
}

li.product > a.button {
    width:190px;
}

div#content > img {
    margin-bottom: 50px;
}

.products-per-page {
    margin-bottom: 15px;
}

@media print {
    #secondary, #header-widget-area, #access, #footer2, #nav-toggle {
        display:none !important;
    }
}