/*--------------------------------------------------
Template Name: Plantmore - Responsive Bootstrap 5 eCommerce Template;
Description: This is html5 template;
Version: 1.0;
-----------------------------------------------------


    CSS INDEX
    ================

    
    1. Default CSS
        1.1 General
        1.2 Section title
        1.3 button
        1.4 Input
        1.5 social-icon
        1.6 Input
        1.7 scroll to top
        1.8 Basic margin padding
        1.9 Background variation set
    2. Header Area CSS
    3. Slider Area CSS
    4. Feature Area CSS
    5. History Area CSS
    6. Shop Categories Area CSS
    7. Product Area CSS
    8. Product Countdown Area CSS
    9. Banner Area CSS
    10. Testimonial Area CSS
    11. Brand Area CSS
    12. Blog Area CSS
        12.1 Blog Page CSS
        12.2 Single Blog Page CSS
    13. News Letter Area CSS
    14. Footer Area CSS
        14.1 Footer Top Area CSS
        14.2 Footer Middle Area CSS
        14.3 Footer Bottom Area CSS
    15. Modal Area CSS
    16. Shop Collection Area CSS
    17. Bestseller List Product Area CSS
    18. Home Product Layout Area
    19. Breadcrumb Area CSS
    20. Shop Page CSS
    21. Single Product Page CSS
    22. Wishlist Page CSS
    23. Cart Page CSS
    24. Checkout Page CSS
    25. Login Register Page CSS
    26. My Account Page CSS
    27. About Page CSS
    28. Service Page CSS
    29. FAQ Page CSS
    30. Contact Page  CSS
    31. Portfolio Page CSS
	32. 404 Page CSS 
	33. Hover Color Red

切版新增
1.header
2.footer
3.policy  
4.faq  
5.contact
6.download
7.news_list
8.news_info
9.video
10.product_list
11.product_info
12.about
13.index
*/
/*************************
    General
*************************/
/*--------------------------------------------------
    Google Font Open+Sans, Poppins And Yesteryear
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,500,600,700|Yesteryear');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body,
html {
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 2;
	width: 100%;
	color: #3A3F47;
}

.img {
	max-width: 100%;
}

.img-full img {
	width: 100%;
	height: auto;
	/* aspect-ratio: 1 / 1; */
	/* 保持正方形比例 */
	display: block;
}

a,
button {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: #A69081;
	text-decoration: none;
}

a,
button,
input {
	outline: medium none;
	color: #3A3F47;
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #3A3F47;
	margin-top: 0px;
	font-weight: 400;
	line-height: 1;
}

.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
	font-weight: 600;
	color: #3A3F47;
}


.edit-area p:last-child {
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}

label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
}

*::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

section.product-countdown-area,
section.bestseller-product,
section.index-product,
section.product-area {
	padding: 30px 0 15px 0;
}

.mark,
mark {
	background: #A69081 none repeat scroll 0 0;
	color: #ffffff;
}

