/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/*Add your own styles here:*/

@media screen and (min-width: 768px) {
    .single-product-main-image {
          width: 30%;
      }
  .single-product-summary {
          overflow: hidden;
          width: 40%;
          float: left;
          margin-right: 5%;
      }
  .single-product.sidebar {
          width: 25%;
          margin-top: 1px;
      }
  }
  
  .woocommerce-tabs, .woocommerce-tabs .wc-tabs-wrapper {
      margin-top: 0px; /* 或者你觉得合适的任何值 */
  }
  
  .single-product .inner_sidebar.extralight-border {
    margin-top: -40px;
}

  
  
  #top div.product .woocommerce-tabs {
      clear: both;         /* 清除浮动，确保该元素不包围浮动元素 */
      padding: 10px 0 0 0; /* 设置上内边距为50像素，其他方向为0 */
      margin: 0px 0 30px 0;  /* 设置下外边距为30像素，其他方向为0 */
  }
  
  #top .woocommerce-tabs h2 {
      font-size: 16px;
      color: white;
      margin-top: -20px;
      
  #select2-product_cat-container {
      font-size: 8px ;
  }

  .enfold-shop .product .button.product_type_simple,
.enfold-shop .product .button.product_type_variable,
.enfold-shop .product .avia_cart_buttons .add_to_cart_button,
.enfold-shop .product .avia_cart_buttons .show_details_button {
    display: none !important;
}

/* 修改 masonry 文章摘要的字体大小 */
#custom-masonry-gallery-1 .av-masonry-entry-content .av-masonry-entry-excerpt {
    font-size: 18px !important;
    line-height: 1.5em;
}
	  .mega_menu_title a {
    font-weight: bold;       /* 加粗 */
    text-decoration: none;   /* 去掉下划线 */
}
