.woocommerce-terms-and-conditions-checkbox-text,
#terms{
	font-size:1.25rem;
}

#product-list .cart .qty {
	width:100px;
	margin-bottom:5px;
	border-radius:15px;
	height:auto;
}

.hidden {
	display:none!important;
}

#slider .item{
	  height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.dzsparallaxer.height-is-based-on-content .dzsparallaxer--target {
    position: absolute;
    top: 0px;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.primary-menu li > a {	 
	padding: 10px 15px;
}

@screen and (max-width: 1920px) #slider .item{
    top: 200px;
}

.swiper-pagination{
	display:none;
}

.comments-area {
	display:none;
}

.entry-meta > li > .fa fa-calendar-o {
		display:none;
}

@media screen and (max-width: 1024px){
a.dropdown-toggle {
    margin-left: 0px;
}
	}

.single-product .variations select{
	font-size:1rem;
	line-height:2rem;
	height:2rem;
	border-radius:2rem;
}

.single-product .variations label{
	font-size:1.2rem;
		line-height:2rem;
	height:2rem;
	
}

.cart-links > a:first-child{
	display:none;
}

.add-to-cart-wrap .cart{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.add-to-cart-wrap .cart .quantity{
	order:1;
	margin-right:5px;
}
.add-to-cart-wrap .cart .quantity .qty {
	height:40px;
	margin-left:0;
}


.add-to-cart-wrap .cart .single_add_to_cart_button{
	order:3;
}

.add-to-cart-wrap .cart .wpcbn-btn-single{
	order:2;
		margin-right:5px;
	color: #ffffff;
  background-color: #D1A054;
}

.add-to-cart-wrap .cart .wpcbn-btn-single:hover{
  background-color: #000;
}

table td, table th{
	padding:5px;
}

.single-product .variations select{
	padding-right:0;
}

.woocommerce-form-login .form-row,
.woocommerce-form-login .lost_password
{
	display:none;
}

.oneall_social_login_providers iframe{
	transform-origin:left top;
	transform:scale(1.2);
}

/* 隱藏產品分類及商品屬性表格 */
.single-product .woocommerce-product-attributes,
#product-single .product_meta {
	display:none;
}
/* 隱藏產品分類及商品屬性表格 */


/* 調整 WordPress 管理介面字體大小 */
body#wp-admin {
    font-size: 20px; /* 根據需要調整字體大小 */
}

.cart-listener:before{
	content:'結帳';
}

body.cristiano {
/* 	font: 400 18px/1.7 'Lora',serif; */
	font-size:18px;
	line-height:1.7;
}

#product-list p{
	height:auto;
}


.font-red{
	color:#f00;
}

.select2-container{
	width:100%!important;
}

.single-post #page-header h1{
	font-size:36px;
	line-height:1.7;
}


#page-header .heading-title,
#page-header .font-heading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 10;
    margin: 0px;
}

.full-width-header {
	padding: 0 25px;
}

#product-single a{
	color:#D1A054;
	text-decoration:underline;
	&:hover{
		color:#6c4d1e;
	}
}

.woocommerce-product-gallery .flex-control-thumbs{
	position: relative;
	bottom:auto;
	left:auto;
	margin-top:15px;
	li {
		margin:0 10px;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
#select2-fakie_shipping_method-container{
	background-color:#fff;
}

#e_deliverydate_0{
	background-color:#fff!important;
}