﻿@font-face {
    font-family: CenturyGothic-Regular;
    src: url('../font/CenturyGothic-Regular.ttf');
}

@font-face {
    font-family: CenturyGothic-Bold;
    src: url('../font/CenturyGothic-Bold.TTF');
}

:root {
    --theme-color-0: #C2B280;  /* 主色调金色 */
    --theme-color-00: #D1A7D5; /* 柔和绿色 */
    --theme-color-1: #A3B8D3;  /* 柔和蓝色 */
    --theme-color-2: #121212;  /* 深灰色 */
    --theme-color-3: #f2f2f2;  /* 背景灰色 */
    --bg-white: #ffffff;       /* 白色 */
    --bg-black: #111111;       /* 深色背景 */
    --font-color: #444444;     /* 正文字体颜色 - 略加深 */
    --heading-color: #2A2A2A;  /* 标题颜色 - 略加深 */
    --font-white: #ffffff;     /* 白色 */
    --font-black: #000000;     /* 黑色 */

/* 扩展配色（用于不同语义与层级） */
  --font-color-1: #2A2A2A;     /* 主标题、重要说明（较深） */
  --font-color-2: #5E5E7E;   /* 副标题、引导文（灰紫调，柔和） */
  --font-color-3: #777777;       /* 说明文字、辅助信息 */
  --font-color-4: #AAAAAA;       /* 非重要提示、标签、时间等 */

  --font-color-accent: var(--theme-color-4);  /* 珊瑚粉色高亮，如关键词、价格 */
  --font-color-link: var(--theme-color-5);    /* 链接色：暖橙色，易识别 */
  --font-color-info: var(--theme-color-1);    /* 蓝色信息提示，温和 */
  --font-color-success: var(--theme-color-6); /* 绿色：成功类信息提示 */
  --font-color-warning: var(--theme-color-8); /* 番茄红：警示类信息 */
  --font-color-brand: var(--theme-color-7);   /* 品牌色或特殊点缀（紫） */

  --font-color-white: var(--font-white);      /* 白字：深色背景上使用 */
  --font-color-black: var(--font-black);      /* 黑字：浅色背景上使用 */
  
    /* 扩展颜色 */
    --theme-color-4: #A64D79;  /* 珊瑚粉色 */
    --theme-color-5: #FF8C00;  /* 暖橙色 */
    --theme-color-6: #3CB371;  /* 海洋绿 */
    --theme-color-7: #9B59B6;  /* 紫罗兰色 */
    --theme-color-8: #FF6347;  /* 番茄红 */
    --theme-color-9: #1E90FF;  /* 道奇蓝 */
    
    
    /* 按钮边框和背景色 */
    --button-primary-bg: var(--theme-color-5);  /* 按钮背景：暖橙色 */
    --button-secondary-bg: var(--theme-color-1); /* 按钮背景：柔和蓝色 */
    --button-outline-bg: transparent; /* 边框按钮透明背景 */
    --button-outline-border: var(--theme-color-5); /* 边框颜色：暖橙色 */
    --button-outline-color: var(--theme-color-5); /* 边框按钮字体颜色 */
    
  --font-color-accent1: #FCEFD9;         /* 柔和米白字 */
  --block-bg-light: #D8E3F2;            /* 主色浅版，作内容区背景 */
  --block-bg-accent: #EBD4E8;           /* 淡紫粉，用于强调区域 */
  --box-shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.05); /* 柔光阴影 */
    
    
--heading-color: #2A2A2A;
  --line-green: #00c300;
  --line-green-hover: #009900;  
  --card-border: #e0e6ed;
  --card-shadow: 0 2px 6px rgba(0,0,0,0.06);
  --card-radius: 8px;
  --btn-radius: 6px;
  
  --bg-light: #f9f9f9;
  --card-radius: 12px;
  --max-width: 1320px; /* 新的最大宽度 */
  
  }

body {
    background-color: var(--bg-white);
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-color);
}

h1,
h2,
h3 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

h4,
h5 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonsizesam {
	font-size:16px!important; 
	font-weight:600!important;
}
.theme-btn {
    border-radius: 0px;
    height: 46px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
}

