/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/



.woocommerce div.product div.product-images-summary {
    display: grid;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    grid-template-columns: 48% 52%;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0!important;
}
.woocommerce div.product form.cart {
   
    padding-top: 0;
   
}