/* custom css for woocommerce single product page */
.post-template-default article.post_type_post,
.post-template-default div.sidebar.right,
article.post_item_single.post_type_product,
div.list_products { 
    margin-top: 12em !important; 
}
/*.single_add_to_cart_button { */
/*    margin-top: 1em !important; */
/*}*/
.single-product .product_meta {
    display: none;
}

/* Media queries */
/* Tablets */
@media screen and (max-width: 780px) {
    .post-template-default article.post_type_post,
    .post-template-default div.sidebar.right,
    article.post_item_single.post_type_product,
    div.list_products { 
        margin-top: 9em !important; 
    }
}
/* Mobile Phones */
@media screen and (max-width: 479px) {
    .post-template-default article.post_type_post,
    .post-template-default div.sidebar.right,
    article.post_item_single.post_type_product,
    div.list_products { 
        margin-top: 2em !important; 
    }
    .menu_footer_nav_area > ul, 
    .footer_wrap .sc_layouts_menu > ul {
        margin: 0 2em !important;
    }
}