a.theme-btn1 {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.theme-btn1 {
  border-radius: 0;
  height: 36px;
  text-align: center;
  border: none;
  max-width: max-content;
  width: auto;
  padding: 7px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'CenturyGothic-Regular', sans-serif;
  font-weight: normal;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-main {
    color: var(--font-white);
    background-color: var(--theme-color-1);
    transition: all .5s ease-out;
}

.btn-main:hover {
    background-position: left bottom;
    color: #fff;
    background-color: #623819;
}

.btn-main1 {
    color: var(--font-white);
    background-color: var(--theme-color-00);
    transition: all .5s ease-out;
    color: #fff;

}

.btn-main1:hover {
    background-position: left bottom;
    color: #000;
    background-color: #FFFF66;
   
}
.btn-main2 {
    color: var(--font-white);
   background-color: var(--theme-color-0);
       transition: all .5s ease-out;
}

.btn-main2:hover {
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
   
}


.btn-secondary {
    color: var(--theme-color-1);
    background-color: var(--font-white);
    transition: all .5s ease-out;
}

.btn-secondary:hover {
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
}

.btn-secondary1 {
    color: #fff;
    background-color: var(--font-color);
    transition: all .5s ease-out;
}

.btn-secondary1:hover {
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
}


.main-content-container {
    width: 100%;
    position: relative;
    display: inline-block;
}
#fmebuysam{
 display:none
}
#fmebuysam1{
 display:none
}

#ffmebuysam{
 float:right
}

#mebuysam{
float:right	
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: inline-block;
  z-index: 999;
}

.error-msg{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 0px;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px;
    padding: 10px;
    color: #fff;
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #001941;
    font-size: 14px;
    z-index: 10;
    bottom: -150px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}
.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    background: transparent;
    box-shadow: transparent;
    transition: none !important;
    height: auto;
    flex-direction: column;
    padding-top: 0px;
} 

.navbar-dark .navbar-nav .nav-link{
    color: var(--font-white);
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dropdown .nav-link:after{
    font-family: "Fontawesome", sans-serif; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

@media (max-width: 767px) {

.dropdown .nav-link:after{
    font-family: "Fontawesome", sans-serif; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
     position: absolute;
    right: 1em;
    font-size: 1.4rem;
    
	}
.navbar-nav .nav-item {
    
 border-bottom: 1px silver solid;    
    
}
}

.navbar.fixed-top{
    position: fixed;
    background-color: var(--bg-white);
    transition: all 0.35s ease;
    border-bottom: 1px solid #dee2e6;
}
.navbar.fixed-top a{
     color:black;
}
.navbar.fixed-top .ddf21 a{
     color: white!important;
}
.navbar.fixed-top .ddf21 a:hover{
     color: black!important;
}


.navbar.fixed-top .nav-link{
    color: var(--font-black) !important;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

.navbar.fixed-top .nav-link:hover{
    color: var(--theme-color-1) !important;
}

.nav-item.search .btn-main ,.nav-item.search .btn-main1 ,.nav-item.search .btn-main2 {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}




.dropdown-menu1{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.dropdown-menu1 li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu1 li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.dropdown-menu1{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border: none;
}

.dropdown-menu1 li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}


.topbar{
    background-color: transparent;
    padding: 12px 0px 12px 0px;
    width: 100%;
    border-bottom: 1px dashed #464646;
    margin-bottom: 15px;
}

.topbar-contact-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.topbar-contact-wrapper ul li a{
    color: var(--font-color-1);
}
.topbar-contact-wrapper ul li a:horver{
    color: var(--theme-color-0);
}
.topbar-contact-wrapper ul li {
    color: var(--font-white);
}

.topbar-contact-wrapper ul li a i{
    color: var(--font-white);
    margin-right: 10px;
}

.topbar-social{
    text-align: right;
}

.topbar-social li{
    display: inline-block;
    margin-left: 5px;
}

.topbar-social li a{
    color: var(--font-white);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar.fixed-top .topbar-contact-wrapper ul li a{
    color: var(--font-black);
}

.navbar.fixed-top .topbar-contact-wrapper ul li {
    color: var(--font-black);
}
.navbar.fixed-top .topbar-contact-wrapper ul li i{
    color: var(--theme-color-2);
}

.navbar.fixed-top .topbar-contact-wrapper ul li a i{
    color: var(--theme-color-2);
}

.navbar.fixed-top .topbar-social li a{
    color: var(--theme-color-1)
}

.navbar-brand img{
    width: 180px;
}

section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0px;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    z-index: 11;
}

.section-heading{
    font-size: 36px;
    font-family: 'CenturyGothic-Bold', sans-serif;
    color: var(--heading-color);
    margin-bottom: 15px;
    text-align: center;
}

.section-description{
    font-family: 'CenturyGothic-Bold', sans-serif;
    color: var(--font-black);
    text-align: center;
    font-size: 18px;
}

.banner-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('/shopcss/image/banner-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    overflow: hidden;
}

.banner-container::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 20%);
    z-index: 9;
}

.banner-image-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 11;
    position: relative;
}

