@charset "utf-8";
/** bootstrap **/
@import "bootstrap.css";
/** 文字icon **/
@import "font-awesome.min.css";
/** 手機選單 **/
@import url("slicknav.css") screen and (max-width: 575px);
/** edm **/
@import "edm.css";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Noto Sans TC", sans-serif;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
a, a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
input {
  vertical-align: middle;
}
.slicknav_menu {
  display: none;
}
input.select-box {
  margin-bottom: 5px;
  padding: 5px 3%;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #cbcbcb;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
}
/** 表單預設文字顏色設定 **/ ::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
#field2::-webkit-input-placeholder {
  color: #999999;
}
#field3::-webkit-input-placeholder {
  color: #999999;
  background: lightgreen;
  text-transform: uppercase;
}
#field4::-webkit-input-placeholder {
  font-style: italic;
  text-decoration: overline;
  letter-spacing: 3px;
  color: #999999;
}
#field2::-moz-placeholder {
  color: #999999;
}
#field3::-moz-placeholder {
  color: #999999;
  background: lightgreen;
  text-transform: uppercase;
}
#field4::-moz-placeholder {
  font-style: italic;
  text-decoration: overline;
  letter-spacing: 3px;
  color: #999999;
}
.writing-mode-vertical {
  writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu {
  background: #484848;
}
.slicknav_icon-bar {
  background-color: #fff;
}
.b-color > li:hover, .b-color > li > ul > li > a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
  background: #6f0101;
}
.border-color {
  border-left: 7px #a0a0a0 solid;
}
.slicknav_nav .slicknav_arrow {
  font-family: Arial;
}
/** 浮動icon **/
.float-icon-main {
  position: fixed;
  width: 50px;
  height: auto;
  bottom: 8%;
  right: 10px;
  z-index: 10000;
}
.float-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}
.float-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.float-icon ul li {
  padding: 0;
  margin: 5px 0;
  display: block;
  width: 50px;
  height: 50px;
}
.float-icon ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #888888;
  padding: 10px;
  border-radius: 50px;
}
.float-icon ul li a:hover {
  background: #999999;
}
.float-icon-slow {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 50px;
  right: 0;
  transition: all 0.5s ease 0s;
}
.float-icon-btn {
  display: block;
  width: 50px;
  height: 50px;
  background: #444444;
  padding: 10px;
  border-radius: 50px;
}
.float-icon-btn:hover {
  background: #555555;
}
.float-icon-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/float-icon-btn.svg") no-repeat center center;
  background-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.float-icon-btn-slow {
  position: relative;
}
.float-icon-btn-slow:before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 15%;
  transform: rotateZ(45deg);
}
.float-icon-btn-slow:after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 15%;
  transform: rotateZ(-45deg);
}
@media screen and (max-width: 767px) {
  .float-icon-main {
    width: 44px;
  }
  .float-icon ul li {
    width: 44px;
    height: 44px;
  }
  .float-icon ul li a {
    width: 44px;
    height: 44px;
    padding: 8px;
  }
  .float-icon-slow {
    bottom: 44px;
  }
  .float-icon-btn {
    width: 44px;
    height: 44px;
    padding: 8px;
  }
  .float-icon-btn:after {
    width: 28px;
    height: 28px;
    background-size: 28px;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
  }
  .float-icon-btn-slow:after {
    width: 70%;
    height: 3px;
    top: calc(50% - 1.5px);
    left: 15%;
  }
}
/** 上版 **/
header {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.5s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 60%) !important;
}
.shrink {
  background: #282828 !important;
}
.shrink .logo {
  transition: transform 0.5s;
  transform: scale(90%);
}
.logo {
  width: 250px;
}
.shrink.header {
  padding: 40px 20px;
}
.hamburger {
  display: none;
}
.navbar {
  padding: 0;
}
.navbar ul {
  display: flex;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}
