@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
	font-size: 18px;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	cursor: url("/front/image/cursor.svg") 4 12, auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-family: "Poppins", "Noto Sans TC", Helvetica, Arial, sans-serif;
}
#footer #copyrights {
	font-size: 16px;
}

.button {
	font-size: 1rem;
}
@media (max-width: 767.98px) {
	h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
	h4 {
		font-size: 1em;
	}
}

.start-frame {
	position: relative;
	border: solid 4px #ffffff;
}
.start-frame:before, .start-frame:after {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 75px;
	background-image: url("../image/start-corner.svg");
	background-size: cover;
	z-index: 2;
}
.start-frame:before {
	top: -39.5px;
	left: -32px;
}
.start-frame:after {
	bottom: -39.5px;
	right: -32px;
}

.border-frame-star {
	position: relative;
	border: solid 2px #ffffff;
	margin-bottom: 40px;
}
.border-frame-star:after {
	position: absolute;
	content: '';
	display: block;
	width: 58px;
	height: 68px;
	background-image: url("../image/border-frame-star.png");
	background-size: cover;
	z-index: 2;
	bottom: -35px;
	right: -28px;
}

.button {
	position: relative;
	background-color:  transparent;
	border: solid 2px #ffffff;
}
.button:after, .buttonstar {
	position: absolute;
	right: -13px;
	bottom: -16px;
	content: '';
	display: block;
	width: 24px;
	height: 30px;
	background-image: url("../image/start-corner.svg");
	background-size: cover;
	z-index: 2;
	transition: all 0.2s ease;
}
.buttonstar {
	right: -11px;
	bottom: -14px;
}
.button:hover {
	background-color:  transparent;
	border-color: #b95a5a;
	color: #b95a5a;
	text-shadow: none;
}
.button:hover:after, .button-star:hover .buttonstar {
	background-image: url("../image/start-corner-hover.svg");
	background-size: cover;
}
.button.button-circle:after, button.button-circle:hover:after {
	display: none;
}
.button.button-circle.button-brown:hover { background-color: transparent !important; }

.header-misc-icon {
	position: relative;
}
.header-misc-icon > a {
	width: 44px;
	height: 54px;
	padding: 12px 7px;
	margin: 0;
	transition:  all 0.2s ease;
}
.sticky-header-shrink > a {
	width: 44px;
	height: 34px;
	padding: 12px 7px;
}
.header-misc-icon > a:hover {
   color: #b95a5a;
}
.header-misc-icon > a > i {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 27px;
	line-height: 1.2;
	transition: all 0.2s ease;
}
.header-misc-icon .icon-user1 {
	background: url("../image/icon-user.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon a:hover .icon-user1 {
	background: url("../image/icon-user-hover.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon .icon-user1:before {
	display: none;
}
.header-misc-icon .icon-rent {
	background: url("../image/icon-rent.svg") no-repeat center center;
	background-size: cover;
	width: 30px;
  height: 30px;
}
.header-misc-icon a:hover .icon-rent {
	background: url("../image/icon-rent-hover.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon .icon-fb {
	background: url("../image/icon-fb.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon a:hover .icon-fb {
	background: url("../image/icon-fb-hover.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon .icon-ig {
	background: url("../image/icon-ig.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon a:hover .icon-ig {
	background: url("../image/icon-ig-hover.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon .icon-lineapp {
	background: url("../image/icon-line.svg") no-repeat center center;
	background-size: cover;
}
.header-misc-icon a:hover .icon-lineapp {
	background: url("../image/icon-line-hover.svg") no-repeat center center;
	background-size: cover;
}

.header-misc-icon .sub-menu {
	display: block;
	margin-top: 15px;
	position: absolute;
	z-index: -9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 140px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	list-style: none;
	padding: 5px 10px;
}
.header-misc-icon:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	z-index: 399;
	pointer-events: auto;
}
.header-misc-icon .sub-menu:after {
	position: absolute;
	right: -9.5px;
	bottom: -12px;
	content: '';
	display: block;
	width: 19px;
	height: 24px;
	background-image: url("../image/start-corner.svg");
	background-size: cover;
	z-index: 2;
}
.header-misc-icon .sub-menu li {
	text-align: center;
}
.header-misc-icon .sub-menu li a {
	font-size: 1rem;
	padding: 5px;
	display: block;
	transition: all 0.2s ease;
}
.header-misc-icon .sub-menu li a:hover {
	color: #b95a5a;
}
.top-cart-number {
	top: 5px;
	right: -5px;
}

@media (max-width: 757.98px) {
	#logo img {
		padding: 10px 0;
	}
	.start-frame:before, .start-frame:after {
		width: 30px;
		height: 37.5px;
	}
	.start-frame:before {
		top: -22px;
		left: -17px;
	}
	.start-frame:after {
		bottom: -21px;
		right: -17px;
	}
	.header-misc-icon {
		margin: 0 2px;
	}
	.header-misc-icon > a {
		width: 30px;
		height: 30px;
		padding: 5px 8px;
	}
	.header-misc-icon > a > i {
		width: 20px;
		height: 20px;
		font-size: 1.125rem;
	}
	.header-misc-icon .icon-rent {
		width: 20px;
		height: 20px;
	}
	#primary-menu-trigger {
		margin-right: 0;
	}
	.top-cart-number {
		top: -5px;
		right: -5px;
	}
}

#tab-rent .tab-nav {
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}
#tab-rent .tab-nav li {
	height: 31px;
	font-size: 0.8rem;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin-left:  0;
}
#tab-rent .tab-nav li:first-child {
	border-left: solid 1px #fff;
	border-radius: 16px 0 0 16px;
	overflow: hidden;
}
#tab-rent .tab-nav li:last-child {
	border-right: solid 1px #fff;
	border-radius: 0 16px 16px 0;
	overflow: hidden;
}
#tab-rent .tab-nav li a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	border-radius: 16px;
	box-shadow: none;
	background-color: transparent;
	color: #fff;
}
#tab-rent .tab-nav li.ui-tabs-active a {
	background-color: #b95a5a;
}
#tab-rent .tab-container {
	padding: 0;
	margin-top: -40px;
	z-index: 1;
}
#tab-rent .tab-container .h5 {
	padding-right: 106px;
}