.banner-heading{
    font-size: 54px;
    color: var(--font-white);
    margin-bottom: 10px;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.banner-description{
    font-size: 18px;
    color: var(--font-white);
    margin-bottom: 0px;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.banner-btns{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.banner-btns1{
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap; /* 讓按鈕自動換行 */
    margin-top: 2rem;
}
.banner-btns1 a{
    margin:5px 4px;
}

.banner-layer-container{
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 11;
    margin-top: -6rem;
}

.banner-layer-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 15px 15px ;
}

.banner-layer-wrapper.one{
    background-color: var(--theme-color-3);
}

.banner-layer-wrapper.two{
    background-color: var(--theme-color-0);
}

.banner-layer-wrapper.three{
    background-color: var(--theme-color-3);
}

.banner-layer-heading{
    width: 100%;
    position: relative;
    color: var(--heading-color);
    font-size: 1.5rem;
    margin: 15px 0px;
}

.read-more-link{
    width: 100%;
    position: relative;
    display: inline-block;
    font-family: 'CenturyGothic-Bold', sans-serif;
    margin-top: 20px;
}

.two .banner-layer-heading{
    color: var(--font-white);
}

.three .banner-layer-heading{
  color: #2C3E50;
}

.two .banner-layer-description{
    color: var(--font-white);
}

.three .banner-layer-description{
    
}

.two .read-more-link{
    color: var(--font-white);
}

.three .read-more-link{
    color: var(--font-white);
}

.banner-layer-wrapper img{
    width: 40px;
    margin-bottom: 15px;
}

.banner-book-appointment{
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 2rem 0rem;
}

.banner-book-appointment h3{
    font-size: 28px;
    margin-bottom: 10px;
}

.about-container{
    background-color: var(--theme-color-3);
}

.about-content-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.about-content-wrapper h3{
    font-size: 32px;
    margin-bottom: 1.5rem;
}

.about-content-wrapper p{
    margin-bottom: 2rem;
}

.about-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
}

.about-image-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.funfactor-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.funfactor-img{
    margin-right: 20px;
}

.funfactor-img img{
    width: 40px;
}

.funfactor-content h3{
    font-size: 32px;
    color: var(--theme-color-1);
    margin-bottom: 5px;
}

.funfactor-content p{
    color: var(--heading-color);
    text-transform: uppercase;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.services-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('/shopcss/image/services-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-navtabs .nav-pills .nav-item{
    flex: 25%;
}

.service-navtabs .nav-pills .nav-item .nav-link{
    width: 100%;
    background-color: var(--font-white);
    text-align: center;
    display: flex;
    border-radius: 0px;
    padding: 20px;
    justify-content: center;
    height: 70px;
    color: var(--heading-color);
    text-transform: uppercase;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.service-navtabs .nav-pills .nav-item .nav-link.active{
    background-color: var(--theme-color-1);
    color: var(--font-white);
}

.service-layer{
    margin-top: -70px;
    position: relative;
    width: 100%;
    background-color: transparent;
    padding-bottom: 60px;
}

.service-navtabs .tab-content{
    background-color: var(--font-white);
    padding: 3rem;
    padding-bottom: 15px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
}

.sercice-list-item{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.sercice-list-item h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 15px;
}

.barber-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    height: 100%;
    background-color: var(--font-white);
}

.barder-image{
    min-width: 160px;
    height: 100%;
    position: relative;
    display: inline-block;
    width: 160px;
}

.barder-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.barder-content{
    width: 100%;
    padding: 25px;
}

.barber-name{
    font-size: 20px;
    margin-bottom: 5px;
}

.barber-designation{
    text-transform: uppercase;
    margin-bottom: 15px;
}

.barber-social{
    margin-top: 20px;
}

.barber-social li{
    display: inline-block;
}

.barber-social li a{
    margin-right: 15px;
}

.barber-contact{
    position: absolute;
    right: 0;
    bottom: 0;
}

.barber-contact li a{
    width: 30px;
    height: 30px;
    background-color: var(--theme-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-white);
}

.barber-contact li {
    margin-top: 10px;
}

.barbers-container{
    background-color: var(--theme-color-3);
}

.trends-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 250px;
}

.trends-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cares-container{
   
}

.care-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 25px;
    background-color: var(--font-white);
    height: 100%;
}

