/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.additional_information_tab {display: none!important}

.summary.entry-summary.entry-summary-items {
  order: 0;
  margin-inline-start: 0;
}
.woocommerce-product-gallery {
  order: 1;
  margin-inline-start: 40px;
}

.gspb_meta_prefix {
  margin-right: 5px;
  font-weight: bold;
}

.woocommerce-product-gallery .wp-post-image {
  max-height: 385px;
}
li.product-category img {
  max-width: 100px;
  margin: auto;
}
.flexy-pills li {max-width: 60px}
.ct-widget .wc-block-product-categories-list-item ul {display: none;}

.product.type-product figure > .ct-media-container {
  height: 300px;
  background: var(--theme-palette-color-6);
}

@media only screen and (min-width: 1000px) {
  .product:not(.thumbs-left) .ct-product-gallery-container {
    margin-left: 100px;
  }
}