.fix {
	overflow: hidden
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1147px;
	}
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.row {
	margin-right: calc(var(--bs-gutter-x) * -.6);
	margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row>* {
	position: relative;
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

/*************************
    Section title
***********************/
.section-title>h2 {
	font-size: 80px;
	font-family: 'Yesteryear', cursive;
}

.section-title>h3 {
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.section-title>span {
	color: #b4b4b4;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	display: inline-block;
	letter-spacing: 3px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	position: relative;
}

.section-title>span:before,
.section-title>span:after {
	background: #A69081;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.section-title>span:before {
	left: -45px;
	right: auto;
}

.section-title>span:after {
	left: auto;
	right: -45px;
}

.section-title2>h3 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 24px;
}

.section-title2>p {
	margin: 0 auto 35px auto;
	font-style: italic;
	color: #c9c9c9;
	max-width: 720px;
	text-align: center;
}

.section-title2.bl-color>h3 {
	color: #444;
}

.section-title2.bl-color>p {
	color: #222;
}

/*************************
         button
*************************/

/*************************
       social-icon
*************************/

/*************************
        Input
*************************/
/* input {
	background: transparent;
	border: 2px solid #A69081;
	height: 56px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 16px;
	color: #a4a4a4;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
} */

/* select {
	width: 100%;
	background: #eceff8;
	border: 2px solid #eceff8;
	height: 45px;
	padding-left: 10px;
	box-shadow: none;
	font-size: 14px;
	color: #626262;
} */

/* option {
	background: #fff;
	border: 0px solid #626262;
	padding-left: 10px;
	font-size: 14px;
} */

/* input:focus {
	background: transparent;
	border: 2px solid #A69081;
} */

/* textarea {
	resize: vertical;
	background: #eceff8;
	border: 2px solid #eceff8;
	padding: 10px;
	width: 100%;
	font-size: 16px;
}

textarea:focus {
	background: transparent;
	border: 2px solid #A69081;
	outline: none;
} */

::-moz-placeholder {
	color: #444;
	font-size: 13px;
}

/*************************
        scroll to top
*************************/
#scrollUp {
	background: #555;
	border: 2px solid #ddd;
	width: 46px;
	height: 46px;
	line-height: 40px;
	border-radius: 100%;
	bottom: 27px;
	right: 24px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#scrollUp:hover {
	background: #A69081;
	border-color: #faf5f1;
}


#scrollUp>i {
	margin-right: -1px;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
	margin-top: 0
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-105 {
	margin-top: 105px
}

.mt-110 {
	margin-top: 110px
}

.mt-115 {
	margin-top: 115px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

/*************************
      Margin right
*************************/
.mr-0 {
	margin-right: 0px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-30 {
	margin-right: 30px
}

.mr-40 {
	margin-right: 40px
}

.mr-50 {
	margin-right: 50px
}

.mr-60 {
	margin-right: 60px
}

.mr-70 {
	margin-right: 70px
}

.mr-80 {
	margin-right: 80px
}

.mr-90 {
	margin-right: 90px
}

.mr-100 {
	margin-right: 100px
}

.mr-110 {
	margin-right: 110px
}

.mr-120 {
	margin-right: 120px
}

.mr-130 {
	margin-right: 130px
}

.mr-140 {
	margin-right: 140px
}

.mr-150 {
	margin-right: 150px
}

/*************************
      Margin bottom
*************************/
.mb-0 {
	margin-bottom: 0
}

.mb-05 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-105 {
	margin-bottom: 105px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-115 {
	margin-bottom: 115px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-150 {
	margin-bottom: 150px
}

/*************************
        Margin left
*************************/
.ml-0 {
	margin-left: 0
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ml-40 {
	margin-left: 40px
}

.ml-50 {
	margin-left: 50px
}

.ml-60 {
	margin-left: 60px
}

.ml-70 {
	margin-left: 70px
}

.ml-80 {
	margin-left: 80px
}

.ml-90 {
	margin-left: 90px
}

.ml-100 {
	margin-left: 100px
}

.ml-110 {
	margin-left: 110px
}

.ml-120 {
	margin-left: 120px
}

.ml-130 {
	margin-left: 130px
}

.ml-140 {
	margin-left: 140px
}

.ml-150 {
	margin-left: 150px
}

/*************************
        Padding top
*************************/
.pt-0 {
	padding-top: 0
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-50 {
	padding-top: 50px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-80 {
	padding-top: 80px
}

.pt-90 {
	padding-top: 90px
}

.pt-100 {
	padding-top: 100px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-130 {
	padding-top: 130px
}

.pt-140 {
	padding-top: 140px
}

.pt-150 {
	padding-top: 150px
}

/*************************
        Padding right
*************************/
.pr-0 {
	padding-right: 0
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-30 {
	padding-right: 30px
}

.pr-40 {
	padding-right: 40px
}

.pr-50 {
	padding-right: 50px
}

.pr-60 {
	padding-right: 60px
}

.pr-65 {
	padding-right: 65px
}

.pr-70 {
	padding-right: 70px
}

.pr-80 {
	padding-right: 80px
}

.pr-90 {
	padding-right: 90px
}

.pr-100 {
	padding-right: 100px
}

.pr-110 {
	padding-right: 110px
}

.pr-120 {
	padding-right: 120px
}

.pr-130 {
	padding-right: 130px
}

.pr-140 {
	padding-right: 140px
}

/*************************
        Padding bottom
*************************/
.pb-0 {
	padding-bottom: 0
}

.pb-5 {
	padding-bottom: 5px !important
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-150 {
	padding-bottom: 150px
}

/*************************
        Padding left
*************************/
.pl-0 {
	padding-left: 0
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-30 {
	padding-left: 30px
}

.pl-40 {
	padding-left: 40px
}

.pl-50 {
	padding-left: 50px
}

.pl-60 {
	padding-left: 60px
}

.pl-65 {
	padding-left: 65px
}

.pl-70 {
	padding-left: 70px
}

.pl-80 {
	padding-left: 80px
}

.pl-90 {
	padding-left: 90px
}

.pl-100 {
	padding-left: 100px
}

.pl-110 {
	padding-left: 110px
}

.pl-120 {
	padding-left: 120px
}

.pl-130 {
	padding-left: 130px
}

.pl-140 {
	padding-left: 140px
}

.pl-150 {
	padding-left: 150px
}


/***************************
    Page section padding 
****************************/
.ptb-0 {
	padding: 0
}

.ptb-10 {
	padding: 10px 0
}

.ptb-20 {
	padding: 20px 0
}

.ptb-30 {
	padding: 30px 0
}

.ptb-40 {
	padding: 40px 0
}

.ptb-50 {
	padding: 50px 0
}

.ptb-60 {
	padding: 60px 0
}

.ptb-70 {
	padding: 70px 0
}

.ptb-80 {
	padding: 80px 0
}

.ptb-90 {
	padding: 90px 0
}

.ptb-100 {
	padding: 100px 0
}

.ptb-110 {
	padding: 110px 0
}

.ptb-120 {
	padding: 120px 0
}

.ptb-130 {
	padding: 130px 0
}

.ptb-140 {
	padding: 140px 0
}

.ptb-150 {
	padding: 150px 0
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
	margin: 0
}

.mtb-10 {
	margin: 10px 0
}

.mtb-15 {
	margin: 15px 0
}

.mtb-20 {
	margin: 20px 0
}

.mtb-30 {
	margin: 30px 0
}

.mtb-40 {
	margin: 40px 0
}

.mtb-50 {
	margin: 50px 0
}

.mtb-60 {
	margin: 60px 0
}

.mtb-70 {
	margin: 70px 0
}

.mtb-80 {
	margin: 80px 0
}

.mtb-90 {
	margin: 90px 0
}

.mtb-100 {
	margin: 100px 0
}

.mtb-110 {
	margin: 110px 0
}

.mtb-120 {
	margin: 120px 0
}

.mtb-130 {
	margin: 130px 0
}

.mtb-140 {
	margin: 140px 0
}

.mtb-150 {
	margin: 150px 0;
}

/*************************************
    Background variation set 
 **************************************/
/*colored background*/
.white-bg {
	background: #fff !important;
}

.gray-bg {
	background: #f8f8fa !important;
}

.gray-bg2 {
	background: #f2f2f2 !important;
}

.gray-bg3 {
	background: #f8f8f8 !important;
}

.black-bg {
	background-color: #000000 !important;
}

.default-bg {
	background: #50C1F0 !important;
}

.transparent-bg {
	background: transparent !important;
}

.footerBgColor_top {
	background-color: #EBEBEB !important;
}

.footerBgColor_bg {
	background-color: #C69C6C !important;
	color: #ffffff;
}

.footerBgColor_bg a {
	color: #ffffff;
}

/*Opacity background*/
.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-opacity-black-10:before {
	background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
	background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
	background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
	background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
	background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
	background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
	background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
	background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
	background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
	background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
	background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
	background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
	background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
	background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
	background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
	background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
	background: rgba(255, 255, 255, 0.9);
}

/*---------------------
    Animation Css
----------------------*/
@-webkit-keyframes crFlipX {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes crFlipX {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes snow {
	0% {
		background-position: 0 0, 0 0, 0 0
	}

	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

.bg-image-two {
	background-image: url(img/christmas/best_deal.jpg) !important;
}

.bg-color-green {
	background-color: #033011 !important;
}

.video-banner>img {
	width: 100%;
}

.effect-body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
}

.ice_effect {
	background-image: url(img/icon/ice01.png), url(img/icon/ice02.png);
	animation: snow 20s linear infinite;
}

.z-index {
	z-index: 9;
}

/*-------------------
Common Style CSS
-------------------*/
.slick-slide:active,
.slick-slide:focus {
	outline: none;
}

.tab-content {
	width: 100%;
}

.tab-content .tab-pane {
	display: block;
	height: 0;
	max-width: 100%;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
}

.vbox-close {
	/*background: #A69081 url("close.gif") no-repeat scroll 10px center !important;*/
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}



/*------------------------------
    2. Header Area CSS 標題區
--------------------------------*/
/*header menu sticky*/
.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/* background: rgba(255, 255, 255, 0.5); */
}

.header-sticky.is-sticky {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
}

.header-sticky.is-sticky .header-menu-area nav>ul>li>a {
	padding: 20px 0;
}

/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav>ul {
	overflow-y: auto;
	max-height: calc(100vh - 62px);
}

.mobile-menu {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 100% !important;
	flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
	position: relative;
	/*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -55px;
	right: 0px;
	left: auto;
	text-align: center;
	text-indent: 0px;
	font-size: 18px;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
	position: relative;
	height: 0;
	margin-top: 0;
	/*---- Menu Open ----*/
	/*---- Menu Close ----*/
}

.mean-container a.meanmenu-reveal>span {
	display: block;
	position: relative;
}

.mean-container a.meanmenu-reveal>span:after {
	content: '\f0c9';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}

.mean-container a.meanmenu-reveal {
	color: #282828;
}

.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}

.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
	border-left-color: #1dbc51;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
	top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
	height: 2px;
	width: 26px;
	background-color: transparent;
	display: block;
	margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
	background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav>ul {
	margin-bottom: 30px;
	margin-top: 10px;
	border: 1px solid #eeeeee;
	border-top: 0px solid transparent;
	overflow-x: hidden;
}

.mobile-menu .mean-bar .mean-nav>ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	/*---- Sub Menu & Mega Menu ----*/
}

/* 被點擊的區隔 */
.mobile-menu .mean-bar .mean-nav>ul>li.active {
	background-color: #f3ede9;

}

/* .mobile-menu .mean-bar .mean-nav>ul>li>ul>li.active a{
	background-color: #f1f8eb;
} */
/* 第一層內容 */
.mobile-menu .mean-bar .mean-nav>ul>li.active>ul>li>a {
	border-top: 1px solid #A69081;

}

.en-version .mobile-menu .mean-bar .mean-nav>ul>li.active>ul>li>a {
	line-height: 1.6;
	padding: 5px 40px 5px calc(25px + 1em);
}

.mobile-menu .mean-bar .mean-nav>ul li a {
	font-size: 13px;
	display: block;
	color: #3A3F47;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
	width: calc(100% - 50px);
	word-break: break-word;
}

.mobile-menu .mean-bar .mean-nav>ul li a:before {
	display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
	color: #202020;
}



.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>a {
	padding-left: calc(25px + 1em);
}

/* 手機版第二層內容 */
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li>a {
	padding-left: calc(25px + 2em);
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #757575;
	font-weight: 400;

}

/* 手機版第三層內容 */
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: calc(25px + 3em);
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #757575;
	font-weight: 400;
}


/* 手機版第二層，最後一位li */
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li:last-child>a {
	padding-bottom: 25px;
}

/* 手機版第三層，最後一位li  */
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li>ul>li:last-child>a {
	padding-bottom: 25px;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 20px !important;
	color: #A69081;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
	font-weight: 100;
	transform: rotate(90deg);
	transition: 0s;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
	line-height: 40px;
	transform: rotate(0deg);
	right: 2px;
	top: 2px;
}

/* 第一層 ul  */
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul>li>ul {
	position: static;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	min-width: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}

/* 第二層 li */
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-right: 0px solid transparent;
	width: 100%;
	display: block !important;
	float: left;
	width: 100%;
}

/* 第三層 li */
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li>ul>li {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-right: 0px solid transparent;
	width: 100%;
	display: block !important;
	float: left;
	width: 100%;
}

/* 第二層 ul */
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul {
	position: static;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	min-width: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}

/* 第三層 ul  */
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul>li>ul>li>ul>li>ul {
	position: static !important;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	min-width: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
	font-size: 12px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a:before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a:before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a:before {
	display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
	border-top: 1px solid transparent;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
	border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
	background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
	border-top: 1px solid #eeeeee;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
	border: 1px solid #eeeeee;
}

/*Mobile Menu css end*/

.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

/* 主選單 css */
.main-menu>li {
	list-style: none;
	display: inline-block;
	margin: 0 36px 0 0;
	padding: 21px 0 41px;
	position: relative;
	transition: 0.3s;
}

/* 主選單 css */
.main-menu>li:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% + 12px);
	border-bottom: 3px solid #A69081;
	display: block;
	opacity: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}


.main-menu>li:hover:before {
	opacity: 1;
}

.header-sticky.is-sticky .main-menu>li:before {
	bottom: -34px;
}


.main-menu>li>a {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	font-weight: 500;
	padding: 0 6px;
	text-transform: capitalize;
	position: relative;
	display: block;
}

/*.main-menu>li>a:before {
	position: absolute;
	content: "";
	bottom: 7px;
	left: 50%;
	right: 50%;
	background: #A69081;
	display: block;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

.main-menu>li:hover>a {
	color: #A69081;
}

.main-menu>li:hover>a:before {
	left: 0;
	right: 0;
	width: 100%;
}

.dropdown,
.mega-menu {
	position: absolute;
	top: calc(100%);
	left: 0;
	min-width: 233px;
	padding: 15px 0px;
	text-align: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}


.header-area.header-sticky.is-sticky nav>ul>li>.dropdown {
	top: calc(100% + 34px);
}


/* 第二層選單顯示位置 */
.main-menu>li .dropdown .dropdown {
	position: absolute;
	/* left: calc(100% + 1px); */
	/* right: unset; */
	/* left: unset; */
	left: -250px;
	right: calc(100% + 1px);
	top: -15px;


}

/* 第三層選單顯示位置 */
.main-menu>li .dropdown .dropdown .dropdown {
	position: absolute;
	right: 0px;


	/* 手機版才會正常 */
	/* left: 0; 
	top: 43px; */
	@media (min-width: 1200px) {
		top: 0;
		left: -250px;
		right: calc(100% + 1px);
	}

	/*如果螢幕寬度為 320px 以上 且 768px 以下，就套用 css 設定*/
	@media screen and (min-width: 320px) and (max-width: 768px) {
		left: 0;
		top: 43px;
	}


}

.main-menu>li:hover>ul.dropdown,
.main-menu>li>ul.dropdown>li:hover>ul.dropdown,
.main-menu>li:hover .mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
}

/* 第三層選單顯示 */
.main-menu>li:hover>ul.dropdown,
.main-menu>li>ul.dropdown>li:hover>ul.dropdown>li:hover>ul.dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
}

.dropdown>li {
	display: block;
	list-style: none;
	position: relative;
}

.dropdown>li>a {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 20px;
	display: block;
	font-weight: 400;
	color: #3A3F47;

}

/* 會影到手機版 */
/* .main-menu>li .dropdown .dropdown .dropdown>li>a  {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 20px;
	display: block;
	font-weight: 400;
	color: #3A3F47;
} */

.dropdown>li>a.arrow-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

/* 選單 ICON */
.dropdown>li>a.arrow-item:after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 超級菜單 */
.mega-menu {
	width: 100%;
	min-width: 500px;
	padding: 35px 15px 20px 15px;
	left: auto;
}

.mega-menu>li {
	float: left;
	width: 33.33%;
	padding: 0px 5px 20px 5px;
	list-style: none;
}

.mega-menu>li>a.item-link {
	font-size: 12px;
	font-weight: 700;
	color: #666;
	line-height: 18px;
	margin: 0 0 12px;
	pointer-events: none;
}

.mega-menu>li>ul>li {
	list-style: none;
	display: block;
}

.mega-menu>li>ul>li>a {
	font-size: 13px;
	color: #898989;
	display: block;
	padding: 7px 0;
	font-weight: 400;
	line-height: 18px;
}

/*mini cart and search area css*/
.mini-cart-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mini-cart-search>div {
	margin-right: 20px;
}

.mini-cart-search>div:last-child {
	margin-right: 0;
}

.mini-cart {
	position: relative;
	padding: 15px 0;
}

.mini-cart>a {
	color: #000;
	position: relative;
	padding-left: 35px;
	display: block;
}

.mini-cart:hover>a {
	color: #A69081;
}

.cart-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-icon:before {
	content: '\f07a';
	font-family: FontAwesome;
	line-height: 1;
	font-size: 18px;
}

.cart-quantity {
	position: absolute;
	background: #A69081;
	height: 19px;
	line-height: 19px;
	width: 19px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	left: 12px;
	top: -6px;
	z-index: 1;
}

.cart-title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
}

.cart-title>strong {
	display: block;
	font-weight: 500;
	margin-top: 6px;
}

.cart-dropdown {
	text-align: left;
	position: absolute;
	top: 100%;
	right: 0;
	width: 360px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 25px 15px 25px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.cart-dropdown ul>li {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.cart-dropdown ul>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.cart-img {
	float: left;
	width: 25%;
}

.cart-img img {
	width: 100%;
}

.cart-img>a {
	display: block;
	border: 1px solid #ededed;
}

.cart-img>a:hover {
	border-color: #A69081;
}

.cart-content {
	float: left;
	width: 62%;
	margin-left: 20px;
}

.product-name {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 30px 5px 0;
	text-align: left;
}

.cart-content span.quantity {
	color: #555555;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.cart-content span.cart-price {
	display: block;
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 21px;
}

.cart-remove {
	position: relative;
}

.cart-remove>a {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;
}

.cart-subtotal {
	border-top: 1px solid #e5e5e5;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	padding: 15px 0;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.cart-subtotal>strong {
	font-weight: 400;
}

.cart-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.cart-btn a {
	background: #fff;
	color: #555;
	border: 2px solid #e5e5e5;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	padding: 0;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 125px;
	border-radius: 3px;
}

.cart-btn a:hover {
	background: #A69081;
	border-color: #f3ede9;
	color: #fff;
}

.search-box {}

.search-box>a {
	font-size: 20px;
	height: 62px;
	line-height: 62px;
	display: block;
	color: #000;
}

.search-box:hover>a {
	color: #A69081
}

.search-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999999;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.search-dropdown>form {
	background: #fff;
	padding: 0 20px;
	white-space: nowrap;
}

.search-dropdown>form>input {
	background: none;
	border: none;
	color: #666666;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding-right: 25px;
	width: 280px;
}

.search-dropdown>form>button {
	background: none;
	border: none;
	box-shadow: none;
	color: #666666;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	outline: none;
	cursor: pointer;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.search-dropdown>form>button:hover {
	color: #A69081;
}

.currency-box {
	position: relative;
}

.currency-box>a {
	font-size: 20px;
	line-height: 62px;
	height: 62px;
	color: #000;
	display: block;
}

.currency-box:hover>a {
	color: #A69081;
}

.currency-dropdown {
	background: #ffffff;
	color: #666666;
	font-size: 13px;
	min-width: 137px;
	position: absolute;
	right: 0;
	top: 100%;
	width: auto;
	text-align: left;
	z-index: 3000;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: 9999999;
}

.currency-box:hover .currency-dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.currency-dropdown ul.menu-top-menu {
	padding: 12px 0 7px;
}

.menu-top-menu>li {
	list-style: none;
	white-space: nowrap;
}

.menu-top-menu>li>a {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding: 5px;
	display: block;
	text-align: center;
}

.menu-top-menu>li>a:hover {
	color: #A69081;
	background-color: #f3ede9;
}

.switcher {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 20px;
}

.language {
	margin-bottom: 8px;
}

.switcher-title {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.switcher-menu {
	background: none;
	display: inline-block;
}

.switcher-menu>ul>li {
	list-style: none;
	position: relative;
}

.switcher-menu>ul>li>a {
	background: none;
	color: #A69081;
	cursor: pointer;
	font-size: inherit;
	font-weight: normal;
	padding: 5px 15px 5px 0;
	position: relative;
	vertical-align: middle;
}

.switcher-menu>ul>li>a:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.switcher-dropdown {
	background: #fff;
	border: 1px solid #e5e5e5;
	height: auto;
	left: 50%;
	padding: 6px 10px !important;
	position: absolute;
	top: 100%;
	z-index: 1000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.switcher-menu>ul>li:hover .switcher-dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.switcher-dropdown>li {
	list-style: none;
	display: block;
	border-bottom: 0 10px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.switcher-dropdown>li:last-child {
	border-bottom: none;
}

.switcher-dropdown>li>a {
	background: none;
	color: #666666;
	display: block;
	line-height: 33px;
	white-space: nowrap;
}

.switcher-dropdown>li>a:hover {
	color: #A69081;
}

/*header style 3*/
.header-area.header-sticky.is-sticky .header-boxshadow {
	margin-top: 0;
}

.header-area.header-sticky.is-sticky .header-boxshadow:before,
.header-area.header-sticky.is-sticky .header-boxshadow:after {
	display: none
}

.header-area.header-sticky.is-sticky .header-boxshadow .header-inner {
	background: transparent;
	padding: 0 15px;
	box-shadow: none;
}

.header-boxshadow {
	margin: 0 auto;
	max-width: 1170px;
	margin-top: 60px;
	position: relative;
}

.header-inner {
	background: #fff;
	padding: 10px 15px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.header-boxshadow:after,
.header-boxshadow:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.header-boxshadow:before {
	left: 6px;
	right: 6px;
	top: 6px;
	z-index: 3;
}

.header-boxshadow:after {
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 2;
}

/*----------------------------
    Header Style 4 css
----------------------------*/
/*header top css*/
.header-top-language-currency .switcher {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}

.header-top-language-currency .switcher>div {
	float: left;
	padding: 0 20px;
	position: relative;
	margin-bottom: 0;
}

.header-top-language-currency .switcher>div:before {
	background: #fff;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-top-language-currency .switcher>div:last-child:before {
	display: none;
}

.header-top-language-currency .switcher>div:first-child {
	padding-left: 0;
}

.header-top-language-currency .switcher>div:last-child {
	padding-right: 0;
}

.header-top-language-currency .switcher-menu>ul>li>a {
	color: #fff;
}

.header-top-language-currency .switcher-menu>ul>li:hover>a {
	color: #A69081;
}

.header-top-right .menu-top-menu>li {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.header-top-right .menu-top-menu>li:before {
	background: #fff;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-top-right .menu-top-menu>li:last-child:before {
	display: none;
}

.header-top-right .menu-top-menu>li>a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

.header-top-right .menu-top-menu>li:first-child>a {
	padding-left: 0;
}

.header-top-right .menu-top-menu>li:last-child>a {
	padding-right: 0;
}

.header-top-right .menu-top-menu>li>a:hover {
	color: #A69081;
}

/*header middle css*/
.header-middle-area {
	padding: 30px 0;
}

.header-phone>p {
	color: #000;
	font-size: 15px;
	line-height: 21px;
	margin-left: 35px;
}

.header-search-area {
	padding: 5px 15px;
}

.header-search-area form {
	background: transparent;
	border: 1px solid #555;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
}

.header-search-area form input {
	border: none;
	color: #3A3F47;
	height: 47px;
	line-height: 45px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 0 60px 0 20px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.header-search-area form button {
	background: none;
	border: none;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	outline: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1px;
	width: 45px;
	z-index: 9;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header-search-area form button:hover {
	color: #A69081;
}

.header-middle-area .mini-cart {
	margin-left: 30px;
}

/*header bottom area css*/
.header-bottom-area .header-boxshadow {
	margin-top: 0;
}

.header-bottom-area .header-inner {
	padding: 0;
}

.header-bottom-area.header-sticky.is-sticky .header-boxshadow {
	margin-top: 0;
}

.header-bottom-area.header-sticky.is-sticky .header-boxshadow:before,
.header-bottom-area.header-sticky.is-sticky .header-boxshadow:after {
	display: none
}

.header-bottom-area.header-sticky.is-sticky .header-boxshadow .header-inner {
	background: transparent;
	box-shadow: none;
}

.logo-sticky {
	display: none;
}

.header-sticky.is-sticky .logo-sticky {
	float: left;
	display: block;
}

.header-sticky.is-sticky .header-menu {
	float: right;
	background: transparent;
}

/*-------------------------
    3. Slider Area CSS
---------------------------*/
/*slider animation css*/
.active .slider-progress {
	position: absolute;
	top: 0;
	left: 0;
	background: #C5C5C5;
	height: 3px;
	-webkit-animation: owlprogress 5000ms ease-in-out;
	animation: owlprogress 5000ms ease-in-out;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 9;
}

@-webkit-keyframes owlprogress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes owlprogress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.hero-slider-content {
	position: relative;
	text-align: center;
}

.hero-slider-content>* {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.hero-slider-content>h1,
.hero-slider-content>.hero-slider-content__inner {
	color: #ffffff;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
	text-shadow: rgb(3, 3, 3) 1px 1px 3px;
}

.active .hero-slider-content>h1,
.active .hero-slider-content>.hero-slider-content__inner {
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
}

.active .hero-slider-content>p {
	-webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInUp;
	animation: 1200ms ease-in-out 0s normal none 1 running fadeInUp;
}

.active .hero-slider-content>div.slider-border {
	-webkit-animation: 1400ms ease-in-out 0s normal none 1 running rollIn;
	animation: 1400ms ease-in-out 0s normal none 1 running rollIn;
}

.active .hero-slider-content>.slider-btn {
	-webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
	animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}

.active .hero-slider-content>img {
	-webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
	animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
}

/*slider style css*/
.single-slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 890px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.hero-slider .single-slider {
	position: relative;
}

.hero-slider .single-slider:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	/* A20221214001 Andy - 0.2 -> 0 */
}


.hero-slider-content>h1,
.hero-slider-content>.hero-slider-content__inner {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 7px;
}


.slider-border {
	background-color: #232932;
	line-height: 25px;
	min-height: 5px;
	min-width: 122px;
	max-height: 5px;
	max-width: 122px;
	margin: 35px 0;
	display: inline-block;
}

.hero-slider-content>p {
	font-size: 2rem;
	line-height: 1.2;
	/* max-width: 596px; */
	/* font-family: 'Open Sans', sans-serif; */
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
	margin: 0;
	color: #ffffff;

}

.slider-btn>a {
	font-size: 16px;
	line-height: 24px;
	/* background-color: #eeeeee; */
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	padding: 15px 60px;
	font-weight: 500;
	text-align: center;
	margin-top: 45px;
	/* box-shadow: 0 0 10px #97a48d; */
}

.slider-btn>a i {
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
}

.slider-btn>a:hover {
	background-color: #A69081;
	color: #ffffff;
}

/*slider style 2 css*/
.single-slider-style-2 {
	height: 945px;
}

.hero-slider .hero-slider-content>img {
	width: auto;
}

/*slider style 3 css*/
.hero-slider-content-3 {
	margin-top: 135px;
}

.single-slider.slider-style-3 .hero-slider-content {
	text-align: center;
}

.slider-style-3 .hero-slider-content>h1 {
	color: #fff;
}

.slider-style-3 .hero-slider-content .slider-border {
	background-color: #fff;
}

.slider-style-3 .hero-slider-content>p {
	color: #fff;
	margin: 0 auto;
	text-align: left;

}

/*slider style 5 css*/
.single-slider-style-5 {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 580px;
}

.hero-slider-content-5,
.hero-slider-content-6 {
	padding-left: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	z-index: 9;
}

.hero-slider-content-6 {
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	padding-left: 0;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.hero-slider .hero-slider-content-5>img.first-img {
	margin-bottom: 30px;
}

.hero-slider .hero-slider-content-5>img.secound-img {
	margin: 0 auto;
}

.hero-slider .hero-slider-content-6>img.first-img {
	margin: 0 auto;
}

.hero-slider .hero-slider-content-6>img.secound-img {
	position: absolute;
	right: 30px;
}

.hero-slider.hero-slider-5 .owl-nav>button {
	display: none;
}

.hero-slider.hero-slider-5 .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.hero-slider.hero-slider-5 .owl-dot {
	width: 13px;
	height: 13px;
	background: #E7E6E6 !important;
	display: inline-block;
	margin: 0 8px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hero-slider.hero-slider-5 .owl-dot.active,
.hero-slider.hero-slider-5 .owl-dot:hover {
	background: #FFFFFF !important;
}

.hero-slider .owl-nav>button,
.hero-slider.hero-slider-3 .owl-nav>button,
.testimonial-active .owl-nav>button {
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/icon/slider-left.png) !important;
	background-repeat: no-repeat !important;
	font-size: 0 !important;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hero-slider.hero-slider-3 .owl-nav>button {
	background-image: url(../img/icon/slider-left-hover.png) !important;
}

.hero-slider.hero-slider-3 .owl-nav>.owl-next {
	background-image: url(../img/icon/slider-right-hover.png) !important;
}

.testimonial-active .owl-nav>button {
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.testimonial-active:hover .owl-nav>button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider .owl-nav>.owl-next,
.hero-slider.hero-slider-3 .owl-nav>.owl-next,
.testimonial-active .owl-nav>.owl-next {
	right: 45px;
	left: auto;
	background-image: url(../img/icon/slider-right.png) !important;
}

.testimonial-active .owl-nav>.owl-next {
	right: 0;
}

.hero-slider .owl-nav>button:hover,
.testimonial-active .owl-nav>button:hover {
	background-image: url(../img/icon/slider-left-hover.png) !important;
}

.hero-slider .owl-nav>.owl-next:hover,
.testimonial-active .owl-nav>.owl-next:hover {
	background-image: url(../img/icon/slider-right-hover.png) !important;
}

/*------------------------
    4. Feature Area CSS
--------------------------*/
.feature-history-area {
	background-image: url(img/bg/bg2.jpg);
	background-position: center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
}

.feature-history-area .history-area-content {
	padding: 0;
	border: 0;
	margin-bottom: 85px;
}

.single-feature {
	padding: 30px 36px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.feature-icon {
	width: 64px;
	margin: 0 auto 13px;
}

.single-feature:hover {
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.feature-icon>span {
	font-size: 60px;
	color: #A69081;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.single-feature:hover .feature-icon>img {
	-webkit-animation: crFlipX 2s ease-in-out infinite backwards;
	animation: crFlipX 2s ease-in-out infinite backwards;
}

.feature-content>h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 5px;
}

.feature-content>p {
	font-size: 16px;
	line-height: 24px;
	color: #7C7C7C;
	letter-spacing: 2px;
	margin: 0;
}

/*---------------------------
    5. History Area CSS
----------------------------*/
.history-area-content {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 110px;
}

.history-area-content>p>strong {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 35px;
}

.history-area-content>p {
	font-size: 16px;
	line-height: 33px;
	margin-bottom: 0;
}

/*---------------------------
    6. Shop Categories Area CSS
-----------------------------*/
.cat-1 {
	width: 39%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 39%;
	flex: 0 0 39%;
	max-width: none;
}

.cat-2 {
	width: 61%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 61%;
	flex: 0 0 61%;
	max-width: none;
}

.cat-3 {
	width: 54%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 54%;
	flex: 0 0 54%;
	max-width: none;
}

.cat-4 {
	width: 46%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	max-width: none;
}

.cat-5 {
	width: 36%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: none;
}

.cat-6 {
	width: 64%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: none;
}

.categories-img {
	position: relative;
}

.categories-img>a {
	display: block;
	width: 100%;
}

.categories-img>a:hover {
	box-shadow: 0px 10px 30px 0px #d3d3d3;
}

.categories-content {
	background: #fff;
	left: 50%;
	margin: 0;
	margin-right: -50%;
	padding: 10px 15px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.categories-img:hover .categories-content {
	background: #A69081;
}

.categories-content>h3 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}

.categories-content>h4 {
	color: #A69081;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.categories-img:hover .categories-content>h3,
.categories-img:hover .categories-content>h4 {
	color: #fff;
}

/*------------------------
    7. Product Area CSS 
--------------------------*/

.product-slider-active .col-md-3 {
	padding-left: 15px;
	padding-right: 15px;
}

.single-product {
	margin-top: 5px;
}

/* 熱門商品 */
.product-area {
	background-color: #DAE5E9;
}

.product-area .single-product {
	min-height: 386px;
}

.product-slider-active {
	width: 100%;
}

.single-product:hover {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.product-img {
	position: relative;
	overflow: hidden;
}

.onsale {
	background: #A69081;
	box-shadow: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	height: 100px;
	left: auto;
	line-height: 162px;
	min-height: auto;
	min-width: auto;
	position: absolute;
	right: -50px;
	text-align: center;
	text-shadow: none;
	text-transform: none;
	top: -50px;
	width: 100px;
	z-index: 2;
	border-radius: 0;
	-webkit-transform: rotate(45deg) translateZ(0) scale(1.0, 1.0);
	transform: rotate(45deg) translateZ(0) scale(1.0, 1.0);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.product-action {
	background: #fff;
	left: 50%;
	margin-right: -50%;
	max-width: 90%;
	padding: 0 9px;
	position: absolute;
	top: 50%;
	z-index: 99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.single-product:hover .product-action {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.product-action>ul>li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.product-action>ul>li>a {
	color: #555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 30px;
	border-radius: 0;
}

.product-action>ul>li>a:hover {
	color: #A69081;
}

.product-content {
	padding: 15px 10px 15px 10px;
	/* background-color: #ffffff; */
	/* min-height: 50px; */
}

.product-content>h2>a,
.product-content>h3>a {
	color: #3A3F47;
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.product-content>h2>a:hover,
.product-content>h3>a:hover {
	color: #A69081;
}

.product-price {
	position: relative;
}

.price-box {
	color: #e03737;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.price {
	text-decoration: line-through;
	color: #999;
	font-size: 16px;
	padding-right: 5px;
}

.single-product .product-img img {
	transition: 0.3s;
}

.single-product:hover .product-img img {
	transform: scale(1.05);
}

.add-to-cart {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-product:hover .add-to-cart {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.add-to-cart a {
	background: transparent;
	border: none;
	border: 1px solid #6cbb3b;
	color: #6cbb3b;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	height: 34px;
	letter-spacing: .2em;
	line-height: 34px;
	margin: 0;
	padding: 0 5px 3px;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0;
}

.add-to-cart a:hover {
	color: #ffffff;
	background-color: #6cbb3b;
}

/*slider dot*/
.testimonial-active {
	margin-left: -15px;
	margin-right: -15px;
}

.offer-slider .col-md-4,
.testimonial-active .col-12,
.blog-slider-active .col-md-4,
.product-list-slider-active .col-md-4,
.banner-slider-active .col-md-4,
.indoor-product-active .col-12,
.blog-list-slider-active .col-12,
.store-slider-active .col-md-3,
.product-list-slider-active2 .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.product-slider-active .slick-dots,
.offer-slider .slick-dots,
.brand-active .slick-dots,
.blog-slider-active .slick-dots,
.product-list-slider-active .slick-dots,
.blog-list-slider-active .slick-dots,
.banner-slider-active .slick-dots,
.indoor-product-active .slick-dots,
.product-offer-active .slick-dots,
.sidebar-product-active .slick-dots,
.store-slider-active .slick-dots,
.product-list-slider-active2 .slick-dots {
	text-align: center;
	margin-top: 5px;
	/* display: flex; */
	justify-content: center;
}

.product-slider-active .slick-dots li,
.offer-slider .slick-dots li,
.brand-active .slick-dots li,
.blog-slider-active .slick-dots li,
.product-list-slider-active .slick-dots li,
.blog-list-slider-active .slick-dots li,
.banner-slider-active .slick-dots li,
.indoor-product-active .slick-dots li,
.product-offer-active .slick-dots li,
.sidebar-product-active .slick-dots li,
.store-slider-active .slick-dots li,
.product-list-slider-active2 .slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0 2px;
}

.brand-active .slick-dots,
.blog-slider-active .slick-dots,
.blog-list-slider-active .slick-dots,
.banner-slider-active .slick-dots,
.indoor-product-active .slick-dots,
.sidebar-product-active .slick-dots {
	margin-top: 25px;
}

.product-slider-active .slick-dots li button,
.offer-slider .slick-dots li button,
.brand-active .slick-dots li button,
.blog-slider-active .slick-dots li button,
.product-list-slider-active .slick-dots li button,
.blog-list-slider-active .slick-dots li button,
.banner-slider-active .slick-dots li button,
.indoor-product-active .slick-dots li button,
.product-offer-active .slick-dots li button,
.sidebar-product-active .slick-dots li button,
.store-slider-active .slick-dots li button,
.product-list-slider-active2 .slick-dots li button {
	background: none;
	border: 1px solid #000;
	border-radius: 100%;
	height: 100%;
	margin: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: hidden;
	padding: 0;
	position: static;
	text-indent: -9999px;
	visibility: visible;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-slider-active .slick-dots li button:hover,
.product-slider-active .slick-dots li.slick-active button,
.offer-slider .slick-dots li button:hover,
.offer-slider .slick-dots li.slick-active button,
.brand-active .slick-dots li button:hover,
.brand-active .slick-dots li.slick-active button,
.blog-slider-active .slick-dots li button:hover,
.blog-slider-active .slick-dots li.slick-active button,
.product-list-slider-active .slick-dots li button:hover,
.product-list-slider-active .slick-dots li.slick-active button,
.blog-list-slider-active .slick-dots li button:hover,
.blog-list-slider-active .slick-dots li.slick-active button,
.banner-slider-active .slick-dots li button:hover,
.banner-slider-active .slick-dots li.slick-active button,
.indoor-product-active .slick-dots li button:hover,
.indoor-product-active .slick-dots li.slick-active button,
.product-offer-active .slick-dots li button:hover,
.product-offer-active .slick-dots li.slick-active button,
.sidebar-product-active .slick-dots li button:hover,
.sidebar-product-active .slick-dots li.slick-active button,
.store-slider-active .slick-dots li button:hover,
.store-slider-active .slick-dots li.slick-active button,
.product-list-slider-active2 .slick-dots li button:hover,
.product-list-slider-active2 .slick-dots li.slick-active button {
	background: #000;
}

/*------------------------------------
    8. Product Countdown Area CSS
-------------------------------------*/
.count-down-area {
	width: 100%;
	max-width: 675px;
	margin: auto;
}

/* 最新消息 */
.product-countdown-area {
	/* background-image: url(img/bg/bg1.jpg); */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 0px;
	position: relative;
	background-color: #E6E5E0;
}

.countdown-inner {
	background: #fff;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	margin-left: 25px;
	margin-right: 25px;
}

.countdown-inner:after,
.countdown-inner:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	z-index: 2;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.countdown-inner:before {
	left: 6px;
	right: 6px;
	top: 6px;
}

.countdown-inner:after {
	left: 12px;
	right: 12px;
	top: 12px;
}

.count-box {
	background: #fff;
	line-height: 1;
	margin: 0;
	padding: 18px 30px;
	position: relative;
	z-index: 11;
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.single-count {
	background: none;
	display: inline-block;
	height: auto;
	line-height: 1;
	padding: 0 15px;
	position: relative;
	width: auto;
	color: #999;
	display: inline;
	font-size: 14px;
	font-weight: normal;
}

.single-count:after {
	content: ':';
	display: block;
	font-size: 28px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.single-count:last-child:after {
	display: none;
}

.single-count span {
	color: #555;
	font-size: 46px;
	font-weight: 300;
	min-width: 60px;
	display: inline-block;
}

.offer-slider {
	width: 100%;
	margin-bottom: 15px;
}

.offer-slider .col-md-4.slick-slide {
	/*opacity: 0.5;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	padding: 18px 18px 0px 18px;
}

.offer-slider .slick-current.slick-center {
	/*opacity: 1;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*product offer*/
.product-offer {
	border: 1px solid #e5e5e5;
	padding: 15px 30px;
}

.product-offer .single-product:hover {
	box-shadow: none;
}

.product-offer .product-content {
	padding: 20px 5px 10px 5px;
}

.single-count-1 {
	background: #A69081;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 61px;
}

.single-count-1 span {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

/*------------------------------
    9. Banner Area CSS
-------------------------------*/
.banner-slider-active {
	width: 100%;
}

.banner-slider-active .col-md-4.slick-slide {
	padding: 0 30px;
}

.banner-img {
	overflow: hidden;
	position: relative;
}

.banner-img>a {
	display: block;
}

.banner-img>a:before {
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.banner-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-banner:hover .banner-img>a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-banner:hover .banner-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.video-banner {
	position: relative;
}

.play-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
}

/*-----------------------------
    10. Testimonial Area CSS
-----------------------------*/
.testimonial-img {
	display: inline-block;
	margin-bottom: 45px;
	position: relative;
}

.testimonial-img:before {
	background: url(img/icon/testimonial-icon.png) center center no-repeat;
	bottom: 0;
	content: '';
	display: block;
	height: 37px;
	left: 10px;
	position: absolute;
	width: 37px;
	z-index: 9;
}

.testimonial-img img {
	border-radius: 65px;
	box-shadow: 0px 10px 30px 0px rgba(188, 188, 188, 0.7);
	width: 150px !important;
	height: 150px;
}

.testimonial-content>p {
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto 25px auto;
	max-width: 800px;
	position: relative;
	text-align: center;
}

.testimonial-author>h6 {
	color: #A69081;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.testimonial-author>h6>span {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}

.testimonial-author>h6>span:before {
	content: "-";
	display: inline-block;
	margin: 0 5px 0 2px;
	color: #555;
}

/*----------------------
   11. Brand Area CSS
------------------------*/
.brand-active .single-brand img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.brand-active .single-brand img:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*----------------------
   12. Blog Area CSS
------------------------*/
.blog-area {
	background-color: #f8f8fa;
	padding-top: 115px;
	padding-bottom: 105px;
}

.blog-slider-active {
	width: 100%;
}

.single-blog {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 5px 25px 0px rgb(58 58 58 / 26%);
	margin-bottom: 30px;
}

.single-blog:hover {}

.blog-img>a {
	display: block;
	position: relative;
	overflow: hidden;
}

.blog-img>a:before {
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.blog-img>a:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-img>a>img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-img>a:hover>img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.blog-content {
	background: #fff;
	padding: 25px 30px 45px 30px;
}

.post-date {
	color: #7c7c7c;
	/* font-size: 13.5px; */
	font-size: 15.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.post-date__outer {
	display: flex;
	justify-content: space-between;
}

.post-date>i {
	margin-right: 5px;
}

.post-title {
	/* font-size: 19px; */
	font-size: 21px;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-description {
	margin-bottom: 23px;
	color: #7c7c7c;
	/* font-size: 14px; */
	font-size: 16px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-author>img {
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	width: 40px;
	border-radius: 100%;
}

.post-author>a {
	color: #A69082;
	font-weight: 900;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.post-author>a:hover {
	color: #3A3F47;
}

/*------------------------
    Blog List Area CSS
-------------------------*/
.blog-list-slider-active {
	width: 100%;
}

.blog-list {
	background: #fff;
	min-height: 113px;
	padding: 35px 0 35px 166px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-list:hover {
	background: #A69081;
	color: #fff;
}

.blog-list .post-date {
	background: #A69081;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	height: 100%;
	left: 0;
	letter-spacing: 1px;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-list .post-title {
	font-size: 18px;
}

.blog-list:hover .post-author,
.blog-list:hover .post-title,
.blog-list:hover .post-author a {
	color: #fff;
}

.blog-list .post-title a:hover {
	color: #fff;
}

.blog-list .post-author img {
	display: inline-block;
	height: 43px;
	left: 115px;
	position: absolute;
	top: 37px;
	width: 43px;
	border-radius: 100%;
}

/*-----------------------
    12.1 Blog Page CSS
------------------------*/
.blog_area article.blog_single {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.blog_single header.entry-header {
	margin-bottom: 30px;
}

article.blog_single .post-category {
	display: block;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #A69081;
	margin-right: 20px;
}

.post-category__icon {
	display: inline-block;
	height: 27px;
	margin-right: 6px;
	width: 27px;
	border-radius: 100%;
}

/*article.blog_single .post-category:before {
	content: '\f07b';
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;
}*/

article.blog_single .post-category>a {
	color: #A69081;
}

article.blog_single .post-category>a:hover {
	color: #222;
}

.blog_single header h2,
.blog_single header .entry-title {
	margin-bottom: 14px;
}

h2.entry-title,
h3.entry-title {
	margin: 0;
}

h2.entry-title,
h3.entry-title {
	color: #444;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	letter-spacing: 1px;
	text-align: left;
}

h2.entry-title>a:hover {
	color: #7CC74E;
}

.post-author {
	color: #626262;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 0;
}

.post-separator {
	color: #8c8c8c;
	display: inline-block;
	margin: 0 13px;
	vertical-align: middle;
	font-size: 13px;
}

.blog-post-date {
	color: #8c8c8c;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	letter-spacing: 0.07em;
}

.blog-post-date>i {
	margin-right: 4px;
}

.blog_single .post-thumbnail {
	margin-bottom: 26px;
}

.post-gallery img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blog_area article.blog_single {
	text-align: left;
}

.post-info .entry-summary>p {
	margin-bottom: 27px;
}

.blog_single .readmore.button {
	background: #434343 none repeat scroll 0 0;
	border-color: #434343;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}

.social-sharing .widget-title {
	background: none;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 26px;
	margin: 0 19px 0 0;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.blog-social-icons {
	margin: 10px 0;
}

.blog-social-icons>li {
	list-style: none;
	display: inline-block;
}

.blog-social-icons>li>a {
	background: #f1f1f1;
	border-radius: 100%;
	color: #353535;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
	transition: none;
}

.blog-social-icons>li>a:hover {
	background-color: #7CC74E;
	color: #fff;
}

.comment {
	color: #a43d21;
	text-align: left;
	display: block;
	font-size: 14px;
}

.comment:hover {
	color: #7CC74E;
}

.post-gallery .owl-nav>button {
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: #000 !important;
	color: #fff !important;
	font-size: 30px !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	text-align: center;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.post-gallery .owl-nav button.owl-next {
	right: 40px;
	left: auto;
}

.post-gallery .owl-nav>button.owl-prev:after {
	display: none;
}

.post-gallery:hover .owl-nav>button {
	left: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-gallery:hover .owl-nav button.owl-next {
	right: 10px;
	left: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-audio iframe {
	vertical-align: middle;
	border: none;
	width: 100%;
	min-height: 300px;
}

/*blog sidebar css*/
.product-filter {
	display: block;
}

.product-filter>h5 {
	border-bottom: 1px solid #ededed;
	color: #3A3F47;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
	width: 100%;
	font-family: 'Yesteryear', cursive;
}

.product-filter.product-filter--big>h5 {
	font-size: 40px;
}

.search__sidbar .input_form {
	position: relative;
}

.search__sidbar input.input_text[type="text"] {
	background: none;
	border: 1px solid #ededed;
	height: 45px;
	padding: 0 50px 0 15px;
	width: 100%;
}

.search__sidbar .button {
	background: none;
	border: none;
	color: #222;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	cursor: pointer;
	top: 0;
	width: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search__sidbar .button:hover {
	background-color: #A69081;
	color: #ffffff;
}

.blog_Archives__sidbar li {
	color: #222;
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*----------------------------
    12.2 Single Blog Page CSS
-----------------------------*/
.blog_area .blog_single.blog-details {
	border-bottom: none;
	margin-bottom: 15px;
}

.entry-summary.blog-post-description>p {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.entry-summary.blog-post-description blockquote {
	background: #f6f6f6;
	border: 1px solid #ededed;
	border-left: 5px solid #7CC74E;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	margin: 40px 0 40px 40px;
	padding: 30px 45px;
	text-align: left;
}

.single-post-tag {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 30px 0;
	color: #222;
	text-align: left;
}


.single-post-tag>a {
	font-size: 13px;
	text-transform: uppercase;
	color: #222;
}

.single-post-tag>a:hover {
	color: #7CC74E;
}

.relatedposts>h3 {
	display: inline-block;
	font-size: 20px;
	margin: 0 0 30px;
	font-weight: 700;
	padding: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}

.relatedthumb>h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #444;
	text-transform: uppercase;
	margin: 0;
}

.image {
	margin-bottom: 25px;
}

.rl-post-date {
	color: #8c8c8c;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	font-style: italic;
}

.comments-area>h3,
.comment-box>h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.comments-area ol {
	list-style: none;
	padding-left: 0;
}

.comments-area>ol>li>ol {
	margin-left: 30px;
}

.comments-area .commentlist li .single-comment {
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 0 20px;
	padding: 30px;
	width: 100%;
}

.comments-area .commentlist li .comment-avatar {
	float: left;
	margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
	border: none;
	overflow: hidden;
	position: relative;
}

.comments-area .commentlist .comment-info a {
	color: #222;
	display: block;
	font-weight: 700;
	font-size: 14px;
}

.comments-area .commentlist li .comment-info .reply {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.comments-area .commentlist li .comment-info .reply a {
	background: none;
	border: 1px solid #7CC74E;
	box-shadow: none;
	color: #7CC74E;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: 28px;
	line-height: 26px;
	padding: 0 20px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	border-radius: 500px;
}

.comments-area .commentlist li .comment-info .reply a:hover {
	background-color: #7CC74E;
	color: #fff;
}

.comments-area .commentlist .comment-info span.date {
	display: block;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
	color: #222;
	line-height: 19px;
}

.comment-info>p {
	margin-bottom: 0;
	color: #222;
}

.comment-note {
	font-size: 12px;
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
}

.single-input {
	margin-bottom: 20px;
}

.single-input>label {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.single-input>textarea {
	border: none;
	background: #f2f2f2;
	border-radius: 0;
	height: 135px;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.single-input>input {
	background: #f2f2f2;
	border: none;
	height: 46px;
	padding-left: 15px;
	width: 100%;
}

.single-input>input:focus,
.single-input>textarea:focus {
	outline: auto;
	outline-color: #7CC74E;
}

/*--------------------------------
    13. News Letter Area CSS
----------------------------------*/
/* A20251226001 Generals */
/* --- 1. 大標題的咖啡色方塊 (H4) --- */
.square-title {
	position: relative;
	/* 定位基準點 */
	padding-left: 20px;
	/* 左邊留出空間給方塊 */
	color: #754C24;
	font-weight: bold;
	margin-bottom: 10px;
	/* 標題跟下面內文的距離 */
	line-height: 1.2;
	/* 調整行高讓方塊好對齊 */
}

/* 這是「畫方塊」的語法 */
.square-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	background-color: #754C24;
}


/* --- 2. 內文的黑色小方塊 --- */
.square-item {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	left: 15px;
}

.square-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	/* 對齊文字高度 (可自行微調) */
	width: 6px;
	/* 小方塊寬度 */
	height: 6px;
	/* 小方塊高度 */
	background-color: #000;
	/* 小方塊顏色 (黑色) */
}

/* 調整一下日期的樣式 (非必要) */
.news-date {
	margin-right: 8px;
	/* 日期跟標題中間留點空隙 */
	font-family: Arial, sans-serif;
}

/* **************************** */

.news-latter-box>p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

.subscribe-form {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	vertical-align: middle;
}

.subscribe-form input {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	display: block;
	float: left;
	font-size: 1em;
	height: 48px;
	line-height: 48px;
	max-width: 100%;
	padding: 0 10px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 435px;
	border-radius: 4px;
}

.subscribe-form button {
	background: #7CC74E;
	border: none;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 500;
	height: 48px;
	letter-spacing: .03em;
	line-height: 48px;
	cursor: pointer;
	margin: 0 0 0 15px;
	max-width: 100%;
	padding: 0 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.subscribe-form button:hover {
	background: #94c74c;
	color: #fff;
}

/*-------------------------------------
    14. Footer Area CSS
---------------------------------------*/


.footer_bg_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.link-widget>li {
	list-style: none;
	display: block;
	margin-bottom: 7px;
}

.en-version .link-widget>li {
	margin-bottom: 0;
}

.link-widget>li>a {
	font-size: 1em;
	color: #747879;
	line-height: 16px;
	display: inline-block;
	font-weight: 600;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.en-version .link-widget>li>a {
	font-size: 14px;
}

.link-widget>li>a:hover {
	color: #A69081;
}

/*------------------------------------
    14.3 Footer Bottom Area CSS
------------------------------------*/
.footer-payments-image {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 35px;
}

.footer-menu ul>li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #999999;
	line-height: 13px;
}

.footer-menu ul>li:last-child {
	border-right: 0;
}

.footer-menu ul>li>a {
	color: #eeeeee;
	font-size: 12px;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-menu ul>li:first-child>a {
	padding-left: 0;
}

.footer-menu ul>li:last-child>a {
	padding-right: 0;
}

.footer-menu ul>li>a:hover {
	color: #7CC74E;
	text-decoration: underline;
}



/*----------------------------------------*/
/*   15. Modal Area CSS
/*----------------------------------------*/
#open-modal .modal-dialog {
	margin: 5% auto;
	min-height: 300px;
	padding: 20px;
	width: 1024px;
	max-width: 100%;
}

.modal-header {
	border: none;
	padding: 0;
}

.modal-header .close {
	padding: 0;
	background: transparent;
	border: 1px solid #999;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	line-height: 28px;
	display: block;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 999;
}

.modal-body {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.single-product-img {
	margin-bottom: 10px;
}

.single-slide-menu {
	margin-bottom: 40px;
}

.single-tab-menu {
	padding: 0 5px;
}

.single-tab-menu>a {
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
}

.single-tab-menu>a:hover {
	border-color: #7CC74E;
}

.modal-product-info {
	margin-bottom: 55px;
}

.modal-product-info>h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px;
}

.modal-product-price {
	color: #7CC74E;
	font-size: 16px;
	font-weight: 700;
}

.modal-product-price>span.old-price {
	text-decoration: line-through;
}

.see-all {
	color: #999;
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: underline;
	width: 100%;
}

.add-to-cart.quantity {
	border-bottom: 1px solid #ededed;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 38px;
	width: 100%;
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	text-align: left;
}

.add-to-cart.quantity form {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.modal-quantity {
	border: 1px solid #ededed;
	float: left;
	height: 50px;
	margin-right: 15px;
	width: auto;
}

.modal-quantity input {
	border: none;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	height: 48px;
	width: 60px;
}

.form-button {
	border: none !important;
	height: 48px !important;
	line-height: 48px !important;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 38px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: middle;
	cursor: pointer;
}

.form-button:hover {
	background: #A69081;
	color: #fff;
}

.cart-description {
	border-bottom: 1px solid #ededed;
	color: #999;
	float: left;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 25px;
	padding: 0 0 15px;
	width: 100%;
}

.social-share>h3 {
	background: none;
	color: #222;
	float: left;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.socil-icon2>li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

.socil-icon2>li>a {
	font-size: 18px;
	color: #808080;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #ebebeb;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.socil-icon2>li:nth-child(1)>a:hover {
	background: #3B579D;
	border-color: #3B579D;
	color: #fff;
}

.socil-icon2>li:nth-child(2)>a:hover {
	background: #3ACAFF;
	border-color: #3ACAFF;
	color: #fff;
}

.socil-icon2>li:nth-child(3)>a:hover {
	background: #CB2027;
	border-color: #CB2027;
	color: #fff;
}

.socil-icon2>li:nth-child(4)>a:hover {
	background: #D11717;
	border-color: #D11717;
	color: #fff;
}

.socil-icon2>li:nth-child(5)>a:hover {
	background: #0097BD;
	border-color: #0097BD;
	color: #fff;
}

.single-slide-menu .owl-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}

.single-slide-menu .owl-dot {
	height: 15px;
	width: 15px;
	border: 2px solid #e5e5e5 !important;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-slide-menu .owl-dot.active,
.single-slide-menu .owl-dot:hover {
	border-color: #7CC74E !important;
	background: #7CC74E !important;
}

/*----------------------------------
    16. Shop Collection Area CSS
------------------------------------*/
.shop-collection-area .col-left,
.shop-collection-area .col-right {
	margin-bottom: 60px;
}

.shop-collection-area .col-left {
	padding-right: 70px;
}

.shop-collection-area .col-right {
	padding-left: 70px;
}

.collection-content>h3 {
	color: #555;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 29px
}

.collection-content>h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}

.collection-content>h4>a {
	color: #7CC74E;
}

.collection-content>p {
	margin-bottom: 10px;
}

.collection-content>h2 {
	color: #000;
	font-size: 46px;
	font-weight: 500;
	margin-top: 15px;
	line-height: 62px;
	margin-bottom: 5px;
}

.collection-content>a {
	background: #7CC74E;
	color: #fff;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin-top: 15px;
	padding: 0 20px;
}

.collection-content>a:hover {
	background: #94c74c;
}

/*-----------------------------------------
    17. Bestseller List Product Area CSS
-------------------------------------------*/
.product-list-slider-active {
	width: 100%;
}

.single-product.product-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.single-product.product-list:hover {
	box-shadow: none;
}

.list-col-4 {
	float: left;
	width: 40%;
}

.list-col-8 {
	float: left;
	width: 60%;
	padding: 20px 15px;
}

.single-product.product-list .product-content {
	text-align: left;
	padding: 0;
}

.single-product.product-list:hover .price-box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-product.product-list .add-to-cart {
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	text-align: left;
}

.indoor-product-active {
	width: 100%;
}

.product-list-area {
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}

.product-list-area .single-product.product-list {
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.product-list-area .list-col-4 {
	width: 30%;
}

.product-list-area .list-col-8 {
	width: 70%;
}

/*------------------------------
    18. Home Product Layout Area
-------------------------------*/
.category-menu {
	position: relative;
}

.category-heading>h2 {
	background: #7CC74E;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	height: 52px !important;
	line-height: 52px;
	padding: 0 20px;
	border-radius: 3px 3px 0 0;
	position: relative;
	cursor: pointer;
	font-family: 'Yesteryear', cursive;
	text-transform: capitalize;
	text-align: center;
}

.category-heading>h2:after {
	font-size: 20px;
	vertical-align: top;
	margin-left: 15px;
	content: '\e874';
	font-family: 'Linearicons-Free';
	display: inline-block;
}

.category-menu-list>ul {
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	margin-top: -2px;
}

.category-menu-list>ul>li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}

.category-menu-list>ul>li {
	padding: 0 20px;
	position: relative;
	text-align: left;
}

.category-menu-list>ul>li>a,
.cat-dropdown>li>a {
	display: block;
	text-transform: capitalize;
	color: #7a7a7a;
	height: 40px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 13px;
}

.category-menu-list>ul>li>a:hover,
.cat-dropdown>li>a:hover {
	color: #7CC74E;
}

.category-menu-list>ul>li>a:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #555;
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	border-radius: 100%;
}

.category-menu-list>ul>li>a:hover:before {
	background: #7CC74E;
	border-color: #7CC74E;
}

.category-menu-list>ul>li:last-child>a:before {
	display: none;
}

.category-menu-list>ul>li.right-menu>a:after {
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	vertical-align: top;
}

.category-menu-list>ul>li.rx-parent>a {
	font-size: 14px;
	font-weight: 600;
	color: #363f4d;
}

.rx-parent {
	cursor: pointer;
}

.category-menu-list ul>li span.fa {
	float: left;
	padding-top: 13px;
	margin-left: -15px;
	margin-right: 15px;
}

.rx-child,
.category-menu-list ul li a.rx-show {
	display: none;
}

.category-menu-list ul li.rx-change a.rx-show {
	display: block;
}

.category-menu-list ul li.rx-change a.rx-default {
	display: none;
}

.cat-dropdown,
.cat-mega-menu {
	position: absolute;
	top: 0;
	left: 100%;
	background: #ffffff;
	z-index: 999;
	width: 220px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cat-dropdown li,
.cat-mega-menu ul li {
	list-style: none;
}

.cat-dropdown>li>a {
	font-size: 12px;
}

.cat-dropdown>li>a:hover {
	color: #7CC74E;
}

.cat-mega-menu {
	width: 670px;
	padding: 4px 0 10px 0;
	overflow: hidden;
}

li.right-menu .cat-mega-menu>li {
	width: 33.33%;
	float: left;
	padding: 15px 20px 10px 30px;
	list-style: none;
}

.cat-mega-menu>li.cat-mega-title>a {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 13px;
	margin-bottom: 15px;
	display: block;
	line-height: 36px;
	position: relative;
}

.cat-mega-menu>li.cat-mega-title>a:after {
	background: #e5e5e5;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}

.cat-mega-menu>li>ul>li>a {
	font-size: 13px;
	display: block;
	line-height: 25px;
}

.cat-mega-menu>li>ul>li>a:hover {
	color: #7CC74E;
}

.category-menu-list>ul>li:hover .cat-dropdown,
.category-menu-list>ul>li:hover .cat-mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.sidebar-layout .featured-product {
	border: 1px solid #e5e5e5;
	padding-bottom: 35px;
}

.sidebar-title>h3 {
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
	padding-bottom: 25px;
	margin-bottom: 0;
}

.featured-product h3 {
	margin-top: 15px;
}

.featured-product .single-product.product-list {
	padding: 6px 15px;
}

.featured-product .single-product.product-list:last-child {
	border-bottom: none;
}

.product-tag>ul>li {
	list-style: none;
	display: inline-block;
}

.product-tag>ul>li>a {
	background: #ebebeb;
	border: none;
	color: #555;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 8px 0;
	padding: 4px 20px;
	text-transform: capitalize;
}

.product-tag>ul>li>a:hover {
	background: #7CC74E;
	color: #fff;
}

.store-product-menu {
	margin-bottom: 20px;
}

.store-product-menu>ul>li>a {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.store-product-menu>ul>li>a.active,
.store-product-menu>ul>li>a:hover {
	color: #7CC74E;
}

.store-product-menu>ul>li:first-child:before {
	background: #7CC74E;
	content: '';
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 30px;
}

.store-product-menu>ul>li:after {
	background: #7CC74E;
	content: '';
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 30px;
}

.store-slider-active {
	width: 100%;
}

.product-list-slider-active2 {
	width: 100%;
}


/*---------------------------
    19. Breadcrumb Area CSS
-----------------------------*/
.breadcrumb-one {
	position: relative;
}

.breadcrumb-content {
	position: absolute;
	bottom: 20px;
	left: 70px;
	z-index: 1;
}

.breadcrumb-content>ul>li,
.breadcrumb-content>ul>li>.breadcrumb-content__title {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	position: relative;
	margin-bottom: 0;
}

.breadcrumb-content>ul>li>a {
	color: #fff;
}

.breadcrumb-content>ul>li>a:hover,
.breadcrumb-content>ul>li.active,
.breadcrumb-content>ul>li.active>.breadcrumb-content__title {
	color: #A69081;
}


.breadcrumb-content>ul>li:last-child:after {
	display: none;
}

.breadcrumb-tow {
	width: 100%;
	/* height: 465px; */
	height: 270px;
	display: flex;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	-webkit-background-position: center center;
	-moz-background-position: center center;
	flex: 100%;
}

section.breadcrumb-tow[style*="background-image"] {
	display: block;
	max-width: 100%;
}


@-webkit-keyframes ani_wave {
	0% {
		-webkit-transform: scaleY(0.9);
		transform: scaleY(0.9)
	}

	50% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8)
	}

	100% {
		-webkit-transform: scaleY(0.9);
		transform: scaleY(0.9)
	}
}

@keyframes ani_wave {
	0% {
		-webkit-transform: scaleY(0.9);
		transform: scaleY(0.9)
	}

	50% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8)
	}

	100% {
		-webkit-transform: scaleY(0.9);
		transform: scaleY(0.9)
	}
}

@-webkit-keyframes ani_wave_2 {
	0% {
		-webkit-transform: scaleY(1) rotate(2deg);
		transform: scaleY(1) rotate(-2deg)
	}

	50% {
		-webkit-transform: scaleY(1.2) rotate(-2deg);
		transform: scaleY(1.2) rotate(2deg)
	}

	100% {
		-webkit-transform: scaleY(1) rotate(2deg);
		transform: scaleY(1) rotate(-2deg)
	}
}

@keyframes ani_wave_2 {
	0% {
		-webkit-transform: scaleY(1) rotate(2deg);
		transform: scaleY(1) rotate(-2deg)
	}

	50% {
		-webkit-transform: scaleY(1.2) rotate(-2deg);
		transform: scaleY(1.2) rotate(2deg)
	}

	100% {
		-webkit-transform: scaleY(1) rotate(2deg);
		transform: scaleY(1) rotate(-2deg)
	}
}

@-webkit-keyframes ani_wave_3 {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	50% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8)
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes ani_wave_3 {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	50% {
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8)
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.breadcrumb-title>h1,
.breadcrumb-title>.breadcrumb-title__inner {
	font-size: 64px;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 25px;
}

.breadcrumb-content.breadcrumb-content-tow {
	position: static;
	bottom: 0;
	left: 0;
	text-align: center;
}

.breadcrumb-content-tow>ul>li>a {
	/* color: rgb(226 226 226 / 70%); */
	color: rgba(110, 110, 110, 0.6);
}

.breadcrumb-content-tow>ul>li:after {
	background-color: rgb(226 226 226 / 70%);
}

/*---------------------
    20. Shop Page CSS
-----------------------*/
.shop-sidebar {
	margin-bottom: 55px;
}

.shop-sidebar>h4 {
	font-size: 27px;
	text-align: left;
	font-weight: 900;
	border-left: 5px solid #A69081;
	padding-left: 13px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #ededed;
}

.en-version .shop-sidebar>h4 {
	border-left: none;
	padding-left: 0;
	padding-bottom: 9px;
}

.categori-checkbox ul li {
	list-style: none;
	display: block;
	padding-right: 30px;
	padding-bottom: 5px;
	position: relative;
	cursor: pointer;
}

.en-version .categori-checkbox ul li {
	padding-bottom: 12px;
}

.categori-checkbox ul.product-list li {
	cursor: inherit;
}

.categori-checkbox ul li.active>a,
.categori-checkbox ul li.active>div>a,
.categori-checkbox ul li.active>div>i,
.categori-checkbox ul li.active>div>a,
.categori-checkbox ul li.active>a>.count {
	color: #A69081 !important;
}

.categori-checkbox ul li input {
	width: auto;
	height: auto;
	vertical-align: middle;
}

.categori-checkbox ul li a {
	font-size: 16px;
	margin-left: 0;
	font-weight: 400;
	display: inline-block;
	word-break: break-word;
	display: block;
}

.en-version .categori-checkbox ul li a {
	line-height: 1.6;
}


.categori-checkbox ul li:hover a,
.categori-checkbox ul li:hover .count {
	color: #A69081;
}

.categori-checkbox ul li span.count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	opacity: 0.8;
	color: #555;
}

.price-filter .ui-widget-content {
	background: #e8e8e8;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 7px;
	margin: 0 0 25px;
	width: 100%;
}

.price-filter .ui-slider-range {
	background: #7CC74E;
	border-radius: 0;
}

.price-filter .ui-slider-handle {
	background: #7CC74E;
	border: none;
	content: '';
	display: block;
	cursor: w-resize;
	height: 22px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	top: 50%;
	width: 22px;
	outline: none;
	border-radius: 100%;
	box-shadow: 0px 0px 6.65px .35px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.price-filter .ui-slider-handle:nth-child(3) {
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.price-filter .ui-slider-handle:before {
	background: #fff;
	content: '';
	display: inline-block;
	height: 14px;
	vertical-align: bottom;
	width: 14px;
	border-radius: 100%;
}

.price-slider-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.label-input label {
	color: #555;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}

.label-input input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #555;
	font-size: 14px;
	height: inherit;
	padding-left: 5px;
	width: 99px;
}

.price-slider-amount>button,
.compare-btn {
	background: #999;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
	border: none;
	cursor: pointer;
	height: 35px;
	letter-spacing: .02em;
	line-height: 35px;
	padding: 0 15px;
	text-transform: capitalize;
}

.price-slider-amount>button:hover,
.compare-btn:hover {
	background: #7CC74E;
	color: #fff;
}

.compare-btn {
	float: right;
}

.clear-btn {
	float: left;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

.rc-product>ul>li {
	line-height: normal;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.rc-product>ul>li:last-child {
	border-bottom: 0;
}

.rc-product-thumb {
	float: left;
	width: 40%;
}

.rc-product-content {
	float: left;
	padding: 3px 0 0;
	padding-left: 8px;
	width: 60%;
}

.rc-product-content>h6 {
	color: #555;
	/* font-size: 14px; */
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

.rc-product--new .rc-product-content>h6 {
	-webkit-line-clamp: 3;
	color: #2b2e33;
	font-weight: 500;
}

.rc-product-review {
	font-size: 10px;
	color: #dcba00;
	margin-bottom: 5px;
}

.shop-topbar-wrapper {
	border-bottom: 1px solid #ededed;
	color: #222;
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 100%;
}

.grid-list-option>ul>li>a {
	width: 35px;
	height: 35px;
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}

.grid-list-option>ul>li>a {
	border: none;
	height: 36px;
	line-height: 36px;
	margin-right: 1px;
	width: 36px;
	border-radius: 100%;
}

.grid-list-option>ul>li>a.active,
.grid-list-option>ul>li>a:hover {
	background-color: #A69081;
	color: #fff;
}

.toolbar-shorter {
	width: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.toolbar-shorter label {
	width: 120px;
	margin-bottom: 0;
	font-size: 14px;
	padding: 5px 8px;
	color: #555;
	text-transform: capitalize;
}

.nice-select {
	height: 36px;
	line-height: 36px;
	border-radius: 0;
}

.nice-select .option.selected {
	color: #555 !important;
}

.nice-select .option {
	line-height: 36px;
	min-height: 36px;
}

.nice-select .option {
	color: #555;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background: #f3ede9;
}

.show-product {
	margin: 0;
	line-height: 36px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	margin-right: 16px;
}

/*shop list css*/
.product-list-item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.product-list-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.product-list-item .single-product:hover {
	box-shadow: none;
}

.product-content.shop-list {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

.product-reviews {
	margin-bottom: 15px;
	color: #dcba00;
}

.product-list-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.readmore-btn a {
	background: #666666;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 38px;
	letter-spacing: 2px;
	line-height: 38px;
	padding: 1px 35px 0;
	text-transform: uppercase;
	width: 100%;
}

.readmore-btn a:hover {
	background: #333333;
}

.product-list-action .readmore-btn {
	margin-right: 10px;
}

.add-btn a {
	background: #A69081;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 38px;
	letter-spacing: 2px;
	line-height: 38px;
	padding: 1px 35px 0;
	text-transform: uppercase;
	width: 100%;
}

.add-btn a:hover {
	background: #cfb5a4;
}

.product-list-action>ul {
	background: #fff;
	padding: 0 9px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	margin-left: 18px;
}

.product-list-action>ul>li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.product-list-action>ul>li>a {
	color: #555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 30px;
	border-radius: 0;
}

.product-list-action>ul>li>a:hover {
	color: #7CC74E;
}

/*product pagination*/
.product-pagination>ul {
	text-align: right;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.product-pagination>ul>li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
}

.product-pagination>ul>li:last-child {
	margin-right: 0px;
}

.product-pagination>ul>li>a {
	background: #fff;
	border: 1px solid #ededed;
	color: #222;
	font-size: 15px;
	display: block;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	min-width: 0;
	padding: 0 8px;
	text-align: center;
	width: 42px;
}

.product-pagination>ul>li>a>i {
	font-size: 20px;
}

.product-pagination>ul>li.active>a,
.product-pagination>ul>li>a:hover {
	background: #A69081;
	border-color: #fdfaf8;
	color: #fff;
}

/*--------------------------------
    21. Single Product Page CSS
--------------------------------*/
.product-menu {
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
}

.product-details-img {
	padding: 0 5px;
}

.product-details-img img {
	width: 100%;
}

.product-tab-menu .slick-arrow {
	position: absolute;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
	background: #fff;
	height: 28px;
	width: 22px;
	line-height: 26px;
	font-size: 18px;
	display: block;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	z-index: 99;
}

.product-tab-menu .slick-arrow.fa-angle-left {
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.product-tab-menu .slick-arrow.fa-angle-right {
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}


.product-tab-menu .slick-next-btn.slick-arrow {
	left: auto;
	right: 0;
}

.product-tab-menu .slick-arrow:hover {
	color: #fff;
	border-color: #7CC74E;
	background-color: #7CC74E;
}

.product-tab-menu:hover .slick-arrow {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.product-large-thumb {
	position: relative;
	overflow: hidden;
}

a.popup-img {
	position: absolute;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #373737;
	color: #fff;
	border-radius: 4px;
	z-index: 999;
	top: 5px;
	right: 5px;
	margin: 0 auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.product-large-thumb:hover a.popup-img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.popup-img:hover {
	background-color: #7CC74E;
	color: #fff;
}

.easyzoom-flyout img {
	width: auto !important;
	max-width: none !important;
}

.product-details-content {
	position: relative;
	padding-left: 30px;
}

.product-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.product-nav>a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #d1d1d1;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	color: #d1d1d1;
	position: relative;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-nav>a:hover {
	background: #7CC74E;
	border-color: #7CC74E;
	color: #fff;
}

.product-details-content>h2,
.product-details-content>.product-details-content__title {
	color: #3A3F47;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.5;
}

.single-product-reviews {
	color: #dcba00;
	font-size: 14px;
	margin-bottom: 10px;
}

.review-link {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	line-height: 30px;
	display: inline-block;
}

.review-link:hover {
	color: #7CC74E;
}

.single-product-price {
	font-size: 20px;
	font-weight: 600;
}

.price.new-price {
	font-weight: 400;
}

.product-description {
	margin-bottom: 15px;
	margin-top: 16px;
}

.product-description>p {
	font-size: 15px;
	color: #7c7c7c;
	line-height: 1.5;
	margin-bottom: 4px;
}

.product-description>p:last-child {
	margin-bottom: 0;
}

.stock {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	width: 100%;
}

.stock:before {
	color: #81ca33;
	content: '\f058';
	float: left;
	font-family: FontAwesome;
	font-size: 14px;
	margin: -2px 8px 0 0;
}

/*---product variable style start---*/
.product-size {
	display: flex;
}

.product-size p {
	padding-right: 15px;
}

.color-pick p,
.product-size p {
	color: #555;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.color-pick .nice-select,
.product-size .nice-select {
	height: 40px;
	line-height: 40px;
	width: 115px;
}

.color-pick {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.color-pick p {
	padding-right: 15px;
}

/*---product variable style end---*/
.single-product-quantity {
	overflow: hidden;
	margin-bottom: 25px;
}

.single-product-quantity .product-quantity {
	background: #fff;
	border: 1px solid #ededed;
	float: left;
	margin-right: 15px;
	padding: 0 10px;
	border-radius: 0;
}

.single-product-quantity .product-quantity input {
	background: none;
	border: none;
	color: #555;
	font-size: 20px;
	font-weight: 400;
	height: 38px;
	line-height: 38px;
	padding: 0;
	width: 60px;
}

.product-btn {
	background: #7CC74E;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0;
	padding: 0 40px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-btn:before {
	content: '\f07a';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 15px;
	margin-right: 5px;
	vertical-align: top;
}

.product-btn:hover {
	background: #94c74c;
	color: #fff;
}

.wishlist-compare-btn {
	margin-bottom: 30px;
}

.wishlist-compare-btn a {
	background: none;
	border: 1px solid #ededed;
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 170px;
	border-radius: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.wishlist-compare-btn a.wishlist-btn {
	margin-right: 20px;
}

.wishlist-compare-btn a.wishlist-btn:before,
.wishlist-compare-btn a.add-compare:before {
	content: '\f08a';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
}

.wishlist-compare-btn a.add-compare:before {
	content: '\f021';
}

.wishlist-compare-btn a:hover {
	background: #7CC74E;
	border-color: #7CC74E;
	color: #fff;
}

.wishlist-compare-btn a:hover:before {
	-webkit-animation: crFlipX 2s ease-in-out infinite both;
	animation: crFlipX 2s ease-in-out infinite both;
}

.product-meta {
	padding: 10px 0;
	width: 100%;
}

.product-meta .posted-in {
	color: #555;
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
}

.product-meta .posted-in>a {
	color: #666;
	font-weight: 400;
	text-transform: none;
}

.product-meta .posted-in>a:hover {
	color: #7CC74E;
}

.single-product-sharing {
	margin-bottom: 0;
	padding: 0px;
	width: 100%;
}

.single-product-sharing>h3 {
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
}

.single-product-sharing ul {
	display: inline-block;
	margin-bottom: 10px;
}

.single-product-sharing ul>li {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	margin-right: 15px;
	position: relative;
}

.single-product-sharing ul>li>a {
	color: #666;
	display: block;
	font-size: 16px;
	text-align: center;
}

.single-product-sharing ul>li>a:hover {
	color: #7CC74E;
}

.dec-and-review-menu {
	/*	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
}

.dec-and-review-menu>li {
	list-style: none;
	position: relative;
	z-index: 9;
	display: inline-block;
	margin: 0 50px 0 0;
}

.dec-and-review-menu>li>a {
	font-size: 18px;
	color: #929292;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
}

.dec-and-review-menu>li>a:after {
	background: #A69081;
	bottom: -1px;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	right: 50%;
	width: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dec-and-review-menu>li:hover>a:after,
.dec-and-review-menu>li>a.active:after {
	left: 0;
	right: 0;
	width: 100%;
}

.dec-and-review-menu>li>a.active,
.dec-and-review-menu>li>a:hover {
	color: #A69081;
}

.product-review-content-tab {
	border-top: 1px solid #e5e5e5;
	box-shadow: none;
	float: left;
	font-size: 16px;
	margin: 0;
	min-height: 160px;
	padding: 0;
	padding: 45px 0px 0 0;
	width: 100%;
}

.single-product-description>h2 {
	font-size: 18px;
	color: #444;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single-product-description>p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.review-page-comment h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.review-page-comment>ul {
	margin: 0 0 25px;
}

.review-page-comment>ul>li {
	margin: 0 0 20px;
	position: relative;
	list-style: none;
}

.product-comment img {
	width: 60px;
	float: left;
}

.product-comment-content {
	border: 1px solid #ededed;
	border-radius: 3px;
	margin-left: 80px;
	position: relative;
	padding: 15px 15px 0;
}

.product-comment-content:before {
	background: #fff;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	content: '';
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}

.meta>strong {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 31px;
	color: #777;
}

.meta>span {
	font-size: 17px;
	color: #777;
	font-weight: 400;
	line-height: 31px;
}

.description>p {
	font-size: 16px;
	color: #222;
	line-height: 28px;
}

.comment-notes {
	margin: 0;
}

.rating i.fa:not(:last-child) {
	color: #F9BA48;
}

.input-element {
	max-width: 600px;
	width: 100%;
}

.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form-comment textarea {
	border: 1px solid #ededed;
	border-radius: 0;
	height: 125px;
	padding: 10px;
	width: 100%;
	background: #f5f5f5;
}

.review-comment-form-author,
.review-comment-form-email {
	margin-bottom: 20px;
}

.review-comment-form-author input,
.review-comment-form-email input {
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	height: 38px;
	line-height: 38px;
	width: 100%;
	display: block;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.review-comment-form-author input:focus,
.review-comment-form-email input:focus,
.comment-form-comment textarea:focus {
	outline: auto;
	outline-color: #7CC74E;
}

/*-------------------------
     22. Wishlist Page CSS 
---------------------------*/
.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #ebebeb;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.table-content table th,
.table-content table td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.table-content table th {
	border-top: medium none;
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 10px;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
}

.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}

.table-content table td.plantmore-product-remove {
	font-size: 20px;
}

.table-content table td.plantmore-product-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.table-content table td.plantmore-product-price {
	font-size: 16px;
	font-weight: 700;
}

.table-content table td.plantmore-product-stock-status span.in-stock,
.table-content table td.plantmore-product-stock-status span.out-stock {
	font-size: 12px;
	text-transform: capitalize;
	color: #30b878;
}

.table-content table td.plantmore-product-stock-status span.out-stock {
	color: #7CC74E;
}

.table-content table td.plantmore-product-add-cart a,
.pro-addtocart a {
	font-size: 14px;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	display: inline-block;
}

.table-content table td.plantmore-product-add-cart a:hover,
.pro-addtocart a:hover {
	background: #7CC74E;
	color: #fff;
}

/*-------------------------
     23. Cart Page CSS 
---------------------------*/
.plantmore-product-quantity input {
	border: none;
	color: #222555;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #ededed;
	height: 40px;
	width: 55px;
}

.table-content table td.product-subtotal {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #414141;
}

.table-content table td .cart-plus-minus {
	float: none;
	margin: 0 auto;
}

.coupon-all {
	margin-top: 50px;
}

.coupon {
	float: left;
}

.coupon input {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	border-radius: 0;
	height: 42px;
	width: 120px;
}

.coupon-all input.button {
	background-color: #333;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	padding: 0 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: inherit;
}

.coupon-all input.button:hover {
	background: #7CC74E;
}

.coupon2 {
	float: right;
}

.cart-page-total {
	padding-top: 50px;
}

.cart-page-total>h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.cart-page-total>ul {
	border: 1px solid #ddd;
}

.cart-page-total>ul>li {
	list-style: none;
	font-size: 15px;
	color: #252525;
	padding: 10px 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.cart-page-total ul>li>span {
	float: right;
}

.cart-page-total li:last-child {
	border-bottom: 0;
}

.cart-page-total>a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart-page-total>a:hover {
	background: #7CC74E;
	border-color: #7CC74E;
}

/*-------------------------
     24. Checkout Page CSS 
---------------------------*/
.coupon-accordion h3 {
	background-color: #f7f6f7;
	border-top: 3px solid #1e85be;
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none !important;
	margin: 0 0 2em !important;
	padding: 1em 2em 1em 3.5em !important;
	position: relative;
	width: auto;
}

.coupon-accordion h3:before {
	color: #1e85be;
	content: "\f133";
	font-family: "fontawesome";
	display: inline-block;
	left: 1.5em;
	position: absolute;
	top: 1em;
}

.coupon-accordion span {
	cursor: pointer;
	color: #6f6f6f;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.coupon-accordion span:hover {
	color: #7CC74E;
}

.coupon-content {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	display: none;
	padding: 20px;
}

.coupon-info p {
	margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
	display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
	color: red;
	font-weight: 700;
	font-size: 14px;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
	border: 1px solid #e5e5e5;
	height: 36px;
	margin: 0 0 14px;
	border-radius: 0;
	max-width: 100%;
	padding: 0 0 0 10px;
	width: 370px;
	background-color: transparent;
}

.coupon-info p.form-row input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
	background: #7CC74E;
}

.form-row>label {
	margin-top: 7px;
}

.coupon-info p.form-row input[type="checkbox"] {
	height: inherit;
	position: relative;
	top: 2px;
	width: inherit;
}

p.lost-password {
	margin-top: 15px;
}

p.lost-password a {
	color: #6f6f6f;
}

p.lost-password a:hover {
	color: #7CC74E;
}

.coupon-checkout-content {
	margin-bottom: 30px;
	display: none;
}

p.checkout-coupon input[type="text"] {
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 36px;
	padding-left: 10px;
	width: 170px;
}

p.checkout-coupon input[type="submit"] {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 36px;
	cursor: pointer;
	margin-left: 6px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: inherit;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
	background: #7CC74E;
}

.checkbox-form h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}

.country-select,
.checkout-form-list {
	margin-bottom: 30px;
}

.country-select label,
.checkout-form-list label {
	color: #333;
	margin: 0 0 5px;
	display: block;
}

.country-select label span.required,
.checkout-form-list label span.required {
	color: red;
	font-size: 24px;
	display: inline-block;
	line-height: 16px;
	position: relative;
	top: 5px;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	width: 100%;
	padding: 0 0 0 10px;
}

.checkout-form-list input[type="checkbox"] {
	display: inline-block;
	height: inherit;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: inherit;
}

.create-acc label {
	color: #333;
	display: inline-block;
}

.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	font-size: 25px;
	color: #363636;
}

.ship-different-title input {
	height: inherit;
	line-height: normal;
	margin: 4px 0 0;
	position: relative;
	top: 1px;
	width: auto;
}

.order-notes textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	height: 90px;
	padding: 15px;
	width: 100%;
}

.create-account,
#ship-box-info {
	display: none;
}

.your-order {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px 40px 45px;
}

.your-order h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}

.your-order-table table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 100%;
}

thead {
	background-color: #f6f6f6;
}

.your-order-table table th {
	border-top: medium none;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}

.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
	text-align: center;
}

.your-order-table table tr.cart_item:hover {
	background: #F9F9F9;
}

.your-order-table table .order-total td {
	border-bottom: medium none;
}

.your-order-table table tr.order-total td span {
	color: #464646;
	font-size: 20px;
}

.your-order-table table .order-total th {
	border-bottom: medium none;
	font-size: 18px;
}

.payment-method {
	margin-top: 40px;
}

.payment-accordion .card {
	border: 0;
	border-radius: 0;
	background: #f2f2f2;
}

.payment-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-bottom: 0;
}

.payment-accordion .card-body {
	padding: 0;
}

.payment-accordion .panel.panel-default {
	margin-bottom: 20px;
}

.payment-accordion h5.panel-title {
	color: #444;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}

.payment-accordion h5.panel-title>a:hover {
	color: #7CC74E !important;
}

.payment-accordion .card-body>p {
	color: #515151;
}

.order-button-payment input {
	background: #434343 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer;
}

.order-button-payment input:hover {
	background: #7CC74E;
}

/*----------------------------------------*/
/*  25. Login Register Page CSS
/*----------------------------------------*/
.form-login-title>h2,
.form-register-title>h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 26px;
	color: #444;
}

.login-form,
.register-form {
	padding: 20px;
	border: 1px solid #d3ced2;
	margin: 30px 0;
	text-align: left;
	border-radius: 5px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
	margin-bottom: 10px;
}

.form-fild>p {
	margin: 0;
}

.form-fild>p span.required {
	color: #f23838;
}

.lost-password>a {
	color: #a43d21;
}

.lost-password>a:hover {
	color: #7CC74E;
}

.form-fild>input {
	border: none;
	background: #f5f5f5;
	border-radius: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
}

input.checkbox {
	width: 0;
	height: 0;
	margin: 0;
	display: inline-block;
}

.customer-login-register.register-pt-0 {
	padding-top: 0;
}

.login-submit>label {
	margin-left: 10px;
}

/*----------------------------------------*/
/*     26. My Account Page CSS
/*----------------------------------------*/
.dashboard-upper-info {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 60px;
}

.dashboard-content .tab-pane:not(.active) {
	display: none;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
	border-right: 1px solid #ebebeb;
	padding: 30px 20px;
}

.user-name {
	position: relative;
}

.user-name:before {
	color: #222;
	content: "\f05d";
	font-family: FontAwesome;
	font-size: 18px;
	left: -20px;
	position: absolute;
	top: 0;
}

.account-dashboard p {
	font-size: 14px;
	margin: 0;
}

.dashboard-upper-info a.view-cart,
.view {
	color: #fff;
	font-size: 13px;
	padding: 5px 12px;
	background: #7CC74E;
	text-transform: capitalize;
}

.dashboard-upper-info a.view-cart:hover,
.view:hover {
	background: #222;
	color: #fff;
}

.view-cart {
	display: inline-block;
	font-size: 14px;
	padding-left: 5px;
	text-transform: capitalize;
}

.view-cart>i {
	margin-right: 5px;
}

.user-name span {
	color: #303030;
	font-size: 15px;
	font-weight: 600;
}

.dashboard-list li a {
	border-bottom: 1px solid #ebebeb;
	color: #222;
	display: block;
	font-size: 14px;
	padding: 12px 0;
	text-transform: capitalize;
}

.dashboard-list li a.active,
.dashboard-list li a:hover,
.view-cart:hover,
.dashboard-upper-info a:hover {
	color: #7CC74E;
}

.dashboard-list li a.active:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
	-webkit-transition: 0.10s;
	transition: 0.10s;
}

.dashboard-content {
	border: 1px solid #ebebeb;
	padding: 30px;
}

.dashboard-content h3 {
	text-transform: capitalize;
}

.dashboard-content h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
}

.dashboard-content .table-responsive .table>tbody>tr>td,
.dashboard-content .table-responsive .table>tbody>tr>th,
.dashboard-content .table-responsive .table>tfoot>tr>td,
.dashboard-content .table-responsive .table>tfoot>tr>th,
.dashboard-content .table-responsive .table>thead>tr>td,
.dashboard-content .table-responsive .table>thead>tr>th {
	border: none;
}

.dashboard-content .table-responsive>.table>thead {
	border-bottom: 1px solid #ebebeb;
}

.dashboard-content .table-responsive .table>thead>tr>th {
	font-size: 14px;
	font-weight: 600;
}

.dashboard-content .table-responsive .table>tbody>tr>td {
	color: #7b7b7b;
	font-size: 13px;
}

#dashboard a {
	color: #222;
	text-transform: capitalize;
}

#dashboard a:hover {
	color: #7CC74E;
}

.billing-address {
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}

#address .view {
	display: inline-block;
	margin: 5px 0;
	font-size: 14px;
}

.register-form {
	padding: 40px;
}

.account-login-form {
	background: white none repeat scroll 0 0;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 30px 20px;
}

.login-form-container {
	padding: 40px 60px;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, .125);
	padding-bottom: 20px;
}

.input-radio .custom-radio input {
	width: auto;
	height: 11px;
}

.account-login-form input {
	background: #ebebeb;
	border: 0;
	height: 35px;
	margin-bottom: 20px;
	color: #7d7d7d;
	padding: 8px 15px;
}

.example {
	display: block;
	color: #878787;
	font-size: 14px;
	margin-bottom: 20px;
}

.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.login-form-container input[type="checkbox"] {
	margin: 0;
	position: relative;
	top: 3px;
	width: auto;
	height: 15px;
	margin-right: 10px;
}

.default-btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	cursor: pointer;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.default-btn:hover {
	background: #7CC74E;
	color: #fff;
}

/*-----------------------
    27. About Page CSS
------------------------*/
.about-us-content {
	padding: 100px 50px;
	text-align: center;
}

.about-us-content>h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.about-us-content>p {
	font-size: 15px;
	color: #222;
	line-height: 25px;
	text-align: justify;
}

a.about-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	text-transform: capitalize;
	border: 1px solid #222;
	height: 40px;
	padding: 0 25px;
	font-weight: 500;
	margin-top: 26px;
	vertical-align: middle;
}

a.about-btn:hover {
	background-color: #7CC74E;
	border-color: #7CC74E;
	color: #fff;
}

/*fun factor area css*/
.fun-factor-area .col-lg-3:nth-child(even) .fun-factor-wrap {
	background-color: #e8e8e8;
}

.fun-factor-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 54px 15px;
	background-color: #f3f3f3;
}

.fun-facttor-number>h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	color: #222;
	margin: 0;
}

.fun-facttor-title>h5 {
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*skill area css*/
.skill-area .progress {
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 3px;
	height: 16px;
	margin-bottom: 8px;
	margin-top: 25px;
	overflow: visible;
}

.skill-area {
	margin-top: 0;
	overflow: hidden;
}

.skill-area .progress span {
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: -35px;
	-webkit-transform: translate(50%, 0px);
	transform: translate(50%, 0px);
	-webkit-transition: all 0.4s ease 1s;
	transition: all 0.4s ease 1s;
}

.skill-area .progress-bar {
	background: #7b7b7b none repeat scroll 0 0;
	border-radius: 3px;
	margin-left: 2px;
	position: relative;
	overflow: visible;
}

.skrill-here {
	padding: 80px 160px;
}

.skrill-here>h2 {
	font-size: 30px;
	font-weight: 900;
	color: #444444;
	line-height: 40px;
	font-family: 'Raleway', sans-serif;
}

.progress .p-g-title>p {
	color: #fff;
	padding-left: 60px;
	text-align: left;
	text-transform: uppercase;
}

.skrill-here .p-g-title {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	top: -4px;
	width: 100%;
}

.skill-area .progress span {
	background: #3e3e3e none repeat scroll 0 0;
	border: 3px solid #a0a0a0;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	height: 40px;
	left: -22px;
	line-height: 33px;
	padding-top: 0;
	position: absolute;
	text-align: center;
	top: -13px;
	width: 40px;
}

.bar-span.wow.slideInLeft {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999999;
}

.progress {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: none;
	height: 24px;
	overflow: visible;
}

.progress-bar {
	background: #8d98aa none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: none;
	position: relative;
}

.progress-bar .text-top {
	background: #363f4d none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 12px;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-transform: uppercase;
	top: -9px;
	width: 42px;
}

.skill-bar-item {
	padding-bottom: 6px;
	position: relative;
}

.skill-bar-item>span {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin-left: 50px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}

.skill-bar {
	overflow: hidden;
	padding-top: 9px;
}

/*about page2 css*/
.about-us-content-2 {
	padding: 0 50px;
	margin-bottom: 35px;
}

.about-us-content-2>h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #444;
	text-transform: uppercase;
}

.about-us2-img img {
	max-width: 100%;
}

.about-us-content-2>p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin: 0;
	text-align: justify;
}

/*-----------------------------
    28. Service Page CSS
------------------------------*/
.service-title>h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	color: #444;
}

.service-content>p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin: 0;
}

.service-title>h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	color: #444;
	margin-bottom: 20px;
}

.service-bg {
	background-image: url(img/bg/service-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*Our Service Area Css*/
.single-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-info {
	padding-left: 20px;
}

.service-icon {
	color: #4fc1f0;
	font-size: 34px;
	padding-top: 10px;
}

.service-info>h3 {
	font-size: 13px;
	color: #c6c6c6;
	text-align: left;
	font-weight: 700;
	font-style: normal;
}

.service-info>p {
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 25px;
	color: #a4a4a4;
}

.single-service-2 .service-info>h3 {
	color: #444;
}

.single-service-2 .service-info>p {
	color: #222;
}

/*idea area css*/
.ideas-content {
	padding: 180px 80px;
	text-align: center;
}

.ideas-content>h2 {
	font-size: 30px;
	color: #444444;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	;
	font-weight: 900;
	font-style: normal;
}

.ideas-content>p {
	font-size: 14px;
	line-height: 25px;
	color: #222;
	margin: 60px 0;
}

a.ideas-btn {
	display: inline-block;
	border: 2px solid #2A2A2A;
	padding: 13px 19px;
	position: relative;
	padding-right: 48px;
	position: relative;
	color: #2A2A2A;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.ideas-btn:after {
	content: "\f105";
	font-family: FontAwesome;
	right: 20px;
	position: absolute;
}

a.ideas-btn:hover {
	background-color: #2A2A2A;
	border-color: #2A2A2A;
	color: #fff;
}

.design-and-code-area {
	background-color: #f6f6f6;
}

/*pricing table area css*/
.pricing-table-area {
	background-color: #f6f6f6;
}

.service-bg-1 {
	background-image: url(img/bg/service-bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-pricing {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
	text-align: center;
}

.single-pricing:hover .pricing-head>h4 {
	background-color: #7CC74E;
	color: #fff;
}

.pricing-head>h4 {
	padding: 20px;
	text-align: center;
	background: #3e3e3e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-body {
	padding: 0 20px 40px 20px;
	text-align: center;
}

.table-price {
	font-size: 48px;
	font-weight: 700;
	margin: 0;
	padding: 50px 0;
	text-transform: uppercase;
	color: #666;
	font-family: 'Yesteryear', cursive;
}

.desc-price {
	font-size: 12px;
}

.pricing-body>ul {
	padding-left: 15px;
	margin-bottom: 20px;
}

.pricing-body>ul>li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	list-style: none;
	color: #666;
}

.pricing-body>ul>li:first-child {
	border-top: 1px solid #ebebeb;
}

.pricing-button {
	background-color: #000;
	padding: 0 25px;
	line-height: 48px;
	margin: 40px 0 0;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	height: 48px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-button:hover {
	background: #7CC74E;
	color: #fff;
}

/*What We Do Area CSS */
.service-bg-2 {
	background-image: url(img/bg/service-bg3.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.what-we-do-title>h2 {
	font-size: 30px;
	color: #444;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

.single-service-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-icon3 {
	width: 60px;
	height: 60px;
	border: 2px solid #4fc1f0;
	line-height: 52px;
	text-align: center;
	border-radius: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	font-size: 28px;
	color: #4fc1f0;
}

.service-content {
	padding-left: 10px;
}

.service-content>h3 {
	font-size: 14px;
	color: #444444;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.service-content>p {
	font-size: 14px;
	line-height: 25px;
	color: #222;
}

/*our service area 3 css*/
.section-title-img {
	background-image: url(img/bg/service-bg4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 100px;
}

.section-title-img .section-title2>p {
	color: #fff;
	margin: 0 auto 0 auto;
}

.single-service-4 {
	position: relative;
	overflow: hidden;
}

.service-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 40px;
	width: 100%;
	height: 100%;
	bottom: 0;
	padding-top: 80px;
	background-color: #fff;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-service-4:hover .service-box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.service-icon4 i {
	background: #222;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	width: 115px;
}

.service-content-4>h2 {
	font-size: 24px;
	color: #444;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
	margin-bottom: 5px;
}

.service-content-4>p {
	font-size: 14px;
	color: #222;
	margin-bottom: 0;
}

/*-------------------------
      29. FAQ Page CSS 
---------------------------*/
.faq-desc {
	margin-bottom: 90px;
}

.faq-desc h3 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
}

.faq-desc p {
	color: #515151;
	margin: 0;
	font-size: 13px;
}

.faq-accordion .card.actives,
.faq-accordion .card:hover {
	border: 1px solid #A69081;
	z-index: 1;
}

.faq-accordion .card.actives .card-header a {
	color: #ffffff !important;
	background-color: #A69081;
}

.faq-accordion .card {
	border-radius: 0;
	margin-bottom: -1px;
}

.faq-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f3ede9;
	border: 0;
}

.faq-accordion .card-header a.collapsed:before,
.faq-accordion .card-header a:after {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #666666;
}

.faq-accordion .card-header a:after {
	content: "\f068 ";
}

.faq-accordion .card-header a {
	display: block;
	padding: 15px 40px 15px 1rem;
	cursor: pointer;
	line-height: 1.58;
	font-size: 16px;
	transition: none;
	color: rgb(58 63 71 / 81%);
	font-weight: 600;
	text-align: justify;
}

.faq-accordion .card-header a:hover {
	color: #A69081 !important;
	background-color: #f3ede9;
}

.faq-accordion .card-body {
	flex: 1 1 auto;
	padding: 5px 5px 5px 5px;
}



/*-------------------------
    30. Contact Page  CSS
---------------------------*/
/*Google Map Area css*/
#googleMap {
	width: 100%;
	height: 400px;
}

/*contact area css*/
.contact-form-wrap {
	padding: 40px 60px 28px;
}

.contact-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #444;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 4px;
	padding-top: 3px;
	border-bottom: 1px solid #ededed;
}

.contact-title__text {
	z-index: 1;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.contact-title__deco {
	position: absolute;
	right: 31px;
	top: -2px;
	font-family: 'Yesteryear', cursive;
	font-size: 54px;
	font-weight: 100;
	color: #f1f1f1;
}

.en-version .contact-title__deco {
	display: none;
}

.plantmore-address .contact-title__deco {
	color: #e6e6e6;
}

.plantmore-address .contact-title {
	border-bottom: 1px solid #e2e2e2;
}


.contact-form-style>input {
	background: #f2f2f2;
	border: none;
	height: 46px;
	padding-left: 15px;
	width: 100%;
}

.contact-form-style>textarea {
	border: none;
	background: #f2f2f2;
	border-radius: 0;
	height: 135px;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.contact-form-style>input:focus,
.contact-form-style>textarea:focus {
	outline: auto;
	outline-color: #A69081;
}

.form-messege.success {
	color: #1dbc51;
	font-weight: 700;
}

.form-messege.error {
	color: #ff1313;
}

.plantmore-address {
	padding: 100px 60px;
	background-color: #f2f2f2;
}

.plantmore-address>p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin-bottom: 35px;
}

.plantmore-address>ul {
	max-width: 380px;
	padding: 0;
	margin-bottom: 60px;
}

.plantmore-address>ul>li {
	line-height: 25px;
	color: #222;
	padding: 3px 0;
	display: flex;
	align-items: baseline;
}

.plantmore-address>ul>li>a {
	color: #222222;
	display: flex;
	align-items: baseline;
}

.plantmore-address>ul>li>a:hover {
	color: #A69081;
}

.plantmore-address>ul>li i {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 21px;
	margin-right: 9px;
}

.contact-icon {
	width: 95px;
	height: 95px;
	border: 2px;
	box-shadow: 0 0 0 3px #222;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	color: #444;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	margin-bottom: 35px;
}

.contact-icon>i {
	font-size: 30px;
	line-height: 95px;
}

.contact-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background: #7CC74E;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.single-contact-address:hover .contact-icon {
	box-shadow: 0 0 0 3px #7CC74E;
	color: #fff;
}

.single-contact-address:hover .contact-icon:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.contact-info>h2 {
	font-size: 30px;
	line-height: 40px;
	color: #444;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-form-title>h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.contact-form-style.form-style-2 {
	text-align: center;
}

.form-button.btn-style-2 {
	text-align: center;
	line-height: 55px !important;
	height: 55px !important;
	padding: 0 30px;
}

/*social link css*/
.social-link-area {
	background-image: url(img/bg/contact2-social.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-link>li {
	display: inline-block;
	list-style: none;
}

.social-link>li>a {
	background-color: rgba(120, 120, 120, 0.61);
	color: #fff;
	display: block;
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	border-radius: 100%;
	font-size: 30px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-link>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background: #3b5998;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.social-link>li:nth-child(2)>a:before {
	background-color: #1da1f2;
}

.social-link>li:nth-child(3)>a:before {
	background-color: #dd4b39;
}

.social-link>li:nth-child(4)>a:before {
	background-color: #bd081c;
}

.social-link>li:nth-child(5)>a:before {
	background-color: #833ab4;
}

.social-link>li:nth-child(6)>a:before {
	background-color: #00aff0;
}

.social-link>li>a:after {
	content: "";
	position: absolute;
	border: 2px solid #fff;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.social-link>li>a:hover:before,
.social-link>li>a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------------------
    31. Portfolio Page CSS
-------------------------------*/
.protfolio-menu {
	padding: 0 0 30px;
	text-align: center;
}

.protfolio-menu>ul>li {
	background: #666;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 45px;
	margin-bottom: 30px;
	margin-right: 1px;
	position: relative;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
}

.protfolio-menu>ul>li>a {
	display: block;
	padding: 0 30px;
	color: #ffffff;
	font-size: 16px;
}



.protfolio-menu>ul>li:hover,
.protfolio-menu>ul>li.active {
	color: #fff;
	background: #7CC74E;
}

.single-protfolio {
	position: relative;
}

.single-protfolio .protfolio-img:before {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.single-protfolio:hover .protfolio-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.content>.portfolio-icon>a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 100%;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.15);
	z-index: 2;
	position: relative;
	top: -60px;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.content>.portfolio-icon>a:hover {
	background: #000;
	color: #fff;
}

.content>.portfolio-icon>a:nth-child(1) {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.content>.portfolio-icon>a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.single-protfolio:hover .content>.portfolio-icon>a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
}

.title {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateX(-50%) perspective(600px) rotateX(90deg);
	transform: translateX(-50%) perspective(600px) rotateX(90deg);
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.single-protfolio:hover .title {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateX(-50%) perspective(600px) rotateX(0deg);
	transform: translateX(-50%) perspective(600px) rotateX(0deg);
}

.content>.title {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	float: none;
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.protfolio-item>.container-fluid {
	padding: 0;
}

.protfolio-item>.container-fluid>.row {
	margin: 0;
}

.protfolio-active .grid-item {
	padding: 0 5px 10px 5px;
}

.load-more-btn {
	display: inline-block;
	background-color: #807d7d;
	padding: 2px 30px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.load-more-btn:hover {
	background-color: #7CC74E;
	color: #fff;
}

/*-------------------------
     32. 404 Page CSS 
---------------------------*/
.error-404-area {
	border-top: 1px solid #f0f0f0;
	padding-top: 85px;
	padding-bottom: 110px;
}

.error-text>h1 {
	font-size: 200px;
	color: #7CC74E;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 220px;
	margin-bottom: 30px;
}

.error-text>h2 {
	font-size: 35px;
	line-height: 47px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #555;
}

.error-text>p {
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	margin: 20px auto 30px;
	color: #555;
	max-width: 700px;
}

.search-error form {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 500px;
}

.search-error input {
	background: none;
	border: 1px solid #e9e9e9;
	color: #666666;
	float: left;
	font-size: 14px;
	height: 50px;
	padding: 0 40px 0 15px;
	width: 100%;
	line-height: 50px;
}

.search-error button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4f4f4f;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}

.search-error button:hover {
	color: #7CC74E;
}

.error-button a {
	background: #7CC74E none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
	padding: 0 30px;
	text-transform: uppercase;
}

.error-button a:hover {
	background: #333;
}

/*------compare page css start------*/
.compare-table .table tbody tr:first-child {
	border-top: 1px solid #ebebeb;
}

.compare-table .table tbody tr td {
	text-align: center;
	border: none;
	padding: 25px 30px;
	vertical-align: middle;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
}

.compare-table .table tbody tr td:last-child {
	border-right: 1px solid #ebebeb;
}

.compare-table .table tbody tr td.first-column {
	min-width: 180px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
	min-width: 310px;
	vertical-align: bottom;
}

.compare-table .table tbody tr td.product-image-title .image {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
	max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.pro-desc p {
	text-align: left;
	margin: 0;
}

.compare-table .table tbody tr td.pro-price {
	color: #333;
	font-family: lato;
	font-size: 14px;
	font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
	padding-left: 25px;
	padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
	left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-remove button {
	color: #7CC74E;
	border: none;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
}

.compare-table .table tbody tr td.pro-remove button i {
	font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
	color: #7CC74E;
	font-size: 14px;
}

/*------compare page css end------*/
/*-------------------------
     33. Hover Color Red
---------------------------*/
.hover-color-red.main-menu>li>a:hover {
	color: #fc3035;
}

.hover-color-red.main-menu>li>a:hover::before {
	background-color: #fc3035;
}

.dropdown.hover-color-red>li>a:hover,
.mega-menu.hover-color-red>li>ul>li>a:hover {
	color: #fc3035;
}

.hover-color-red .cart-quantity {
	background: #fc3035;
}

.hover-color-red .mini-cart:hover>a {
	color: #fc3035;
}

.hover-color-red .search-box:hover>a {
	color: #fc3035;
}

.hover-color-red .currency-box:hover>a {
	color: #fc3035;
}

.hover-color-red .switcher-menu>ul>li>a {
	color: #fc3035;
}

.hover-color-red .switcher-dropdown>li>a:hover {
	color: #fc3035;
}

.slider-btn.hover-color-red:hover a {
	background: #fc3035;
}

.collection-content.hover-color-red>h4>a {
	color: #fc3035;
}

.collection-content.hover-color-red>a {
	background: #fc3035;
}

.collection-content.hover-color-red>a:hover {
	background: #f05559;
}

.hover-color-red .onsale {
	background: #fc3035;
}

.hover-color-red .product-action>ul>li>a:hover {
	color: #fc3035;
}

.hover-color-red .product-content>h2>a:hover {
	color: #fc3035;
}

.hover-color-red .add-to-cart a:hover {
	color: #fc3035;
}

.hover-color-red .feature-icon>span {
	color: #fc3035;
}

.hover-color-red.subscribe-form button {
	background: #fc3035;
}

.hover-color-red.subscribe-form button:hover {
	background: #f05559;
}

.hover-color-red .link-widget>li>a:hover {
	color: #fc3035;
}

.hover-color-red .icon {
	color: #fc3035;
}

.hover-color-red.footer-menu ul>li>a:hover {
	color: #fc3035;
}

.hover-color-red.footer-copyright>p>a {
	color: #fc3035;
}

.section-title.hover-color-red>h3 {
	color: #fff;
}

/*-------------------------
     33. Christmas Landing
---------------------------*/
.top {
	top: 60px;
}

.bg-landing-christmas {
	padding-top: 100px;
	padding-bottom: 170px;
	background-image: url(img/christmas/product_bannner_bg.jpg);
}

.product_banner_img {
	padding-right: 70px;
}

.product_banner_img img {
	max-width: 100%;
}

.product_banner_content .collection-content h1 {
	font-family: anton;
	font-size: 65px;
	color: #b10c13;
	margin-bottom: 35px;
}

.product_banner_content .collection-content h2 {
	font-family: anton;
	font-size: 30px;
	font-weight: 500;
	color: #252525;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 52px;
}

.product_banner_content .collection-content>p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.color_variation_wrapper {
	margin-top: 40px;
}

.color_variation_wrapper h3 {
	margin-bottom: 30px;
	font-size: 26px;
}

.color_variation_img {
	display: flex;
	flex-wrap: wrap;
}

.color_variation_img img {
	border: 1px solid #ebebeb;
	margin-right: 10px;
	padding: 10px;
	width: 65px;
	height: 60px;
}

.product_banner_content .collection-content>a {
	margin-top: 45px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 300;
	padding: 0 34px;
	background: #b10c13;
	color: #fff;
}

.banner-section a {
	background: #b10c13;
	color: #fff;
}

/* Discount Time */
.bg-image-descount {
	padding-top: 180px;
	padding-bottom: 180px;
	background-image: url(img/christmas/limited_time.jpg);
}

.count_down_area {
	text-align: center;
}

.count_down_area h1 {
	color: #fff;
	font-family: anton;
	letter-spacing: 2px;
	font-size: 50px;
	margin-bottom: 50px;
}

.banner-section .pro-countdown {
	display: flex;
	justify-content: center;
}

.banner-section .single-count>span {
	color: #fff;
	display: block;
	font-family: anton;
	font-size: 42px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.banner-section .single-count {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: popins;
	letter-spacing: 1px;
	padding: 0 20px;
}

.banner-section .single-count::after {
	display: none;
}

.banner-section .collection-content {
	text-align: center;
}

.banner-section .collection-content>a {
	margin-top: 50px;
}

/* Testimonial CSS */
.landing-testimonial-section {
	padding-top: 220px;
	padding-bottom: 235px;
	background-image: url(img/christmas/testi_bg.jpg);
}

.landing-testimonial-section .section-title>h3 {
	font-size: 65px;
	font-family: anton;
	color: #b10c13;
	line-height: 70px;
	padding-bottom: 65px;
}

.landing-testimonial-section .landing_single_testimonial {
	margin-right: 170px;
	padding-left: 70px;
}

.landing-testimonial-section .lanidng_test_content {
	padding: 55px;
	padding-left: 110px;
	position: relative;
	background: #efefef;
}

.landing_testi_img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.landing_testi_img img {
	max-height: 140px;
	max-width: 140px;
	border-radius: 100%;
}

.lanidng_test_content p {
	font-size: 18px;
	line-height: 28px;
}

.landing_testi_author h6 {
	font-size: 18px;
	font-weight: 500;
}

.landing_testi_author h6 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

.landing-testimonial-section .lanidng_test_content::after {
	position: absolute;
	height: 43px;
	width: 48px;
	content: "";
	background: url(img/christmas/testi_icon.png);
	right: 25px;
	bottom: 25px;
}

.landing-testimonial-section .owl-prev,
.landing-testimonial-section .owl-next {
	background: #f1eeee;
	height: 30px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	right: 184px;
	transition: .3s;
}

.landing-testimonial-section .owl-prev {
	right: 226px;
}


/*------------------------------------------------------------------------------*/
/*  1.header
/*------------------------------------------------------------------------------*/
.brand-active .slick-slide img {
	margin: 0 auto;
	width: 158px;
	max-width: 100%;
}

.header-sub {
	color: #7C7C7C;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
	top: -6px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	margin-bottom: 0;
}

/*.main-menu>li>a:hover .header-sub {
	color: #7CC74E;
}*/

nav>ul>li>a.has-menu:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -11px;
	top: 50%;
	font-weight: 900;
	transform: translate(0, -50%);
}

.header-sticky.is-sticky .main-menu>li {
	padding: 0;
}

/*資訊列*/

.header-info__outer {
	background-color: #ffffff;
}


.header-info__outer.dark {
	background-color: #eeeeee;
}



.header-info {

	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-sticky.is-sticky .header-info {
	display: none;
}

.header-info__contact {}

.header-info__contact-item {
	color: #7C7C7C;
	font-size: 14px;
	margin-right: 20px;
	transition: 0s;
}

.header-info__contact-item:hover .header-info__contact-icon {
	background-color: #A69081;
	color: #ffffff;
}


.header-info__contact-icon {
	color: #3A3F47;
	background-color: #eeeeee;
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.header-info__social {
	margin-left: -6px;
	margin-right: -6px;
	display: flex;
}

.header-info__social-item {
	background-color: #eeeeee;
	line-height: 1;
	display: inline-block;
	padding: 10px 11px;
	border-radius: 5px;
	margin-left: 6px;
	margin-right: 6px;
	transition: 0s;
}

.header-info__social-item:hover {
	background-color: #A69081;
}

.header-info__social-img {
	width: 14px;
}

.header-info__social-img.normal {
	display: block;
}

.header-info__social-img.hover {
	display: none;
}

.header-info__social-item:hover .normal {
	display: none;
}

.header-info__social-item:hover .hover {
	display: block;
}

.header-info__outer.dark .header-info__contact-icon,
.header-info__outer.dark .header-info__social-item {
	background-color: #ffffff;
}

.header-info__outer.dark .header-info__contact-item:hover .header-info__contact-icon,
.header-info__outer.dark .header-info__social-item:hover {
	background-color: #A69081;
}

.logo-area {
	transition: 0.3s;
}

.logo-area:hover {
	opacity: 0.6;
}

.header-text-area {
	display: flex;
	/* justify-content: flex-end; */
	align-items: center;
}

.header-option {
	margin-left: 35px;
}

.logo-area {
	width: 306px;
	position: relative;
	z-index: 1;
}

.logo-area>a {
	width: 173px;
	height: 70px;
	display: flex;
	align-items: center;
}

.logo-area img {
	max-width: 100%;
	max-height: 100%;
}

.header-crown {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -16px);
}

/*------------------------------------------------------------------------------*/
/*   A20251231001 - Generals
/*  首頁-產品介紹
/*------------------------------------------------------------------------------*/
/* 這是輪播的最外層容器 */
.product-slider-active {
	position: relative;
}

/* --- Slick 自定義箭頭樣式 --- */
.slick-prev-custom,
.slick-next-custom {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	z-index: 50;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #ddd;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

	/* 內容置中 */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* --- 左邊箭頭位置 --- */
.slick-prev-custom {
	left: -10px;
	/* 負值代表突出左邊界線*/
}

/* --- 右邊箭頭位置 --- */
.slick-next-custom {
	right: -10px;
	/* 負值代表突出右邊界線 */
}

/* --- 按鈕裡面的 Icon 大小 --- */
.slick-prev-custom i,
.slick-next-custom i {
	font-size: 26px;
	color: #C69C6C;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
	background-color: #C69C6C;
	border-color: #fff;
}

.slick-prev-custom:hover i,
.slick-next-custom:hover i {
	color: #fff;
}

/*------------------------------------------------------------------------------*/
/*   A20251230001 - Generals
/*  footer
/*------------------------------------------------------------------------------*/

.custom-footer-section {
	background-color: #EBEBEB;
	font-family: "Microsoft JhengHei", sans-serif;
	overflow: hidden;
}

/* --- 讓內容強制置中 --- */
.footer-col {
	position: relative;
	min-height: 80px;
	padding: 10px;

	/* Flexbox 設定：讓內容上下左右都置中 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

/*  ::after 畫一條假線 */
.border-right-gold::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

	width: 2px;
	/* 線的寬度 */
	height: 70%;
	/* ★ 線的高度固定 60%，不管內容多長，線都一樣高 */
	background-color: #c8a97d;
}

/* LOGO */
.logo-text {
	font-weight: bold;
	color: #555;
	letter-spacing: 2px;
	margin: 0;
}

/* 聯絡資訊 */
.contact-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.contact-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	width: 100%;
}

/* 讓最後一個項目不要有下邊距 */
.contact-item:last-child {
	margin-bottom: 0;
}

.contact-icon-large {
	font-size: 24px;
	margin-right: 8px;
	color: #333;
	width: 20px;

}

.contact-text {
	font-size: 1rem;
	color: #333;
	text-decoration: none;
	font-weight: 500;
}

.contact-text:hover {
	color: #c8a97d;
}

/* 社群 Icon */
.social-section-large {
	display: flex;
	gap: 15px;
	justify-content: flex-start; /* 強制靠左對齊 */
	align-items: center;
	width: 100%;
	padding-left: 15px;
}

.social-icon-large i {
	font-size: 26px;
	color: #555;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: inline-block;
}

/* --- 社群 ICON 互動特效 --- */

/* 1. 預設狀態 */
.social-icon-large i {
	font-size: 26px;
	color: #555;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	display: inline-block;
}


.social-icon-large:hover i {
	color: #c8a97d;
	transform: scale(1.3) translateY(-8px);
	text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.social-icon-large:active i {
	transform: scale(0.9);
	transition: 0.1s;
}

/* ======================================= */
/*fixed選單*/
.fixed-menu {
	position: fixed;
	right: 24px;
	bottom: 80px;
	margin: -6px 0;
	z-index: 999;
}

.fixed-menu__item {
	width: 46px;
	height: 46px;
	background-color: #eeeeee;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 14px 0;
}

.fixed-menu__img {
	width: 17px;
	height: 17px;
}

.fixed-menu__img.normal {
	display: block;
}

.fixed-menu__img.hover {
	display: none;
}



.fixed-menu__item:hover {
	background-color: #A69081;
	transition: 0s;
}


.fixed-menu__item:hover .fixed-menu__img.normal {
	display: none;
}

.fixed-menu__item:hover .fixed-menu__img.hover {
	display: block;
}




/*------------------------------------------------------------------------------*/
/*  3.policy  
/*------------------------------------------------------------------------------*/

.edit-area__title {
	margin-bottom: 0.5em;
}

.maxw-800 {
	max-width: 800px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------*/
/*  4.faq  
/*------------------------------------------------------------------------------*/

.cato-title {
	position: relative;
}

.cato-title__text {
	z-index: 1;
	position: relative;
}

.en-version .cato-title__text {
	font-family: 'Yesteryear';
	font-size: 35px;
	font-weight: 400;
	padding-bottom: 6px;
}

.en-version .cato-title__deco {
	display: none;
}

.cato-title__deco {
	position: absolute;
	right: 31px;
	top: -17px;
	font-family: 'Yesteryear', cursive;
	font-size: 49px;
	font-weight: 100;
	color: #f1f1f1;
	white-space: nowrap;
}

.faq-accordion {
	margin-bottom: 40px;
}

.edit-area .faq-title {
	font-size: 18px;
	margin-bottom: 11px;
	color: #A69081;
	font-weight: 600;
}

.card-body p {
	text-align: justify;
}

.card-body p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  5.contact  
/*------------------------------------------------------------------------------*/
.plantmore-address__text {
	width: calc(100% - 21px)
}

.google-map-area iframe {
	display: flex;
	max-width: 100%;
	max-height: 100%;
}

.captcha-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
}

.captcha-area__img {
	cursor: pointer;
	max-width: 100%;
}

.captcha-area input[type="text"] {
	margin-bottom: 0;
}

.captcha-area__btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.sp-circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px rgba(0, 0, 0, 0.15) solid;
	border-top: 2px #4e4e4e solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
	margin-left: 4px;
	position: relative;
	top: 3px;
}

@-webkit-keyframes spCircRot {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spCircRot {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.captcha-text-area__span {
	font-size: 15px;
	color: #777777;
}

.captcha-text-area__text {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	margin-left: 10px;
}

.contact-ok-btn {
	font-size: 18px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 8px 35px 6px;
	font-weight: 500;
	text-align: center;
	box-shadow: rgb(153 153 153) 0px 0px 0px 0px;
	cursor: pointer;
	display: inline-flex;
	align-items: baseline;
	width: 205px;
	justify-content: center;
}

.contact-ok-btn i {
	font-size: 16px;
	margin-right: 9px;
	vertical-align: middle;
}

.contact-ok-btn:hover {
	background-color: #A69081;
	color: #fff;
}

.contact-ok-title {
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 30px;
}

.sec-contact-ok__img {
	max-width: 100%;
}

/*------------------------------------------------------------------------------*/
/*  6.download
/*------------------------------------------------------------------------------*/
.w-100 {
	width: 100%;
}

.download__title {
	background-color: #f3ede9;
	padding: 14px 15px 12px;
	font-size: 20px;
	border: 1px solid #A69081;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: 4px;
	font-weight: 600;
}

.download__item {
	display: block;
	font-size: 16px;
	color: #777777;
	padding: 6px 15px 5px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px dashed #dcdcdc;
}

.download__item:last-child {
	border-bottom: none;
}

.download__item:hover {
	color: #A69081;
	background-color: #f3ede9;
}

.download__item:hover .download__icon {}

.download__icon {
	margin-right: 8px;
}

.download__outer {
	margin-left: 60px;
}

.download {
	margin-bottom: 30px;
	border: 1px solid #A69081;
}

/*------------------------------------------------------------------------------*/
/*  7.news_list
/*------------------------------------------------------------------------------*/


.rc-product {
	margin-top: 30px;
}

.rc-product__data {
	color: #A69081;
	/* font-size: 12px; */
	font-size: 14px;
	padding-right: 5px;
	letter-spacing: 0.05em;
}



.cato-title__deco.cato-title__deco--news {
	right: 6px;
}

.post-figure {
	display: block;
	overflow: hidden;
}

.post-figure__inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 0;
	padding-top: 75%;
	transition: all .3s ease;
}

.post-figure:hover .post-figure__inner {
	transform: scale(1.08);
}

.news__inner {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .3s ease;
}

.post-figure:hover .news__inner {
	transform: scale(1.08);
}


.post-figure img {
	transition: all .3s ease;
}

/* .news-outer{
	margin-left: 80px;
} */

/*------------------------------------------------------------------------------*/
/*  8.news_info
/*------------------------------------------------------------------------------*/

.blog_single ol,
.edit-area ul,
.edit-area ol,
.edit-area ul {
	padding-left: 1rem;
}


.blog_single img,
.edit-area img {
	height: auto !important;
}


.edit-area a {
	color: #A69081;
}

.edit-area a:hover {
	color: #3A3F47;
}

.widget_socialsharing_widget {
	display: flex;
	align-items: baseline;
}

.news-info-meta {
	display: flex;
	align-items: baseline;
}

.blog-social-icons>li>a:hover .social-line__img-1 {
	display: none;
}

.blog-social-icons>li>a:hover .social-line__img-2 {
	display: inline;
}

.blog-social-icons>li>a>i {
	font-size: 15px;
	position: relative;
	top: 2.5px;
}

.social-line__img-1 {
	width: 17px;
	position: relative;
	top: 0;
	left: 0;
}

.social-line__img-2 {
	width: 17px;
	position: relative;
	top: 0;
	left: 0;
	display: none;
}

/*------------------------------------------------------------------------------*/
/*  9.video
/*------------------------------------------------------------------------------*/

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-box {
	margin-bottom: 30px;
}

.video-box__title {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.58;
	margin-top: 10px;
}




/*------------------------------------------------------------------------------*/
/*  10.product_list
/*------------------------------------------------------------------------------*/

.mr-5 {
	margin-right: 5px;
}

.price-box del {
	color: #aaaaaa;
	font-size: 15px;
	margin-right: 6px;
	font-weight: 400;
}

.shop-layout {
	margin-left: 60px;
}

.product-content__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 30px;
}

.rc-product-content .price-box {
	font-size: 14px;
}

.rc-product-content .price-box del {
	font-size: 13px;
}

.rc-product--new .rc-product-thumb {
	width: 38%;
}

.rc-product--new .rc-product-content {
	width: 62%;
}

.ml-5 {
	margin-left: 5px;
}

.product-description__list {
	font-size: 14px;
	line-height: 1.7;
	margin-left: 22px;
	color: #7c7c7c;
}

.product-list-view .product-content>h2>a,
.product-list-view .product-content>.product-content__title>a {
	font-size: 18px;
	;
}

.product-list-view .price-box {
	font-size: 18px;
}

.product-list-view .price-box del {
	font-size: 17px;
	margin-right: 8px;
}

.product-list-view .product-img {
	transition: 0.3s;
}

/*產品分類*/

.product-list {}

.product-list__main {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.product-list__main+ul>li:first-child {
	padding-top: 5px;
}

.product-list__main+ul>li:last-child {
	padding-bottom: 15px;
}

.product-list__main-icon {
	transition: 0s;
	font-size: 18px;
	transform: rotate(180deg);
	padding: 7px 12px;
	cursor: pointer;
}

.product-list__main-icon:hover {
	color: #A69081;
	background-color: #f3ede9;
}

.product-list__main-icon.collapsed {
	transform: rotate(0deg);
}

.categori-checkbox ul.product-list li {
	padding-right: 0;
}

.categori-checkbox ul.product-list li:hover a {
	color: inherit;
}

.categori-checkbox ul li.active>a {
	color: #A69081 !important;
}

.categori-checkbox ul.product-list li a:hover {
	color: #A69081;
}

/* 第二層-沒有下拉選單，才有 */
.categori-checkbox ul.product-list li>ul>li>a {
	font-size: 15px;
	line-height: 1.7;

}

/* 第三層-文宇位置 */
.categori-checkbox ul.product-list li>ul>li~ul>li>a {
	padding-left: 15px;
	font-size: 15px;
	line-height: 1.7;

}

/* 第二層-文宇位置 */
.categori-checkbox ul.product-list li>ul {
	margin-left: 8px;
	padding-left: 11px;
}

.sidebar__outer>*:last-child {
	margin-bottom: 0;
}

/*.sidebar__outer{
	-ms-overflow-style: none;
	
}
.sidebar__outer::-webkit-scrollbar {
	display: none;
}*/

.sidebar__outer {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	/*overflow: auto;
	height: calc(100vh - 100px);*/
}

/*------------------------------------------------------------------------------*/
/*  11.product_info
/*------------------------------------------------------------------------------*/

/*特價標籤*/

.on-sale__outer {
	position: relative;
}

.on-sale {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
	background-color: #e03737;
	color: #ffffff;
	padding: 4px 5px 4px;
	line-height: 1;
	letter-spacing: 0.04em;
	font-size: 14px;
}

.on-sale--list {
	top: inherit;
	bottom: 10px;
}

.regular-price__inner {
	margin-right: 10px;
}

.regular-price--red {
	color: #e03737;
}

.regular-price--gray {
	color: #999999;
	font-weight: 400;
}

.add-btn.add-btn--big a {
	height: 44px;
	letter-spacing: 2px;
	line-height: 44px;
}

.specification {
	margin-top: 24px;
	margin-bottom: 24px;
}

.specification__box {
	font-size: 15px;
	display: flex;
	align-items: baseline;
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.specification__title {
	font-weight: 900;
	color: #A69081;
	width: 40px;
	margin-right: 5px;
}

/* A20230927001 Andy - for English */
.specification__title_en {
	font-weight: 900;
	color: #A69081;
	width: 94px;
	margin-right: 5px;
}

.specification__text {
	width: calc(100% - 45px);
	color: #7c7c7c;
}

.product-description-info {
	/*border-left: 3px solid #A69081;
    padding-left: 16px;*/
	margin-bottom: 15px;
	margin-top: 16px;
}

.product-description-info>p {
	font-size: 16px;
	color: #7c7c7c;
	line-height: 1.5;
	margin-bottom: 5px;
}

/*::marker {
  color: #A69081;
}*/

.tab-content__inner p {
	font-size: 16px;
	line-height: 1.8;
}

.edit-area__list {
	margin-left: 27px;
	margin-bottom: 35px;
}

.edit-area__list--number {
	list-style: auto;
}

.product-info-sm-title {
	margin-bottom: 0.5em;
	padding-left: 12px;
	border-left: 3px solid #A69081;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*------------------------------------------------------------------------------*/
/*  12.about
/*------------------------------------------------------------------------------*/
.team__outer {
	position: relative;
}

.team__outer__deco {
	position: absolute;
}

.team__outer__deco.deco-1 {
	left: -160px;
	top: 6px;
	z-index: -1;
}

.team__outer__deco.deco-2 {
	right: -253px;
	bottom: -529px;
}

.about-us-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right bottom;
}

.about-intro__img {
	max-width: 232px;
	margin: 58px auto 0;
}

.about-intro__img>img {
	max-width: 100%;
}

.about-intro__text p {
	text-align: justify;
}

.about-intro__text p:last-child {
	margin-bottom: 0;
}

.fun-facttor-content {
	width: 100%;
	text-align: center;
}

.fun-factor-icon {
	width: 56px;
	margin-bottom: 13px;
}

.fun-factor-icon>img {
	max-width: 100%;
}

img {
	max-width: 100%;
}

/*slogan區*/

.about-slogan {
	position: relative;
	overflow: hidden;
	padding-bottom: 120px;
}

.about-slogan__deco {
	position: absolute;
	right: -297px;
	top: 26px;
	opacity: 0.8;
	width: 500px;
	z-index: -1;
}


.about-slogan-main {
	position: relative;
	margin-bottom: 100px;
}

.about-slogan__frame1 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}

.about-slogan__frame1>img {
	width: 214px;
	margin-right: 40px;
}

.about-slogan__title {}

.about-slogan__title-main {
	color: #A69081;
	font-size: 36px;
	margin-bottom: 7px;
	line-height: 1.3;
}

.about-slogan__title-sub {
	font-size: 36px;
	margin-bottom: 30px;
}

.about-slogan__img {
	width: 318px;
	max-width: 100%;
	margin: 0 auto;
	filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.1));
}

.about-slogan__img>img {
	-webkit-animation: spin 30s linear infinite;
	-moz-animation: spin 30s linear infinite;
	animation: spin 30s linear infinite;
}

.about-slogan__text {
	padding-left: 36px;
	position: relative;
	text-align: justify;
	padding-right: 50px;
}

.about-slogan__text-frame2 {
	width: 271px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-slogan__text-frame2>img {}

.about-slogan__team-outer {
	margin-bottom: -35px;
}

.about-slogan__team {
	margin-bottom: 35px;
}

.about-slogan__team-icon {
	width: 80px;
}

.about-slogan__team-icon>img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.about-slogan__team-content {
	padding-left: 20px;
	padding-right: 50px;
}

.about-slogan__team-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about-slogan__team-text {
	color: #7C7C7C;
	line-height: 1.7;
	text-align: justify;
}

.about-slogan__leaf1 {
	width: 33vw;
	height: 33vw;
	position: absolute !important;
	right: 67px;
	bottom: 0;
	transform: translate(96%, 77%);
	z-index: 1;
}

.about-slogan__leaf1>img {
	width: 100%;
}

.about-slogan__leaf2 {
	position: absolute !important;
	top: inherit !important;
	left: -44px;
	bottom: 576px;
	width: 18.2vw;
}

.about-slogan__leaf2>img {}

.pos-relative {
	position: relative;
}

.about-us-area {
	overflow: hidden;
}

.about-us-area__content {
	padding: 40px 90px;
}

/* index 標題*/

.sec-title {
	text-align: center;
	margin-bottom: 70px;
}

.sec-title>*:last-child {
	margin-bottom: 0;
}

.sec-title__sub {
	/* font-family: 'Yesteryear'; */
	font-size: 36px;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.sec-title__title {
	/* font-size: 48px; */
	color: #000000;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

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


/*醫碩大事記*/

.about-us-area__content {
	background-color: #F6F6F6;
}

.history-list {
	margin-top: -32px;
}

.history-list__item {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.history-list__item:last-child {
	margin-bottom: 0;
}

.history-list__title {
	color: #A69081;
	font-weight: 700;
	font-family: sans-serif;
	letter-spacing: 0;
	width: 136px;
	margin-right: 25px;
	position: relative;
}

.history-list__title:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 4px;
	width: 19px;
	margin-right: 13px;
	background: #3A3F47;
	transition: inherit;
}

.history-list__text {
	width: calc(100% - 161px);
}

.history-list__text>p {
	color: #3A3F47;
	opacity: 0.8;
	line-height: 1.5;
}

.history-list__text>p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  13.基本共用style
/*------------------------------------------------------------------------------*/
/* .info-item i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;
} */


/*------------------------------------------------------------------------------*/
/*  14.index 最新上市
/*------------------------------------------------------------------------------*/
.bestseller-product {
	background-color: #DCC7AC;
}

.bestseller-product,
.product-area {
	position: relative;
	overflow-x: clip;
	/* padding: 30px 0 15px 0; */
}

/* .product-area{
	padding-bottom: 85px;
} */

.bestseller-product__deco,
.product-area__deco {
	position: absolute;
}

.bestseller-product__deco.deco-1 {
	/* left: -160px; */
	/* top: 103px; */
	bottom: -80px;
}

.bestseller-product__deco.deco-2 {
	right: -216px;
	bottom: -154px;
}



.product-area__deco.deco-1 {
	left: -154px;
	top: 184px;
}

.product-area__deco.deco-2 {
	right: -262px;
	bottom: -441px;
}



.brand-area {
	position: relative;
	overflow-x: clip;
}

.brand-area__deco {
	position: absolute;
	right: -401px;
	bottom: -457px;
	opacity: 0.6;
}

/*首頁輪播*/
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: transparent;
	border: 2px solid #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}



/*首頁slogen*/

.index-slogen {
	padding-bottom: 80px;
}

.index-slogen__box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.index-slogen__frame1 {}

.index-slogen__frame1>img {}

.index-slogen__text {
	text-align: center;
}

.index-slogen__icon {
	width: 58px;
	margin: 0 auto 34px;
	filter: drop-shadow(8px 8px 20px rgba(0, 0, 0, 0.1));
}

.index-slogen__icon>img {
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
}

.index-slogen__frame2 {}

.index-slogen__frame2>img {}


/*多樣商品系列*/
.index-product {
	position: relative;
	background-color: #EAEAE8;
}

.index-product__deco {
	position: absolute;
	left: -223px;
	bottom: -238px;
	width: 426px;
}

.index-product_bg_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.index-product__box-outer {
	margin-bottom: 0px;
	position: relative;
}

.index-product__box-outer__deco {
	position: absolute;
	left: -103px;
	top: -87px;
	width: 221px;
}

.index-product__box {
	margin-bottom: 30px;
	transition: 0.3s;
}

.index-product__box:hover {
	box-shadow: 0px 10px 30px 0px #d3d3d3;
}

.index-product__box:hover .index-product__box-img {
	transform: scale(1);
}

.index-product__box-link {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: .5rem;
}

.index-product__box-img {
	transition: 0.3s;
	transform: scale(1.05);
}

.index-product__box-overay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
}

.index-product__box-overay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #232932;
	opacity: 0.3;
}


.index-product__box:hover .index-product__box-overay {
	opacity: 1;
}



.index-product__box-text {
	text-align: center;
	position: relative;
}

.index-product__box-icon {
	color: #ffffff;
	width: 40px;
	height: 40px;
	margin-bottom: 6px;
}

.index-product__box-title {
	color: #ffffff;
	display: block;
	width: 100%;
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: -2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index-product__box-sub {
	color: #ffffff;
	display: block;
	width: 100%;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*首頁三連結*/

.feature-area {
	position: relative;
	overflow-x: clip;
	z-index: 1;
	padding-top: 110px;
	padding-bottom: 110px;
	background-size: cover;
}

.single-feature__outer {
	margin-bottom: -35px;
}

.whole-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.feature-area__leaf1 {
	position: absolute !important;
	left: -116px !important;
	top: 60px !important;
	bottom: inherit !important;
	transform: translate(-40%, 80px);
	width: 21.6vw;
}

.feature-area__leaf2 {
	position: absolute;
	left: inherit !important;
	top: inherit !important;
	right: -300px !important;
	bottom: -108px !important;
	transform: translate(52%, 176px);
	z-index: 1;
	width: 30.3vw;
}

.feature-area__leaf1>img,
.feature-area__leaf2>img {
	max-width: 100%;
	max-height: 100%;
}

/*消息快報*/

/*.product-countdown-area .single-blog{
	margin-bottom: -270px;
}*/



/*動效*/

/*animation*/

.os-animation {
	opacity: 0;
}

.cke_editable.cke_editable_themed .os-animation {
	opacity: 1;
}


.os-animation.animated,
.cke .os-animation {
	opacity: 1;
}

/*@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
*/

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.seo-text {
	position: fixed;
	left: -9999px;
	top: -9999px;
}

.no-data {
	border: 1px solid #e5e5e5;
	padding: 15px;
	text-align: center;
	color: #7C7C7C;
}

.no-data+.product-pagination {
	margin-top: 33px;
}

::selection {
	background-color: #A69081;
	color: #ffffff;
}

/*.product-countdown-area .slick-list.draggable{
height: 500px;
}*/


.swal2-icon.swal2-error .line {
	top: 37px !important;
}


.mobile-arrow {
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/demo/mobile-arrow.png);
	position: absolute;
	right: 18px;
	top: 18px;
}


/*12-16 add*/

.gmp_area1 {
	position: relative;
	margin-top: -70px;
	margin-bottom: 50px;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.gmp_area1 .image_warp {
	width: 100%;
	height: 100%;
	padding-right: 50px;
}

.gmp_area1 .image_warp img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: right;
}

.gmp_area1 .tx_warp {
	width: 700px;
	padding: 100px 0;
	margin: auto;
	text-align: left;
}

.gmp_area1 .tx_warp .area_title {
	color: #3A3F47;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.5;
	font-weight: 600;
}

.gmp_area1 .tx_warp .area_title span {
	font-size: 17px;
	display: block;
}

.gmp_area1 .tx_warp .slogan {
	color: #A69081;
	margin-top: 20px;
	border-radius: 3px;
	display: inline-block;
	font-weight: bold;
	line-height: 1.7;
	font-size: 25px;
}

.gmp_area1 .tx_warp .slogan span {
	display: block;
}

.gmp_area1 .tx_warp p:last-child {
	margin-bottom: 0;
}

.gmp_area2 {
	position: relative;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0 15px;
}

.gmp_area3,
.gmp_area4,
.gmp_area5,
.gmp_area6 {
	position: relative;
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}

.gmp_title {
	position: relative;
	margin-bottom: 50px;
}

.gmp_title .image_warp {
	position: relative;
}

.gmp_title .shape_warp {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 30px;
	background: #f2f9ed;
	background-image: url("../img/demo/gmp/gmp-line.png");
	display: inline-block;
}

.gmp_title .shape_warp .area_title {
	position: relative;
	color: #A69081;
	font-size: 30px;
	padding-left: 60px;
	font-weight: bold;
	letter-spacing: 5px;
}

.gmp_title .shape_warp .area_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 2px;
	background-color: #A69081;
}

.gmp_title .tx_warp {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.gmp_subtitle {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 6px 20px;
	margin-bottom: 70px;
	background: #A69081;
	display: inline-block;
}

.gmp_subtitle:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
}

.gmp_block {
	text-align: center;
}

.gmp_block:not(:last-child) {
	margin-bottom: 50px;
}

.gmp_block>div {
	justify-content: center;
}

.gmp_certificate {
	margin-bottom: 30px;
}

.gmp_certificate>div {
	margin-top: 20px;
	word-break: break-word;
	line-height: 1.5;
	text-align: center;
}

.image_attest {
	width: 400px;
	margin: auto;
	text-align: center;
}

.manufacture_block {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.manufacture_block:nth-child(2n) {
	flex-direction: row-reverse;
}

.manufacture_block .image_warp {
	width: 40%;
}

.manufacture_block .image_warp img {
	width: 100%;
}

.manufacture_block .tx_warp {
	width: 60%;
	margin-top: 0;
	padding: 30px 0;
}

.manufacture_block:nth-child(2n) .tx_warp {
	padding-right: 50px;
	padding-left: 0;
}

.manufacture_block:nth-child(2n+1) .tx_warp {
	padding-left: 50px;
}

.manufacture_block .tx_warp .item_title {
	color: #A69081;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.manufacture_block .tx_warp p:last-child {
	margin-bottom: 0;
}

.gmp_area7 {
	position: relative;
}

.gmp_area7 .tx_warp {
	position: relative;
	width: 1470px;
	margin: auto;
	margin-bottom: 70px;
	text-align: center;
	font-weight: bold;
}

.gmp_area7 .tx_warp .main_tx {
	position: relative;
	color: #A69081;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0px;
	list-style: none;
	/* justify-content: center; */
	justify-content: left;
}

/******************
* A20251224001 - 富鈜 
* 關於醫碩
*******************/
.about_title {
	color: #a69081;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-weight: bold;
	font-size: 24px;
}

.about_p {
	color: #728097;
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-size: 18px;
}

.element {
	text-indent: 2em;
	/* 在左側增加 2em 的空間 */
}


.about_text {
	color: #728097;
}

/*漸層由下至上*/
.gradient {
	background: linear-gradient(360deg, #dbdbdb, #e0e0e0, #e5e5e5, #eaeaea, #efefef, #f5f5f5, #fafafa, #ffffff);
}

/*漸層由上至下*/
.gradient2 {
	background: linear-gradient(360deg, #ffffff, #fafafa, #f5f5f5, #efefef, #eaeaea, #e5e5e5, #e0e0e0, #dbdbdb);
}

.border2 {
	border-bottom: 5px solid #a69081
}

/**********************
 *  CMS - QMS認證廠房
 *  A20240412001 - 富鈜  
 **********************/

.cms_parent {
	position: relative;
}

.cms_bgc_left {
	position: absolute;
	height: auto;
	width: 200px;
	left: -50px;
	bottom: -50px;
	z-index: -1;
}

.cms_bgc_right {
	position: absolute;
	height: auto;
	width: 300px;
	bottom: -50px;
	right: -50px;
	z-index: -1;
}

/* 品質保證-背景圖 */
.cms_quality_bgc {
	/* background-image: url('/soft-fun/theme/miao/img/demo/gmp/2.jpg'); */
	/* background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 100vh;
	width: 100%; */
	background-color: #f8f8f8;

}

/* CMS-品質保證-輪播 */
/* A20240408001 富鈜 ADD 顯示自訂圓點 */
#cms_quality .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

#cms_quality .owl-nav .disabled {
	display: none
}

#cms_quality .owl-prev,
#cms_quality .owl-next {
	top: 40%;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);

}

/* 强制顯示左右按钮 */
#cms_quality .owl-nav {
	display: block !important;
}

#cms_quality .owl-prev {
	left: -20px
}

#cms_quality .owl-next {
	right: -20px
}

#cms_quality .owl-next i,
#cms_quality .owl-prev i {
	font-size: 30px;
	line-height: 24px;
	top: 50%;
	color: #000;
	margin-top: 8px;
	position: initial;
}

.cms_font {
	color: #B3CD32;
}

.cms_area {
	background: #f7f3ef;
	padding: 30px 15px;
}

.cms_wrapper {
	position: relative;
	padding: 50px 50px;
	max-width: 1340px;
	border-radius: 30px;
	background-image: -moz-linear-gradient(159deg, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.21176) 100%, rgba(255, 255, 255, 0.25) 100%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(159deg, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.21176) 100%, rgba(255, 255, 255, 0.25) 100%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(159deg, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.21176) 100%, rgba(255, 255, 255, 0.25) 100%, rgb(255, 255, 255) 100%);
	box-shadow: 0px 5px 30px 0px rgba(227, 220, 214, .75);
}

/* ========================================== */
/******************************
 * report-檢驗報告
	* A20250401001 富鈜 ADD
	*	Owl.Carousel輪播 +Lightbox2 圖片點擊放大
* ****************************/
#report_quality .owl-nav {
	pointer-events: none;
	/* 避免整個 nav 接收點擊 */
}

#report_quality .owl-prev,
#report_quality .owl-next {
	pointer-events: auto;
	/* 讓按鈕仍能點擊 */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	background-color: #fff !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
}

#report_quality .owl-prev {
	left: -20px;
}

#report_quality .owl-next {
	right: -20px;
}

#report_quality .owl-next i,
#report_quality .owl-prev i {
	font-size: 30px;
	line-height: 24px;
	top: 50%;
	color: #000;
	margin-top: 8px;
	position: initial;
}
/*------------------------------------------------------------------------------*/
/*   A20260202001 - Generals
/*  客製服務-custom
/*------------------------------------------------------------------------------*/
 .form-container {
 	max-width: 800px;
 	margin: auto;
 	background-color: #fff;
 	padding: 30px;
 	border-radius: 8px;
 	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }

 .form-section-title {
 	font-size: 1.25rem;
 	font-weight: bold;
 	margin-bottom: 15px;
 	padding-left: 10px;
 	border-left: 5px solid #007bff;
 }
.input-group-text {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
}


@media (max-width: 768px) {

	/******************
	* 首頁Banner
	*******************/
	.slider-btn>a {
		font-size: 12px;
		padding: 10px 40px;
	}


	/******************
* A20250325001 - 富鈜 
* 麵包屑(breadcrumb)
*******************/
	.breadcrumb-content>ul>li,
	.breadcrumb-content>ul>li>.breadcrumb-content__title {
		display: inline-block;
		font-size: 16px;
		color: #fff;
	}

	/****************** 
* A20251230001 - Generals
* Footer
*******************/
	/* 手機版把直的金線隱藏 */
	.border-right-gold::after {
		display: none;
	}

	/* 改用底部邊框 */
	.footer-col {
		border-bottom: 1px solid #c8a97d;
		/* 實體線比較好控制間距 */
		padding-bottom: 10px;
		margin-bottom: 10px;
		min-height: 60px;
		padding: 0px;
	}

	/* 最後一個欄位不要底線 */
	.footer-col:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		.social-section-large {
			justify-content: center;
		}

	/******************
* A20250325001 - Generals
* 關於SOFT(about)
*******************/

	.about_title {
		color: #a69081;
		font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
		font-weight: bold;
		font-size: 18px;
	}

	.about_p {
		color: #728097;
		font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
		font-weight: bold;
		font-size: 16px;
	}

	.about_p2 {
		font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
		font-size: 14px;
		line-height: 35px;
	}

	/******************
	* A20250324001 - 富鈜 
	* 銷售通路(sales)
	*******************/
	.list-unstyled li img {
		width: 24px;
		height: 24px;
		object-fit: contain;
		/* 確保縮小時完整顯示 */
	}


	ul.list-unstyled li>span {
		font-size: 18px !important;
	}

	ul.list-unstyled li {
		margin-bottom: 5px !important;
	}

	ul.list-unstyled li>span.sales_span {
		color: #a69081;
		font-size: 18px !important;
	}

	h1.sales_title {
		font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
		font-size: 24px !important;
	}

	h2.sales_title_en {
		font-size: 20px !important;
	}

	/******************
			* A20250325001 - 富鈜 
			* 檢驗報告(download)
			*******************/
	h3.download__title {
		background-color: #f3ede9;
		padding: 14px 8px 12px;
		font-size: 16px;
		border: 1px solid #A69081;
		font-weight: 600;
	}

	.download__list .download__item {
		display: block;
		padding: 6px 8px 5px;
		font-size: 14px;
		color: #777777;
	}



	/******************
	* A20250325001 - 富鈜 
	* 工廠介紹(gmp)
	*******************/
	h3.gmp_title2 {
		font-weight: bold;
		font-size: 18px;
	}

	p.gmp_p2 {
		font-size: 16px;
	}

	/******************
		* 最新消息(news)
		*******************/
	.post-title {
		font-size: 18px;
	}

	.shop-sidebar>h4 {
		font-size: 18px;
	}

	/* 小叮噹ICON圖 */
	.post-author>img {
		height: 30px;
		width: 30px;
		object-fit: contain;
		/* 確保縮小時完整顯示 */

	}

	/******************
	* interactive 商品搜尋
	*******************/
.dropdown-content {
	display: none !important;
}

.custom-filter-nav {
	display: flex;
	/* 讓內容變成彈性盒子 */
	flex-wrap: nowrap;
	/* 強制不換行，讓按鈕排成一直線 */
	overflow-x: auto;
	/* 超出寬度時產生水平捲軸 */
	-webkit-overflow-scrolling: touch;
	/* 讓 iOS 滑動時有慣性，手感較好 */
	justify-content: flex-start;
	/* 靠左對齊 */
	gap: 10px;
	/* 按鈕之間的間距 */
	padding-bottom: 10px;
	overflow-y: hidden;
	touch-action: pan-x;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

/* 隱藏 Chrome/Safari/Webkit 的捲軸 */
.custom-filter-nav::-webkit-scrollbar {
	display: none;
	width: 0px;
	background: transparent;
}

/* 確保裡面的按鈕不會被擠壓變形 */
.nav-filter-item {
	flex: 0 0 auto;
	/* 禁止縮小，保持原本寬度 */
}
.nav-filter-item {
	cursor: pointer;
}

.modal-header {
	padding: 20px 25px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-title {
	font-weight: bold;
	font-size: 1rem;
	margin: 0;
}

/* 針對 X 關閉按鈕*/
.btn-close {
	margin: -10px -10px -10px auto;
	padding: 10px;
	/* 增加按鈕的可點擊範圍 */
}
.modal-body label {
	margin-right: 15px;
}



	/******************
		* 聯絡我們(contact)
		*******************/
	.contact-title {
		font-size: 18px;

	}

	.contact-title__deco {
		position: absolute;
		right: 5px;
		top: 1px;
		font-size: 18px;
	}


}

@media (max-width: 575px) {

	/* 自訂圖文排列順序 */
	.order-sm-1-on-mobile {
		order: 1;
	}

	.order-sm-2-on-mobile {
		order: 2;
	}

}

/******************
* A20240301001 - 富鈜 
* 銷售通路(sales)
*******************/
.sales {
	background-color: #f8f8f8;
}

ul.list-unstyled li {
	margin-bottom: 10px;

}

ul.list-unstyled li>span {
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-size: 25px;
}


ul.list-unstyled li>span.sales_span {
	color: #a69081;
	font-size: 32px;
}

/*icon圖 與文字至中*/
#work-time li {
	display: flex;
	align-items: center;
}

#work-time li img {
	margin-right: 10px;
}

h1.sales_title {
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-size: 54px;
}

.border_sales {
	border-bottom: #e7ecf2 solid 10px;
}

/******************
* A20240304001 - 富鈜
* 工廠介紹(map)
*******************/
.gmp_title2 {
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-weight: bold;
	font-size: 30px;
}

.gmp_p2 {
	font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
	font-size: 22px;
}

.gmp_text2 {
	color: #5f6f89;
}

.gmp_text3 {
	color: #a98f7e;
}

.hr2 {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

/* .gmp_bgc2 {
	background-color: #f8f8f8;
} */

.px-6 {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.px-7 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.px-8 {
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.px-9 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.px-10 {
	padding-left: 4.25rem;
	padding-right: 4.25rem;
}

.px-11 {
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}

.px-12 {
	padding-left: 4.75rem;
	padding-right: 4.75rem;
}

.px-13 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.px-14 {
	padding-left: 5.25rem;
	padding-right: 5.25rem;
}

.px-15 {
	padding-left: 5.5rem;
	padding-right: 5.5rem;
}

.px-16 {
	padding-left: 5.75rem;
	padding-right: 5.75rem;
}

.px-17 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.px-18 {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.px-19 {
	padding-left: 6.5rem;
	padding-right: 6.5rem;
}

.px-20 {
	padding-left: 6.75rem;
	padding-right: 6.75rem;
}

/******************
* A20240419001 - 富鈜 
* interactive 商品搜尋
*******************/
/* 搜尋按鈕樣式 */
.btn-search-main {
	background-color: #8B7355;
	color: white;
	border: none;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
}
/* --- 導覽列整體佈局 --- */
.custom-filter-nav {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

/* 單個按鈕項目 */
.nav-filter-item {
	position: relative;
	padding: 8px 18px;
	background: #f8f9fa;
	/* 淺灰色背景 */
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
}
/* 平時隱藏下拉選單 */
.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	/* 出現於按鈕正下方 */
	left: 0;
	z-index: 1000;
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 15px;
	min-width: 160px;
	text-align: left;
}

/* 只有當滑鼠移入 .nav-filter-item 時，裡面的 dropdown-content 才顯示 */
.nav-filter-item:hover .dropdown-content {
	display: block !important;
}

.dropdown-content label {
	display: block;
	margin-bottom: 8px;
	white-space: nowrap;
	cursor: pointer;
}
/* =============================
   Checkbox 勾選框樣式 (藍底白勾 )
 =============================== */

/* Checkbox 本體設定 (方框) */
.custom-sock-filter .filter-options .form-check-input[type="checkbox"],
.filter-options.in-modal .form-check-input[type="checkbox"] {
	opacity: 1 !important;
	visibility: visible !important;
	display: inline-block !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background-image: none !important;
	/* 確保沒圖 */

	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	border-radius: 4px !important;

	background-color: #fff !important;
	border: 1px solid #ccc !important;
	margin-right: 8px !important;
	margin-top: 0 !important;
	vertical-align: middle !important;
	position: relative !important;
	float: none !important;
}

/* 勾選狀態 (變藍色) */
.custom-sock-filter .filter-options .form-check-input:checked,
.filter-options.in-modal .form-check-input:checked {
	background-color: #0d6efd !important;
	border-color: #0d6efd !important;
	background-image: none !important;
}

/* 勾勾本身 (用 CSS 畫白線) */
.custom-sock-filter .filter-options .form-check-input:checked::after,
.filter-options.in-modal .form-check-input:checked::after {
	content: '' !important;
	position: absolute !important;
	display: block !important;
	left: 6px !important;
	top: 2px !important;
	width: 6px !important;
	height: 11px !important;
	border: solid white !important;
	border-width: 0 3px 3px 0 !important;
	transform: rotate(45deg) !important;
}
/* 單選藍色點點-位置 */
.form-check-input {
	position: relative;
	top: 3px;
	/* 根據視覺感受向下移動 1~3px */
}

/******************************
 * 線上型錄
 * A20240924001 Generals - Add lightGallery.js v2
 ******************************/
/* 左邊按鈕 */
.carousel-control-prev-icon {
	background-image: url('../img/left.svg');
}

/* 右邊按鈕 */
.carousel-control-next-icon {
	background-image: url('../img/right.svg');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: #3c3c3c;
}

.header .lead {
	max-width: 100%;
}

.lg-item img {
	cursor: pointer;
	/* 滑鼠移到圖片上變成手形 */
}

/** Below CSS is completely optional **/

.carousel {
	width: 100%;
	margin: 0 auto;
}

.carousel-item {
	.lg-item>img {
		height: auto;
	}
}

.carousel {
	max-width: 100%;
}

.carousel-inner {
	width: 100%;
	height: auto;
}

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

/* 全背景色 */
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #dadee3 !important;
}



/* 當滑鼠懸停時改變下載按鈕Icon的顏色 */
#lightGallery-action:hover i {
	color: #fff;
}



/*自定下載按鈕*/
#lightGallery-action {
	padding: 10px 0;
	float: right;
	width: 50px;
	height: 47px;
	display: flex;
	align-items: center;
	/* 垂直置中內容 */
	justify-content: center;
	/* 水平置中內容（可選，視需要） */
	cursor: pointer;
	/* 鼠標樣式 */
}

#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
	display: inline;
	zoom: 1;
	font-size: 16px;
	width: 30px;
	height: 30px;
	font-family: 'Slide-icons';
	color: #999;
	cursor: pointer;
	text-align: center;

}

.lg-next,
.lg-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1084;
	outline: 0;
	border: none;
}