.care-content h3{
    font-size: 20px;
    color: var(--heading-color);
}

.care-content ul {
    margin: 5px 0px;
}

.care-content ul li{
    display: inline-block;
}

.care-content ul li i{
    color: #b2844d;
}

.care-content h4{
    font-size: 20px;
    color: var(--heading-color);
}

.care-image{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.care-image img{
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.testimonial-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('/shopcss/image/testimonial.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-container:before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    content: '';
    background-color: rgb(0 0 0 / 20%);
}

.testimonial-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 11;
    height: 100%;
}

.testimonial-content{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--font-white);
    padding: 20px;
    text-align: center;
}

.testimonial-content h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--heading-color);
    text-transform: uppercase;
}

.testimonial-author{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.testimonial-author img{
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-author h3{
    color: var(--font-white);
    font-size: 18px;
    margin-top: 10px;
}

.testimonial-author p{
    color: var(--font-white);
}

.testimonial-content::after{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    font-size: 0;
    line-height: 0;
    float: left;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.map-container{
    background-color: var(--theme-color-3);
}

.location-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-1);
    padding: 2rem;
}

.location-contacts-info{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.contact-heading{
    font-size: 20px;
    color: var(--font-white);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.location-contacts-info ul li{
    margin-bottom: 15px;
}

.location-contacts-info ul li:last-child{
    margin-bottom: 0px;
}

.location-contacts-info ul li a{
    color: var(--font-white);
    display: flex;
    align-items: baseline;
}

.location-contacts-info ul li a i{
    margin-right: 15px;
}

.location-opening ul li{
    padding: 10px 0px;
    border-top: 1px solid rgb(255 255 255 / 18%);
}

.location-opening ul li p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--font-white);
}

.contact-container{
    width: 100%;
    background-image: url('/shopcss/image/contact-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-container::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 20%);
    z-index: 10;
}

footer{
    background-color: var(--theme-color-2);
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 3rem 0 2rem 0;
}

.contact-group{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    z-index: 11;
}

.contact-input{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: rgb(255 255 255 / 10%);
    padding: 10px 15px;
    border: none;
    color: var(--font-white);
}

.contact-group .btn-main,.contact-group .btn-main1,.contact-group .btn-main2{
    width: 100%;
    max-width: 100%;
}

.footer-about{
    width: 100%;
    position: relative;
    display: inline-block;
    padding-right: 0.4rem;
}

.footer-about img{
    width: 140px;
    margin-bottom: 25px;
}

.footer-about p{
    color: var(--font-white);
    margin-bottom: 10px;
}

.footer-about p:last-child{
    margin-top: 2rem;
}

.footer-quick-links{
    position: relative;
    width: 100%;
    display: inline-block;
}

.footer-heading{
    font-size: 20px;
    color: var(--font-white);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer-quick-links ul li{
    margin-bottom: 10px;
}

.footer-quick-links ul li:last-child{
    margin-bottom: 0px;
}

.footer-quick-links ul li a{
    color: var(--font-white);
}

.footer-follow ul li{
    display: inline-block;
    margin-right: 10px;
}

.footer-follow ul li a{
    color: var(--font-white);
}

.theme-selection{
    position: fixed;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translate(0%, 0%);
    background-color: var(--theme-color-1);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 99;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-selection ul li a .light{
    width: 40px;
    height: 40px;
    background-color: var(--font-white);
    display: inline-block;
}

.theme-selection ul li a .dark{
    width: 40px;
    height: 40px;
    background-color: var(--font-black);
    display: inline-block;
}

.theme-selection ul li a p{
    color: var(--font-white);
    margin-bottom: 10px;
    text-align: center;
}

.theme-selection ul li:last-child a p{
    margin-bottom: 0px;
}

/* dark theme */

body.dark {
    background-color: var(--bg-black);
    color: var(--font-white);
}

.dark .one .banner-layer-description{
    color: var(--font-color);
}

.dark .one .read-more-link{
    color: var(--heading-color);
}

.dark .banner-book-appointment h3{
    color: var(--font-white);
}

.dark .about-container{
    background-color: var(--bg-black);
    padding-bottom: 0;
}

.dark .about-content-wrapper h3{
    color: var(--font-white);
}

.dark .funfactor-content p{
    color: var(--font-white);
}

.dark .service-layer{
    background-color: transparent;
}

.dark .sercice-list-item p{
    color: var(--font-color);
}

.dark .barbers-container{
    background-color: var(--bg-black);
}

.dark .section-heading{
    color: var(--font-white);
}

.dark .section-description{
    color: var(--font-white);
}

.dark .barber-designation{
    color: var(--font-color);
}

.dark .barber-description{
    color: var(--font-color);
}

.dark .barber-social li a{
    color: var(--font-color);
}

.dark .cares-container{
    background-color: var(--bg-black);
}

.dark .care-content p{
    color: var(--font-color);
}

.dark .testimonial-content p{
    color: var(--font-color);
}

.dark .map-container{
    background-color: var(--bg-black);
}
#g-mapdisplay img{max-height:none;max-width:none!important;background:none!important;}

#main_nav{
margin-top:0px
}
.suspension {
	bottom: 50px;
	height: 200px;
	position: fixed;
	right: 10px;
	width: 46px;
	z-index: 1801;

	padding:10px;
}

.suspension .consult {
	background-color: #e7492e;
	background-image: url(/shopcss/image/top-icon.png);
	background-position: center -1px;
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	position: relative;
	width: 46px;
	z-index: 34;
}

.suspension .consult .suspension-list {
	display: none;
	position: absolute;
	right: -40px;
	top: -236px;
	width: 240px;
	z-index: 1 !important;
}

.suspension-list-content {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
	position: absolute;
	right: 85px;
	width: 240px;
	z-index: 31;
}

.suspension-list ul {
	margin: 32px 24px;
}

.suspension-list ul li {
	border-top: 1px solid #f4f4f4;
	display: list-item;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
	padding: 16px 0;
	position: relative;
	width: 100%;
}

.suspension-list ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.suspension-list ul .suspension-list-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.suspension-list-bottom .info-value {
	color: #999;
	font-size: 14px;
	font-weight: inherit;
}

.service-phone, .service-qq, .service-proposal {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.service-phone {
	background-image: url(/shopcss/image/suspend_icon_01.png);
}

.service-phone:hover {
	background-image: url(/shopcss/image/suspend_icon_01_blue.png);
}

.service-qq {
	background-image: url(/shopcss/image/suspend_icon_03.png);
}

.service-qq:hover {
	background-image: url(/shopcss/image/suspend_icon_03_blue.png);
}

.service-proposal {
	background-image: url(/shopcss/image/suspend_icon_02.png);
}

.service-proposal:hover {
	background-image: url(/shopcss/image/suspend_icon_02_blue.png);
}

.info-name {
	color: #333;
	display: block;
	font-size: 14px;
	height: 14px;
	padding-left: 52px;
}

.info-value {
	color: #DEDEDE;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 18px;
	margin-top: 8px;
	padding-left: 52px;
}

.suspension a.consult:hover .suspension-list {
	display: inline !important;
}

.suspension .cart {
	background-image: url(/shopcss/image/float-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0 solid #bcbcbc;
	display: block;
	height: 46px;
	margin-top: 10px;
	position: relative;
	width: 46px;
}

.suspension a.cart:hover .pic {
	display: block;
}

.suspension .back-top {
	-moz-transition: all 0 ease-in-out;
	-o-transition: all 0 ease-in-out;
	-webkit-transition: all 0 ease-in-out;
	background-color: #fff;
	background-image: url(/shopcss/image/top-icon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 1px solid #bcbcbc;
	display: block;
	height: 46px;
	margin-top: 10px;
	transition: all 0 ease-in-out;
	width: 46px;
}

.suspension .cart .pic {
	background-color: #fff;
	display: none;
	height: 183px;
	left: -163px;
	position: absolute;
	top: -120px;
	width: 183px;
	padding:10px;
	background-color:white;
}

.pic-content {
	background: url(/shopcss/image/ewm_bak1.png) center no-repeat;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
	height: 163px;
	position: absolute;
	
	width: 163px;
}

.pic-content1 {
	background: url(/shopcss/image/ewm_bak2.png) center no-repeat;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
	height: 163px;
	position: absolute;
	width: 163px;
}



#news-listsam {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

#news-listsam li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

#news-listsam li:last-child {
  border-bottom: none;
}

.news-title {
  margin: 0;
  font-size: 1.0rem;
  font-weight: 600;
}

.news-title a {
  text-decoration: none;
  color: var(--theme-color-0);
  transition: color 0.2s ease;
}

.news-title a:hover {
  color: var(--theme-color-1);
}

.news-meta {
  margin-top: 4px;
  font-size: 0.9rem;
  color: #777;
}

/***index page produt hit**/
/*****************************/
/*****************************/
.footer-extra-wrapper {
  background: linear-gradient(to bottom, #181818 0%, #121212 100%);
  padding: 1.2rem 0;  /* ✅ 減少垂直空間 */
  border-top: 1px solid #2a2a2a;
}

.footer-extra-wrapper .container-1320 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;  /* ✅ 降低左右空間 */
}

.footer-extra-brand,
.footer-extra-warning,
.footer-extra-support {
  margin-bottom: 1rem;  /* ✅ 段落間距縮小 */
  font-size: 0.95rem;   /* ✅ 更緊湊但不小 */
  line-height: 1.5;     /* ✅ 更集中 */
  color: #d0d0d0;
}

.footer-extra-brand p,
.footer-extra-support p {
  margin: 0;
}

.footer-extra-warning {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.footer-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #3a3a3a, transparent);
  margin: 1rem 0;  /* ✅ 分隔線上下間距縮小 */
}

/*****************************/
.footer-quick-grid-footer01 {
  
}

.footer01-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 0.5rem;
}

.footer01-col {
  flex: 0 0 19%;
  min-width: 120px;
  padding-top: 1.2rem;
  position: relative;
}


/* 標題美化 */
.footer01-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #ffffff;
  position: relative;
  padding-left: 0.75rem;
  border-left: 3px solid #f0c040;
}

.footer01-title::before {
  content: "★";
  position: absolute;
  left: -1.3rem;
  color: #f0c040;
  font-size: 0.9rem;
}

/* 連結列表 */
.footer01-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer01-list li {
  margin-bottom: 0.4rem;
}

.footer01-list li a {
  font-size: 0.88rem;
  color: #cccccc;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.footer01-list li a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

/* 響應式：手機兩欄 */
@media (max-width: 768px) {
  .footer01-col {
    flex: 1 1 45%;
  }
}

/*****************************/
/*****************************/
/*****************************/
@media (max-width: 768px) {
  .footer01-grid {
    flex-direction: column;
    padding-inline: 1rem; /* ✅ 防止內容貼邊 */
  }

  .footer01-col {
    flex: 1 1 100%;
    border-bottom: 1px solid #2a2a2a;
    padding: 0rem 0;
    margin-bottom: 0rem;
    position: relative;
  }

  .footer01-title {
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #ffffff;
    border-left: 3px solid #f0c040;
    padding-left: 1rem;
  }

  .footer01-title::before {
    content: "★";
    position: absolute;
    left: -1.3rem;
    color: #f0c040;
    font-size: 0.9rem;
  }

  .footer01-title::after {
    content: "▼";
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
  }

  .footer01-title.active::after {
    transform: rotate(180deg);
  }

  .footer01-list {
    display: none;
    padding-top: 0.3rem;
    list-style: none;
    margin: 0;
  }

  .footer01-title.active + .footer01-list {
    display: block;
  }

  .footer01-list li {
    margin-bottom: 0.4rem;
  }

  .footer01-list li a {
    font-size: 0.88rem;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
  }

  .footer01-list li a:hover {
    color: #ffffff;
  }
}

/*****************************/
 /*****************************/
 /* ✅ 購物車整體遮罩與容器 */
.sexnginxbuy01-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9990;
  display: none;
}
.sexnginxbuy01-cart-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 800px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: -3px 0 10px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;

}
body.sexnginxbuy01-cart-open .sexnginxbuy01-cart-overlay {
  display: block;
}
body.sexnginxbuy01-cart-open .sexnginxbuy01-cart-wrapper {
  transform: translateX(0);
}

/* ✅ 標題列 */
.sexnginxbuy01-cart-header {
  background: #f5f5f5;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
}
.sexnginxbuy01-cart-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.2em;
  color: #666;
}

/* ✅ 商品列表區 */
.sexnginxbuy01-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}
.sexnginxbuy01-cart-item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sexnginxbuy01-cart-item img {
 width: 140px;
  width: 140px;
  object-fit: cover;        /* 裁切，填滿整個框 */
  object-position: center;  /* 圖片居中顯示 */
  border-radius: 6px;       /* 圓角選擇性設置 */
  margin-right: 10px;
  background-color: #f5f5f5;
}
.sexnginxbuy01-cart-item-info {
  flex: 1;
}
.sexnginxbuy01-cart-item-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 5px;
}
.sexnginxbuy01-cart-item-price {
  color: #444;
  margin-bottom: 5px;
}
.sexnginxbuy01-cart-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sexnginxbuy01-btn-qty {
  background: #ddd;
  border: none;
  padding: 5px 8px;
  font-size: 1em;
  cursor: pointer;
}
.sexnginxbuy01-input-qty {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: bold;
}
.sexnginxbuy01-btn-delete {
  margin-left: auto;
  color: #888;
  background: transparent;
  border: none;
  font-size: 1em;
}

