/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

div.product .summary {
  position: relative;
  width: 50%;
}

.woocommerce-invalid #checkout-checkbox {
    outline: 2px solid red;
    outline-offset: 2px;
}

@media (min-width: 770px) {
  #page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
    width: 45%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
