html,
body {
    height: 100%;
    margin: 0;
}

body {
	background-color: #ececec;
	overflow-x: hidden;
    font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
}

.u_main_section{
    min-height: 100%;
}
.u_main_warp{
    overflow: auto;
    padding-bottom: 110px;
}

footer {
	position: relative;
    min-height: 110px;
    margin-top: -110px;
    clear: both;
    padding-top: 20px;
    background: #FFFFFF;
	color: #333;
	box-shadow: 0px 0px 5px #0003;
	
}

footer a {
	color: #333;
}
footer a:hover {
	text-decoration: none;
	color: #ff821e;
}
.u_footer_title {
	font-size: 18px;
	color: #ff821e;
	font-weight: 600;
}
.u_footer_link_item {
	margin: 10px 0px 10px;
}
.u_nav_header_style {
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: 0px 0px 5px #0003;
	min-height: 60px;
}
.u_nav_header_logo {
	height: 50px;
}
.u_nav_contact_wrap {
	width: 100%;
	background: #fafafa;
}
.u_nav_contact {
	background: #fafafa;
	box-shadow: inset 0px 0px 2px #eee;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 26px;
}
.u_nav_contact_link {
	padding: 3px 15px 3px 0px;
	color: #9d9d9d;
	font-size: 10px;
}
.u_nav_contact_link:hover {
	color: #ff821e;
	text-decoration: none;
}

.u_nav_menu .nav-item .nav-link {
	color: #9d9d9d !important;
	font-weight: 500;
}
.u_nav_menu .nav-item .nav-link:hover {
	color: #ff821e !important;
	text-decoration: none;
}

.dropdown-menu .dropdown-item:hover {
	color: #ff821e;
}

.dropdown-menu .dropdown-item.active {
    color: #ff821e;
    background-color: #ffffff;
}

.u_member_info{
    color: #ff821e;
    padding-right: .5rem;
    padding-left: .5rem;
}

.dropdown-toggle {
	outline: none;
}

.u_shop_cart .p1:not([data-count="0"]):after{
	position:absolute;
	right:10%;
	top:8%;
	content: attr(data-count);
	font-size:50%;
	padding:.3em;
	border-radius:50%;
	line-height:1em;
	color: white;
	background:rgba(223, 87, 102, .85);
	text-align:center;
	min-width: 1em;
}

.u_mobile_cart {
	display: none;
	/*margin-right: 50px;*/
}

/* Toggle Btn */
.u_toggle_block {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	margin: 10px;
	transition: all 1s ease;
	background-image: linear-gradient(90deg, #fd5581, #fd8b55);
	box-shadow: 0 2px 18px 0 rgba(248, 94, 122, 0.39), 0 1px 2px 0 rgba(248, 91, 124, 0.33);
	display: none;
}
.u_footer_item_align {
	text-align: left;
}
@media (max-width: 767px) {
	.u_toggle_block {
		display: flex;
	}
	.u_footer_item_align {
		text-align: center;
	}
	.u_mobile_cart {
		display: flex !important;
	}
	.u_desktop_cart {
		display: none;
	}
	.u_mobile_line_join {
		padding-top: 10px;
	}
}
.u_toggle_cta {
	height: 50px;
	width: 50px;
	cursor: pointer;
}
.u_toggle_btn {
	height: 2px;
	width: 25px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}
.u_toggle_btn:before {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 -10px 0 0 #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}
.u_toggle_btn:after {
	content: "";
	height: 2px;
	width: 25px;
	box-shadow: 0 10px 0 0 #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}
.active .u_toggle_btn {
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}
.active .u_toggle_btn:before {
	top: 0;
	transition: all 0.3s ease-in-out;
}
.active .u_toggle_btn:after {
	top: 0;
	transition: all 0.3s ease-in-out;
}
.active .u_toggle_close {
	background-color: #fff;
	transform: rotate(45deg);
}
.active .u_toggle_close:before {
	left: -10px;
	box-shadow: 0 -10px 0 0 #fff;
	transform: translateY(0) rotate(90deg);
}
.active .u_toggle_close:after {
	box-shadow: 0 0 0 0 #fff;
}

#page-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background: #EEE;
    opacity: 0.8;
    display: none;
}
#page-loading .spinner-border{
    width: 8rem;
    height: 8rem;
    border: 1em solid;
    border-right-color: transparent;
}
#page-loading strong{
    font-size: 25px;
}

select.zipcode{
    float:left;
    width:auto;
}
input.zipcode{
    float:left;
    width:20%;
}

.cartContainer{
    min-height: 480px;
}

.required:after{
    content: "＊";
    color:#dc3545!important;
    font-size: 150%;
    vertical-align: middle;
    margin-right: 0px;
}
.no-required{
    margin-left: 25px;
}
@media (max-width: 960px) {
	.no-required{
        margin-left: 0px;
    }
}


.btn-cart-clear,.btn-buy{
    width: 100%;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.btn-cart-clear{
    border: 1px solid #ff6464;
    background: #ff6464;
}
.btn-buy{
    border: 1px solid #0ab6f7;
    background: #0ab6f7;
}
.btn-cart-clear:hover,.btn-buy:hover{
    color: #fff;
}

.paymentImage{
    font-size: 20px;
    max-height: 35px;
}

.paymentImage img{
    height:100%;
}

.linePay {
    color: #fff;
    background: #00c300;
    border-radius: 20px;
    padding: 10px;
}

.jkoPay{
    color: #fff;
    background: #C9191D;
    border-radius: 20px;
    padding: 10px;
}

.paymentType:hover{
    cursor: pointer;
}

.u_order_nav{
    background: #ffffff;
}
.u_order_nav .nav-item{
    max-width: 100px;
    text-align: center;
}
.u_order_nav .nav-item a{
    color: #ff821e;
}
.u_order_nav .nav-item a.active{
    background: #ff821e;
    color: #ffffff;
}
.u_order_alert{
    padding: .5rem 1.25rem;
    margin-bottom: 0;
}
.u_order_table{
    background: #ffffff;
    min-height: 420px;
}

.btn-search{
    color: #fff;
    background-color: #ff821e;
    border-color: #ff821e;
}

.u_page_link{
    color:#ff821e;
}
.u_page_item.active .u_page_link {
    color: #fff;
    background-color: #ff821e;
    border-color: #ff821e;
}
.u_btn_info{
    color: #fff;
    background-color: #ff821e;
    border-color: #ff821e;
}
.u_btn_info:hover{
    color: #fff;
    background-color: #CF6A32;
    border-color: #CF6A32;
}

.u_order_date_memo{
    padding: 2px 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.u_nav_cookie_wrap{
    width: 100%;
    background: rgba(0, 0, 0,0.6);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 20px 0px 20px 0px;
}
.u_btn_cookie_close{
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    margin-left: 20px;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
}
.u_btn_cookie_close:hover{
    color: #fff;
}

