/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/
#billing_shopping_field .woocommerce-input-wrapper,
.billing_invoce_type .woocommerce-input-wrapper{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

/* 修正 Flexslider 箭頭樣式 */
.flex-direction-nav a {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease;
  opacity: 0.8;
  background: none !important;
}
.flex-direction-nav a:hover {
  background: rgba(255,255,255,0.2);
  opacity: 1;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}
.flex-direction-nav .flex-prev:before {
  content: "\f104" !important; /* ← */
}
.flex-direction-nav .flex-next:before {
  content: "\f105" !important; /* → */
}

.flexslider{
	margin-bottom: 0;
	border: 0;
}

.flex-control-nav{
	bottom: 0;
	z-index: 99;
}
.flex-next{
	text-align: center !important;
}

/*顯示所有產品*/
ul.shop-toolbar__tabs>li:nth-of-type(n+2){
    display:none;
}

