/* [Table of contents] 
	1. Minxi 
	2. Extend 
	3. Global 
	4. Header 
	5. Footer 
	6. Homepage
	7. Pages 
	8. Shop 
	9. Blog
	10. Portfolio 
	11. Elements  
	12. Responsive 
	-------------------------------------------------------------------*/
/* 2. Extend ------------------------------------------------------------ */
display-flex,
.header-hp-1 .menu-desktop-inner,
.header-hp-1 .header-right,
.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total,
.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons,
.header-hp-1 #canvasModal .canvas-content .contact .contact-inner,
.landing-header .landing-inner-1,
.landing-layout .content,
.landing-page-section .content .portfolio-image-view .portfolio-right,
.landing-page-section .content .page-image-view .page-left,
.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav,
.style-home-slider-hp-2 .wrap-scroll-slider1 .scroll-slider1,
.style-home-slider-hp-2 .display-flex-center,
.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav,
.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .item,
.deal-hp-2 .deal-content #clockdiv,
.news-hp-4 .news-content .news-details .info .date,
.newsletter-hp-4 .newsletter-details,
.items-hp-5 .woocommerce,
.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs,
.list-hp-6 .woocommerce .content-area .type-product .add_to_wishlist,
.list-hp-6 .woocommerce .content-area .type-product .add_to_cart_button a,
.contact-section .contact-content .contact-details .contact-info,
.coming-soon-page .page-detail,
.coming-soon-page .page-detail .page-inner #clock,
.page-not-found .page-detail,
.featured-hp-1.shop-full-page .woocommerce .storefront-sorting,
.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount,
.shop-right-siderbar .widget-area .widget_product_categories .product-categories .cat-item,
.shop-single-v1-section .woocommerce .summary .woocommerce-product-rating,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author,
.blog-sidebar-right .woocommerce .content-area .final-blog,
.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .product-categories .cat-item,
.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner,
.blog-standard-post .woocommerce .content-area .post-content .post-image,
.blog-standard-post .woocommerce .content-area .related-posts,
.blog-gallery-post .owl-carousel .owl-nav,
.single-portfolio .portfolio-content .pagination-content,
.single-portfolio.single-portfolio-big .portfolio-content .product-info {
	display: flex;
	display: -webkit-flex;
}

/* 3. Global ------------------------------------------------------------ */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #555555;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.67;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	word-wrap: break-word;
	overflow-x: hidden;
	background: #fff !important;
}

p {
	/*margin-bottom: 0;*/
	letter-spacing: 0.5px;
	line-height: 1.8;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #333;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:focus,
a:active {
	outline: 0;
}

a img {
	border: none;
}

input[type=submit] {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-weight: 500;
	letter-spacing: 1;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
	vertical-align: top;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.au-btn {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	border: 1px solid #333;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	color: #333;
	background: transparent;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

.au-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 0%;
	height: 100%;
	top: 0;
	left: -5px;
	background: #333;
}

.au-btn:hover {
	color: #fff;
	text-decoration: none;
}

.au-btn:hover:before {
	width: 100%;
	left: 0px;
}

.au-btn-white {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: transparent;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 999;
}

.au-btn-white:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
}

.au-btn-white:hover {
	color: #fff;
	border: 1px solid #333;
	text-decoration: none;
}

.au-btn-white:hover:before {
	width: 100%;
}

.au-btn-black {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	border: 1px solid #333;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #333;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

.au-btn-black:before {
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 0%;
	height: 100%;
	top: 0;
	left: -5px;
	background: #faf8f5;
}

.au-btn-black:hover {
	color: #333;
	text-decoration: none;
}

.au-btn-black:hover:before {
	width: 100%;
	left: 0;
}

.btn-small {
	padding: 16px 24.5px;
}

.btn-medium {
	padding: 22.5px 53.5px;
}

.btn-large {
	padding: 24px 72px;
}

.more-link {
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}

.more-link:hover {
	color: #dabc95;
}

.section-box {
	padding-top: 150px;
	/*padding-bottom: 120px;*/
	padding-bottom: 100px;
}

.special-heading {
	font-size: 38px;
	font-weight: 500;
	color: #333;
	text-align: center;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 63px;
	letter-spacing: 1px;
}

.special-heading:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: '';
	background: #333;
	width: 63px;
	height: 3px;
	top: 100%;
}

.onnew,
.onsale {
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	cursor: default;
}

.onnew:hover,
.onsale:hover {
	color: #fff;
}

.onnew {
	background: #88cce2;
	padding: 0 7.5px;
}

.onnew:hover {
	/*background: #5bc1e3;*/
}

.onsale {
	background: #eba6aa;
	padding: 0 6.5px;
}

.onsale:hover {
	/*background: #eb8f94;*/
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
	z-index: 9;
}

.breadcrumb-section,
.breadcrumb-menu-section {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.breadcrumb-section.section-box {
	position: relative;
	padding-top: 113px;
	padding-bottom: 116px;
}

.breadcrumb-section.section-box:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(54,78,104,0.3);
	z-index: 0;
}

.breadcrumb-section .breadcrumb-inner{
	position: relative;
	z-index: 1;
}

.breadcrumb-section .breadcrumb-inner h1 {

	color: #fff;
	font-weight: 500;
	font-size: 45px;
	padding-bottom: 17px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumbs {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
}

.breadcrumb-section .breadcrumb-inner .breadcrumbs li {
	float: left;
}

.breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1 {
	color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1:after {
	content: "/";
	margin: 0 11px;
	color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumbs .breadcrumbs-1:hover {
	color: #c0e8fc;
}

/* Back To Top Button */
#back-to-top {
	color: #333;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 999999;
	height: 46px;
	width: 35px;
	background-color: #fff;
	border: 1px solid #333;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}

#back-to-top:before {
		display: inline-block;
		font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f303';
		line-height:3;
}

#back-to-top:hover{
	background-color: #333333;
	color: #ffffff;
}





/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
	width: 100%;
	/*height: 100%;*/
	padding: 11px 20px;
	border: 1px solid #e5e5e5;
	appearance: unset !important;
	-moz-appearance: unset !important;
	-webkit-appearance: unset !important;
	-o-appearance: unset !important;
	-ms-appearance: unset !important;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	font-family: 微軟正黑體, sans-serif;
	background: transparent;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input[type="submit"] {
	width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	display: none;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea:-ms-input-placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}

/*Images Loader*/
.images-preloader {
	position: fixed;
	z-index: 100001;
	background-color: #eee;
	width: 100%;
	height: 100%;
	top: 0;
}

#preloader_1 {
	position: relative;
}

.rectangle-bounce {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -10px;
}

#preloader_1 span {
	display: block;
	bottom: 0px;
	width: 9px;
	height: 5px;
	background: #364e68;
	position: absolute;
	animation: preloader_1 1.5s infinite ease-in-out;
	-moz-animation: preloader_1 1.5s infinite ease-in-out;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-o-animation: preloader_1 1.5s infinite ease-in-out;
	-ms-animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
	left: 11px;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

#preloader_1 span:nth-child(3) {
	left: 22px;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
}

#preloader_1 span:nth-child(4) {
	left: 33px;
	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
}

#preloader_1 span:nth-child(5) {
	left: 44px;
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
}