/* ✅ 頁尾計算與操作 */
.sexnginxbuy01-cart-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #fafafa;
}
.sexnginxbuy01-footer-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 0.95em;
}
.sexnginxbuy01-footer-line span:last-child {
  font-weight: bold;
}
.sexnginxbuy01-total {
  border-top: 1px dashed #999;
  padding-top: 10px;
  margin-top: 5px;
  font-size: 1.1em;
}

/* ✅ 操作按鈕 */
.sexnginxbuy01-cart-actions {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* ✅ 區域切換（台/港） */
.sexnginxbuy01-region-toggle button {
  margin-left: 5px;
}

/* ✅ 優惠券/折扣區塊 */

.sexnginxbuy01-promo-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.95em;
  margin-bottom: 5px;
}
.sexnginxbuy01-promo-toggle {
  font-weight: bold;
  color: #1a73e8;
  cursor: pointer;
  text-decoration: underline;
}
.sexnginxbuy01-promo-toggle.disabled {
  color: #aaa;
  text-decoration: none;
  cursor: default;
}

/*****************************/
/*****************************/
.sexnginxbuy01-selector-modal {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sexnginxbuy01-selector-box {
  background: #fff;
  width: 90%;
  max-width: 480px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  overflow: hidden;
}

.sexnginxbuy01-selector-header {
  padding: 15px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.sexnginxbuy01-selector-header button {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.sexnginxbuy01-selector-content {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.sexnginxbuy01-selector-option {
  border: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.sexnginxbuy01-selector-option:hover {
  background: #f0f9ff;
  border-color: #2196f3;
}

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