/*
Theme Name: Dr. Leigh
Theme URI: https://drleigh.qodeinteractive.com
Description:  Medical Cosmetics Shop Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: drleigh
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{
	width: 100% !important;
}
.woocommerce-Tabs-panel p{
  display:block !important;
  margin:0 0 1em;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
   display: block !important;
}
#qodef-woo-page.qodef--single
   .woocommerce-product-gallery.qodef-position--left
   .woocommerce-product-gallery__wrapper
   > .qodef-woo-thumbnails-wrapper {
   display: none !important;
}
#qodef-woo-page.qodef--single
   .woocommerce-product-gallery.qodef-position--left
   .woocommerce-product-gallery__wrapper {
   display: block !important;
}
#qodef-woo-page.qodef--single
   .woocommerce-product-gallery.qodef-position--left
   .woocommerce-product-gallery__wrapper
   > .woocommerce-product-gallery__image {
   margin: auto !important;
   width: 100%;
   max-width: 100% !important;
}
#qodef-woo-page.qodef--single .entry-summary {
   margin-top: 40px !important;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner,
#qodef-woo-page.qodef--single .entry-summary .price,
#qodef-woo-page.qodef--single .woocommerce-product-rating,
#qodef-woo-page.qodef--single .product_meta {
   display: none;
}

/* product detail */
.woocommerce-Tabs-panel ul li {
    list-style: inside !important;
}
@media only screen and (max-width: 1024px) {
    .woocommerce-Tabs-panel ul li::marker {
        font-size: unset !important;
    }
}