.form-control {
	color: var(--text-color);
	background-color: transparent;
	border: solid 2px rgba(255,255,255,0.5);
	border-radius: 20px;
}
.form-control:focus {
	color: var(--text-color);
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.form-control::-moz-placeholder {
	color: rgba(0,0,0,0.2);
}
.form-control:-ms-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.form-control::-ms-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.form-control::placeholder {
	color: rgba(0,0,0,0.5);
}

select.sm-form-control option:hover {
	background-color: #b95a5a;
	color: #fff;
}

.rented-time-block .rented.bg-color {
	background-color: #b95a5a !important;
}

.modal-content ul, .modal-content ol {
	margin-left: 1rem;
}
form label {
	font-size: 0.9rem;
	font-family: Cambria, "Noto Serif TC", Times, "Times New Roman", "PMingLiU", serif;
	font-weight: normal;
	margin-bottom:  0;
}
.sm-form-control {
	font-size: 1rem;
}
.product-price {
	font-weight: normal;
}
#slip_amount {
	font-weight: 600;
}
.jconfirm, .jconfirm h1, .jconfirm h2, .jconfirm h3, .jconfirm h4, .jconfirm h5, .jconfirm h6 {
	color: #775b3d;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: #775b3d !important;
	font-weight: normal !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
	background-color: #573e24 !important;
}
.jconfirm .product-desc h3 {
	margin-bottom: 3px;
}

.cart-product-name a, .product-name a {
	font-size: 1.025rem;
}
.cart-product-name a:hover, .product-name a:hover {
	color: var(--secondary-color);
}

.jconfirm .jconfirm-box {
	overflow: inherit !important;
}
.jconfirm-box:before, .jconfirm-box:after {
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 75px;
    background-image: url(../image/start-corner.svg);
    background-size: cover;
    z-index: 2;
}
.jconfirm-box:before {
	top: -36px;
	left: -28px;
}
.jconfirm-box:after {
	bottom: -36px;
	right: -28px;
}
@media (max-width: 991.98px) {
	.jconfirm-box:before, .jconfirm-box:after {
		transform: scale(0.75);
	}
}
@media (max-width: 757.98px) {
	.jconfirm-box:before, .jconfirm-box:after {
		transform: scale(0.5);
	}
}