.navbar ul li {
  margin-left: 43px;
}
.navbar ul li a {
  display: block;
  color: #fff;
  letter-spacing: 2px;
  transition: 0.3s;
  position: relative;
}
.navbar ul li a:before, .navbar ul li a:after {
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.navbar ul li a::before, .navbar ul li a::after {
  width: 0;
  transition: 0.5s;
}
.navbar ul li a:hover::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: -20px;
  opacity: 1;
}
.navbar ul li a:hover::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  right: -20px;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .hamburger {
    display: block;
    cursor: pointer;
  }
  .hamburger .line {
    width: 25px;
    height: 2px;
    background: #fefefe;
    margin: 6px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  .navbar {
    height: 0;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    transition: 0.5s ease-in;
    z-index: 10;
    overflow: hidden;
  }
  .shrink .navbar {
    top: 80px;
  }
  .hamburger.active .line {
    background: #fff;
  }
  .navbar.active {
    height: 335px;
  }
  .navbar.active ul {
    opacity: 1;
  }
  .header.active {
    background: #282828 !important;
  }
  .navbar ul {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s;
    opacity: 0;
    width: 100%;
  }
  .navbar ul li {
    margin: 0;
  }
  .navbar ul li a {
    margin-left: 0;
    font-size: 18px;
    padding: 20px 0;
    background: #282828;
    color: #fff;
    transition: 1s ease;
  }
  .navbar ul li:hover a {
    background: #fff;
    color: #282828;
  }
  header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .navbar, .shrink .navbar {
    top: 65px;
  }
  .logo img {
    width: 60%;
  }
  .header {
    padding: 30px 20px;
    padding-left: 10px;
  }
  .shrink.header {
    padding-left: 0;
  }
}
/** 主選單與下拉 **/
.menu {
  max-width: 1200px;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0 auto;
  display: flex;
}
.menu > li {
  flex: 1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  line-height: 1.8;
  border-left: 1px #999 solid;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.menu > li:last-of-type {
  border-right: 1px solid #999;
}
.menu > li > a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  margin: 0;
}
.menu > li > a:hover {
  background: #000000;
}
.menu > li.sub > ul.sub-menu {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: static;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.menu > li.sub:hover ul.sub-menu {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 47px;
}
.menu > li.sub > ul.sub-menu > li {
  display: block;
  border-top: 1px #fff dotted;
}
.menu > li.sub > ul.sub-menu > li > a {
  display: block;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
.menu > li.sub > ul.sub-menu > li > a:hover {
  background: #000000;
}
@media screen and (max-width: 575px) {
  .slicknav_menu {
    display: none;
  }
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
/** edm輪播 **/
/*尺寸設定*/
.main-edm {
  width: 100%;
  height: 100%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper {
  width: 100%;
  height: 100%;
}
.slider1 .swiper-slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
/*切換點尺寸樣式*/
.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
}
.swiper .swiper-pagination-bullet-active {
  background: #231815;
  padding: 2px;
  position: relative;
}
.swiper .swiper-pagination-bullet-active:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: -50%;
  border: 1px solid #231815;
}
.swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 20px 10px !important;
}
/*左右按鈕尺寸樣式*/
.edm-prev, .edm-next {
  width: 46px;
  height: 46px;
  background: #ac995e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  z-index: 20;
}
.edm-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.edm-prev:before {
  content: "";
  background: url("../images/arrow-l.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
}
.edm-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.edm-next:before {
  content: "";
  background: url("../images/arrow-r.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
}
/*edm遮色區塊*/
.edm-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 0 45px;
  color: #fff;
}
.edm-cover h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 73px;
  text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.8);
}
.edm-cover h2 {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 1px;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .edm-cover {
    width: 450px;
  }
  .edm-cover h1 {
    font-size: 50px;
  }
  .edm-cover h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .edm-cover {
    top: 60%;
    width: 80%;
    height: 30%;
    padding-left: 20px;
    padding-right: 0;
    color: #fff;
  }
  .edm-cover h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .edm-cover h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
/* work edm */
.i-work {
  margin-top: 80px;
  background-image: url("../images/work_bg.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 6px solid #eae7de;
  text-align: center;
  /* 按鈕對齊 */
  position: relative;
}
.i-work .work-text::before {
  content: "Works";
  font-size: 100px;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
  color: #eeebe4;
  line-height: 54px;
}
.i-work h3 {
  font-size: 36px;
  letter-spacing: 8px;
  position: relative;
  top: -25px;
  z-index: 20;
}
/* edm整體 */
.slider2 {
  overflow: hidden;
  width: 100%;
  padding: 40px 0 60px 0;
}
.work-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  flex-direction: column;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider2 .swiper-slide-active .work-cover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
}
.slider2 .swiper-slide-active .work-cover .work_text {
  font-size: 18px;
  margin-bottom: 0.5vw;
}
.work_text {
  padding-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.work_detaile {
  padding: 0 20px;
}
.work_detaile h4 {
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 5px;
}
.work_detaile h5 {
  font-size: 14px;
  font-weight: 400;
}
.work_detaile p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
}
.slider2 .swiper-slide img {
  transition: 0.5s;
}
.slider2 .swiper-slide:hover img {
  filter: brightness(40%);
}
.slider2 .swiper-slide .work_text {
  transition: 0.5s;
}
.slider2 .swiper-slide:hover .work_text {
  opacity: 0;
}
.slider2 .swiper-slide:hover img {
  transform: scale(120%);
}
.slider2 .swiper-slide .work_detaile {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  text-align: center;
}
.slider2 .swiper-slide:hover .work_detaile {
  opacity: 1;
}
/* 旁邊小圖 */
.slider2 .swiper-slide {
  overflow: hidden;
  transition: 0.7s;
  position: relative;
}
.slider2 .swiper-slide img {
  width: 100%;
}
/* 中間主圖 */
.slider2 .swiper-slide-active {
  z-index: 10;
  border: 10px solid #fff;
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .slider2 {
    padding: 30px 0;
  }
  .work_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .i-work {
    margin-top: 40px;
  }
  .i-work .work-text::before {
    font-size: 70px;
  }
  .i-work h3 {
    font-size: 30px;
  }
  .slider2 {
    padding: 10px 0;
  }
}
.work-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  margin-top: 50px;
}
.work-btn a {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ac995e;
  color: #ac995e;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  margin-left: 10px;
  background: #fff;
}
.work-btn a:hover {
  color: #fff;
  background: #ac995e;
  transition: 0.5s;
}
/*左右按鈕尺寸樣式*/
.work-prev, .work-next {
  width: 46px;
  height: 46px;
  background: #ac995e;
  position: relative;
  z-index: 20;
  border-radius: 5px;
  margin-left: 10px;
}
.work-prev:before {
  content: "";
  background: url("../images/arrow-r.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
}
.work-next:before {
  content: "";
  background: url("../images/arrow-l.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
  background-repeat: no-repeat;
}
/* news edm */
.i-news {
  margin: 0 auto;
  /*  因圖片放大需推左右  */
  padding: 0 15px;
  margin-top: 110px;
  overflow: hidden;
  padding-bottom: 130px;
  max-width: 1280px;
}
.news-bg {
  position: relative;
}
.news-bg::before {
  content: "";
  width: 60%;
  height: 280px;
  background: #f6f6f6;
  border-top: 6px solid #eae7de;
  position: absolute;
  left: -80px;
  bottom: 0;
}
.news-text {
  text-align: center;
  position: relative;
}
.i-news .news-text::before {
  content: "News";
  font-size: 100px;
  font-family: "Maven Pro", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
  color: #eeebe4;
  line-height: 54px;
}
.i-news h3 {
  font-size: 36px;
  letter-spacing: 8px;
  position: relative;
  top: -25px;
  z-index: 10;
}
.i-news .work-btn {
  margin-top: 90px;
  position: relative;
  z-index: 10;
}
.i-news a img {
  transition: 0.3s;
}
.i-news a:hover img {
  transform: scale(105%);
}
/*左右按鈕尺寸樣式*/
.news-prev, .news-next {
  width: 46px;
  height: 46px;
  background: #ac995e;
  position: relative;
  z-index: 20;
  border-radius: 5px;
  margin-left: 10px;
}
.news-prev:before {
  content: "";
  background: url("../images/arrow-r.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
}
.news-next:before {
  content: "";
  background: url("../images/arrow-l.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 20px;
  background-repeat: no-repeat;
}
.swiper3 {
  padding-left: 60px;
  margin-bottom: 43px;
}
.swiper3 .swiper-slide {
  box-shadow: -50px 60px 0px 0px rgba(238, 235, 228, 1);
  position: relative;
}
.swiper3 .swiper-slide h4 {
  position: absolute;
  bottom: -50px;
  left: -20px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.swiper3 .swiper-slide:before {
  content: "";
  width: 4px;
  height: 25px;
  background: #ac995e;
  position: absolute;
  left: -26px;
  top: 60px;
}
.swiper3 .swiper-slide:after {
  content: "2022.Feb.01";
  position: absolute;
  left: -72px;
  top: 130px;
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #ac995e;
  font-family: "Maven Pro", sans-serif;
}
.swiper3 .swiper-slide img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
/** 配置 **/
.warpper {
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main {
  padding-top: 0px;
}
/** 首頁連結 **/
.i-link {
  margin: 0 auto;
}
.i-link h3 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 20px 0;
  line-height: 1;
}
.i-link-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.i-link h3 .red {
  color: #333333;
  font-size: 24px;
}
.i-link h3 .brwon {
  color: #999999;
  font-size: 24px;
  padding: 0 0 0 15px;
}
.i-link ul {
  background: #e1e1e1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.i-link ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  border: 1px #fff dotted;
}
.i-link ul li img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
.link-photo {
  background: #f7f7f7;
  width: 100%;
  position: relative;
}
.link-photo a {
  display: flex;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.link-photo img.index-pro-img {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .i-link ul li {
    width: 50%;
  }
}
/** 內頁banner **/
.inside-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner.jpg") center 80% no-repeat;
  padding: 180px 0 100px 0;
  background-size: cover;
  position: relative;
}
.inside-banner .banner-title {
  max-width: 1280px;
  font-size: 2.5rem;
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 12px;
  letter-spacing: 5px;
  position: relative;
  z-index: 5;
}
/*.inside-banner .banner-title::before{content: "ABOUT US"; position: absolute;left: 46px; top: -20px;  color: #eeebe4; font-size: 18px; font-style: italic;}*/
/*.inside-banner .banner-title::before{content: ""; position: absolute;left: 45px; top: -10px; width: 80px; height: 2px; background: #eeebe4;}*/
@media screen and (max-width: 767px) {
  .inside-banner {
    padding: 120px 0 50px 0;
  }
  .inside-banner .banner-title {
    font-size: calc(1.625rem + 2.5vw);
    text-align: center;
  }
  /*    .inside-banner .banner-title::before{font-size: calc(0.625rem + 1.5vw);}*/
}
/** Breadcrumb **/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  list-style: none;
  border-radius: 0.25rem;
  padding: 10px 12px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.breadcrumb-item {}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}
.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
/*.breadcrumb-item a:hover{color:#AC995E; text-decoration:none;}*/
.breadcrumb-item.active {
  color: #b78d65;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    justify-content: center;
  }
}
/** 內頁架構 **/
.content-body {
  max-width: 1280px;
  margin: 0 auto;
  /* background: #ffffff; */
  padding: 20px 0;
}
.content-body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: #fafafa;
  clip-path: polygon(0 69%, 100% 0, 100% 100%, 0% 100%);
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-title {
  font-size: 2rem;
  color: #333;
  margin: 0;
  font-weight: 600;
}
.page-main {
  padding: 0;
  font-size: 16px;
  color: #282828;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.page-content {
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
/** 左邊分類 **/
.left-menu-title {
  background: #e9ecef;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 3px;
  border-bottom: 2px solid #6d6d6d;
  color: #525252;
}
.in-left-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.in-left-menu > ul > li {
  border-bottom: 1px #fff solid;
  font-size: 16px;
  color: #666;
  padding: 0;
}
.in-left-menu > ul > li > a {
  background: #f4f8fb;
  color: #333;
  border-left: 3px #5f5f5f solid;
  display: block;
  padding: 10px 5px 10px 25px;
  line-height: 1.5em;
}
.in-left-menu > ul > li > a:hover {
  background-color: #e9ecef;
  border-left: 3px #111111 solid;
}
.in-left-menu > ul > li > .current {
  background: url(../images/left-icon.png) no-repeat 7px 13px #e9ecef;
  border-left: 3px #111111 solid;
}
.in-left-menu > ul > li ul {
  margin: 5px 0 0 30px;
  padding: 0;
  list-style: square;
}
.in-left-menu > ul > li ul li {
  border-top: 1px #ccc dotted;
  padding: 5px 5px 5px 0;
}
.in-left-menu > ul > li ul li a {
  font-size: 13px;
  color: #666;
  display: block;
}
.in-left-menu > ul > li ul li a:hover {
  color: #71743d;
}
.left-beautify img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.m_classLink {
  display: none;
}
@media screen and (max-width: 575px) {
  .classBox {
    padding: 0 0 20px 0;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #d1d1d1;
  }
  .m_classLink a.main {
    display: block;
    background: none;
    font-size: 16px;
    font-family: "Microsoft JhengHei", "新細明體", sans-serif;
    color: #333;
    position: relative;
    padding: 8px;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 16px;
    background: #afafaf;
    width: 45px;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m_classLink ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    margin: 0;
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 8px;
    border-top: 1px solid #d1d1d1;
    font-family: "Microsoft JhengHei", "新細明體", sans-serif;
    font-size: 16px;
    color: #222;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul li a:hover {
    background: #efeded;
  }
  .m_classLink ul li ul {
    display: block;
    margin: 0 10px 10px 10px;
    padding: 0;
    list-style: none;
    width: calc(100% - 20px);
    background: #fff;
    border: 1px solid #d1d1d1;
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 999;
    box-sizing: border-box;
  }
  .left-menu-title {
    display: none;
  }
  .left-beautify {
    display: none;
  }
}
/** 關於我們 **/
/* .about-title::before {
  content: "";
  width: 5px;
  height: 80px;
  position: absolute;
  left: -15px;
  top: -5px;
  background-color: #e3d2a2;
} */
.about-title {
  color: #b78d65;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.about-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.about-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
}
.about-img img:nth-last-child(1) {
  margin: 20% 0 0 40%;
}
.about-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid #b78d65;
}
.about-content {
  color: #777;
}
@media screen and (max-width: 992px) {
  .about-img img:nth-last-child(1) {
    display: none;
  }
  .about-img img {
    width: 90%;
    height: 80%;
  }
  .about-img::before {
    width: 90%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about-img img {
    width: 80%;
    height: 80%;
    right: 15%;
  }
  .about-img::before {
    width: 80%;
    top: 10%;
    left: 15%;
  }
}
/** 最新消息 **/
.news {
  /*  padding-top: 40px;*/
}
.news .new-item:hover img {
  transform: scale(105%);
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
}
.news .new-item img {
  transition: 0.3s;
}
.news .news-date {
  color: #b78d65;
  font-size: 16px;
  letter-spacing: 3px;
}
.news .news-title {
  font-size: 20px;
  color: #051441;
  font-weight: 700;
  margin: 15px 0 10px 0;
  letter-spacing: 2px;
  transition: 0.5s;
}
.news .news-title:hover {
  color: #b29e64;
}
.news .news-content {
  color: #282828;
  font-size: 16px;
  line-height: 30px;
}

.news-detail.content-body::before {
  display: none;
}
.news-detail-border {
  border-left: 3px solid #ac995e;
  padding: 5px 20px;
}
.news-detail-title {
  font-size: 30px;
  color: #051441;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 5px 0;
  line-height: 1.5;
}
.news-detail-date {
  color: #b78d65;
  letter-spacing: 3px;
}
@media screen and (max-width: 576px) {
  .news-detail-border {
    padding: 3px 10px;
  }
  .news-detail-title {
    font-size: 24px;
  }
    
    .news .news-title{
        font-size: 16px;
    }
    
    .news .news-date{
        font-size: 14px;
    }
}
/** 作品搜尋 **/
.search {
  padding: 0;
  text-align: center;
}
.search-input {
  position: relative;
  color: #333;
  display: inline;
  margin: 0 20px;
}
.search-input label {
  font-size: 16px;
  padding-right: 5px;
}
.search input {
  background: #eeeeee;
  font-size: 16px;
  color: #333;
  padding: 5px 66px 5px 15px;
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: middle;
  min-height: 31px;
}
.search select {
  font-size: 16px;
  color: #fff;
  border: none;
  /* border-radius: 20px; */
  padding: 8px 15px;
  width: 170px;
  background: url(../images/drop-icon.png) no-repeat right #282828;
  letter-spacing: 2px;
  line-height: 20px;
  -webkit-appearance: none;
  background-position-x: 145px;
}
.search option {
  border: none;
  outline: none;
}
.search-input img {
  position: absolute;
  right: 0;
  top: 0px;
}
.search img {
  vertical-align: middle;
}
.pro-search-info {
  font-size: 18px;
  color: #64691f;
  line-height: 1.5em;
  border-bottom: 1px #ccc dotted;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .search-input {
    display: block;
    margin-bottom: 10px;
  }
  .search select {
    width: 210px;
    background-position-x: 185px;
  }
}
/** 作品列表介紹 **/
.pro-list a{
  margin: 10px;
  padding: 0;
  text-align: center;
  position: relative;
  display: block;

}

.pro-list a::before {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.pro-list a:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.pro-list span {
  opacity: 0;
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 100%;
  color: #fff;
  padding: 8px 5px;
  font-size: 20px;
  letter-spacing: 2px;
}
.pro-list a:hover span {
  opacity: 1;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
}
.pro-list h4 {
  font-size: 16px;
  color: #504f4d;
  line-height: 1.5em;
  font-weight: normal;
  padding: 5px 0 5px 0;
  margin: 0;
}

@media screen and (max-width: 976px){
    .pro-list span{
        font-size: 18px;
    }
}

/*作品列表內文*/
.pro-detaile {}
.pro-detaile.content-body::before {
  display: none;
}
.pro-title::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  left: -16px;
  top: -20px;
  z-index: -1;
}
.pro-title {
  position: relative;
  font-size: 24px;
  color: #b78d65;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.pro-detaile-title {
  font-size: 30px;
  color: #051441;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0px 0 14px 0;
}
.pro-category {
  background: #282828;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  width: fit-content;
  letter-spacing: 1px;
  border-radius: 3px;
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}

.pro-place{
   margin-top: 20px;
   font-size: 14px;
    color: #231815;
    font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .pro-detaile-box {
    display: block;
  }
  .pro-detaile-photo-box {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .pro-detaile-spe-box {
    width: 100%;
    padding-bottom: 0;
  }
  .cart-info {
    position: inherit;
    bottom: inherit;
  }
}

@media screen and (max-width: 575px) {
  .pro-list ul li {
    width: 50%;
    padding: 5px;
  }
    
  .pro-category{
    font-size: 12px;
    margin-bottom: 8px;

  }
    
    .pro-detaile-title{
        font-size: 24px;
    }
}

/* 服務項目 */
.service-item {
  background: #F8F8F8;
  border-radius: 5px;
}
.service-title {
  color: #b78d65;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.service h4 {
  font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
.service-item .service-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 120px;
  transition: .5s;
  border: 1px solid rgba(238, 238, 238, 0.00);
}
.service-item:hover .service-icon {
  border: 1px solid #eee;
}
/*
.service-item:hover .service-icon1 {
  border: 2px solid #E3AA00;
}
.service-item:hover .service-icon2 {
  border: 2px solid #0073B6;
}
.service-item:hover .service-icon3 {
  border: 2px solid #EE5561;
}
*/
.service-item .service-icon img {
  transition: .5s;
}
.service-item:hover .service-icon img {
  transform: scale(120%);
}
.service-item ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.service-item ul li {
  color: #282828;
  font-size: 18px;
  padding: 8px 0;
  transition: 0.5s;
  cursor: default;
}
.service-item ul li:hover {
  color: #875c33;
}
/** 聯絡我們 **/
.contact-inform {
  list-style: none;
  padding-left: 0;
}
.contact-inform li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.inform-img {
  padding: 10px;
  border: 1px solid #282828;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.inform-text {
  color: #282828;
}
/** 表單欄位 **/
.form-box input, .form-box img {
  vertical-align: middle;
}
.opinion {
  margin-bottom: 10px;
  overflow: hidden;
}
.opinion-left01 {
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #282828;
  line-height: 1.8;
}
.input-main-style01 {
  flex: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #282828;
  transition: .5s;
  background: rgba(251, 251, 251, 0.47);
}
.input-main-style01::placeholder {
  letter-spacing: 1px;
  color: #AEAEAE;
}
.input-main-style01 label {
  margin-right: 20px;
}
.input-main-style01:focus {
  border-bottom: 1px solid #AC995E;
}
.input-main-style02 {
  background: #f4f8fb;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 37px;
}
.input-main-style03 {
  background: #f4f8fb;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 37px;
}
.input-main-select {
  background: none;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.input-main-select select {
  background: #f4f8fb;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  padding: 5px 15px;
  line-height: 1.8;
  border: 0;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  min-height: 37px;
}
.input-main-select select:nth-child(2) {
  margin-right: 0;
}
.select-style {
  background: #8a6e0c;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 10px;
  border: 0;
}
.input-style01 {
  background: #f4f8fb;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  font-family: "Microsoft JhengHei";
  color: #333;
  line-height: 1.8;
  min-height: 37px;
}
input:disabled {
  background-color: #fff;
  color: #2d7fb9;
  cursor: no-drop;
}
.btn.openlink {
  margin: 3px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #2d7fb9;
  color: #fff;
  border-radius: 5px;
}
.btn.openlink:hover {
  background-color: #ffbe00;
}
img.code {
  width: 100px;
  height: 37px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.pay-main {
  padding: 0;
  font-size: 16px;
  color: #333333;
  border-radius: 0;
  margin: 15px 0;
}
@media screen and (max-width: 400px) {
  .opinion {
    display: block;
  }
  .opinion-left01 {
    width: 100%;
  }
  .input-main-style02 {
    width: calc(100% - 104px);
    display: inline-block;
  }
}
/** 按鈕 **/
.cart-btn {
  padding: 10px 0;
  text-align: center;
}
a.btn-send {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 6px;
  color: #fff;
  background: #b78d65;
  transition: .5s;
}
a.btn-send:hover {
  background: #c29e7c;
}
a.btn-reset {
  background: #e9ecef;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #373737;
  font-weight: bold;
  min-width: 100px;
  margin: 2px;
  border: 2px solid #e9ecef;
  border-radius: 5px;
}
a.btn-reset:hover {
  background: #373737;
  color: #fff;
  border: 2px solid #373737;
}
a.btn-send-over {
  background: #7ea2c5;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  min-width: 100px;
  margin: 2px;
  border-radius: 5px;
  border: 2px solid #7ea2c5;
}
a.btn-send-over:hover {
  background: #96b9dc;
  border: 2px solid #96b9dc;
}
@media screen and (max-width: 575px) {
  a.btn-send {
    padding: 10px;
  }
  a.btn-reset {
    padding: 5px 10px;
    width: calc(50% - 4px);
  }
  a.btn-send-over {
    padding: 5px 10px;
    width: calc(50% - 4px);
  }
}
/** step **/
.steps {
  text-align: center;
  padding: 30px 0;
}
.steps .step {
  display: inline-block;
  width: 240px;
  max-width: 33%;
  text-align: center;
  margin: 0 -2px;
}
.steps .step span {
  display: block;
  font-weight: bold;
}
.steps .step span.badge {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.steps .step span.badge .text {
  position: absolute;
  left: calc(50% - 15px);
  font-size: 18px;
  font-family: Arial;
  color: #fff;
  background-color: #d9d9d9;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 1;
}
.steps .step.active span.badge .text {
  color: #fff;
  background-color: #000;
}
.steps .step span.badge:before {
  content: "";
  position: absolute;
  background-color: #d9d9d9;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: 0;
}
.steps .step:first-child .badge::before {
  width: 50%;
  left: 50%;
}
.steps .step:last-child .badge::before {
  width: 50%;
  right: 50%;
}
/** 頁次 **/
.page {
  color: #282828;
  text-align: center;
  margin: 15px 0;
}
.page a {
  border-right: 1px solid #ac995e;
  border-left: 1px solid #ac995e;
  color: #ac995e;
  padding: 6px 12px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: 0.5s;
  margin-left: 8px;
}
.page a:hover {
  background: #ac995e;
  color: #fff;
}
.page-num select {
  border: 1px solid #282828;
  background: #00000000;
  width: 40px;
}
.page br {
  display: none;
}
@media screen and (max-width: 640px) {
  .page a {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .page br {
    display: block;
  }
}
/** 網站導覽 **/
.bottom-info {
  background: #000;
  padding: 10px 0px;
}
.bottom-info-main {
  max-width: 1200px;
  margin: 0 auto;
}
.bottom-info-main h3 {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px #707070 solid;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.bottom-info-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.bottom-info-main ul li {
  font-size: 14px;
  width: calc(25% - 10px);
  margin: 5px;
}
.bottom-info-main ul li a {
  color: #ffffff;
}
.bottom-info-main ul li a:hover {
  color: #707070;
}
.bottom-info-main .bottom-info-content {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .bottom-info-main ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .bottom-info-main ul li {
    width: calc(33.3333% - 10px);
  }
}
/** 下版 **/
footer {
  background: #231815;
  padding: 30px 0;
}
footer .footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer .copytight {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: "Maven Pro", sans-serif;
}
footer .footer .copytight a {
  color: #fff;
}
footer ul {
  list-style: none;
  padding-left: 16px;
}
footer .footer-inform1 li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 42px;
}
footer .footer-inform1 img {
  margin-right: 13px;
}
footer .footer-inform2 {
  text-align: right;
}
footer .footer-inform2 .footer-logo img {
  margin-left: 40px;
}
footer .footer-inform2 .footer-links {
  position: relative;
}
footer .footer-inform2 .footer-links a {
  display: inline-block;
  background: #ac995e;
  border-radius: 5px;
  margin: 20px 0;
}
footer .footer-inform2 .footer-links a:first-child {
  margin-right: 10px;
}
footer .footer-inform2 .footer-links:before {
  content: "";
  width: 88%;
  height: 1px;
  background: #ac995e;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 1140px) {
  footer .footer {
    flex-direction: column;
  }
  footer .footer-inform2 {
    margin-top: 20px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inform2 .footer-links:before {
    display: none;
  }
  footer .footer-inform2 .footer-logo img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-inform1 li {
    font-size: 12px;
  }
}
/** 購物車模組 **/
#sidr-left {
  font: 16px/1.6 Arial, "Microsoft JhengHei";
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 16px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}
#sidr-left * {
  font: 15px/1.6 Arial, "Microsoft JhengHei";
  color: #fff;
}
#sidr-left .cart-header {
  padding: 15px;
  text-align: center;
  position: relative;
}
#sidr-left .cart-header .cross {
  position: absolute;
  top: 5px;
  right: 10px;
}
#sidr-left .cart-header .fa {
  font: 20px FontAwesome;
}
#sidr-left .ng-hide {
  padding: 15px;
  text-align: center;
}
#sidr-left .cart-items {
  padding: 15px;
}
#sidr-left .cart-item {
  margin: 10px 0;
  display: flex;
}
#sidr-left .cart-item .product-link {
  width: 45px;
}
#sidr-left .cart-item .product-link img {
  width: 100%;
}
#sidr-left .cart-item .cart-item-content {
  flex: 1;
  margin: 0 10px;
}
#sidr-left .cart-item .cart-item-content .title {
  font-size: 13px;
}
#sidr-left .cart-item .cart-item-content .ng-scope {
  font-size: 13px;
}
#sidr-left .cart-item .cart-item-content .price-details {
  font-size: 13px;
}
#sidr-left .cart-item .cart-item-content .ng-binding {
  font-size: 13px;
}
#sidr-left .cart-item a.remove {
  width: 30px;
  font-size: 14px;
  color: #ddd;
  font-family: Arial, "Microsoft JhengHei";
}
#sidr-left .cart-item a.remove:hover {
  color: #c0392b;
}
#sidr-left .cart-chkt-btn {
  width: 100%;
  display: block;
  padding: 15px;
}
#sidr-left .cart-chkt-btn button {
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  padding: 6px 12px;
  border: 1px solid #888;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
}
#sidr-left .cart-chkt-btn button:hover {
  background-color: #1f2429;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}