/*
Theme Name: WordPress Theme
Theme URI: 
Author: ClickClickMedia
Author URI: https://clickclick.media/
Description: A WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Quick woocommerce style fixes */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: unset;
    padding: 0;
}

@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 {
        margin-top: 24px;
    }
}