@keyframes preloader_1 {
	0% {
		height: 5px;
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		-moz-transform: translateY(15px);
		-webkit-transform: translateY(15px);
		-o-transform: translateY(15px);
		-ms-transform: translateY(15px);
	}

	50% {
		height: 5px;
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}

	100% {
		height: 5px;
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
}

/* 4. Header ------------------------------------------------------------ */
/* Header Desktop hp-1 hp-2 hp-3 hp-6*/
.header-hp-1.style-header-hp-1 {
	/*position: absolute;*/
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #faf8f5;
}

.header-hp-1 .menu-desktop {
	padding: 0 65px;
}

.header-hp-1 .menu-desktop-inner {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	position: relative;
}

.header-hp-1 .menu-desktop-inner .logo {
	padding: 20px 0 15px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item {
	color: #333;
	float: left;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
	font-weight: 500;
	font-size: 17px;
	padding: 33px 0px 30px 0;
	position: relative;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .current {
	position: relative;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .current:before {
	position: absolute;
	content: '';
	background: #333;
	height: 2px;
	width: 30px;
	left: 24px;
	bottom: 0;
	opacity: 1;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item>a {
	color: #333;
	padding: 0 20px;
	position: relative;
}
.header-hp-1 .menu-desktop-inner .main-menu .menu-item>a:before{
	position: absolute;
	content: '';
	background: #333;
	height: 2px;
	width: 0px;
	left: 24px;
	bottom: 0;
	opacity: 1;
	transition: 0.3s;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item:hover>a:before{
	width: 30px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item:hover>.sub-menu {
	display: block;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu {
	display: none;
	padding: 25px 0;
	position: absolute;
	left: 5px;
	width: 250px;
	z-index: 99999;
	top: 100%;
	color: #333;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu .sub-menu-item {
	float: left;
	overflow: hidden;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu .sub-menu-item.sub-menu-item-1 {
	float: none;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li {
	float: none;
	position: relative;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover .menu-levels {
	display: block;
	left: 250px;
	top: 0;
	padding: 25px 0;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover a {
	color: #666;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu li:hover a:hover {
	color: #333;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	padding: 8px 29px;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a i {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 30px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 1px;
	background: #333;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	left: 30px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:hover {
	padding-left: 45px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item .sub-menu a:hover:before {
	width: 10px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu {
	width: 740px;
	padding-bottom: 18px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul {
	float: left;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li.title {
	padding: 18px 0 13px 50px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a {
	padding: 8px 15px 8px 50px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a:before {
	left: 50px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul li a:hover {
	padding-left: 66px;
	padding-right: 0;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu ul.second {
	padding-right: 38px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu figure {
	margin-bottom: 0;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu .sub-menu figure img {
	width: 86.5%;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu {
	padding-top: 15px;
	padding-bottom: 0;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu .sub-menu-item {
	padding-top: 10px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu .sub-menu-item.sub-menu-item-1 {
	padding-top: 0;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu ul.second {
	padding: 0 42px;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item.mega-menu.mega-menu-1 .sub-menu figure img {
	width: 72.1%;
}

.header-hp-1 .menu-desktop-inner .main-menu .menu-item:last-child .sub-menu {
	right: 5px;
	left: inherit;
}

.header-hp-1 .header-right {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.header-hp-1 .header-right img{
	width: 28px;
}
.header-hp-1 .header-right img:hover{
	opacity: 0.8;
}

.header-hp-1 .header-right .search-btn-wrap .search-btn {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	cursor: pointer;
	background: transparent;
	border: none;
}

.header-hp-1 .header-right .canvas-btn-wrap .canvas-btn {
	cursor: pointer;
	border: none;
	background: transparent;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	/*margin-top: -5px;*/
	margin-top: 0;
	padding-left: 10px;
	margin-right: -6px;
}

.header-hp-1 .site-header-cart {
	padding: 0px 7px 0 12px;
	position: relative;
}

.header-hp-1 .site-header-cart .cart-contents {
	cursor: pointer;
}

.header-hp-1 .site-header-cart .widget_shopping_cart {
	display: none;
	position: absolute;
	z-index: 999;
	right: -6px;
	top: 100%;
	width: 333px;
	margin-top: 30px;
	background: #fff;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .widget_shopping_cart_content {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget {
	padding: 40px 30px 0px;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .product-image {
	width: 100px;
	height: 90px;
	float: left;
	margin-right: 17px;
	border: 1px solid #f2f2f2;
	position: relative;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .product-image img {
	width: 57%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .product-image:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e5e5;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .product-title {
	color: #333;
	font-weight: 500;
	margin: 21px 0 4px;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .quantity {
	display: block;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .product_list_widget .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: -5px;
	right: 0;
	color: #999;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total {
	color: #333;
	font-weight: 500;
	font-size: 17px;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	margin: -1px 30px 18px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 12px;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons {
	padding: 0 30px 40px;
	width: 100%;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .btn-small {
	padding: 17px 31px;
}

.header-hp-1 .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.au-btn {
	border-left: none;
}

.header-hp-1 #searchModal {
	background: #fff;
}

.header-hp-1 #searchModal button.close {
	color: #666;
	opacity: 1;
	font-size: 25px;
	position: absolute;
	top: 35px;
	right: 113px;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.header-hp-1 #searchModal .modal-dialog {
	top: 50%;
	max-width: 779px;
	margin-top: -25px;
}

.header-hp-1 #searchModal .modal-dialog .modal-content {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form {
	position: relative;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form #searchModal__submit {
	position: absolute;
	background: transparent;
	border: none;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	color: #333;
	font-size: 20px;
	right: 10px;
	margin-top: 2px;
	cursor: pointer;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::placeholder {
	font-size: 20px;
	font-weight: 500;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input {
	padding: 6px 10px;
	border: none;
	border-bottom: 1px solid #333;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::-webkit-input-placeholder {
	color: #333;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input::-moz-placeholder {
	color: #333;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input:-ms-input-placeholder {
	color: #333;
}

.header-hp-1 #searchModal .modal-dialog .modal-content .modal-body #searchModal__form input:-moz-placeholder {
	color: #333;
}

.header-hp-1 .modal {
	/*overflow-y: hidden; */
}

.header-hp-1 #canvasModal {
	/*left: 77%;
	margin-right: -17px;*/
}

.header-hp-1 #canvasModal {
	left: 0;
	background: rgb(0, 0, 0, 0.8);
}

.header-hp-1 #canvasModal button.close {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	z-index: 999;
	position: absolute;
	top: 36px;
	right: 80px;
	opacity: 1;
	color: #666;
	font-size: 25px;
}

.header-hp-1 #canvasModal .modal-content {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.header-hp-1 #canvasModal .modal-body {
	padding: 0;
}

.header-hp-1 #canvasModal .modal-dialog {
	margin: 0;
}

.header-hp-1 #canvasModal .canvas-content {
	display: block;
	position: absolute;
	top: 0;
	background: #fff;
	width: 440px;
	right: 0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 124px 63px 70px;
	min-height: 100vh;
}

.header-hp-1 #canvasModal .canvas-content .logo {
	padding: 31px 0 30px;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner {
	margin: 7px -5px 10px;
	display: flex;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner .images {
	padding: 0 5px;
	cursor: pointer;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner .images .images-inner {
	position: relative;
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner .images .images-inner .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.header-hp-1 #canvasModal .canvas-content .insta .insta-inner .images .images-inner:hover .overlay {
	opacity: 1;
}

.header-hp-1 #canvasModal .canvas-content .contact {
	padding-bottom: 17px;
}

.header-hp-1 #canvasModal .canvas-content .contact h4 {
	padding: 44px 0 17px;
}

.header-hp-1 #canvasModal .canvas-content .contact .contact-inner {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	padding-bottom: 9px;
}

.header-hp-1 #canvasModal .canvas-content .contact .contact-inner i {
	padding-right: 15px;
}

.header-hp-1 #canvasModal .canvas-content .contact .contact-inner .contact-info a {
	color: #666;
}

.header-hp-1 #canvasModal .canvas-content .contact .contact-inner .contact-info a:hover {
	color: #333;
}

.header-hp-1 #canvasModal .canvas-content .email {
	position: relative;
}

.header-hp-1 #canvasModal .canvas-content .email .send {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.header-hp-1 #canvasModal .canvas-content .email input::placeholder {
	font-size: 13px;
}

.header-hp-1 #canvasModal .canvas-content .email input {
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #666;
}

.header-hp-1 #canvasModal .canvas-content .socials {
	padding: 38px 0 80px;
}

.header-hp-1 #canvasModal .canvas-content .socials a {
	color: #666;
	font-size: 17px;
	padding-right: 14px;
}

.header-hp-1 #canvasModal .canvas-content .socials a:hover {
	color: #333;
}

.modal-backdrop.show {
	opacity: 0;
	left: 77%;
}

/* End Header Desktop hp-1 hp-2 hp-3 hp-6*/
/* Header hp-4 */
.header-hp-1.header-hp-4 .top-header {
	text-align: center;
	padding-top: 41px;
}

.header-hp-1.header-hp-4 .menu-desktop-inner .main-menu .menu-item {
	padding: 28px 0px;
}

.header-hp-1.header-hp-4 .site-header-cart {
	padding: 27px 0 0;
}

.header-hp-1.header-hp-4 .site-header-cart .widget_shopping_cart {
	margin-top: 0;
	left: 0;
	right: auto;
}

/* End Header hp-4 */
/* Header hp-5 */
.header-hp-1.style-header-hp-1.style-header-hp-5 {
	background: transparent;
}

/* End Header hp-5 */
/* Header Page Not Found */
.header-hp-1.header-404 .site-header-cart {
	padding: 0px 0px 0 12px;
}

/* End Header Page Not Found */
/* Header Landing Page */
.header-landing-page {
	display: none;
}

/* End Header Landing Page */
/* Header Mobile */
.mobile-top-header {
	padding: 20px 24px 20px 30px;
	/* End Hamburger Button */
}

.mobile-top-header .logo-mobile {
	display: inline-block;
	margin-right: 40px;
}

.mobile-top-header .hamburger {
	background: none;
	border: none;
	float: right;
	display: flex;
	align-items: center;
}

.mobile-top-header .hamburger:focus {
	outline: none;
}

.mobile-top-header .hamburger .hamburger-box {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 24px;
	background: none;
	border: none;
}

.mobile-top-header .hamburger--spin .hamburger-inner {
	top: auto;
	bottom: 0;
	left: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s;
}

.mobile-top-header .hamburger--spin .hamburger-inner,
.mobile-top-header .hamburger--spin .hamburger-inner:before,
.mobile-top-header .hamburger--spin .hamburger-inner:after {
	position: absolute;
	width: 26px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #5e5e5e;
}

.mobile-top-header .hamburger--spin .hamburger-inner:before,
.mobile-top-header .hamburger--spin .hamburger-inner:after {
	display: block;
	content: "";
}

.mobile-top-header .hamburger--spin .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
	top: -10px;
}

.mobile-top-header .hamburger--spin .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}

.mobile-top-header .hamburger--spin.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.mobile-top-header .hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg);
}

.mobile-top-header .hamburger--spin.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0;
}

.au-navbar-mobile {
	display: none;
	width: 100%;
	z-index: 999999;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.au-navbar-mobile.style-au-navbar-mobile {
	width: 100%;
	z-index: 999999;
	position: absolute;
	top: 66.89px;
}

.au-navbar-mobile .au-navbar-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.au-navbar-mobile .au-navbar-menu ul li {
	border-top: 1px solid #e9e9e9;
}

.au-navbar-mobile .au-navbar-menu ul li a {
	background-color: #fff;
	display: block;
	padding: 13px 30px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
}

.au-navbar-mobile .au-navbar-menu ul li:last-child {
	border-bottom: 1px solid #e9e9e9;
}

.au-navbar-mobile .au-navbar-menu ul li.drop {
	position: relative;
	z-index: 999999;
}

.au-navbar-mobile .au-navbar-menu ul li.drop .arrow {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
	cursor: pointer;
	padding: 7px 20px;
}

.au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu {
	display: none;
}

.au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a {
	font-size: 15px;
	padding: 13px 50px;
	background: #f2f2f2;
}

.au-navbar-mobile .au-navbar-menu ul li.drop .drop-menu li a.drop-menu-inner {
	padding: 13px 30px 13px 80px;
}

/* End Header Mobile */
/* Header Scroll hp-1 hp-2 hp-3 hp-6*/
.show-mobile-header.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
}

.show-mobile-header.fixed {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.header-hp-1 .menu-desktop.fixed {
	z-index: 9999;
	position: fixed;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	top: 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-animation-fill-mode: inherit;
	animation-fill-mode: inherit;
}

.header-hp-1 .menu-desktop.fixed .logo {
	padding: 15px 0 15px;
}

.header-hp-1 .menu-desktop.fixed .menu-item {
	padding: 23px 0px 20px 0;
}

/* End Header Scroll hp-1 hp-2 hp-3 hp-6*/
/* Header Scroll hp-4 */
.header-hp-1.header-hp-4 .menu-desktop.fixed .top-header {
	display: none;
}

/* End Header Scroll hp-4 */
/* Header Scroll hp-5 */
.header-hp-1.style-header-hp-5 .menu-desktop.fixed {
	display: none;
}

/* End Header Scroll hp-5 */
/* 5. Footer ------------------------------------------------------------ */
/* Footer hp-1*/
footer {
	/*padding: 117px 0 0px;*/
}

.footer-section {
	position: relative;
	background: #364e68;
	margin: 0 80px 0px;
}

.footer-section .footer-content .footer-items.footer-items-1 {
	padding-left: 70px;
}

.footer-section .footer-content .footer-items.footer-items-2 {
	padding-left: 63px;
}

.footer-section .footer-content .footer-items .logo {
	padding-bottom: 30px;
}

.footer-section .footer-content .footer-items h4 {
	color: #fff;
	padding: 4px 0 29px;
}

.footer-section .footer-content .footer-items p {
	color: #fff;
}
 .footer-items.copyright p {
	color: rgba(0,0,0,0.3);
	font-size: 14px;
	margin: 25px 0px;
	text-align: center;
	font-weight: 400;
}

 .footer-items.copyright p a{
	color: rgba(0,0,0,0.3);
}
 .footer-items.copyright p a:hover{
	color: rgba(0,0,0,0.5);
}

.footer-section .footer-content .footer-items span {
	color: #fff;
}

.footer-section .footer-content .footer-items .socials {
	padding-top: 14px;
}

.footer-section .footer-content .footer-items .socials a {
	color: #fff;
	font-size: 17px;
	padding-right: 14px;
}

.footer-section .footer-content .footer-items .socials a:hover {
	color: #ccc;
}

.footer-section .footer-content .footer-items .contact,
.footer-section .footer-content .footer-items .profile {
	padding-bottom: 9px;
}

.footer-section .footer-content .footer-items .contact i,
.footer-section .footer-content .footer-items .profile i {
	color: #fff;
	padding-right: 7px;
	width: 20px;
}

.footer-section .footer-content .footer-items a {
	color: #fff;
	letter-spacing: 1px;
}

.footer-section .footer-content .footer-items a:hover {
	color: #ccc;
}

.footer-section .footer-content .footer-items-1 .contact a{
	letter-spacing: 0;
}

.footer-section .footer-content .footer-items .email {
	padding: 11px 0 34px;
	position: relative;
}

.footer-section .footer-content .footer-items .email input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.footer-section .footer-content .footer-items .email input::-webkit-input-placeholder {
	color: #fff;
}

.footer-section .footer-content .footer-items .email input::-moz-placeholder {
	color: #fff;
}

.footer-section .footer-content .footer-items .email input:-ms-input-placeholder {
	color: #fff;
}

.footer-section .footer-content .footer-items .email input:-moz-placeholder {
	color: #fff;
}

.footer-section .footer-content .footer-items .email input::placeholder {
	font-size: 13px;
	color: #fff;
}

.footer-section .footer-content .footer-items .email .send {
	color: #fff;
	position: absolute;
	right: 0;
	margin-top: 7px;
	font-size: 13px;
	cursor: pointer;
}

/* End Footer hp-1*/
/* Footer hp-2*/
.footer-section.footer-hp-2 {
	margin: 0;
}

/* End Footer hp-2*/
/* Landing ------------------------------------------------------------*/
/* Landing Header */
.landing-header {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.landing-header .content {
	padding-bottom: 245px;
}

.landing-header .landing-inner-1 {
	padding: 35px 50px 183px;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}

.landing-header .landing-inner-1 figure {
	margin: -3px 0 0;
}

.landing-header .landing-inner-1 .btn-small {
	padding: 17px 28px;
}

.landing-header .landing-inner-1 .btn-small i {
	padding-left: 10px;
}

.landing-header .landing-inner-2 {
	text-align: center;
	width: 29%;
	margin: 0 auto;
}

.landing-header .landing-inner-2 span {
	font-size: 25px;
	color: #5a5d5a;
	margin-top: 38px;
	display: block;
}

/* End Landing Header */
/* Landing Homepage */
.landing-homepage.section-box {
	padding: 112px 0 97px;
}

.landing-homepage .content .hp-left {
	padding-right: 35px;
}

.landing-homepage .content .hp-right {
	padding-left: 35px;
}

.landing-homepage .content .details {
	text-align: center;
	padding-bottom: 62px;
}

.landing-homepage .content .details .image {
	overflow: hidden;
	margin-bottom: 38px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.landing-homepage .content .details .image img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.landing-homepage .content .details .image:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.landing-homepage .content .details h3 a {
	font-size: 22px;
	color: #666;
}

.landing-homepage .content .details h3 a:hover {
	color: #333;
}

/* End Landing Homepage */
/* Landing Footer */
.landing-footer {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
}

.landing-footer .content {
	text-align: center;
	margin: 0 auto;
	width: 30%;
	padding: 90px 0 95px;
}

.landing-footer .content h4 {
	font-size: 21px;
}

.landing-footer .content p {
	margin: 19px 0 43px;
}

.landing-footer .content .btn-small {
	padding: 17px 28px;
}

.landing-footer .content .btn-small i {
	padding-left: 10px;
}

/* End Landing Footer */
/* Landing Layout */
.landing-layout {
	background: #f7f7f7;
	padding-top: 111px;
}

.landing-layout .special-heading {
	margin-bottom: 73px;
}

.landing-layout .content {
	padding-left: 142px;
	padding-right: 142px;
	align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
}

.landing-layout .content .landing-item .images {
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.landing-layout .content .landing-item .images img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.landing-layout .content .landing-item .images:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.landing-layout .content .landing-bigger {
	position: relative;
	z-index: 9;
}

.landing-layout .content .landing-bigger.landing-left {
	margin-left: -272px;
}

.landing-layout .content .landing-bigger.landing-right {
	margin-right: -272px;
}

.landing-layout .content .landing-center {
	position: relative;
	z-index: 99;
	margin-left: -272px;
	margin-right: -272px;
}

/* End Landing Layout */
/* Landing Page Section */
.landing-page-section .content {
	position: relative;
	padding: 228px 0 235px;
	margin-top: 150px;
}

.landing-page-section .content.content-2 {
	margin: 100px 0 120px;
}

.landing-page-section .content h4 {
	font-size: 30px;
}

.landing-page-section .content p {
	margin: 15px 0 53px;
}

.landing-page-section .content .btn-small {
	padding: 17px 34.5px;
}

.landing-page-section .content .btn-small i {
	padding-left: 10px;
}

.landing-page-section .content .portfolio-layouts {
	text-align: right;
	padding-right: 35px;
}

.landing-page-section .content .pages-right {
	margin-left: 50%;
}

.landing-page-section .content .other-pages {
	padding-left: 35px;
}

.landing-page-section .content .portfolio-image-view {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-right: 0;
}

.landing-page-section .content .portfolio-image-view .portfolio-right {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	padding-left: 35px;
}

.landing-page-section .content .page-image-view {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-left: 0;
}

.landing-page-section .content .page-image-view .page-left {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	padding-right: 35px;
}

.landing-page-section .content .portfolio-item.portfolio-small {
	z-index: 9;
}

.landing-page-section .content .portfolio-item.portfolio-bigger {
	margin-left: -70%;
	z-index: 99;
}

.landing-page-section .content .portfolio-item.portfolio-bigger-2 {
	margin-right: -70%;
	z-index: 99;
}

.landing-page-section .content .portfolio-item .images {
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.landing-page-section .content .portfolio-item .images img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.landing-page-section .content .portfolio-item .images:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* End Landing Page Section */
/* 6. Homepage ------------------------------------------------------------ */
/* Slider Revolution Section */
.style-home-slider-hp-1 {
	padding: 0 80px;
}

.style-home-slider-hp-1 .slide-caption-title-1 {
	font-weight: 500;
	background: #fff;
	letter-spacing: 5px;
}

.style-home-slider-hp-1 .slide-caption-title-2 {
	font-weight: 300;
}

.style-home-slider-hp-1 .slide-caption-title-2 span {
	font-weight: 600;
}

.style-home-slider-hp-1 .slide-caption-title-3 {
	font-weight: 500;
}

.style-home-slider-hp-1 .uranus .tp-bullet {
	width: 28px;
	height: 2px;
	position: absolute;
	background: #666;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	cursor: pointer;
}

.style-home-slider-hp-1 .uranus .tp-bullet .tp-bullet-inner {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	height: auto;
}

.style-home-slider-hp-1 .uranus .tp-bullet.selected,
.style-home-slider-hp-1 .uranus .tp-bullet:hover {
	height: 4px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	background: #666;
	margin-top: -2px;
	margin-right: 10px;
}

.style-home-slider-hp-1 .uranus .tp-bullet.selected .tp-bullet-inner,
.style-home-slider-hp-1 .uranus .tp-bullet:hover .tp-bullet-inner {
	background-color: #666;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
}

.style-home-slider-hp-1 .hesperiden.tparrows {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.style-home-slider-hp-1 .hesperiden.tparrows:before {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 25px;
	color: #ccc;
}

.style-home-slider-hp-1 .hesperiden.tparrows.tp-leftarrow:before {
	content: '\f2f4';
}

.style-home-slider-hp-1 .hesperiden.tparrows.tp-rightarrow:before {
	content: '\f2f6';
}

/* End Slider Revolution Section */
/* Categories Section */
.categories-hp-1.section-box {
	padding-bottom: 111px;
}

.categories-hp-1 .categories-content .lighting {
	padding-top: 41px;
	margin-right: 10px;
}

.categories-hp-1 .categories-content .furniture {
	margin: 0 5px;
}

.categories-hp-1 .categories-content .decoration {
	padding-top: 41px;
	margin-left: 10px;
}

.categories-hp-1 .categories-content .categories-detail {
	position: relative;
}

.categories-hp-1 .categories-content .categories-detail .images {
	overflow: hidden;
}

.categories-hp-1 .categories-content .categories-detail .images img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}

.categories-hp-1 .categories-content .categories-detail .product {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #faf8f5;
}

.categories-hp-1 .categories-content .categories-detail .product a {
	padding: 7.5px 20px;
}

.categories-hp-1 .categories-content .categories-detail .product a:hover {
	color: #333;
}

.categories-hp-1 .categories-content .categories-detail .product .name {
			font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
}

.categories-hp-1 .categories-content .categories-detail .product .quantity {
	display: none;
	color: #666;
}

.categories-hp-1 .categories-content .categories-detail .product:hover .line {
	display: none;
}

.categories-hp-1 .categories-content .categories-detail .product:hover .quantity {
	display: inline-block;
}

.categories-hp-1 .categories-content .categories-detail:hover .images img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* End Categories Section */
/* Featured Sale Section */
/*.featured-hp-1 .woocommerce {
	margin: 0 -150px;
}*/

.featured-hp-1 .content-area {
	overflow: hidden;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link {
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;

}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image,.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title {
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image a:hover{
	/*transform: scale(1.05);
	transition:0.3s;*/
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title{
	padding: 20px 20px;
	background-color: #fff;
	height: 100px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .wp-post-image img {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	width: 100%;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .wp-post-image .image-secondary {
	position: absolute;
	top: 0;
	right: 100%;
}

/*.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .onnew,
.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .onsale {
	position: absolute;
	top: 20px;
	left: 0;
}*/

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .yith-wcwl-add-button {
	position: absolute;
	top: 17px;
	right: 19px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .yith-wcwl-add-button .add_to_wishlist {
	font-size: 20px;
	color: #999;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .yith-wcwl-add-button:hover .add_to_wishlist i:before {
	content: '\f15f';
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .add_to_cart_button {
	width: 42px;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: absolute;
	right: 20px;
	bottom: 26px;
	/*transition: 0.3s;*/
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .add_to_cart_button a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .add_to_cart_button img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .add_to_cart_button:hover {
	background: #333;
	border: none;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .woocommerce-loop-product__title {
	/*position: absolute;*/
	left: 20px;
	bottom: 52px;
	font-weight: 500;
	font-size: 16px;
	overflow:hidden;
	max-height: 19px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .woocommerce-loop-product__title a {
	transition: 0.3s;
	width: calc(100% - 60px);
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .woocommerce-loop-product__title a:hover {
	color: #2789b5;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .price {
	/*position: absolute;*/
	left: 20px;
	bottom: 19px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .price ins {
	text-decoration: none;
	 color: #eba6aa;
	font-weight: 600;
	font-size: 20px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .price del {
	padding-right: 10px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title .price .woocommerce-Price-currencySymbol {
	margin-right: -2px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title:hover {
	/*border: 1px solid #e5e5e5;*/
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-title:hover .wp-post-image .image-secondary {
	right: 0;
}

.featured-hp-1 .view-all {
	text-align: center;
	padding: 30px 0 120px;
}

.featured-hp-1 .view-all .btn-small {
	padding: 17px 35.5px;
}

.featured-hp-1 .view-all i {
	padding-left: 9px;
}

/* End Featured Sale Section */
/* Banner Section */
.banner-hp-1.section-box {
	padding: 0 0 143px;
}

.banner-hp-1 .bg-image {
	position: relative;
	overflow: hidden;
}

.banner-hp-1 .bg-image:before,
.banner-hp-1 .bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
}

.banner-hp-1 .banner-left {
	margin-right: -20px;
	position: relative;
}

.banner-hp-1 .banner-left .info {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 10%;
	width: 100%;
	text-align: center;
}

.banner-hp-1 .banner-left .info .sale {
	color: #d7b89c;
	font-weight: 500;
	background: #fff;
	padding: 0px 23.5px;
	line-height: 1.55;
}

.banner-hp-1 .banner-left .info span {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	padding: 2px 0 4px;
}

.banner-hp-1 .banner-left .info .shop {
	display: block;
	color: #fff;
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
}

.banner-hp-1 .banner-left .info .shop i {
	padding-left: 10px;
}

.banner-hp-1 .banner-left .info .shop:hover {
	transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
}

.banner-hp-1 .banner-right {
	margin-left: 20px;
	position: relative;
}

.banner-hp-1 .banner-right .info {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 2px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	color: #fff;
	padding: 4px 26px 10px;
	width: 53.4%;
	top: 11.8%;
}

.banner-hp-1 .banner-right .info .text-1 {
	font-size: 30px;
	margin-bottom: -10px;
}

.banner-hp-1 .banner-right .info .text-1 span {
	font-size: 50px;
	font-weight: 700;
}

.banner-hp-1 .banner-right .info .text-2 {
	font-size: 25px;
}

.banner-hp-1 .banner-left:hover .bg-image:before,
.banner-hp-1 .banner-right:hover .bg-image:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-hp-1 .banner-left:hover .bg-image:after,
.banner-hp-1 .banner-right:hover .bg-image:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

/* End Banner Section */
/* Testimonials Section */
.testimonials-hp-1 .testimonials-content {
	margin: 0 65px;
	background: #f7f7f7;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots,
.testimonials-hp-1 .owl-carousel.owl-theme .owl-thumbs {
	display: none;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
	position: absolute;
	width: 42%;
	left: 42%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-top: 0;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	font-size: 20px;
	color: #999;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #333;
}

.testimonials-hp-1 .owl-carousel .item .right-block {
	padding-right: 300px;
}

.testimonials-hp-1 .owl-carousel .item .left-block {
	padding-left: 250px;
}

.testimonials-hp-1 .owl-carousel .item .left-block .images {
	padding-right: 25px;
}

.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
	padding-left: 272px;
	margin: 13px 0 -13px;
}

.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 .images {
	padding-right: 0px;
	margin-right: -38px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
	padding: 149px 65px 135px 85px;
	text-align: center;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail i {
	font-size: 90px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail p {
	margin-top: 7px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail h5 {
	font-size: 20px;
	padding: 38px 0 4px;
}

/* End Testimonials Section */
/* Insta Follow Section */
.insta-hp-1 .insta-content {
	text-align: center;
	margin-top: -9px;
	padding: 0 5px;
}

.insta-hp-1 .insta-content span {
	color: #999;
	display: block;
	padding: 10px 0 53px;
}

.insta-hp-1 .insta-content .insta-detail {
	/*margin: 0 -5px;*/
 /* cursor: pointer;*/
	margin-bottom: 30px;
}

.insta-hp-1 .insta-content .insta-detail .insta-image {
	position: relative;
	border: 1px solid #dddddd;
    
}

.insta-hp-1 .insta-content .insta-detail .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.insta-hp-1 .insta-content .insta-detail:hover .overlay {
	opacity: 1;
}

/* End Insta Follow Section */
/* Slider Revolution Section */
.style-home-slider-hp-2 {
	position: relative;
	padding: 0px 80px;
}

.style-home-slider-hp-2 .slide-caption-title-1 {
	font-weight: 600;
}

.style-home-slider-hp-2 .slide-caption-title-3,
.style-home-slider-hp-2 .slide-caption-title-4 {
	font-weight: 500;
}

.style-home-slider-hp-2 .au-btn i {
	padding-left: 6px;
}

.style-home-slider-hp-2 .btn-small {
	padding: 17px 32px;
}

.style-home-slider-hp-2 .hesperiden.tparrows {
	background: none;
	width: 50px;
	height: 50px;
	transition: 0.3s;
}

.style-home-slider-hp-2 .hesperiden.tparrows:hover {
	background: rgb(255 255 255 / 76%);
	box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}


.style-home-slider-hp-2 .hesperiden.tparrows:before {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 33px;
	line-height: 52px;
	color: #666;
}

.style-home-slider-hp-2 .hesperiden.tparrows.tp-leftarrow:before {
	content: '\f2fa';
}

.style-home-slider-hp-2 .hesperiden.tparrows.tp-leftarrow:after {
	/*content: '';
	background: #666;
	width: 10px;
	height: 1px;
	position: absolute;
	right: -10px;
	top: 48%;*/
}

.style-home-slider-hp-2 .hesperiden.tparrows.tp-rightarrow:before {
	content: '\f2fb';
}

.style-home-slider-hp-2 .hesperiden.tparrows.tp-rightarrow:after {
	/*content: '';
	background: #666;
	width: 10px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: 48%;*/
}

.style-home-slider-hp-2 .wrap-scroll-slider1 {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
}

.style-home-slider-hp-2 .wrap-scroll-slider1 .scroll-slider1 {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 33px;
	height: 48px;
	background: transparent;
	border: 1px solid #333;
	border-radius: 16.5px;
	-moz-border-radius: 16.5px;
	-webkit-border-radius: 16.5px;
	-o-border-radius: 16.5px;
	-ms-border-radius: 16.5px;
}

.style-home-slider-hp-2 .wrap-scroll-slider1 .scroll-slider1:before {
	content: "";
	width: 1px;
	height: 15px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.style-home-slider-hp-2 .display-flex-center {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

/* End Slider Revolution Section */
/* Arrivals Section */
.arrivals-hp-2.section-box {
	padding-bottom: 140px;
}

.arrivals-hp-2 .arrivals-content {
	margin: 0 65px;
}

.arrivals-hp-2 .arrivals-content .arrivals-left {
	padding-right: 55px;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-dots,
.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-thumbs {
	display: none;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item img {
	width: auto;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item .images .bg-image {
	position: relative;
	overflow: hidden;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item .images .bg-image:before,
.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item .images .bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item .images:hover .bg-image:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-carousel .owl-item .images:hover .bg-image:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin-top: 0;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	margin: 0;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	background: #333;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav button.owl-prev,
.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav button.owl-next {
	padding: 0 15px !important;
	background: #fff;
	font-size: 20px;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav button.owl-prev.disabled,
.arrivals-hp-2 .arrivals-content .arrivals-left .owl-theme .owl-nav button.owl-next.disabled {
	opacity: 1;
	cursor: pointer;
}

.arrivals-hp-2 .arrivals-content .woocommerce {
	margin: 0 0 0 -5px;
}

.arrivals-hp-2 .arrivals-content .woocommerce .special-heading {
	margin-top: -9px;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-thumbs,
.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-nav {
	display: none;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .item {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	margin: 0 -15px;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .item img {
	width: auto;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .item .type-product {
	padding: 0 15px;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-dots .owl-dot {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-dots .owl-dot span {
	width: 28px;
	height: 2px;
	margin: 0px 5px;
	background: #666;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.arrivals-hp-2 .arrivals-content .woocommerce .owl-carousel .owl-dots .owl-dot.active span {
	height: 4px;
	background: #666;
}

/* End Arrivals Section */
/* Best Sellers Section */
.seller-hp-2.arrivals-hp-2.section-box {
	padding-bottom: 110px;
}

.seller-hp-2.arrivals-hp-2 .arrivals-content .arrivals-left {
	padding: 0 0 0 55px;
}

.seller-hp-2.arrivals-hp-2 .arrivals-content .woocommerce {
	margin: 0 -5px 0 0;
}

/* End Best Sellers Section */
/* Deal Off Section */
.deal-hp-2 .deal-content {
	margin: 0 65px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	padding: 130px 30px 120px;
}

.deal-hp-2 .deal-content p {
	font-size: 17px;
	font-weight: 500;
	color: #555;
}

.deal-hp-2 .deal-content p span {
	font-weight: 600;
	color: #ff6666;
}

.deal-hp-2 .deal-content .special-heading {
	padding-top: 13px;
	margin-bottom: 60px;
}

.deal-hp-2 .deal-content #clockdiv {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
}

.deal-hp-2 .deal-content #clockdiv .clock-inner {
	padding: 0 50px;
}

.deal-hp-2 .deal-content #clockdiv .clock-inner span {
	font-size: 50px;
	color: #333;
}

.deal-hp-2 .deal-content #clockdiv .clock-inner .smalltext {
	font-size: 20px;
	margin-top: -12px;
}

.deal-hp-2 .deal-content .shop {
	padding-top: 50px;
}

.deal-hp-2 .deal-content .shop .btn-small {
	padding: 17px 39px;
}

.deal-hp-2 .deal-content .shop i {
	padding-left: 10px;
}

.deal-hp-2 .deal-content .image {
	position: absolute;
	top: 34%;
	right: 9.5%;
}

/* End Deal Off Section  */
/* Shop Section */
.shop-hp-4.featured-hp-1 .woocommerce {
	margin: 0;
}

.shop-hp-4.featured-hp-1 .content-area {
	overflow: inherit;
}

.shop-hp-4.featured-hp-1 .content-area .type-product {
	margin: 0 -15px;
	height: 100%;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link {
	height: 100%;
	margin-bottom: 0;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-1 {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-1:hover {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-2 {
	border-top: none;
	border-bottom: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-2:hover {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-3 {
	border-bottom: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image.product-image-3:hover {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .wp-post-image {
	width: 100%;
	text-align: center;
	height: 100%;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .add_to_cart_button {
	right: 25px;
	bottom: 35px;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .yith-wcwl-add-button {
	top: 22px;
	right: 25px;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .woocommerce-loop-product__title {
	font-size: 20px;
	left: 25px;
	bottom: 59px;
}

.shop-hp-4.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .price {
	font-size: 17px;
	left: 25px;
	bottom: 24px;
}

/* End Shop Section */
/* Slider Revolution Section */
.style-home-slider-hp-2.style-home-slider-hp-4 {
	padding: 0 80px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .slide-caption-title-1 {
	font-weight: 600;
	position: relative;
	padding-left: 20px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .slide-caption-title-1:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: #333;
	width: 8px;
	height: 112px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .btn-small {
	padding: 17px 35px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .hesperiden.tparrows {
	background: #fff;
	width: 54px;
	height: 41px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .hesperiden.tparrows.tp-leftarrow:before {
	margin-left: -10px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .hesperiden.tparrows.tp-leftarrow:after {
	right: 15px;
	top: 47%;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .hesperiden.tparrows.tp-rightarrow:before {
	margin-right: -10px;
}

.style-home-slider-hp-2.style-home-slider-hp-4 .hesperiden.tparrows.tp-rightarrow:after {
	left: 15px;
	top: 47%;
}

/* End Slider Revolution Section */
/* Banner Section */
.banner-hp-4 .banner-content .banner-detail {
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.banner-hp-4 .banner-content .banner-detail .images {
	overflow: hidden;
}

.banner-hp-4 .banner-content .banner-detail .images img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-hp-4 .banner-content .banner-detail p {
	color: #333;
	padding: 5px 0 16px;
}

.banner-hp-4 .banner-content .banner-detail .shop {
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
}

.banner-hp-4 .banner-content .banner-detail .shop i {
	padding-left: 10px;
}

.banner-hp-4 .banner-content .banner-detail .shop:hover {
	transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
}

.banner-hp-4 .banner-content .banner-detail .info {
	position: absolute;
	top: 11%;
	left: 9%;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-1 {
	margin-bottom: 0px;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-1 h3 {
	font-size: 40px;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-1 p {
	font-size: 18px;
	padding: 6px 0 14px;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-1 .info {
	top: 28.5%;
	left: auto;
	right: 8.3%;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-2 {
	margin-bottom: 0px;
	height: 100%;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-2 h3 {
	font-size: 40px;
	padding-bottom: 13px;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-2 p {
	font-size: 20px;
	padding: 0 0 1px;
}

.banner-hp-4 .banner-content .banner-detail.banner-detail-2 .info {
	width: 100%;
	top: 73.4%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
}

.banner-hp-4 .banner-content .banner-detail:hover .images img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* End Banner Section */
/* Featured Sale Section */
.featured-hp-1.featured-hp-4 .woocommerce {
	margin: 0;
	padding-top: 141px;
}

/* End Featured Sale Section */
/* News Section */
.news-hp-4.section-box {
	padding-top: 141px;
}

.news-hp-4 .news-content .news-details {
	position: relative;
}

.news-hp-4 .news-content .news-details .images {
	overflow: hidden;
}

.news-hp-4 .news-content .news-details img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-hp-4 .news-content .news-details .info {
	background: #fff;
	position: absolute;
	bottom: 6%;
	left: 7.5%;
	right: 7.5%;
	padding: 20px 7px 18px 25px;
}

.news-hp-4 .news-content .news-details .info h4 {
	font-size: 20px;
	padding-top: 4px;
	line-height: 1.5;
}

.news-hp-4 .news-content .news-details .info .date {
	font-size: 13px;
	color: #999;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.news-hp-4 .news-content .news-details .info .date .time {
	padding-right: 20px;
}

.news-hp-4 .news-content .news-details .info .date i {
	padding-right: 8px;
}

.news-hp-4 .news-content .news-details:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* End News Section */
/* Newsletter Section */
.newsletter-hp-4 {
	margin: 0 80px;
}

.newsletter-hp-4 .newsletter-content {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 87px 0 78px;
}

.newsletter-hp-4 .newsletter-details {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.newsletter-hp-4 .newsletter-details p {
	font-size: 30px;
	font-weight: 500;
	color: #333;
	padding-right: 114px;
}

.newsletter-hp-4 .newsletter-details p span {
	font-size: 45px;
	display: block;
	margin-top: -18px;
}

.newsletter-hp-4 .newsletter-details input {
	border: 1px solid #333;
	width: 55%;
	padding: 17.5px 19px;
}

.newsletter-hp-4 .newsletter-details .au-btn {
	margin-left: 23px;
}

.newsletter-hp-4 .newsletter-details .au-btn i {
	padding-left: 10px;
}

.newsletter-hp-4 .newsletter-details .au-btn-black {
	width: 155px;
	height: 60px;
	line-height: 60px;
}

/* End Newsletter Section */
/* Video Section */
.video-hp-4 {
	position: relative;
	margin: 0 80px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.video-hp-4 .video-content {
	padding: 141px 220px 143px;
	text-align: center;
	color: #fff;
}

.video-hp-4 .video-content h2 {
	color: #fff;
}

.video-hp-4 .video-content p {
	padding: 24px 0 60px;
}

.video-hp-4 .video-content .btn-play {
	cursor: pointer;
}

#modal-video .modal-dialog {
	max-width: 70%;
	margin: 150px auto;
}

/* End Video Section */
/* Items Section */
.items-hp-5 .woocommerce {
	width: 100%;
}

.items-hp-5 .woocommerce .woocommerce-product-gallery {
	width: 33.33%;
	padding-top: 72px;
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .item img {
	width: auto;
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	position: absolute;
	top: 60.5%;
	left: 111%;
	margin-bottom: 10px;
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
	padding: 0;
	margin-right: 15px;
	width: 100px;
	height: 90px;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	background: transparent;
	border: 1px solid #f2f2f2;
	cursor: pointer;
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:hover {
	border: 1px solid #e5e5e5;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item.active {
	border: 1px solid #e5e5e5;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.items-hp-5 .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
	margin-right: 0px;
}

.items-hp-5 .woocommerce .entry-summary {
	width: 33.33%;
	padding: 170px 65px 100px 68px;
}

.items-hp-5 .woocommerce .entry-summary .product_title {
	font-size: 30px;
}

.items-hp-5 .woocommerce .entry-summary .woocommerce-product-details__short-description {
	padding: 17px 0 43px;
}

.items-hp-5 .woocommerce .entry-summary .price {
	font-size: 25px;
	font-weight: 500;
	color: #333;
	float: left;
	margin-right: 19px;
}

.items-hp-5 .woocommerce .entry-summary .price .woocommerce-Price-currencySymbol {
	margin-right: -5px;
}

.items-hp-5 .woocommerce .entry-summary .single_add_to_cart_button i {
	padding-left: 10px;
}

.items-hp-5 .woocommerce .entry-summary .btn-small {
	padding: 17px 34.5px;
}

.items-hp-5 .woocommerce .images-cover {
	width: 33.33%;
}

.items-hp-5 .woocommerce .images-cover .bg-image {
	position: relative;
	overflow: hidden;
}

.items-hp-5 .woocommerce .images-cover .bg-image:before,
.items-hp-5 .woocommerce .images-cover .bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
}

.items-hp-5 .woocommerce .images-cover:hover .bg-image:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.items-hp-5 .woocommerce .images-cover:hover .bg-image:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.items-hp-5 .woocommerce.items-content-1 .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	right: 111%;
	left: auto;
}

.items-hp-5 .woocommerce.items-content-1 .entry-summary {
	text-align: right;
}

.items-hp-5 .woocommerce.items-content-1 .entry-summary form.cart {
	float: left;
	margin-left: 46.5%;
}

.items-hp-5 .woocommerce.items-content-1 .entry-summary .price {
	float: none;
	margin-right: 0;
}

/* End Items Section */
/* Slider Revolution Section */
.style-home-slider-hp-2.style-home-slider-hp-6 .slide-caption-title-0 {
	letter-spacing: 4px;
	background: #033787;
	font-weight: 400;
}

.style-home-slider-hp-2.style-home-slider-hp-6 .slide-caption-title-0.style-slide-caption-title-0 {
	background: #2563b6;
}

.style-home-slider-hp-2.style-home-slider-hp-6 .slide-caption-title-1 {
	font-weight: 600;
}

.style-home-slider-hp-2.style-home-slider-hp-6 .slide-caption-title-2 {
	letter-spacing: 2px;
}

/* End Slider Revolution Section */
/* Items Section */
.items-hp-6.section-box {
	padding-bottom: 90px;
}

.items-hp-6.featured-hp-1 .woocommerce {
	margin: 0;
}

.items-hp-6.featured-hp-1 .woocommerce .content-area {
	overflow: visible;
}

.items-hp-6 .items-content {
	background-position: center center;
	background-repeat: repeat;
	padding-top: 50px;
}

.items-hp-6 .items-content h2 {
	font-size: 70px;
	padding: 26px 0 62px;
	line-height: 1.15;
}

.items-hp-6 .items-content .btn-small {
	padding: 17px 34.2px;
}

.items-hp-6 .items-content .btn-small i {
	padding-left: 10px;
}

.items-hp-6 .items-content .images {
	overflow: hidden;
}

.items-hp-6 .items-content .images img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.items-hp-6 .items-content .items-left-1 {
	padding: 137px 70px 60px;
	text-align: right;
}

.items-hp-6 .items-content .items-left-1 span {
	background: #eba6aa;
	color: #fff;
	letter-spacing: 3px;
	padding: 4px 11px;
}

.items-hp-6 .items-content .items-right-1 {
	margin: 0 -15px 120px;
	position: relative;
}

.items-hp-6 .items-content .items-right-1:before {
	position: absolute;
	content: '';
	background: url("../images/hp-6-items-bg.jpg");
	top: -9%;
	left: 46%;
	width: 115%;
	height: 100%;
	z-index: -1;
}

.items-hp-6 .items-content .items-right-1:hover .images img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.items-hp-6 .items-content .items-left-2 {
	margin: 90px -15px 170px 0;
	position: relative;
}

.items-hp-6 .items-content .items-left-2:before {
	position: absolute;
	content: '';
	background: url("../images/hp-6-items-bg.jpg");
	top: 8%;
	right: 46%;
	width: 118%;
	height: 100%;
	z-index: -1;
}

.items-hp-6 .items-content .items-left-2:hover .images img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.items-hp-6 .items-content .items-right-2 {
	margin: 90px 0 0 0;
	padding: 137px 70px 60px;
}

.items-hp-6 .items-content .items-right-2 span {
	background: #88cce2;
	color: #fff;
	letter-spacing: 3px;
	padding: 4px 11px;
}

/* End Items Section */
/* Banner Section */
.banner-hp-6 .banner-content {
	margin: 0 65px;
}

.banner-hp-6 .banner-content .banner-details {
	position: relative;
}

.banner-hp-6 .banner-content .banner-details .bg-image {
	position: relative;
	overflow: hidden;
}

.banner-hp-6 .banner-content .banner-details .bg-image:before,
.banner-hp-6 .banner-content .banner-details .bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
}

.banner-hp-6 .banner-content .banner-details .info {
	text-align: center;
	position: absolute;
	left: 5.5%;
	bottom: 35%;
}

.banner-hp-6 .banner-content .banner-details .info h3 {
	font-size: 45px;
}

.banner-hp-6 .banner-content .banner-details .info p {
	font-size: 22px;
	color: #333;
	padding: 12px 0 32px;
}

.banner-hp-6 .banner-content .banner-details .info .shop {
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
}

.banner-hp-6 .banner-content .banner-details .info .shop i {
	padding-left: 10px;
}

.banner-hp-6 .banner-content .banner-details .info .shop:hover {
	transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
}

.banner-hp-6 .banner-content .banner-details:hover .bg-image:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-hp-6 .banner-content .banner-details:hover .bg-image:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

/* End Banner Section */
/* List Section */
.list-hp-6.section-box {
	padding: 116px 0 94px;
}

.list-hp-6 .woocommerce .content-area .list-detail.list-detail-2,
.list-hp-6 .woocommerce .content-area .list-detail.list-detail-3 {
	padding-left: 7px;
}

.list-hp-6 .woocommerce .content-area h4 {
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 38px;
}

.list-hp-6 .woocommerce .content-area h4:before {
	position: absolute;
	content: '';
	background: #333;
	width: 50px;
	height: 2px;
	left: 0;
	top: 100%;
}

.list-hp-6 .woocommerce .content-area .owl-carousel .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.list-hp-6 .woocommerce .content-area .owl-carousel .owl-thumbs,
.list-hp-6 .woocommerce .content-area .owl-carousel .owl-dots {
	display: none;
}

.list-hp-6 .woocommerce .content-area .owl-theme .owl-nav {
	margin-top: 0;
	text-align: right;
	position: absolute;
	width: 100%;
	top: -21.5%;
	right: 0;
}

.list-hp-6 .woocommerce .content-area .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
}

.list-hp-6 .woocommerce .content-area .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.list-hp-6 .woocommerce .content-area .owl-theme .owl-nav .owl-prev,
.list-hp-6 .woocommerce .content-area .owl-theme .owl-nav .owl-next {
	font-size: 22px;
	color: #999;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	padding: 0 16px !important;
}

.list-hp-6 .woocommerce .content-area .type-product .woocommerce-LoopProduct-link {
	margin-bottom: 26px;
}

.list-hp-6 .woocommerce .content-area .type-product .product-image {
	float: left;
	margin: 4px 20px 0 0;
	width: 122px;
	height: 110px;
	border: 1px solid #f2f2f2;
}

.list-hp-6 .woocommerce .content-area .type-product .product-image:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e5e5;
}

.list-hp-6 .woocommerce .content-area .type-product .woocommerce-loop-product__title {
	margin-bottom: 8px;
}

.list-hp-6 .woocommerce .content-area .type-product .price {
	margin-bottom: 20px;
	display: block;
}

.list-hp-6 .woocommerce .content-area .type-product .add_to_wishlist {
	width: 42px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 20px;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	float: left;
	margin-right: 10px;
}

.list-hp-6 .woocommerce .content-area .type-product .add_to_wishlist:hover {
	background: #333;
	border: none;
	color: #fff;
}

.list-hp-6 .woocommerce .content-area .type-product .add_to_cart_button a {
	width: 42px;
	height: 40px;
	border: 1px solid #e5e5e5;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
}

.list-hp-6 .woocommerce .content-area .type-product .add_to_cart_button a img {
	width: auto;
}

.list-hp-6 .woocommerce .content-area .type-product .add_to_cart_button a:hover {
	background: #333;
	border: none;
}

.list-hp-6 .woocommerce .content-area .list-detail-2 .owl-theme .owl-nav {
	right: -2.5%;
}

.list-hp-6 .woocommerce .content-area .list-detail-3 .owl-theme .owl-nav {
	right: -4.5%;
}

/* End List Section */
/* 7. Pages ------------------------------------------------------------ */
/* Our Story Section */
.story-about-section .story-content .story-detail {
	padding: 0 0 0 55px;
	position: relative;
}

.story-about-section .story-content .story-detail:before {
	position: absolute;
	content: '';
	/*background: url(../images/hp-6-items-bg.jpg);*/
	top: 8.5%;
	left: -18.5%;
	width: 119.3%;
	height: 122%;
	z-index: -1;
}

.story-about-section .story-content .story-detail .special-heading {
	text-align: left;
	margin-bottom: 46px;
}

.story-about-section .story-content .story-detail .special-heading:before,
.special-heading.special-heading--left:before
 {
	left: 0;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}


.special-heading.special-heading--left{
text-align: left;
}


.story-about-section .story-content .story-detail p {
	margin-bottom: 15px;
	text-align: justify;
}

.story-about-section .story-content .story-detail .info {
	margin-top: 60px;
}

.story-about-section .story-content .story-detail .info .images {
	width: 125px;
	float: left;
	margin-top: 4px;
}

.story-about-section .story-content .story-detail .info .author {
	width: 57%;
	text-align: center;
}

.story-about-section .story-content .story-detail .info .author .name {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-bottom: 4px;
}

/* End Our Story Section */
/* Gallery Section */
.gallery-about-section.section-box {
	padding-top: 50px;
}

.gallery-about-section .gallery-content {
	padding: 0 7.5px;
}

.gallery-about-section .gallery-content .images {
	margin: 0 -7.5px 15px;
	position: relative;
}

.gallery-about-section .gallery-content .images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.gallery-about-section .gallery-content .images:hover .overlay {
	opacity: 1;
}

.gallery-about-section .gallery-content .images .gallery-zoom .gallery-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 99;
}

/* End Gallery Section */
/* Our Team Section */
.our-team-page.our-team-about.section-box {
	padding: 7px 0 118px;
}

/* End Our Team Section */
/* Testimonials Section */
.testimonials-hp-1.testimonials-about-us {
	background: #f7f7f7;
}

.testimonials-hp-1.testimonials-about-us .testimonials-content {
	background: transparent;
}

/* End Testimonials Section */
/* Map Section */
.map-section .js-map-holder {
	height: 490px;
}

/* End Map Section */
/* Contact Section */
.contact-section.section-box {
	padding: 113px 0 116px;
}

.contact-section .contact-content .quote-form {
	margin-right: 30px;
}

.contact-section .contact-content .quote-form .form-input {
	margin-bottom: 33px;
}

.contact-section .contact-content .quote-form .form-input input {
	padding: 0 0 9px 0;
	border: none;
	border-bottom: 1px solid #333;
}

.contact-section .contact-content .quote-form .form-input input::-webkit-input-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-input input::-moz-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-input input:-ms-input-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-input input:-moz-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-textarea {
	height: 85px;
	margin-bottom: 50px;
}

.contact-section .contact-content .quote-form .form-textarea textarea {
	padding: 0 0 9px 0;
	border: none;
	border-bottom: 1px solid #333;
}

.contact-section .contact-content .quote-form .form-textarea textarea::-webkit-input-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-textarea textarea::-moz-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-textarea textarea:-ms-input-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-textarea textarea:-moz-placeholder {
	color: #888888;
}

.contact-section .contact-content .quote-form .form-bottom {
	position: relative;
	width: 145px;
}

.contact-section .contact-content .quote-form .form-bottom input {
	background: transparent;
	color: #333;
	border: 1px solid #333;
	padding: 12px 55px 12px 35px;
	cursor: pointer;
}

.contact-section .contact-content .quote-form .form-bottom input:hover {
	background: #333;
	color: #fff;
}

.contact-section .contact-content .quote-form .form-bottom span {
	color: #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 68%;
}

.contact-section .contact-content .quote-form .form-bottom:hover span {
	color: #fff;
}

.contact-section .contact-content .contact-details {
	margin-left: 30px;
}

.contact-section .contact-content .contact-details .special-heading {
	text-align: left;
	font-size: 30px;
	padding-bottom: 9px;
	margin-bottom: 40px;
}

.contact-section .contact-content .contact-details .special-heading:before {
	left: 0;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.contact-section .contact-content .contact-details .contact-info .contact-inner h3 {
	font-size: 20px;
	padding-bottom: 23px;
}

.contact-section .contact-content .contact-details .contact-info .contact-inner p.center {
		padding: 12px 0 0;
		margin-bottom: 0;
}

.contact-section .contact-content .contact-details .contact-info .contact-inner p i {
	padding-right: 6px;
}

.contact-section .contact-content .contact-details .contact-info .contact-inner p a {
	color: #666;
}

.contact-section .contact-content .contact-details .contact-info .contact-inner p a:hover {
	color: #333;
}

.contact-section .contact-content .contact-details .socials {
	padding-top: 36px;
}

.contact-section .contact-content .contact-details .socials a {
		color: #e8e8e8;
		font-size: 20px;
		border: 1px solid #374f69;
		background-color: #374f69;
		text-align: center;
		width: 36px;
		height: 33px;
		margin-right: 8px;
		transition: 0.3s;
}

.contact-section .contact-content .contact-details .socials a:hover {
	color: #374f69;
	background-color: transparent;
}

/* End Contact Section */
/* Coming Soon Section  */
.coming-soon-page {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.coming-soon-page .page-detail {
	min-height: 100vh;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.coming-soon-page .page-detail .page-inner {
	text-align: center;
	width: 54.5%;
}

.coming-soon-page .page-detail .page-inner h1 {
	font-size: 60px;
	padding-bottom: 46px;
}

.coming-soon-page .page-detail .page-inner #clock {
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
}

.coming-soon-page .page-detail .page-inner #clock p {
	font-size: 20px;
	padding: 0 43px;
}

.coming-soon-page .page-detail .page-inner #clock .time {
	display: block;
	font-size: 50px;
	color: #333;
	margin-bottom: -11px;
}

.coming-soon-page .page-detail .page-inner .subcribe {
	width: 48%;
	margin: 90px auto 0;
	position: relative;
}

.coming-soon-page .page-detail .page-inner .subcribe input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 5px;
}

.coming-soon-page .page-detail .page-inner .subcribe input::-webkit-input-placeholder {
	color: #333;
}

.coming-soon-page .page-detail .page-inner .subcribe input::-moz-placeholder {
	color: #333;
}

.coming-soon-page .page-detail .page-inner .subcribe input:-ms-input-placeholder {
	color: #333;
}

.coming-soon-page .page-detail .page-inner .subcribe input:-moz-placeholder {
	color: #333;
}

.coming-soon-page .page-detail .page-inner .subcribe .au-btn {
	border: none;
	position: absolute;
	right: 0;
	bottom: 14px;
}

.coming-soon-page .page-detail .page-inner .subcribe .au-btn i {
	padding-left: 10px;
}

.coming-soon-page .page-detail .page-inner .subcribe .au-btn:before {
	content: none;
}

.coming-soon-page .page-detail .page-inner .subcribe .au-btn:hover {
	color: #333;
	right: -10px;
}

/* End Coming Soon Section */
.page-not-found {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-not-found .page-detail {
	min-height: 100vh;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

.page-not-found .page-detail .page-inner {
	text-align: center;
	width: 46%;
}

.page-not-found .page-detail .page-inner h2 {
	font-size: 60px;
	color: #fff;
}

.page-not-found .page-detail .page-inner p {
	font-size: 18px;
	color: #fff;
	padding: 21px 0 61px;
}

.page-not-found .page-detail .page-inner .au-btn-white i {
	padding-left: 10px;
}

.page-not-found .page-detail .page-inner .btn-small {
	padding: 17px 34.5px;
}

/* 8. Shop ------------------------------------------------------------ */
/* Shop Section Of Shop Full Width */
.featured-hp-1.shop-full-page .woocommerce {
	padding-top: 120px;
}

.featured-hp-1.shop-full-page .woocommerce .pagination {
	padding: 24px 0 83px;
}

.featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers {
	margin: 0 auto;
}

.featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a {
	font-size: 18px;
	color: #999;
	padding: 8px;
}

.featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a.current,
.featured-hp-1.shop-full-page .woocommerce .pagination .page-numbers a:hover {
	color: #333;
}

.storefront-sorting {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 40px;
}

.storefront-sorting .woocommerce-ordering,
.select-new {
	position: relative;
	background-color: #ffffff;
}

.storefront-sorting .woocommerce-ordering select,
.select-new select
 {
	width: 241px;
	padding: 11.5px 20px;
	cursor: pointer;
	position: relative;
	background: 0 0;
	z-index: 9;
}

.select-new{
	display: inline-block;
}

.select-new select{
	width: initial;
	min-width: 90px;
}




.storefront-sorting .woocommerce-ordering span,
.select-new span
 {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 20px;
	z-index: 0;
}

/* End Shop Section Of Shop Full Width */
/* Shop Section Of Shop Right Width Siderbar */
.shop-right-siderbar .widget-area {
	padding-bottom: 100px;
}

.shop-right-siderbar .widget-area .widget_search {
	position: relative;
	margin: -6px 0 55px;
}

.shop-right-siderbar .widget-area .widget_search input {
	padding: 0 0 9px;
	border: none;
	border-bottom: 1px solid #333;
}

.shop-right-siderbar .widget-area .widget_search input::-webkit-input-placeholder {
	color: #333;
}

.shop-right-siderbar .widget-area .widget_search input::-moz-placeholder {
	color: #333;
}

.shop-right-siderbar .widget-area .widget_search input:-ms-input-placeholder {
	color: #333;
}

.shop-right-siderbar .widget-area .widget_search input:-moz-placeholder {
	color: #333;
}

.shop-right-siderbar .widget-area .widget_search .search-submit {
	border: none;
	background: transparent;
	font-size: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -4px;
	cursor: pointer;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.shop-right-siderbar .widget-area .widget_price_filter {
	margin-bottom: 55px;
}

.shop-right-siderbar .widget-area .widget_price_filter .widget-title {
	font-size: 20px;
	margin-bottom: 35px;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-target {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	background: #e5e5e5;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-horizontal {
	height: 4px;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-connects .noUi-connect {
	background: #333;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-origin .noUi-handle {
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #333;
	cursor: pointer;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	width: 12px;
	height: 12px;
	top: -5px;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-origin .noUi-handle:before,
.shop-right-siderbar .widget-area .widget_price_filter .noUi-origin .noUi-handle:after {
	content: none;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-origin .noUi-handle-lower {
	right: -11px;
}

.shop-right-siderbar .widget-area .widget_price_filter .noUi-origin .noUi-handle-upper {
	right: 0;
}

.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-top: 30px;
}

.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount .btn-small {
	padding: 5.5px 13px;
}

.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount #value-lower {
	margin-left: 4px;
}

.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount #value-lower,
.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount #value-upper {
	position: relative;
	padding-left: 9px;
}

.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount #value-lower:before,
.shop-right-siderbar .widget-area .widget_price_filter .price_slider_amount #value-upper:before {
	position: absolute;
	content: '$';
	left: 0;
}

.shop-right-siderbar .widget-area .widget_product_categories {
	margin-bottom: 33px;
}

.shop-right-siderbar .widget-area .widget_product_categories .widget-title {
	font-size: 22px;
	margin-bottom: 23px;
	font-weight: 600;
}

.shop-right-siderbar .widget-area .widget_product_categories .product-categories .cat-item {
	padding-bottom: 15px;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	font-family: 微軟正黑體, sans-serif;
}

.shop-right-siderbar .widget-area .widget_product_categories .product-categories .cat-item a {
	color: #666;
}

.shop-right-siderbar .widget-area .widget_product_categories .product-categories .cat-item a:hover,
.shop-right-siderbar .widget-area .widget_product_categories .product-categories .cat-item.active a
 {
	color: #446094;
}

.shop-right-siderbar .widget-area .widget_products {
	overflow: hidden;
	margin-bottom: 40px;
}

.shop-right-siderbar .widget-area .widget_products .widget-title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget {
	margin-bottom: 41px;
	display: flex;
	align-items: center;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget img {
	border: 1px solid #f2f2f2;
	float: left;
	width: 100%;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget img:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e5e5;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget .info {
	/*margin-left: 120px;
	margin-top: -76px;*/
	padding-left: 10px;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget .info .product-title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding-bottom: 4px;
	max-height: 42px;
	overflow: hidden;
	line-height: 1.4;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget .info .product-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



.shop-right-siderbar .widget-area .widget_products .product_list_widget .info .product-title a:hover {
	padding-left: 8px;
}

.shop-right-siderbar .widget-area .widget_banner {
	position: relative;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 31px;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content span {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content p {
	font-size: 12px;
	font-weight: 500;
	margin: -3px 0 4px;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content a {
	font-size: 12px;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content a i {
	padding-left: 8px;
}

.shop-right-siderbar .widget-area .widget_banner .widget_banner-content a:hover {
	padding-left: 20px;
}

/* End Shop Section Of Shop Right Width Siderbar */
/* Shop Single v1 */
.shop-single-v1-section.section-box {
	padding: 120px 0 70px;
}

.shop-single-v1-section.featured-hp-1.featured-hp-4 .woocommerce {
	padding-top: 0;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery {
	padding-right: 15px;
	position: relative;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .onsale,
.shop-single-v1-section .woocommerce .woocommerce-product-gallery .onnew,
.shop-single-v1-section .woocommerce .woocommerce-product-gallery .ondiscount
 {
 	color: #ffffff;
	padding: 0.5px 9.5px;
	font-size: 16px;
	position: relative;
	left: 0;
	z-index: 9;
	display: block;
	margin-bottom: 5px;
}

.ondiscount{
	background-color: #ffb73a;
}


.shop-single-v1-section .woocommerce .woocommerce-product-gallery .onnew {
	padding: 0.5px 10.5px;
	left: 0;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-dots {
	display: none;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-stage-outer {
	border: 1px solid #e5e5e5;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	border: none;
	background: transparent;
	width: 33.333%;
	margin: 20px 0 0 0;
	padding: 0 5px 5px;
	cursor: pointer;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		/* margin-left: -5px; */
		/* margin-right: -5px; */
		white-space: nowrap;
		overflow: auto;
		/*scrollbar-base-color: #181818;
		scrollbar-face-color: #4f4f4f;
		scrollbar-3dlight-color: #181818;
		scrollbar-highlight-color: #181818;
		scrollbar-track-color: #181818;
		scrollbar-arrow-color: #181818;
		scrollbar-shadow-color: #181818;
		scrollbar-dark-shadow-color: #181818;*/
}


.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs::-webkit-scrollbar {
	height: 7px;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs::-webkit-scrollbar-track {
	background-color: transparent;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs::-webkit-scrollbar-thumb {
	background-color: #9a9a9a;
	border-radius: 12px;
	border:2px solid transparent;
}






.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item img {
	border: 1px solid #e5e5e5;
}





.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
	margin-right: 0;
}

.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item.active img{
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/*.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:hover {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}*/

.shop-single-v1-section .woocommerce .summary {
	padding-left: 15px;
}

.shop-single-v1-section .woocommerce .summary .product_title {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}

.shop-single-v1-section .woocommerce .summary .woocommerce-product-rating {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	margin-top: 16px;
}

.shop-single-v1-section .woocommerce .summary .woocommerce-product-rating .star-rating {
	font-size: 20px;
	color: #ffcc33;
	margin-right: 12px;
}

.shop-single-v1-section .woocommerce .summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 16px;
	color: #999;
}

.shop-single-v1-section .woocommerce .summary .price {
	font-size: 30px;
	padding: 29px 0 17px;
}

.shop-single-v1-section .woocommerce .summary .price del {
	margin-right: 30px;
}

.shop-single-v1-section .woocommerce .summary .price ins {
	text-decoration: none;
}

.shop-single-v1-section .woocommerce .summary .price .woocommerce-Price-currencySymbol {
	margin-right: -7px;
}

.shop-single-v1-section .woocommerce .summary .cart {
	margin: 20px 0 34px;
}

.shop-single-v1-section .woocommerce .summary .cart .quantity {
	position: relative;
	width: 49px;
	float: left;
	margin-right: 60px;
}

.shop-single-v1-section .woocommerce .summary .cart .modify-qty {
	position: absolute;
	left: 100%;
	text-align: center;
	height: 50%;
	z-index: 99;
	width: 40px;
	cursor: pointer;
	border: 1px solid #333;
	border-left: none;
	color: #333;
}

.shop-single-v1-section .woocommerce .summary .cart .qty {
	text-align: center;
	border: 1px solid #333;
	padding: 6px 3px;
	-moz-appearance: textfield !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	position: relative;
	z-index: 9;
	width: 49px;
	height: 54px;
	color: #333;
}

.shop-single-v1-section .woocommerce .summary .cart .minus {
	bottom: 0;
}

.shop-single-v1-section .woocommerce .summary .cart .plus {
	top: 0;
	border-bottom: none;
}

.shop-single-v1-section .woocommerce .summary .cart .btn-small {
	padding: 18.5px 19px;
	cursor: pointer;
}

.shop-single-v1-section .woocommerce .summary .cart .btn-small i {
	padding-left: 10px;
}

.shop-single-v1-section .woocommerce .summary .product_meta .posted_in,
.shop-single-v1-section .woocommerce .summary .product_meta .tagged_as {
	display: block;
	color: #333;
	margin-bottom: 10px;
	margin-top: 12px;
}

.shop-single-v1-section .woocommerce .summary .product_meta .posted_in a,
.shop-single-v1-section .woocommerce .summary .product_meta .tagged_as a {
	color: #666;
	padding-left: 5px;
}

.shop-single-v1-section .woocommerce .summary .product_meta .sku_wrapper {
	display: block;
	color: #333;
	margin-bottom: 15px;
}

.shop-single-v1-section .woocommerce .summary .product_meta .sku_wrapper .sku {
	color: #666;
	padding-left: 5px;
}

.shop-single-v1-section .woocommerce .summary .product-share span {
	color: #333;
}

.shop-single-v1-section .woocommerce .summary .product-share a {
	color: #999;
	padding: 0 7px;
}

.shop-single-v1-section .woocommerce .summary .product-share a:hover {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs {
	padding-top: 48px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs {
	border-bottom: 1px solid #e5e5e5;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs .nav-item .nav-link {
	border: none;
	border-bottom: 1px solid transparent;
	font-size: 20px;
	font-weight: 500;
	color: #999;
	/*padding: 7px 30px 7px 0;*/
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs .nav-item .nav-link.active {
	color: #555;
	font-weight: 600;
	background-color: #faf8f5;
	border-bottom: 3px solid #446094;
	border-radius: 0;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Tabs-panel {
	padding-top: 28px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .shop_attributes {
	width: 100%;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .shop_attributes tr th {
	font-weight: 400;
	color: #333;
	width: 105px;
	padding: 0 0 8px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .shop_attributes tr td {
	padding: 0 0 8px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews h2 {
	font-size: 20px;
	padding-bottom: 26px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-content {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item img {
	width: 81px;
	height: 81px;
	float: left;
	margin-top: 8px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-body {
	margin-left: 102px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author span {
	color: #333;
	font-size: 17px;
	font-weight: 500;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author .star-rating {
	font-size: 20px;
	color: #ffcc33;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-time {
	color: #999;
	display: block;
	margin: -4px 0 10px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper {
	margin-top: -5px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-notes span {
	display: block;
	margin-bottom: 5px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-notes #email-notes {
	display: inline-block;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-notes #email-notes .required {
	display: inline-block;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating {
	margin: -5px 0 10px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating label {
	margin-bottom: 0;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-rating .stars a {
	font-size: 20px;
	color: #ffcc33;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #author,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #email {
	border: none;
	border-bottom: 1px solid #333;
	padding: 9px 0;
	margin-bottom: 25px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #author::-webkit-input-placeholder,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #email::-webkit-input-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #author::-moz-placeholder,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #email::-moz-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #author:-ms-input-placeholder,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #email:-ms-input-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #author:-moz-placeholder,
.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #email:-moz-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #comment {
	border: none;
	border-bottom: 1px solid #333;
	padding: 9px 0;
	height: 93px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #comment::-webkit-input-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #comment::-moz-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #comment:-ms-input-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form #comment:-moz-placeholder {
	color: #333;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit {
	position: relative;
	width: 145px;
	margin-top: 43px;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit .btn-small {
	padding: 17px 55px 17px 35px;
	cursor: pointer;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit span {
	color: #333;
	z-index: 999;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit:hover span {
	color: #fff;
}

.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #review_form_wrapper .comment-form .form-submit:hover .au-btn {
	background: #333;
}

.shop-single-v1-section .woocommerce .related {
	margin: 93px 0 43px;
}

.shop-single-v1-section .woocommerce .related .special-heading,
.shop-single-v1-section .woocommerce .bestseller .special-heading {
	text-align: left;
	font-size: 30px;
	padding-bottom: 9px;
	margin-bottom: 43px;
}

.shop-single-v1-section .woocommerce .related .special-heading:before,
.shop-single-v1-section .woocommerce .bestseller .special-heading:before {
	left: 0;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-stage-outer,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.shop-single-v1-section .woocommerce .related .owl-carousel img,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel img {
	width: auto;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-dots,
.shop-single-v1-section .woocommerce .related .owl-carousel .owl-thumbs,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-dots,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-thumbs {
	display: none;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 0;
	bottom: 111.5%;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav .disabled,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav .disabled {
	opacity: 1;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav [class*=owl-],
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav [class*=owl-] {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	font-size: 30px;
	color: #999;
	margin: 0;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav [class*=owl-]:hover,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #333;
	background: transparent;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav .owl-prev,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav .owl-prev {
	margin-right: 18px;
}

.shop-single-v1-section .woocommerce .related .owl-carousel .owl-nav .owl-next,
.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-nav .owl-next {
	margin-left: 18px;
}

/* End Shop Single v1 */
/* Shop Single v2 */
.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery {
	padding-right: 10px;
	padding-left: 130px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	position: absolute;
	top: 0;
	left: -130px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
	width: 110px;
	margin: 0 20px 20px 0;
	display: block;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-item img {
	height: 540px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .summary {
	padding-left: 10px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-tabs {
	padding-top: 65px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .wc-tabs {
	border-bottom: none;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .wc-tabs .nav-item .nav-link {
	border-bottom: none;
	padding: 7px 25px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content .woocommerce-Tabs-panel {
	padding-top: 32px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description {
	padding-top: 36px;
	margin-bottom: -7px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description figure {
	margin-left: -15px;
	margin-bottom: 0;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div {
	text-align: center;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div img {
	display: block;
	margin: 0 auto;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div span {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 49px 0 8px;
	display: block;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div p {
	margin-bottom: 2px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div p:last-child {
	margin-bottom: 0;
}

/* End Shop Single v2 */
/* Order Tracking */
.order-tracking-section.section-box {
	padding: 113px 0 100px;
}

.order-tracking-section .order-content .woocommerce .track-order label {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 14px;
}

.order-tracking-section .order-content .woocommerce .track-order input {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 8px;
}

.order-tracking-section .order-content .woocommerce .track-order input::-webkit-input-placeholder {
	color: #333;
}

.order-tracking-section .order-content .woocommerce .track-order input::-moz-placeholder {
	color: #333;
}

.order-tracking-section .order-content .woocommerce .track-order input:-ms-input-placeholder {
	color: #333;
}

.order-tracking-section .order-content .woocommerce .track-order input:-moz-placeholder {
	color: #333;
}

.order-tracking-section .order-content .woocommerce .track-order .form-row-first {
	padding: 35px 0 42px;
}

.order-tracking-section .order-content .woocommerce .track-order .form-row-last {
	margin-bottom: 50px;
}

.order-tracking-section .order-content .woocommerce .track-order p.button {
	position: relative;
	width: 133px;
}

.order-tracking-section .order-content .woocommerce .track-order p.button .btn-small {
	padding: 17px 35px;
	cursor: pointer;
}

.order-tracking-section .order-content .woocommerce .track-order p.button .btn-small i {
	padding-left: 10px;
}

/* End Order Tracking */
/* Lost Your Password */
.lost-password-section.section-box {
	padding: 113px 0 100px;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row {
	margin: 20px 0 50px;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row input {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 10px;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row input::-webkit-input-placeholder {
	color: #333;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row input::-moz-placeholder {
	color: #333;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row input:-ms-input-placeholder {
	color: #333;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .woocommerce-form-row input:-moz-placeholder {
	color: #333;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .form-button {
	position: relative;
	width: 210px;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .form-button .btn-small {
	padding: 17px 55px 17px 35px;
	cursor: pointer;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .form-button span {
	position: absolute;
	right: 38px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #333;
	z-index: 999;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .form-button:hover span {
	color: #fff;
}

.lost-password-section.section-box .woocommerce .content-area .woocommerce-ResetPassword .form-button:hover .au-btn {
	background: #333;
}

/* End Lost Your Password */
/* My Account */
.my-account-section.section-box {
	padding: 113px 0 93px;
}

.my-account-section .woocommerce .special-heading {
	font-size: 30px;
	text-align: left;
	padding-bottom: 9px;
	margin-bottom: 36px;
}

.my-account-section .woocommerce .special-heading:before {
	left: 0;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	width: 74px;
}

.my-account-section .woocommerce .woocommerce-form-row {
	margin-bottom: 33px;
}

.my-account-section .woocommerce .woocommerce-form-row input {
	padding: 8px 6px;
	border: none;
	border-bottom: 1px solid #333;
}

.my-account-section .woocommerce .woocommerce-form-row input::-webkit-input-placeholder {
	color: #aeaeae;
}

.my-account-section .woocommerce .woocommerce-form-row input::-moz-placeholder {
	color: #aeaeae;
}

.my-account-section .woocommerce .woocommerce-form-row input:-ms-input-placeholder {
	color: #aeaeae;
}

.my-account-section .woocommerce .woocommerce-form-row input:-moz-placeholder {
	color: #aeaeae;
}

.my-account-section .woocommerce .form-button {
	position: relative;
	margin-top: 60px;
}

.my-account-section .woocommerce .form-button .woocommerce-Button.btn-small {
	/*padding: 17px 55px 17px 35px;*/
	cursor: pointer;
}

.my-account-section .woocommerce .novas-form-signup {
	padding-left: 10px;
}

.my-account-section .woocommerce .novas-form-signup .form-button {
	width: 152px;
}

.my-account-section .woocommerce .novas-form-signup .form-button span {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #333;
	z-index: 999;
}

.my-account-section .woocommerce .novas-form-signup .form-button:hover span {
	color: #fff;
}

.my-account-section .woocommerce .novas-form-signup .form-button:hover .au-btn {
	background: #333;
}

.my-account-section .woocommerce .entry-content {
	/*padding-right: 10px;*/
}

.my-account-section .woocommerce .entry-content .woocommerce-LostPassword {
	padding-top: 0;
	margin-bottom: 30px;
	text-align: left;
}

.my-account-section .woocommerce .entry-content .woocommerce-LostPassword a {
	color: #4e6b8b;
	margin-right: 15px;
}

.my-account-section .woocommerce .entry-content .woocommerce-LostPassword a:hover {
	color: #6788ac;
}

.my-account-section .woocommerce .entry-content .form-button label {
	margin-bottom: 0;
	position: relative;
}

.my-account-section .woocommerce .entry-content .form-button label:first-child {
	width: 131px;
	margin-right: 18px;
}

.my-account-section .woocommerce .entry-content .form-button label:first-child span {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #333;
	z-index: 999;
}

.my-account-section .woocommerce .entry-content .form-button label:first-child:hover span {
	color: #fff;
}

.my-account-section .woocommerce .entry-content .form-button label:first-child:hover .au-btn {
	background: #333;
}

.my-account-section .woocommerce .entry-content .form-button label.woocommerce-form__label input[type=checkbox] {
	display: none;
}

.my-account-section .woocommerce .entry-content .form-button label.woocommerce-form__label span {
	padding-left: 18px;
	cursor: pointer;
}

.my-account-section .woocommerce .entry-content .form-button label.woocommerce-form__label span:before {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: 1px solid #ccc;
	background: #f3f3f3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

.my-account-section .woocommerce .entry-content .form-button label.woocommerce-form__label span:after {
	content: '';
	position: absolute;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	border-top-color: transparent;
	border-right-color: transparent;
	width: 8px;
	height: 4px;
	left: 2px;
	top: 10px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.my-account-section .woocommerce .entry-content .form-button label.woocommerce-form__label input[type=checkbox]:checked+span:after {
	border-color: #333;
}

.my-account-section .woocommerce .novas-login-recommend {
	padding-top: 10px;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins {
	padding: 0 0 23px;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .button-social-login {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	width: 100%;
	padding: 11px 0;
	margin-right: 22px;
	text-align: center;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-facebook {
	background: #4e73a8;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-facebook:hover {
	background: #2c60a8;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-google {
	background: #44b844;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-google:hover {
	background: #00b400;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-instagram {
	background: #9b4f9a;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-instagram:hover {
	background: #9c309a;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-twitter {
	background: #5da9dd;
}

.my-account-section .woocommerce .novas-login-recommend .socials-logins .login-twitter:hover {
	background: #3199de;
}

/* End My Account */
/* Check Out */
.checkout-section.section-box {
	padding: 120px 0 93px;
}

.checkout-section .woocommerce .woocommerce-info {
	background: #f7f7f7;
	margin-bottom: 30px;
	border-top: 5px solid #999;
	padding: 15px 0 15px 58px;
	position: relative;
}

.checkout-section .woocommerce .woocommerce-info:before {
	content: '';
	position: absolute;
	background: transparent;
	width: 14px;
	height: 13px;
	border: 1px solid #999;
	border-top: 3px solid #999;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.checkout-section .woocommerce .woocommerce-info a {
	color: #666;
	cursor: pointer;
}

.checkout-section .woocommerce .woocommerce-info a:hover {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login {
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	padding: 33px 30px;
}

.checkout-section .woocommerce .woocommerce-form-login p {
	color: #999;
}

.checkout-section .woocommerce .woocommerce-form-login input.input-text {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 9px;
}

.checkout-section .woocommerce .woocommerce-form-login input.input-text::-webkit-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login input.input-text::-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login input.input-text:-ms-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login input.input-text:-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login .form-row-first {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-top: 21px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-row-last {
	width: calc(50% - 15px);
	display: inline-block;
	margin-top: 21px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button {
	margin-top: 40px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label {
	margin-bottom: 0;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label .btn-small {
	padding: 17px 55px 17px 35px;
	cursor: pointer;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label:first-child {
	width: 130px;
	position: relative;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label:first-child span {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #333;
	z-index: 999;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label:first-child:hover span {
	color: #fff;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label:first-child:hover .au-btn {
	background: #333;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label {
	display: block;
	position: relative;
	margin: 24px 0 12px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label input[type=checkbox] {
	display: none;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label span {
	cursor: pointer;
	padding-left: 25px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label span:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 13px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: 1px solid #ccc;
	background: #ebebeb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label span:after {
	content: '';
	position: absolute;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	border-top-color: transparent;
	border-right-color: transparent;
	width: 8px;
	height: 4px;
	left: 3px;
	top: 10px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.checkout-section .woocommerce .woocommerce-form-login .form-button label.woocommerce-form__label input[type=checkbox]:checked+span:after {
	border-color: #333;
}

.checkout-section .woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
	color: #999;
}

.checkout-section .woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover {
	color: #333;
}

.checkout-section .woocommerce .checkout_coupon {
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	padding: 40px 30px;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first {
	float: left;
	width: 79.69%;
	margin: 17px 30px 0 0;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first input {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 9px;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first input::-webkit-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first input::-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first input:-ms-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .checkout_coupon .form-row-first input:-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .checkout_coupon .form-row-last {
	width: 195px;
	position: relative;
	display: inline-block;
}

.checkout-section .woocommerce .checkout_coupon .form-row-last .btn-small {
	padding: 17px 53px 17px 34px;
	cursor: pointer;
}

.checkout-section .woocommerce .checkout_coupon .form-row-last span {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #333;
	z-index: 999;
}

.checkout-section .woocommerce .checkout_coupon .form-row-last:hover span {
	color: #fff;
}

.checkout-section .woocommerce .checkout_coupon .form-row-last:hover .au-btn {
	background: #333;
}

.birth-icon{
	background-image: url(../images/icons/birth-icon.png)!important;
	background-repeat:no-repeat;
	background-size: 20px;
	background-position-x:right;
	background-position-y:center;
}

.woocommerce-checkout .woocommerce-billing-fields {
	margin-top: 35px;
}

.woocommerce-checkout .woocommerce-billing-fields h2 {
	font-size: 20px;
	padding-bottom: 24px;
}

.woocommerce-checkout .woocommerce-billing-fields label abbr[title] {
	text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields .input-text,
.woocommerce-checkout .woocommerce-billing-fields select {
	border: none;
	border-bottom: 1px solid #333;
	padding: 8px 6px;
	margin-bottom: 33px;
}

.woocommerce-checkout .woocommerce-billing-fields .input-text::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields select::-webkit-input-placeholder {
	color: #aeaeae;
}

.woocommerce-checkout .woocommerce-billing-fields .input-text::-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields select::-moz-placeholder {
	color: #aeaeae;
}

.woocommerce-checkout .woocommerce-billing-fields .input-text:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields select:-ms-input-placeholder {
	color: #aeaeae;
}

.woocommerce-checkout .woocommerce-billing-fields .input-text:-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields select:-moz-placeholder {
	color: #aeaeae;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-first {
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
	position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-last {
	width: calc(50% - 15px);
	display: inline-block;
	position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide {
	position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields label {
	color: #717171;
	margin-bottom: 9px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-wide #billing_address_1 {
	margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide select {
	color: #333;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	z-index: 99;
	background: 0 0;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide select.postcode_select {
	font-size: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide .select-btn {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-billing-fields .form-row-wide.form-row-wide-1 .select-btn {
	top: 25%;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_address_1::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2::-webkit-input-placeholder {
	font-size: 13px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_address_1::-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2::-moz-placeholder {
	font-size: 13px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_address_1:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2:-ms-input-placeholder {
	font-size: 13px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_address_1:-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_2:-moz-placeholder {
	font-size: 13px;
}

.checkout-section .woocommerce .woocommerce-account-fields {
	margin-top: -9px;
}

label abbr[title] {
	text-decoration: none;
}

.woocommerce-validated label {
	position: relative;
}

.woocommerce-validated input[type=checkbox] {
	display: none;
}

.woocommerce-validated span {
	cursor: pointer;
	padding-left: 21px;
	/*color: #999;*/
}

.woocommerce-validated span:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 13px;
	border: 1px solid #ccc;
	background: #ebebeb;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

.woocommerce-validated span:after {
	content: '';
	position: absolute;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	border-top-color: transparent;
	border-right-color: transparent;
	width: 8px;
	height: 4px;
	left: 3px;
	top: 10px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.checkout-section .woocommerce .woocommerce-account-fields .woocommerce-validated input[type=checkbox]:checked+span:after {
	border-color: #333;
}

.checkout-section .woocommerce .woocommerce-account-fields .create-account input {
	border: none;
	border-bottom: 1px solid #333;
	padding: 9px 0;
}

.checkout-section .woocommerce .woocommerce-account-fields .create-account input::-webkit-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-account-fields .create-account input::-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-account-fields .create-account input:-ms-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-account-fields .create-account input:-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-additional-fields {
	margin-top: 52px;
}

.checkout-section .woocommerce .woocommerce-additional-fields h2 {
	font-size: 20px;
	padding-bottom: 24px;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
	color: #333;
	margin-bottom: 56px;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
	padding: 0;
	border: none;
	height: 34px;
	border-bottom: 1px solid #333;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea::-webkit-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea::-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea:-ms-input-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea:-moz-placeholder {
	color: #333;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order {
	padding-top: 35px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order h2 {
	font-size: 20px;
	padding-bottom: 26px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item td {
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item:last-child td {
	border-bottom: none;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name img {
	width: 100px;
	height: 90px;
	border: 1px solid #f2f2f2;
	display: table-cell;
	float: left;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap {
	padding: 20px 20px 15px;
	overflow: hidden;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap .cart_item_title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	display: block;
	margin-bottom: 2px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-total {
	font-size: 16px;
	width: 250px;
	text-align: right;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td {
	width: 93%;
	border-bottom: 1px solid #e5e5e5;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .woocommerce-Price-currencySymbol {
	margin-right: -4px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .review-total-title {
	font-weight: 500;
	float: left;
	margin-right: 10px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td li {
	margin-bottom: 20px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .shipping .review-total-title {
	margin-top: -4px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .shipping p {
	font-size: 13px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .order-total {
	margin-bottom: 32px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order table tfoot td .order-total p {
	font-weight: 500;
	color: #333;
}

.payment_methods {
	padding: 33px 0;
	margin-bottom: 40px;
}

.payment_methods .wc_payment_method {
	margin-bottom: 6px;
}

.payment_methods input[type=radio] {
	display: none;
}

.payment_methods label {
	position: relative;
	padding-left: 20px;
	padding-right: 15px;
	cursor: pointer;
}

.payment_methods label:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	top: 6px;
	left: 0;
	border: 1px solid #cccccc;
	background: #ebebeb;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

.payment_methods label:after {
	content: '';
	position: absolute;
	background: #666;
	opacity: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	left: 5px;
	top: 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.payment_methods input[type=radio]:checked+label:after {
	opacity: 1;
}

.payment_methods .payment_box {
	background: #f2f2f2;
	padding: 10px 22px;
	position: relative;
	margin-top: 7px;
	margin-bottom: 24px;
}

.payment_methods .payment_box:before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f2f2f2;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
	margin: 0 auto;
	position: relative;
	width: 178px;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .btn-small {
	padding: 17px 54px 17px 34px;
	cursor: pointer;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order span {
	position: absolute;
	color: #333;
	z-index: 999;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order:hover .au-btn {
	background: #333;
}

.checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order:hover span {
	color: #fff;
}

/* End Check Out */
/* Shop Cart */
.shop-cart-section.section-box {
	padding: 100px 0;
}

.shop_table {
	width: 100%;
}

.shop_table thead {
	border-bottom: 1px solid #e5e5e5;
}

.shop_table thead tr th {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding: 10px;
	color: #fff;
	background-color: #4a4a4a;
}

.shop_table thead tr .product-name {
	padding-left: 55px;
}

.shop_table thead tr .product-quantity {
	padding: 10px 10px 10px 14px;
}

.shop_table thead tr .product-subtotal {
	padding: 10px 10px 10px 5px;
}

.shop_table tbody .cart_item {
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
}

.shop_table tbody .cart_item td {
	padding: 20px 15px;
}

.shop_table tbody .cart_item td .woocommerce-Price-currencySymbol {
	margin-right: -3px;
}

.shop_table tbody .cart_item .product-remove {
	width: 50px;
	display: table-cell;
	position: relative;
	padding-right: 10px;
}

.shop_table tbody .cart_item .product-remove .remove {
	width: 50px;
	color: #999;
	font-size: 17px;
}

.shop_table tbody .cart_item .product-name {
	/*width: 457px;*/
	display: flex;
	align-items: center;
}

.order-gift {
	background-color: #033787;
	color: #ffffff;
	padding: 0px 6px;
	margin-right: 4px;
}

/*.bonus-tip-text {
	color: #e88f94;
}*/

.shop_table__right{
	display: inline-block;
}

.visible-lg--inline-block{
	display: inline-block!important;
}

.shop_table tbody .cart_item .product-name img {
	width: 100px;
	height: 90px;
	border: 1px solid #f2f2f2;
	margin-right: 15px;
}

.shop_table tbody .cart_item .product-name a {
	color: #333;
	font-weight: 500;
}

.shop_table tbody .cart_item .product-name a:hover{
	opacity: 0.6;
}

 .shop_table tbody .cart_item .product-price {
	/*padding-right: 61px;*/
	white-space: nowrap;
}

.shop_table tbody .cart_item .product-quantity .quantity {
	position: relative;
	margin-right: 60px;
	width: 49px;
	font-size: 15px;
}

.shop_table tbody .cart_item .product-quantity .quantity .modify-qty {
	position: absolute;
	left: 100%;
	text-align: center;
	height: 50%;
	z-index: 99;
	width: 40px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-left: none;
}

.shop_table tbody .cart_item .product-quantity .quantity .minus {
	bottom: 0;
}

.shop_table tbody .cart_item .product-quantity .quantity .plus {
	top: 0;
	border-bottom: none;
}

.shop_table tbody .cart_item .product-quantity .quantity .qty {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 6px 3px;
	-moz-appearance: textfield !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	position: relative;
	z-index: 9;
	width: 49px;
	height: 54px;
}

.shop_table tbody .cart_item .product-subtotal {
	color: #333;
	font-weight: 500;
}

.shop_table tbody .actions {
	padding-top: 40px;
	text-align: right;
}

.shop_table tbody .actions .btn-small {
	padding: 17px 54px 17px 34px;
	cursor: pointer;
}

.shop_table tbody .actions span {
	position: absolute;
	color: #333;
	z-index: 999;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.shop_table tbody .actions .coupon {
	float: left;
}

.shop_table tbody .actions .coupon .input-text {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 9px;
	float: left;
	margin: 18px 30px 0 0;
	width: 213px;
}

.shop_table tbody .actions .coupon .input-text::-webkit-input-placeholder {
	color: #333;
}

.shop_table tbody .actions .coupon .input-text::-moz-placeholder {
	color: #333;
}

.shop_table tbody .actions .coupon .input-text:-ms-input-placeholder {
	color: #333;
}

.shop_table tbody .actions .coupon .input-text:-moz-placeholder {
	color: #333;
}

.shop_table tbody .actions .coupon div {
	position: relative;
	width: 196px;
	display: inline-block;
}

.shop_table tbody .actions .coupon div:hover span {
	color: #fff;
}

.shop_table tbody .actions .coupon div:hover .au-btn {
	background: #333;
}

.shop_table tbody .actions .action-btn {
	position: relative;
	width: 182px;
	display: inline-block;
}

.shop_table tbody .actions .action-btn:hover span {
	color: #fff;
}

.shop_table tbody .actions .action-btn:hover .au-btn {
	background: #333;
}

.shop-cart-section .woocommerce .cart-collaterals {
	/*padding-top: 74px;*/
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 25px;
	padding-bottom: 7px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table {
	width: 100%;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
	/*border-bottom: 1px solid #e5e5e5;*/
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
	font-weight: normal;
	padding: 7px 0;
	width: 220px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody td {
	padding: 7px 0;
	text-align: right;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-Price-currencySymbol {
	margin-right: -3px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td span {
	color: #eba6aa;
	font-weight: 600;
	font-size: 20px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-button {
	cursor: pointer;
	text-decoration: underline;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form {
	margin-top: 16px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide {
	position: relative;
	margin-bottom: 21px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select,
.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input {
	border: none;
	border-bottom: 1px solid #333;
	padding: 0 0 4px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select {
	color: #333;
	font-size: 13px;
	position: relative;
	background: 0 0;
	z-index: 999;
	cursor: pointer;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-webkit-input-placeholder {
	color: #333;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-moz-placeholder {
	color: #333;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-ms-input-placeholder {
	color: #333;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-moz-placeholder {
	color: #333;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-webkit-input-placeholder {
	font-size: 13px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-moz-placeholder {
	font-size: 13px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-ms-input-placeholder {
	font-size: 13px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-moz-placeholder {
	font-size: 13px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide .select-btn {
	color: #333;
	font-size: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 9;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small {
	margin: 19px 0 22px;
	padding: 17px 34px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small i {
	padding-left: 10px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding-top: 40px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-small {
	padding: 17px 34px;
}

.shop-cart-section .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-small i {
	padding-left: 10px;
}

/* End Shop Cart */
/* Wishlist Page  */
.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table thead tr .product-subtotal {
	padding-left: 60px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
	width: 446px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-price {
	padding-right: 85px;
	padding-left: 20px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity {
	padding: 30px 15px 30px 30px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity {
	width: auto;
	margin-right: 35px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .wishlist-in-stock i {
	padding-right: 10px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
	text-align: center;
	padding: 30px 20px 30px 5px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal .btn-small {
	padding: 17px 34px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal .btn-small i {
	padding-left: 10px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .actions div {
	text-align: left;
	float: left;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .actions .btn-small {
	padding: 17px 34px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .actions .btn-small i {
	padding-left: 10px;
}

.shop-cart-section.wishlist-section .woocommerce .woocommerce-cart-form .shop_table tbody .actions .empty-wishlist {
	margin-right: 16px;
}

/* End Wishlist Page */
/* 9. Blog ------------------------------------------------------------ */
/* Blog Section */
.blog-masonry-section.section-box {
	padding: 120px 0 100px;
}

.blog-masonry-section .blog-content .blog-images {
	position: relative;
}

.blog-masonry-section .blog-content .blog-images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.blog-masonry-section .blog-content .blog-images:hover .overlay {
	opacity: 1;
}

.blog-masonry-section .blog-content h4 {
	padding: 26px 0 19px;
	line-height: 1.4;
	position: relative;
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
}

.blog-masonry-section .blog-content h4:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	display: none;
}

.blog-masonry-section .blog-content h4:hover {
	padding-left: 15px;
}

.blog-masonry-section .blog-content h4:hover:before {
	display: block;
}

.blog-masonry-section .blog-content .calendar {
	padding-bottom: 43px;
}

.blog-masonry-section .blog-content .calendar .date {
	padding-right: 15px;
}

.blog-masonry-section .blog-content .calendar i {
	padding-right: 8px;
}

.blog-masonry-section .blog-content .link-post,
.blog-masonry-section .blog-content .quote-post {
	border: 1px solid #333;
	position: relative;
	padding: 6px 20px 0px 35px;
	margin-bottom: 50px;
}

.blog-masonry-section .blog-content .link-post .calendar,
.blog-masonry-section .blog-content .quote-post .calendar {
	padding-bottom: 30px;
}

.blog-masonry-section .blog-content .link-post .link,
.blog-masonry-section .blog-content .quote-post .link {
	font-size: 35px;
	position: absolute;
	right: 20px;
	bottom: -4px;
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
}

.blog-masonry-section .blog-content .link-post .link:hover,
.blog-masonry-section .blog-content .quote-post .link:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.blog-masonry-section .blog-content .load-more {
	padding-top: 20px;
	text-align: center;
}

.blog-masonry-section .blog-content .load-more i {
	padding-left: 10px;
}

.blog-masonry-section .blog-content .load-more .btn-small {
	padding: 17px 34.5px;
}

/* End Blog Section */
/* Blog Section Of Blog Right Sidebar */
.blog-sidebar-right.section-box {
	padding: 120px 0 92px;
}

.blog-sidebar-right .woocommerce .content-area {
	padding-right: 10px;
}

.blog-sidebar-right .woocommerce .content-area .blog-images {
	position: relative;
	margin-bottom: 8px;
}

.blog-sidebar-right .woocommerce .content-area .blog-images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.blog-sidebar-right .woocommerce .content-area .blog-images:hover .overlay {
	opacity: 1;
}

.blog-sidebar-right .woocommerce .content-area h4 {
	font-size: 25px;
	padding: 14px 0;
	line-height: 1.4;
	position: relative;
	transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
}

.blog-sidebar-right .woocommerce .content-area h4:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 1px;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	display: none;
}

.blog-sidebar-right .woocommerce .content-area h4:hover {
	padding-left: 15px;
}

.blog-sidebar-right .woocommerce .content-area h4:hover:before {
	display: block;
}

.blog-sidebar-right .woocommerce .content-area .calendar {
	padding-bottom: 19px;
}

.blog-sidebar-right .woocommerce .content-area .calendar i {
	padding-right: 8px;
}

.blog-sidebar-right .woocommerce .content-area .calendar .date {
	padding-right: 16px;
	color: #979797;
	letter-spacing: 0.5px;
}

.blog-sidebar-right .woocommerce .content-area .calendar a {
	color: #979797;
	letter-spacing: 0.5px;
}
.blog-sidebar-right .woocommerce .content-area .calendar a:hover {
	color: #333;
}

.blog-sidebar-right .woocommerce .content-area .final-blog {
	/*justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;*/
	padding: 26px 0 50px;
}

.blog-sidebar-right .woocommerce .content-area .final-blog .read-more {
	transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
}

.blog-sidebar-right .woocommerce .content-area .final-blog .read-more i {
	padding-left: 12px;
}

.blog-sidebar-right .woocommerce .content-area .final-blog .read-more:hover {
	padding-left: 15px;
}

.blog-sidebar-right .woocommerce .content-area .final-blog .socials a {
	font-size: 22px;
	color: #999;
	padding-left: 15px;
}

.blog-sidebar-right .woocommerce .content-area .final-blog .socials a:hover {
	color: #333;
}

.blog-sidebar-right .woocommerce .content-area .link-post,
.blog-sidebar-right .woocommerce .content-area .quote-post {
	border: 1px solid #333;
	padding: 16px 35px 13px;
	position: relative;
	margin-bottom: 60px;
}

.blog-sidebar-right .woocommerce .content-area .link-post .link,
.blog-sidebar-right .woocommerce .content-area .quote-post .link {
	position: absolute;
	font-size: 35px;
	right: 18px;
	bottom: -3px;
	transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
}

.blog-sidebar-right .woocommerce .content-area .link-post .link:hover,
.blog-sidebar-right .woocommerce .content-area .quote-post .link:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.blog-sidebar-right .woocommerce .pagination {
	text-align: center;
	display: block;
}

.blog-sidebar-right .woocommerce .pagination .page-numbers a {
	color: #999;
	padding: 2px 6px 0;
	font-size: 18px;
}

.blog-sidebar-right .woocommerce .pagination .page-numbers a.current {
	color: #333;
}

.blog-sidebar-right .woocommerce .pagination .page-numbers a:hover {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget-title {
	font-size: 22px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search {
	position: relative;
	margin-bottom: 57px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search input {
	padding: 0 0 9px;
	border: none;
	border-bottom: 1px solid #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search input::-webkit-input-placeholder {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search input::-moz-placeholder {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search input:-ms-input-placeholder {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search input:-moz-placeholder {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_search .search-submit {
	border: none;
	background: transparent;
	font-size: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -4px;
	cursor: pointer;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.blog-sidebar-right .woocommerce .widget-area .widget-best-team {
	text-align: center;
}

.blog-sidebar-right .woocommerce .widget-area .widget-best-team .info span {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	display: block;
	padding: 21px 0 1px;
}

.blog-sidebar-right .woocommerce .widget-area .widget-best-team .info a {
	color: #666;
}

.blog-sidebar-right .woocommerce .widget-area .widget-best-team .info a:hover {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget-best-team .info .signature {
	width: 34%;
	margin: 18px auto 55px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_product_categories {
	padding-bottom: 33px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .widget-title {
	padding-bottom: 23px;
	font-weight: 600;
}

.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .product-categories .cat-item {
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	padding-bottom: 15px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .product-categories .cat-item a {
	color: #666;
	font-family: 微軟正黑體, sans-serif;
}

.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .product-categories .cat-item a:hover,
.blog-sidebar-right .woocommerce .widget-area .widget_product_categories .product-categories .cat-item.active a
 {
	color: #446094;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post {
	padding-bottom: 35px;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .widget-title {
	margin-bottom: 30px;
	font-weight: 600;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner {
	margin-bottom: 20px;
	overflow: hidden;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .images {
	position: relative;
	width: 100px;
	height: 72px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .images:hover .overlay {
	opacity: 1;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .title {
	margin-left: 116px;
	margin-top: -3px;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .title .day {
	font-size: 13px;
	padding-bottom: 2px;
	display: block;
	color: #979797;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .title a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	transition: 0.3s;
}

.blog-sidebar-right .woocommerce .widget-area .latest-post .latest-post-inner .title a:hover {
	padding-left: 3px;
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta {
	padding-bottom: 45px;
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta .widget-title {
	padding-bottom: 35px;
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner {
	margin: 0 -5px 10px;
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner .images {
	position: relative;
	margin: 0 5px;
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner .images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner .images:hover .overlay {
	opacity: 1;
}

.blog-sidebar-right .woocommerce .widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 23px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_tag_cloud .tagcloud a {
	color: #666;
	position: relative;
	padding-right: 10px;
	margin-right: 8px;
}

.blog-sidebar-right .woocommerce .widget-area .widget_tag_cloud .tagcloud a:hover {
	color: #333;
}

.blog-sidebar-right .woocommerce .widget-area .widget_tag_cloud .tagcloud a:before {
	position: absolute;
	content: '';
	background: #ccc;
	width: 1px;
	height: 11px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.blog-sidebar-right .woocommerce .widget-area .widget_tag_cloud .tagcloud a.last:before {
	content: none;
}

/* End Blog Section Of Blog Right Sidebar */
/* Blog Section Of Blog Left Sidebar */
.blog-sidebar-right.blog-sidebar-left .woocommerce .content-area {
	padding-left: 10px;
	padding-right: 0;
}

/* End Blog Section Of Blog Left Sidebar */
/* Blog Section Of Blog No Sidebar */
.blog-sidebar-right.blog-no-sidebar .woocommerce .content-area {
	padding-right: 0;
}

/* End Blog Section Of Blog No Sidebar */
/* Blog Section Of Standard Post */
.blog-standard-post .woocommerce .content-area {
	padding-bottom: 8px;
}

.blog-standard-post .woocommerce .content-area .blog-content h2,
.blog-standard-post .woocommerce .content-area .blog-content .blog-content__title
 {
	font-size: 38px;
	line-height: 1.2;
	padding: 0 0 16px;
}

.blog-standard-post .woocommerce .content-area .blog-content h3 {
	font-size: 25px;
	padding-bottom: 33px;
}

.blog-standard-post .woocommerce .content-area .post-content .quote {
	padding: 24px 0 37px 44px;
}

.blog-standard-post .woocommerce .content-area .post-content .quote i {
	font-size: 40px;
	float: left;
	margin-top: -4px;
	margin-right: 10px;
}

.blog-standard-post .woocommerce .content-area .post-content .quote p {
	font-style: italic;
}

.blog-standard-post .woocommerce .content-area .post-content .post-image .images {
	width: 50%;
	padding-right: 15px;
}

.blog-standard-post .woocommerce .content-area .post-content .post-image .images.images-2 {
	padding-left: 15px;
	padding-right: 0;
}

.blog-standard-post .woocommerce .content-area .post-content .post-image .info {
	width: 50%;
}

.blog-standard-post .woocommerce .content-area .post-content .post-image .info span {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding: 45px 0 14px;
	display: block;
}

.blog-standard-post .woocommerce .content-area .post-content .post-image .info.info-2 {
	padding-left: 20px;
}

.blog-standard-post .woocommerce .content-area .post-content .text {
	padding-top: 35px;
}

.blog-standard-post .woocommerce .content-area .final-blog {
	padding: 36px 0 70px;
	align-items: center;
}

.blog-standard-post .woocommerce .content-area .final-blog .tags a {
	color: #666;
	position: relative;
	padding-right: 10px;
	margin-right: 8px;
}

.blog-standard-post .woocommerce .content-area .final-blog .tags a:before {
	position: absolute;
	content: '';
	background: #ccc;
	width: 1px;
	height: 11px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.blog-standard-post .woocommerce .content-area .final-blog .tags a:hover {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .final-blog .tags a.last:before {
	content: none;
}

.blog-standard-post .woocommerce .content-area .single-post-author {
	overflow: hidden;
	padding-bottom: 75px;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-image {
	width: 260px;
	height: 207px;
	float: left;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info {
	margin-left: 300px;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding: 19px 0 1px;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info a {
	color: #666;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info a:hover {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info p {
	padding: 14px 0 16px;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info .socials a {
	font-size: 17px;
	color: #999;
	padding-right: 14px;
}

.blog-standard-post .woocommerce .content-area .single-post-author .author-info .socials a:hover {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .related-posts {
	margin: 0 -16px 40px;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner {
	margin: 0 16px;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .post-image {
	position: relative;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .post-image .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .post-image:hover .overlay {
	opacity: 1;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner h5 {
	font-size: 20px;
	padding: 15px 0 9px;
	transition: all 0.5s ease 0.1s;
	-moz-transition: all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition: all 0.5s ease 0.1s;
	-ms-transition: all 0.5s ease 0.1s;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner h5:hover {
	padding-left: 7px;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .calendar {
	font-size: 13px;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .calendar i {
	padding-right: 6px;
}

.blog-standard-post .woocommerce .content-area .related-posts .post-inner .calendar .date {
	padding-right: 12px;
}

.blog-standard-post .woocommerce .content-area .comment {
	padding-bottom: 33px;
}

.blog-standard-post .woocommerce .content-area .comment h3 {
	padding-bottom: 25px;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items {
	padding-bottom: 33px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 32px;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items img {
	width: 81px;
	height: 81px;
	float: left;
	margin-top: 8px;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items .comment-content {
	margin-left: 101px;
	position: relative;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items .comment-content .name {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	display: block;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items .comment-content .date {
	color: #999;
	padding: 2px 0 10px;
	display: block;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items .comment-content .reply {
	position: absolute;
	right: 0;
	top: 0;
}

.blog-standard-post .woocommerce .content-area .comment .comment-items .comment-content .reply:hover {
	right: -10px;
}

.blog-standard-post .woocommerce .content-area .leave-comment h3 {
	padding-bottom: 26px;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input {
	margin-bottom: 33px;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input input {
	padding: 0 0 9px;
	border: none;
	border-bottom: 1px solid #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input input::-webkit-input-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input input::-moz-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input input:-ms-input-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-input input:-moz-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea {
	height: 84px;
	margin-bottom: 50px;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea textarea {
	padding: 0 0 9px;
	border: none;
	border-bottom: 1px solid #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea textarea::-webkit-input-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea textarea::-moz-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea textarea:-ms-input-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-textarea textarea:-moz-placeholder {
	color: #333;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-bottom {
	width: 145px;
	position: relative;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-bottom input {
	background: transparent;
	color: #333;
	border: 1px solid #333;
	padding: 17px 55px 17px 35px;
	cursor: pointer;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-bottom input:hover {
	background: #333;
	color: #fff;
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-bottom span {
	color: #333;
	position: absolute;
	z-index: 999;
	left: 68%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.blog-standard-post .woocommerce .content-area .leave-comment .form-bottom:hover span {
	color: #fff;
}

/* End Blog Section Of Standard Post */
/* Blog Section Of Gallery Post */
.blog-gallery-post .owl-carousel .owl-dots,
.blog-gallery-post .owl-carousel .owl-thumbs {
	display: none;
}

.blog-gallery-post .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
}

.blog-gallery-post .owl-carousel .owl-nav [class*=owl-] {
	margin: 0;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	font-size: 20px;
	padding: 0 15px !important;
	background: #fff;
}

.blog-gallery-post .owl-carousel .owl-nav [class*=owl-]:hover {
	background: #333;
	color: #fff;
}

/* End Blog Section Of Gallery Post */
/* Blog Section Of Link Post */
.blog-sidebar-right.blog-link-post .woocommerce .content-area .link-post {
	margin-bottom: 25px;
}

.blog-sidebar-right.blog-link-post .woocommerce .content-area .link-post .quote h4:before {
	content: none;
}

.blog-sidebar-right.blog-link-post .woocommerce .content-area .link-post .quote h4:hover {
	padding-left: 0;
}

.blog-sidebar-right.blog-link-post .woocommerce .content-area .link-post .link {
	color: #333;
}

.blog-sidebar-right.blog-link-post .woocommerce .content-area .link-post .link:hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

/* End Blog Section Of Link Post */
/* Blog Section Of Video Post */
.blog-video-post .woocommerce .content-area .blog-images {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 237px 0 234px;
}

.blog-video-post .woocommerce .content-area .blog-images .btn-play {
	cursor: pointer;
	width: 59px;
	height: 59px;
}

/* End Blog Section Of Video Post */
/* Blog Section Of Audio Post */
.blog-audio-post .woocommerce .content-area .audio {
	position: relative;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__container {
	height: 38px !important;
	width: 100% !important;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls {
	height: 38px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__button {
	height: 38px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__playpause-button button,
.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__volume-button button {
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__volume-button {
	margin-right: 8px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__play button {
	background-image: url("../images/icons/play-icon.png");
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__pause button {
	background-image: url("../images/icons/pause-icon.png");
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__mute button {
	background-image: url("../images/icons/volume-icon.png");
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__unmute button {
	background-image: url("../images/icons/volume-none-icon.png");
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', 微軟正黑體, sans-serif;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail {
	height: 38px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail span {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
	margin-top: 8px;
	background: #fff;
	height: 3px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-loaded,
.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-float {
	background: 0 0;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-current {
	height: 3px;
	background: #555;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-hovered {
	height: 3px;
	background: rgba(0, 0, 0, 0.3);
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-handle-content {
	display: none;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__horizontal-volume-slider {
	height: 38px;
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__horizontal-volume-total {
	height: 3px;
	background: #f2f2f2;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.blog-audio-post .woocommerce .content-area .audio .audio-content .mejs__inner .mejs__controls .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
	background: #eba6aa;
}

/* End Blog Section Of Audio Post */
/* 10. Portfolio ------------------------------------------------------------ */
/* Portfolio Section Of Two Columns Grid */
.two-columns-section.section-box {
	padding: 111px 0 100px;
}

.two-columns-section .two-columns-content {
	text-align: center;
	padding: 0 7px;
}

.two-columns-section .two-columns-content h1 {
	font-size: 45px;
}

.two-columns-section .two-columns-content p {
	padding: 21px 200px 93px;
}

.two-columns-section .two-columns-content .two-columns-detail {
	margin: 0 -7px 16px;
	position: relative;
}

.two-columns-section .two-columns-content .two-columns-detail .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.two-columns-section .two-columns-content .two-columns-detail:hover .overlay {
	opacity: 1;
}

.two-columns-section .two-columns-content .two-columns-detail .gallery-zoom .gallery-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 99;
}

.two-columns-section .two-columns-content .load-more {
	padding-top: 54px;
}

.two-columns-section .two-columns-content .load-more i {
	padding-left: 10px;
}

.two-columns-section .two-columns-content .load-more .btn-small {
	padding: 17px 34px;
}

/* End Portfolio Section Of Two Columns Grid + Four Columns Grid */
/* Portfolio Section Of Three Columns Grid */
.two-columns-section.three-columns-section .two-columns-content {
	padding: 0 7.5px;
}

.two-columns-section.three-columns-section .two-columns-content .two-columns-detail {
	margin: 0 -7.5px 15px;
}

/* End Portfolio Section Of Three Columns Grid + Four Columns Grid */
/* Portfolio Section Of Three Columns Wide + Four Columns Wide + Five Columns Wide */
.two-columns-section.three-columns-wide-section.section-box {
	padding-bottom: 0px;
}

.two-columns-section.three-columns-wide-section.section-box .two-columns-content p {
	padding: 21px 550px 93px;
}

/* End Portfolio Section Of Three Columns Wide + Four Columns Wide + Five Columns Wide */
/* Portfolio Section Of Standard List */
.two-columns-section.standard-grid-section .two-columns-content {
	padding: 0;
}

.two-columns-section.standard-grid-section .two-columns-content .two-columns-detail {
	margin: 0 0 0;
	width: 100%;
}
.img-wrapper{
	width: 100%;
	position: relative;
}
.two-columns-section.standard-grid-section .two-columns-content .product-info {
	text-align: left;
	padding: 20px 0 20px;
}

.two-columns-section.standard-grid-section .two-columns-content .product-info h4 {
	font-size: 20px;
	position: relative;
	transition: all 0.4s ease 0.1s;
	-moz-transition: all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	-ms-transition: all 0.4s ease 0.1s;
	letter-spacing: 0.5px;
	line-height: 1.4;
	height: 28px;
	overflow: hidden;
	margin-bottom: 8px;
}


.two-columns-section.standard-grid-section .two-columns-content .product-info h4 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.two-columns-section.standard-grid-section .two-columns-content .product-info h4:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background: #000;
	top: 1rem;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: -18px;
	opacity: 1;
	transition: 0.3s;
}


.two-columns-section.standard-grid-section .two-columns-content .product-info h4:hover {
	padding-left: 20px;
}

.two-columns-section.standard-grid-section .two-columns-content .product-info h4:hover:before {
	opacity: 1;
	left: 0;
}

.two-columns-section.standard-grid-section .two-columns-content .product-info span a {
	color: #979797;
	letter-spacing: 0.5px;
	transition: 0.3s;
}

.two-columns-section.standard-grid-section .two-columns-content .product-info span a:hover {
	color: #333;
}

.two-columns-section.standard-grid-section .two-columns-content .load-more {
	padding-top: 30px;
}

/* End Portfolio Section Of Standard List */
/* Portfolio Section Of Standard Wide */
.two-columns-section.standard-grid-section.standard-wide-section .two-columns-content {
	padding: 0 15px;
}

/* End Portfolio Section Of Standard Wide */
/* Portfolio Section Of Gallery List */
.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .overlay {
	background: rgba(0, 0, 0, 0.4);
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info {
	position: absolute;
	top: 27px;
	left: 32px;
	z-index: 99;
	text-align: left;
	padding-bottom: 8px;
	opacity: 0;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info:after {
	content: '';
	background: #fff;
	height: 1px;
	width: 124%;
	position: absolute;
	top: 100%;
	left: -32px;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info h4 {
	padding-bottom: 4px;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info h4 a {
	font-size: 20px;
	color: #fff;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info h4 a:hover {
	color: #ccc;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info span a {
	color: #fff;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail .product-info span a:hover {
	color: #ccc;
}

.three-columns-section.gallery-grid-section .two-columns-content .two-columns-detail:hover .product-info {
	opacity: 1;
}

/* End Portfolio Section Of Gallery List */
/* Portfolio Section Of Masonry List */
.two-columns-section.masonry-grid-section.section-box {
	padding-bottom: 85px;
}

/* End Portfolio Section Of Masonry List */
/* Portfolio Section Of Masonry Wide */
.two-columns-section.masonry-grid-section.masonry-wide-section.section-box {
	padding-bottom: 0px;
}

/* End Portfolio Section Of Masonry Wide */
/* Small Images Page */
.single-portfolio.section-box {
	padding: 101px 0 100px;
}

.single-portfolio .portfolio-content .product-images {
	margin-right: 20px;
}

.single-portfolio .portfolio-content .product-images figure {
	margin: 0 0 30px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.single-portfolio .portfolio-content .product-images figure img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-portfolio .portfolio-content .product-images figure .gallery-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 99;
}

.single-portfolio .portfolio-content .product-images figure:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.single-portfolio .portfolio-content .product-images .owl-carousel {
	margin-bottom: 30px;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .owl-thumbs,
.single-portfolio .portfolio-content .product-images .owl-carousel .owl-dots {
	display: none;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.single-portfolio .portfolio-content .product-images .owl-carousel .owl-nav [class*=owl-] {
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
	-o-outline: none;
	-ms-outline: none;
	padding: 6px 15px 2px !important;
	display: block;
	background: #fff;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .owl-nav [class*=owl-]:hover {
	color: #333;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .owl-nav i {
	font-size: 20px;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .item {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .item img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-portfolio .portfolio-content .product-images .owl-carousel .item .gallery-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 99;
}

.single-portfolio .portfolio-content .product-images .owl-carousel .item:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.single-portfolio .portfolio-content .product-info h2 {
	font-size: 30px;
	margin: -6px 0 15px;
}

.single-portfolio .portfolio-content .product-info span {
	color: #333;
	font-weight: 500;
	padding-bottom: 2px;
	display: block;
}

.single-portfolio .portfolio-content .product-info p {
	margin-bottom: 14px;
}

.single-portfolio .portfolio-content .product-info .description {
	margin-bottom: 36px;
}

.single-portfolio .portfolio-content .product-info .socials a {
	padding-right: 14px;
	color: #666;
}

.single-portfolio .portfolio-content .product-info .socials a:hover {
	color: #333;
}

.single-portfolio .portfolio-content .related {
	padding: 0 7.5px;
}

.single-portfolio .portfolio-content .related .related-post {
	margin: 0 -7.5px;
	overflow: hidden;
	cursor: pointer;
}

.single-portfolio .portfolio-content .related .related-post img {
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single-portfolio .portfolio-content .related .related-post:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.single-portfolio .portfolio-content h3 {
	font-size: 25px;
	padding-bottom: 33px;
}

.single-portfolio .portfolio-content .pagination-content {
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: 40px 0 75px;
}

.single-portfolio .portfolio-content .pagination-content a {
	color: #666;
	font-size: 20px;
}

.single-portfolio .portfolio-content .pagination-content a.prev,
.single-portfolio .portfolio-content .pagination-content a.next {
	width: 45px;
	height: 33px;
	border: 1px solid #666;
	text-align: center;
}

.single-portfolio .portfolio-content .pagination-content a:hover {
	color: #333;
}

.single-portfolio .portfolio-content .pagination-content a:hover.prev,
.single-portfolio .portfolio-content .pagination-content a:hover.next {
	color: #fff;
	background: #333;
}

/* End Small Images Page */
/* Big Images Page */
.single-portfolio.single-portfolio-big .portfolio-content .product-images {
	margin-right: 0;
}

.single-portfolio.single-portfolio-big .portfolio-content .product-info {
	padding-top: 20px;
	width: 100%;
}

.single-portfolio.single-portfolio-big .portfolio-content .product-info .info-1 {
	width: 66.67%;
	padding-right: 20px;
}

.single-portfolio.single-portfolio-big .portfolio-content .product-info .info-2 {
	width: 33.33%;
	margin-top: -6px;
	padding-left: 45px;
}

.single-portfolio.single-portfolio-big .portfolio-content .product-info span {
	float: left;
	padding-right: 11px;
}

.single-portfolio.single-portfolio-big .portfolio-content .pagination-content {
	padding-top: 37px;
}

/* End Big Images Page */
/* Small Gallery Page */
.single-portfolio.single-portfolio-gallery .portfolio-content .product {
	margin-right: 20px;
}

.single-portfolio.single-portfolio-gallery .portfolio-content .product .product-images {
	margin-right: 0;
}

/* End Small Gallery Page */
/* 11. Elements ------------------------------------------------------------ */
/* Newsletter Section Of Mailchimp Form Page */
.newsletter-mailchimp-form.section-box {
	padding: 120px 0 100px;
}

/* End Newsletter Section Of Mailchimp Form Page */
/* Deal Off Section Of Countdown Timer Page */
.deal-countdown-timer.section-box {
	padding: 120px 0 165px;
}

/* End Deal Off Section Of Countdown Timer Page */
/* Categories Section Of Product Categories Page */
.categories-product-page.section-box {
	padding: 120px 0 93px;
}

/* End Categories Section Of Product Categories Page */
/* Featured Sale Section Of Standard List Page */
.featured-hp-1.featured-hp-4.featured-four-columns .woocommerce {
	padding-top: 111px;
}

.featured-hp-1.featured-five-columns {
	padding: 61px 0 70px;
}

.featured-hp-1.featured-five-columns .woocommerce {
	overflow: hidden;
}

/* Featured Sale Section Of Standard List Page */
/* List Section Of Product Widget Page */
.list-product-widget.section-box {
	padding-bottom: 74px;
}

/* End List Section Of Product Widget Page */
/* Banner Section Of Banner Page */
.banner-hp-1.banner-page-1.section-box {
	padding: 120px 0 93px;
}

.banner-page-3.section-box {
	padding: 100px 0 93px;
}

/* End Banner Section Of Banner Page */
/* Items Section Of Product Showcase Page */
.items-hp-5.section-box {
	padding: 120px 0 93px;
}

/* End Items Section Of Product Showcase Page */
/* Shop Section Of Masonry List */
.shop-hp-4.featured-hp-1.shop-masonry-list {
	padding: 120px 0 97px;
}

.shop-hp-4.featured-hp-1.shop-masonry-list .content-area .woocommerce-LoopProduct-link .product-image.product-image-2,
.shop-hp-4.featured-hp-1.shop-masonry-list .content-area .woocommerce-LoopProduct-link .product-image.product-image-3 {
	border-bottom: 1px solid #f2f2f2;
}

.shop-hp-4.featured-hp-1.shop-masonry-list .content-area .woocommerce-LoopProduct-link .product-image.product-image-4 {
	border-right: none;
	border-left: none;
}

/* End Shop Section Of Masonry List */
/* Our Team Section Of Our Team Page */
.our-team-page.section-box {
	padding: 120px 0 93px;
}

.our-team-page .our-team-content .our-team-detail {
	text-align: center;
}

.our-team-page .our-team-content .our-team-detail .member-images {
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

.our-team-page .our-team-content .our-team-detail .member-images img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.our-team-page .our-team-content .our-team-detail .member-images:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.our-team-page .our-team-content .our-team-detail .member-info {
	cursor: pointer;
}

.our-team-page .our-team-content .our-team-detail .member-info .name {
	font-size: 20px;
	padding: 27px 0 7px;
}

.our-team-page .our-team-content .our-team-detail .member-info .job {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	display: block;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials {
	display: none;
	margin-bottom: -10px;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials a {
	color: #999;
	font-size: 18px;
	padding: 0 8px;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials a:hover {
	color: #333;
}

.our-team-page .our-team-content .our-team-detail .member-info:hover .job {
	display: none;
}

.our-team-page .our-team-content .our-team-detail .member-info:hover .socials {
	display: block;
}

/* End Our Team Section Of Our Team Page */
/* Testimonial Section Of Testimonial Page */
.testimonials-hp-1.section-box {
	padding: 120px 0 100px;
}

/* End Testimonial Section Of Testimonial Page */

/*前置新增*/

.page-content, html,footer{
	background-color: #FAF8F5;
} 



/*------------------------------------------------------------------------------*/
/*  header
/*------------------------------------------------------------------------------*/

.mobile-ham-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.mobile-ham-icon-list{
		display: flex;
		margin-right: 5px;
}

.mobile-ham-icon-item{
	width: 30px;
}
.mobile-ham-icon-item img{
	width: 100%;
}
.mobile-ham-icon-item:not(:last-child){
	margin-right: 6px;
}

.drop__inner{
}

.cart-contents__link{

}


.mobile-ham-icon-item__link{
	position: relative;
}


.cart-contents__num,
.mobile-ham-icon-item__num
 {
	position: absolute;
	right: 6px;
	bottom: -1px;
	background-color: #033787;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1.4;
	border-radius: 50%;
	font-size: 11px;
}

.mobile-ham-icon-item__num {
	right: 0px;
	bottom: 0px;
}


.logo__inner,
.logo-mobile__inner{
	width: 250px;
	height: 48px;
}

.logo__img,
.logo-mobile__img{
	max-width: 100%;
	max-height: 100%;
}



/*------------------------------------------------------------------------------*/
/*  footer
/*------------------------------------------------------------------------------*/

.footer-socials-line{
	position: relative;
	top:-1px;
	width: 18px;
}

.footer-socials-line-2{
	display: none
}

a:hover .footer-socials-line-1{
	display: none
}
a:hover .footer-socials-line-2{
	display: inline
}


/*------------------------------------------------------------------------------*/
/*  index
/*------------------------------------------------------------------------------*/


.insta-detail__img{
	width: 100%;
}





/*------------------------------------------------------------------------------*/
/*  about1
/*------------------------------------------------------------------------------*/

.flex-align-center {
	align-items: center;
}

.about-little-box {
	margin-top: 80px;
}

.about-slogen-area {
	background-color: #e9e9e9;
	padding: 60px 180px;
	text-align: center;
}

.about-slogen-area p:last-child{
	margin-bottom: 0;
}

.features-box {
	border: 1px solid #003586;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 40px;
	margin-bottom: 20px;
}

.features-box__img {
	width: 25px;
	margin-right: 5px;
}

.features-box__text {
	color: #003586;
	font-size: 20px;
	position: relative;
	top: 1px;
}


.story-detail-2 {
	padding-right: 55px;
}

.row-features-box {
	margin-top: 50px;
}

.images{
	text-align: center;
}



.dot-text-area{
	position: relative;
	padding-top: 90px;
}


.dot-text-area:before {
		position: absolute;
		content: '';
		background: url(../images/demo/dot-bg.jpg);
		top: 8.5%;
		left: 0;
		width: 50%;
		height: 110%;
		opacity: 0.55;
}

.dot-text-area__text{
		/*margin-left: 279px;*/
		position: relative;
		border-left: 5px solid #003586;
		padding-left: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: justify;
}

.dot-text-area__text p:last-child{
		margin-bottom: 0;
}


/*------------------------------------------------------------------------------*/
/*  about3
/*------------------------------------------------------------------------------*/



/*timeline*/
#content {
	margin-top: 0px!important;
	text-align: center;
}
/* Timeline */
.timeline {
	border-left: 4px solid #446094;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	/*color: rgba(255, 255, 255, 0.8);*/
	margin: 49px auto;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.4em;
	font-size: 1.03em;
	padding: 30px 50px;
	list-style: none;
	text-align: left;
	max-width: 800px;
}
.timeline h1,
.timeline h2,
.timeline h3 {
		font-family: unset!important;
		letter-spacing: 0.5px!important;
		font-size: 20px;
		color: #446094;
		font-weight: 600!important;
		margin-bottom: 7px;
}


.timeline p {
	/*color: #000;*/
	letter-spacing: 1.5px;
	line-height: 1.8;
}
.timeline p:last-child{
	margin-bottom: 0;
}

.timeline .event {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
.timeline .event:last-of-type {
	/*padding-bottom: 0;*/
	margin-bottom: 0;
	border: none;
}
.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}
.timeline .event:before {
	left: -217.5px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.5)!important;
	content: unset!important;
	text-align: right;
	font-weight: 100;
	font-size: 0.9em;
	min-width: 120px;
}
.timeline .event:after {
	left: -59.1px;
	background: #446094;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	content: "";
	top: 5px;
}


/*------------------------------------------------------------------------------*/
/*  about4
/*------------------------------------------------------------------------------*/

.about-certification-box {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}

.about-certification-box__img-box {}

.about-certification-box__img {
	border: 1px solid #dddddd;
}

.about-certification-box__text {}


.about-certification-box__title {
	color: #333;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------*/
/*  about5
/*------------------------------------------------------------------------------*/

.subtitle-area {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 30px;
}

.subtitle-area__title {
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------------*/
/*  contact
/*------------------------------------------------------------------------------*/


.google-map-section{
	margin: 0 80px 0;
}

.fax-icon{
		max-width: 12px;
		margin-right: 6px;
}

.captcha-input-area{
	position: relative;
	top: 9px;
}

.captcha-input-area__text {
	display: inline-flex;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #666666;
	align-items: center;
}

.rectangle-bounce-2 {
	text-align: center;
	position: relative;
	transform: scale(0.6);
	margin-left: 6px;
}
#preloader_1-2 span {
	display: block;
	bottom: 0px;
	width: 9px;
	height: 5px;
	background: #364e68;
	position: absolute;
	animation: preloader_1 1.5s infinite ease-in-out;
	-moz-animation: preloader_1 1.5s infinite ease-in-out;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-o-animation: preloader_1 1.5s infinite ease-in-out;
	-ms-animation: preloader_1 1.5s infinite ease-in-out;
}

#preloader_1-2 span:nth-child(2) {
	left: 11px;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

#preloader_1-2 span:nth-child(3) {
	left: 22px;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
}

#preloader_1-2 span:nth-child(4) {
	left: 33px;
	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
}

#preloader_1-2 span:nth-child(5) {
	left: 44px;
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
}

.form-bottom--submit-btn{
	display: inline-block;
}

.socials__line{
	position: relative;
	top:-1px;
	width: 20px;
}

.socials__line-2{
	display: none
}

.contact-section .contact-content .contact-details .socials a:hover .socials__line-1{
	display: none
}
.contact-section .contact-content .contact-details .socials a:hover .socials__line-2{
	display: inline
}

/*------------------------------------------------------------------------------*/
/*  faq
/*------------------------------------------------------------------------------*/


.accordion .card {
	margin-bottom: 15px;
	border: none;
}

.card-header {
	border-bottom: none;
}

.accordion-header {
	padding: 13px 1.25rem;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	background-color: #e8e8e8;
	color: #484848;
	text-align: left;
}

.accordion button:after {
	float: right !important;
	font-family: 'Material-Design-Iconic-Font';
	content: '\f273';
	padding-right: 5px;
}

.accordion button.collapsed:after {
	float: right !important;
	content: '\f278';
}

.card-body p:last-child{
	margin-bottom: 0;
}

.faq-scope{
	margin-bottom: 100px;
}

.faq-scope:last-child{
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------*/
/*  news_list
/*------------------------------------------------------------------------------*/


.news-box {
	margin-bottom: 40px;
}

.title__link {
	height: 44px;
	overflow: hidden;
}


.title__text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-numbers{
	/*margin-top: 40px;*/
}

.breadcrumbs-2{
	font-size: 18px;
	font-weight: 400;
	color: #c0e8fc;
	margin-top: 0;
	margin-bottom: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.67;
}

.categories__icon{
	margin-right: 8px;
}

.categories__icon-2{
	margin-right: 5px;
}
.page-numbers-outer{
	margin-top: 30px;
}

.news-list-info__date {
	padding-right: 16px;
	color: #979797;
	letter-spacing: 0.5px;
}

.news-list-info__icon{
	padding-right: 8px;
}

.news-list-info span:first-child .news-list-info__icon{
	padding-right: 5px;
}

.video-container {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
}
.video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

iframe{
	max-width: 100%;
}

/*------------------------------------------------------------------------------*/
/*  news_info
/*------------------------------------------------------------------------------*/


.line-icon-1,
.line-icon-2 {
	width: 22px;
	height: 22px;
	position: relative;
	top: -2px;
}


.line-icon-1 {
	display: inline;
}

.line-icon-2 {
	display: none;
}


.line-icon:hover .line-icon-1 {
	display: none;
}

.line-icon:hover .line-icon-2 {
	display: inline;
}


/*------------------------------------------------------------------------------*/
/*  research1
/*------------------------------------------------------------------------------*/

.max900{
	max-width: 900px;
	margin: 0 auto
}


/*次標*/
.special-heading-2{
	font-size: 28px;
}

.about-little-box{

}

.research-outer-box{
	margin-top: 140px;
}


.features-list{
	padding-left: 0;
	margin-top: 40px;
}

.features-list__item {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}


.features-list__item:last-child{
	border-bottom: none;
}

.features-list__num {
	font-size: 60px;
	font-weight: 900;
	font-family: sans-serif;
	line-height: 1;
	font-style: oblique;
	padding-right: 27px;
}

.features-list__text {
	width: calc(100% - 68px);
}


.story-detail-3 {
	padding-left: 40px;
}



.applications-list{

}

.applications-list__item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
}

.applications-list__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #3b5d82;
}
.applications-list__text {}


.applications-list__left{
width:30%;
}

.applications-list__right{
width: 70%;
}



.applications-list__icon-box {
	height: 160px;
	margin-right: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b5866+0,4b5866+50,364e68+51,364e68+100 */
	background: rgb(57, 82, 109);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgb(57, 82, 109) 0%, rgb(57, 82, 109) 50%, rgb(54, 78, 104) 51%, rgb(54, 78, 104) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgb(57, 82, 109) 0%, rgb(57, 82, 109) 50%, rgb(54, 78, 104) 51%, rgb(54, 78, 104) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgb(57, 82, 109) 0%, rgb(57, 82, 109) 50%, rgb(54, 78, 104) 51%, rgb(54, 78, 104) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5866', endColorstr='#364e68', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	display: flex;
	justify-content: center;
	align-items: center;
}



.applications-list__icon{
	max-width: 110px;
}

/*------------------------------------------------------------------------------*/
/*  research2
/*------------------------------------------------------------------------------*/

.table.research-table .thead-dark th {
		color: #fff;
		background-color: #555;
}

.table.research-table tbody tr:nth-of-type(odd) {
		background-color: rgba(0,0,0,.05);
}

.table.research-table tbody tr:nth-of-type(odd) {
		background-color: #edebe9;
}

.table.research-table tbody tr:nth-of-type(even) {
		background-color: #fbf9f7;
}

.table.research-table td{
		border: 1px solid #ddd;
}

.table.research-table th{
		border: 1px solid #7b7b7b;
}


/*------------------------------------------------------------------------------*/
/*  research5
/*------------------------------------------------------------------------------*/

.ol-style-none {
	list-style: none;
	padding-left: 20px;
}

.research-list__title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
}

.research-list__item {
	margin-bottom: 40px;
}



/*------------------------------------------------------------------------------*/
/*  product_list
/*------------------------------------------------------------------------------*/


.product_list_widget .price ins {
		text-decoration: none;
		color: #eba6aa;
		font-weight: 600;
		font-size: 18px;
}

.product_list_widget .price .woocommerce-Price-currencySymbol {
		margin-right: -2px;
}

.product_list_widget .price del {
		padding-right: 10px;
}

.product-categories {
		padding-left: 3px;
}

.siderbar-sec-right-pd{
		padding-left: 50px;
}

.product_list_widget__img-wrap {
		width: 100px;
		height: 100px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
}

.product_list_widget__img{
		width: 35%;
}

.shop-right-siderbar .widget-area .widget_products .product_list_widget .info {
		width: 65%;
}



.no-data {
	text-align: center;
	border: 1px solid #dad8d8;
	color: #888888;
	padding: 19px 10px;
}



.product_list-page .no-data {
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .at-same-time {
	position: absolute;
	left: 0;
	top: 10px;
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .at-same-time .onsale,
.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .at-same-time .onnew,
.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image .at-same-time .on_discount {
	margin-bottom: 5px;
	display: block;
}

.on_discount {
	color: #ffffff;
	padding: 0 6.5px;
	letter-spacing: 0;
	white-space: nowrap;
	background-color: #ffb73a;
}


.wp-post-image{
	padding-top: 100%;
}

.image-cover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition:0.3s;
}

.wp-post-image:hover .image-cover{
	transform: translate(-50%, -50%) scale(1.05);
}

.featured-hp-1 .content-area .woocommerce-LoopProduct-link .product-image{
	background-color: #ffffff;
}



/*------------------------------------------------------------------------------*/
/*  product_info
/*------------------------------------------------------------------------------*/

select::-ms-expand {
    display: none; 
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		 background-color: transparent; 
}

.quantity-area{
	background-color: #ffffff;
	/*height: 100%;*/
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quantity-area select{
	border: 1px solid #919191;
}

.addCarts{

}

.row--pd5{
margin-left: -5px;
margin-right: -5px;
}


.row--pd5__col{
padding-left: 5px;
padding-right: 5px;
}

.select-arrow {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 20px;
	z-index: 0;
}

.orderby{
	cursor: pointer;
	height: 100%;
}


.gift-announcement__outer {
	border: 1px solid #6d6d6d;
	padding: 4px 6px 4px;
	margin-top: 10px;
}

.gift-announcement {
	color: #333333;
	margin-top: 0px;
	display: flex;
}

.gift-announcement__icon {
	font-size: 22px;
	margin-right: 0px;
	padding: 5px 9px 5px 9px;
	width: 35px;
	text-align: center;
}

.gift-announcement__text {
	padding: 3px;
}
.fw-700{
	font-weight: 700;
}

.info-price{
	margin-bottom: 15px;
	margin-top: 0;
	display: block;
}

.info-price__inner {
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.info-price__disc{
color: #7c7c7c;
}

.info-price__icon{
color: #999999;
margin-right: 12px;
margin-left: 9px;
}

.info-price__del{

}


.info-price__ins{
color: #eba6aa;
font-weight: 600;
}


.info-price__num{
font-size: 30px;
display: block;
}


.info-price__discount {
	background-color: #eba6aa;
	color: #ffffff;
	padding: 4px 5px 2px;
	border-radius: 5px;
	margin-left: 11px;
	font-size: 13px;
}






.info-price__sym {
	margin-right: -3px;
}

.woocommerce-product-details__short-description {
	background-color: #f2f0ee;
	padding: 15px 18px 15px;
	letter-spacing: 0.5px;
	line-height: 1.8;
}


.shop-single-v1-section .woocommerce .woocommerce-product-gallery .at-same-time {
	position: absolute;
	left: 0;
	top: 10px;
}





/*------------------------------------------------------------------------------*/
/*  login
/*------------------------------------------------------------------------------*/

.special-heading--center{
	text-align: center!important;
}

.special-heading--center:before {
		left: 50%!important;
		transform: translateX(-50%)!important;
		-moz-transform: translateX(-50%)!important;
		-webkit-transform: translateX(-50%)!important;
		-o-transform: translateX(-50%)!important;
		-ms-transform: translateX(-50%)!important;
}

.woocommerce-form-login{
	/*text-align: center;*/
}

.mb15{
	margin-bottom: 15px!important;
}




input:-internal-autofill-selected {
appearance: menulist-button;
		background-color: none !important;
		background-image: none !important;
}


.d-inline-block{
	display: inline-block;
}

.socials-logins__icon{
	margin-right: 10px;
}

.socials-logins__img {
	width: 19px;
	position: relative;
	top: -1px;
	margin-right: 10px;
}



.row--pd5{
	margin-left: -5px;
	margin-right: -5px;
}

.row--pd5__col{
	padding-left: 5px;
	padding-right: 5px;
}




/*------------------------------------------------------------------------------*/
/*  member_register
/*------------------------------------------------------------------------------*/

.select-btn {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 25%;
}

select {
	color: #6d6d6d;
	/*font-size: 14px;*/
	position: relative;
	cursor: pointer;
	z-index: 99;
	background: 0 0;
}

.select-outer{
	position: relative;
}

.agreement-area{
	font-size: 0;
}

.agreement-btn{
	display: inline;
	padding-left: 0!important;
	transition:0.3s;
	color: #6788ac!important;
	cursor: pointer;
	font-size: 15px;
}


.agreement-area label {
		font-size: 15px;
}


.agreement-btn:hover{
	color: #364e68!important;
}


.agreement-text{
background-color: #f2f0ee;
		padding: 30px 30px 30px;
		border-left: 3px solid #446094;
		border-right: 3px solid #446094;
}


.agreement-text p{
margin-bottom: 0;
}


.register-submit-area{
	display: flex;
	justify-content: flex-end;
}

.mb10{
	margin-bottom: 10px!important;
}



/*------------------------------------------------------------------------------*/
/*  member
/*------------------------------------------------------------------------------*/

.member-side-bar {
	position: absolute;
	right: 0;
	width: 999px;
	background-color: #f2f0ee;
	height: 1000px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f0ee+58,f2f0ee+99&1+58,0+100 */
	background: -moz-linear-gradient(top, rgba(242, 240, 238, 1) 58%, rgba(242, 240, 238, 0.02) 99%, rgba(242, 240, 238, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242, 240, 238, 1) 58%, rgba(242, 240, 238, 0.02) 99%, rgba(242, 240, 238, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242, 240, 238, 1) 58%, rgba(242, 240, 238, 0.02) 99%, rgba(242, 240, 238, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f0ee', endColorstr='#00f2f0ee', GradientType=0);
	/* IE6-9 */
}

.member-right-area {
	padding-top: 80px;
	padding-bottom: 90px;
}




.member-list {
	position: relative;
	min-height: 600px;
	padding-top: 70px;
	padding-right: 27px;
}

.member-list__item {
	padding: 14px 12px;
	transition: 0.3s;
}

.member-list__item .member-list__link {
	opacity: 0.6;
	display: flex;
	align-items: flex-start;
}

.member-list__item.active .member-list__link,
.member-list__item:hover .member-list__link{
	opacity: 1;
}







.member-list__link {
	position: relative;
	width: 100%;
}

.member-list__img {
	width: 30px;
	margin-right: 5px;
}




.member-list__title {
	font-size: 17px;
}


.member-list__item.active .member-list__link:after,
.member-list__item:hover .member-list__link:after
 {
	content: '';
	display: inline-block;
	font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	position: absolute;
	right: 0;
	top: 5px;
}




/*------------------------------------------------------------------------------*/
/*  member_password
/*------------------------------------------------------------------------------*/


.mt10{
	margin-top: 10px;
}

input[disabled], select[disabled], textarea[disabled]{
		cursor: not-allowed;
		background-color: #f5f2f0;
		color: #969696;
}

.d-flex{
	display: flex;
}


/*------------------------------------------------------------------------------*/
/*  member
/*------------------------------------------------------------------------------*/

.member_table {
	position: relative;
	width: 100%;
}

.member_table th {
	font-size: 16.5px;
	padding: 1rem;
	background: #f1f2f3;
}

.member_table td {
	font-size: 15px;
	padding: 0.8rem 1rem;
	vertical-align: baseline;
}

.member_table td.main {
	font-weight: bold;
	white-space: nowrap;
	width:65px;
}

.member_table.member_table--en-version td.main {
	width:153px;
}

.member_table tr{
	border-bottom: 1px solid #ede9e6;
}


.member-title {
	/*background-color: #ede9e6;*/
	/*color: #4a4a4a; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 19px 15px;
	margin-bottom: 25px;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 600;
	background-color: #4a4a4a;
	color: #fff;
}

.member-title.member-title--fix {
	display: flex;
	flex-wrap: inherit;
	align-items: baseline;
}



.member-title__icon{
	margin-right: 10px;
}


.member-title__img {
	max-width: 29px;
	margin-right: 9px;
}


.check-ok{

color: #657eae;

margin-right: 10px;
}
.check-ok__icon{

margin-right: 3px;
}
.check-none{

color: #ef8582!important;
}

.check-none:hover{
		color: #e54f4c!important;
}


.check-none__icon{

margin-right: 3px;
}


/*------------------------------------------------------------------------------*/
/*  order_history
/*------------------------------------------------------------------------------*/
table.history th {
	border-bottom: none;
	background: #555;
	color: #fff;
}

table.history th,
table.history td{
	text-align: center;
	vertical-align: middle;
}

.order-number {
	color: #446094;
}

.order-number:hover {
	color: #19366a;
}



.not-pay {
	color: #F25F5C;
	font-weight: 600;
	display: block;
}

.order-ok {
	display: block;
}


.re-pay {
	display: inline-block;
	background-color: #555555;
	padding: 1px 9px;
	border-radius: 6px;
	color: #fff;
	font-size: 13px;
}
.re-pay:hover{
	color: #5d5d5d;
	background-color: #d7d7d7;
}



.cancel-order {
	display: inline-block;
	background-color: #d7d7d7;
	padding: 1px 9px;
	border-radius: 6px;
	color: #5d5d5d;
	font-size: 13px;
	font-weight: 600;
}

.cancel-order:hover{
	background-color: #555555;
	color: #ffffff;
}

.mb0{
	margin-bottom: 0!important;
}


.woocommerce-form-row label{
		color: #8f8f8f;
		margin-bottom: 9px;
}


/*------------------------------------------------------------------------------*/
/*  order_info
/*------------------------------------------------------------------------------*/


.order-info-num {
	margin-bottom: 8px;
	display: block;
	font-size: 16px;
}




/*------------------------------------------------------------------------------*/
/*  order_cart
/*------------------------------------------------------------------------------*/

.cart-total-area {
	margin-top: 40px;
}


.cart-total-tip {
	margin-top: 20px;
	/*margin-right: 70px;*/
	margin-bottom: 30px;
}

.cart-total-tip__title {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
}


.cart_totals {
	margin-left: 34px;
}

.hidden-lg {
	display: none!important
}

.visible-lg {
	display: table-cell!important;
}


.header_bar {
	margin-bottom: 7rem;
	text-align: center;
}

.header_bar i {
	font-size: 41px;
}

.header_bar h2,
.header_bar .header_bar__title {
	margin: 7px 0 0;
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: 2px;
	width: 130px;
	word-break: break-word;
	padding: 0 10px;
}

.header_bar ul {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.header_bar ul:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 10%;
	top: calc(50% - 5px);
	width: 80%;
	height: 10px;
	background: #ede9e6;
}

.header_bar li {
	position: relative;
	display: inline-block;
	padding: 0 4rem;
	z-index: 2;
}

.header_bar li:before {
	content: '';
	position: absolute;
	display: inline-block;
	z-index: -1;
	width: 130px;
	height: 110px;
	left: calc(50% - 64px);
	top: calc(50% - 55px);
	background: #ede9e6;
}

.header_bar li:not(.active) * {
	color: #9a9a99;
	font-weight: normal;
}

.header_bar li.active *,
.header_bar li.finished * {
	color: #fff;
}

.header_bar li.active h2,
.header_bar li.active .header_bar__title {
	font-weight: bold;
}

.header_bar li.active:before,
.header_bar li.finished:before {
	background: #666;
}


.header_bar li.finished:after {
	background: #97765a;
	width: 100%;
}

.header_bar li.finished i:before {
	content: '\e116';
	font-family: 'lined-icons';
}

.header_bar li.active i {
	animation: scale_icon 3s ease-in-out infinite;
}

.header_bar li:last-child.active:after {
	display: none;
}

.header_bar--single ul:before {
		content: none;
}



/*.header_bar li.active:after {
		content: '';
		position: absolute;
		display: inline-block;
		right: 50%;
		top: calc(50% - 5px);
		width: 77%;
		height: 10px;
		background-color: #666;
		z-index: -1;
}



.header_bar li.active:first-child:after {
		content: none;
}*/






@keyframes scale_icon {
	0%,
	70%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}


button {
	cursor: pointer;
}

.step-btb-area{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}






/*------------------------------------------------------------------------------*/
/*  order_confirm
/*------------------------------------------------------------------------------*/


.order-confirm_page{

}


.order-confirm_page .woocommerce-checkout .woocommerce-billing-fields .input-text, 
.order-confirm_page .woocommerce-checkout .woocommerce-billing-fields select {
		margin-bottom: 10px;
}

/*.buyer-info-box{
	box-shadow: 0 0 5px rgb(0 0 0 / 9%);
	background-color: #fff;
}



.buyer-info-box__body{
			padding: 0 22px 22px;
}
		*/
	 
.member-title__check{
	margin-top: -5px!important;
	color: #cacaca!important;
	font-size: 16px!important;
}

.member-title__check .woocommerce-validated{
	margin-bottom: 0!important;
}

.member-title__check label{
	margin-bottom: 0!important;
}


.inline-check-area{
	display: flex;
	flex-wrap: wrap;
}


.inline-check-area__inner{
	margin-right: 10px;
	margin-bottom: 0;
}


.order-confirm_page .member-title {
		padding: 15px 19px 13px;
}

.get-person-area{

margin-bottom: 10px;
}

.payment-area{

margin-bottom: 15px;
}

.invoice-area{

}

.order-confirm_page .woocommerce-billing-fields {
		margin-top: 0;
}

/*.remarks-area{
	max-height: 255px;
}*/


.white-card-area {
	height: 100%;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}


.white-card-area__body{
		padding: 0 30px;
}




.woocommerce-checkout .white-card-area  .woocommerce-billing-fields .input-text, 
.woocommerce-checkout .white-card-area  .woocommerce-billing-fields select {
		border-bottom: 1px solid #aeaeae;
}


.white-card-area input[disabled], .white-card-area select[disabled], .white-card-area textarea[disabled] {
		background-color: #f7f7f7;
}


.white-card-area .woocommerce-billing-fields .input-text::-webkit-input-placeholder,
.white-card-area .woocommerce-billing-fields select::-webkit-input-placeholder {
	color: #b5b5b5;
}

.white-card-area .woocommerce-billing-fields .input-text::-moz-placeholder,
.white-card-area .woocommerce-billing-fields select::-moz-placeholder {
	color: #b5b5b5;
}

.white-card-area .woocommerce-billing-fields .input-text:-ms-input-placeholder,
.white-card-area .woocommerce-billing-fields select:-ms-input-placeholder {
	color: #b5b5b5;
}

.white-card-area .woocommerce-billing-fields .input-text:-moz-placeholder,
.white-card-area .woocommerce-billing-fields select:-moz-placeholder {
	color: #b5b5b5;
}




/*------------------------------------------------------------------------------*/
/*  order_ok
/*------------------------------------------------------------------------------*/

.order-ok_page .white-card-area__body {
		padding: 0 30px 45px;
}

.order-ok_page .white-card-area {
		margin-bottom: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.order-ok_page .shop_table thead tr th {
		color: inherit;
		background-color: transparent;
}

.order-ok_page .shop_table thead tr th:last-child {
	width: 120px;
}


.order-ok-area{
margin-bottom: 50px;
text-align: center;
}
.order-ok-area__text{

}
.order-ok-area__icon{

}


.order-ok-area__link{
	color: #ef8582;
}

.order-ok-area__link:hover {
	color: #e54f4c;
}

.mt5{
	margin-top: 5px!important;
}

.mt30{
	margin-top: 30px!important;
}



 ::selection { 
	background-color: #488ad1;
	color: #fff;
 }


.seo-text{
	position: absolute;
	top:-99999px;
	z-index: -9999;
}


.woocommerce-product-gallery .item{
	background-color:#ffffff;
}


.fancybox-button[disabled].fancybox-button--zoom.fancybox-button--zoom--hide,
.fancybox-button.fancybox-button--zoom.fancybox-button--zoom--hide
{
	display: none
}

/*語系*/

.lang-area {
	margin: 0 9px;
}

.lang-area__link{
	font-size: 17px;
}

.lang-area__link:hover {
	color: #033787;
}



.lang-area {
	margin: 0;
	color: #cccccc;
	padding: 13px 30px;
}


.au-navbar-mobile .au-navbar-menu ul li a.lang-area__link:hover,
.au-navbar-mobile .au-navbar-menu ul li a.lang-area__link.active{
	color: #333333;
}
.au-navbar-mobile .au-navbar-menu ul li a.lang-area__link {
	padding: 0;
	display: inline-block;
	color: #bbbbbb;
}

.lang-area__line{
	margin-left: 5px;
	margin-right: 5px;
}

.lang-area__link:first-child{
	font-size: 16px;
}

.discount-area__text {
	color: #033787;
	margin-left: 5px;
	display: inline-block;
}

.discount-area__icon {
	width: 15px;
	margin-right: 3px;
}

.pd-info-activity {
	color: #033787;
	padding: 4px 5px;
	border: 1px solid;
	border-radius: 5px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  /*box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);*/
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}










/* UNRELATED to tooltips */
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  background: #ededed;
}
main {
  flex: 1 1 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #49b293;
  color: #fff;
  padding: 1em;
}
main div {
  text-align: center;
  color: #353539;
}
main span {
  padding: .5em 1em;
  margin: .5em;
  display: inline-block;
  background: #dedede;
}

aside a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: .4em 1em;
}


.fs16{
	font-size: 16px;
}

.row--pd0 {
	margin-left: 0;
	margin-right: 0;
}


.row--pd0>div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.bonus-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}


.bonus-plus-text-big {
	color: #eba6aa;
	font-weight: 600;
	font-size: 20px;
}

.input-text--bg-white{
	background-color: #ffffff;
}

.pt-40{
	padding-top: 40px!important;
}

.pd-0{
	padding: 0!important;
}

.own-bonus-link{
	color: #FF0000;
	font-weight: 800;
}
/*.own-bonus-link:hover{
	color: #555555;
}*/


.plus-bonus {
	color: #309b18;
	font-weight: 700;
}

.minus-bonus {
	color: #d4010f;
	font-weight: 700;
}



.bonus-box {
	position: relative;
	margin-bottom: 30px;
}

.bonus-box__bg {
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f2f0ee;
}

.bonus-box__main-img-box {
	text-align: right;
	padding: 50px 10px 40px 0;
}

.bonus-box__main-img {
	max-width: 80px;
}

.bonus-box__info {
	padding: 30px 20px 30px;
	border-right: 1px dashed rgb(205 205 205 / 79%);
}

.bonus-box__have-text {
	margin-bottom: 0px;
	opacity: .6;
}

.bonus-box__number {
	font-size: 50px;
	font-weight: 600;
	margin-right: 5px;
	line-height: 1.2;
}

.bonus-box__unit {
	opacity: .6;
}


.bonus-title {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
}

.bonus-description {
	padding-left: 10px;
}

.cart-total-tip__title--bonus{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.bonus-next-time {
	display: inline-block;
	font-size: 18px;
}

.cart-total-tip__title-inner{
	margin-right: 7px;
}

.mr-20{
	margin-right: 20px;
}

.nowrap {
	white-space: nowrap;
}

.discount_badge {
	position: absolute;
    max-width: 60px;
    bottom: 5px;
    right: 10px;
}

.discount_item{
	position: relative;
	display: inline-block;
}

.item .discount_badge {
	max-width: 70px;
}

/*.discount_item span{
	padding: 5px 10px;
	background-color: #364e68;
	color: #fff;
	display: block;
}*/


/* 新增:多規格價格 */
.product__multi-price{
	margin-top: 30px;
}

.product__multi-box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.product__multi-box .multi-amount {
  width: 25%;
  background: #364e68;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.product__multi-box .item-numer{
	display: block;
	color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.product__multi-box .item-tag{
	display: block;
	color: #ffcc00;
}

.product__multi-box .multi-price__wrap {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #364e68;
}

.product__multi-box .multi-price{
	width: calc(100% - 268px);
}

.en-version .product__multi-box .multi-price {
    width: calc(100% - 350px);
}

.ori-price{
	color: #999999;
}

.sale-price{
	color: #999999;
	text-decoration: line-through;
}

.special-price{
	color: #e60012;
	font-size: 22px;
	font-weight: 700;
}

.add-on{
	color: #364e68;
	font-size: 18px;
	font-weight: 700;
}

.product__multi-box .multi-add-cart{
	width: 156px;
	padding-left: 10px;
	line-height: 0;
}

.product__multi-box .multi-add-cart i{
	margin-left: 5px;
}

.product__multi-box .quantity-area{
	width: 112px;
	padding-left: 10px;
	position: relative;
	background: none;
	height: 49px;
}

.en-version .product__multi-box .quantity-area{
	width: 180px;
}

.product__multi-box .select-arrow{
	right: 8px;
}

.product__multi-box select{
	padding: 11px 10px;
}

.copylink:hover,
.copylink:active {
	color: #0056b3;
}

.mt-n {
	margin-top: -73px !important;
}

span.phone-carrier:before {
	transform: translateY(-7.5px);
}

.phone-carrier-note {
	margin-bottom: 25px;
}

.store-select {
	padding: 36px;
  background-color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.store-select:hover {
	background-color: #eaeaea;
}

.order-ok-area.mtn {
	margin-top: -70px;
}

@media(min-width:768px) {
	.order-ok.payment-area {
		margin: auto;
		width: 80%;
	}

	.order-ok-area.mtn {
		margin-top: -60px;
	}
}

@media(max-width:575px) {
	.store-select {
		padding: 24px;
	}

	.order-ok-area.mtn {
		margin-top: -25px !important;
	}
}