/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


/**stretch single product pages to full width**/

.single-product #primary {
    width: 100% !important;
}

.single-product #sidebar-primary {
    display: none !important;
}