/* Enter Your Custom CSS Here */


/* Single Product Pages ******************************************
******************************************************************/

/* Resize Product Title Size */
body.single-product div.product .product_title {
    padding-right: 0;
    font-size: 36px;
}

/* Remove Related products */
.postid-4018 .related.products, .postid-4081 .related.products, .postid-4082 .related.products {
display: none;
}

/* Single Product Pages (Bundled Product)  ********
***************************************************/

/* Reduce size of product bundle images */
.single-product div.product .images.bundled_product_images {
    margin-bottom: 0;
    width: 100px !important;
}

/* Reduce font size of bundled product title */
span.bundled_product_title_inner {
    font-size: 26px;
}

/* Remove link to individual product in the product bundle */
span.bundled_product_title_link {
    display: none;
}

/*.show_stock_status {
    border-bottom: 1px #ddd solid;
    margin-bottom: 7px;
    padding: 3px;
    display: none;
}*/


/* Cart Page *****************************************************
******************************************************************/

/* Fix coupon code layout issue */
.woocommerce input#coupon_code {
    float: left !important;
    width: 50% !important;
    padding: 14px !important;
}


/* Checkout Page *************************************************
******************************************************************/

/* Remove Billing fields */
.woocommerce-billing-fields {
    /* display: none; */
}