/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

body #Wrapper {
    padding-top: 200px !important;
}

.woocommerce div.product div.images img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    html body #Wrapper {
    padding-top: 100px !important;
    }
}