/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.opc-single-product .product_meta, .opc-single-product .product_title, .opc-single-product .woocommerce-product-gallery, .product-item p.price {
    display: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 48% !important;
    margin: 0 auto !important;
}
form.woocommerce-checkout {display: inline-block;margin: 0 auto;}
.woocommerce-page div.product div.summary {
    float: unset;
    width: 48%;
    clear: none;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
    }
}