@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-size: 15px;
}

body {
  font-family: "Noto Sans TC";
  font-size: 15px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p {
  color: #757575;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Noto Sans TC";
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

.section-padding-details-page {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title {
  max-width: 730px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

.breadcrumbs-section {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .breadcrumbs-section {
    padding-bottom: 15px;
  }
}

.breadcrumbs-section .breadcrumbs-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs-section .breadcrumbs-wrap ul li {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #757575;
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-wrap ul li {
    font-size: 16px;
    line-height: 20px;
  }
}

.breadcrumbs-section .breadcrumbs-wrap ul li:last-child {
  font-weight: 700;
  color: #222222;
}

.theme-btn {
  background-color: #222222;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 40px;
  border: 0;
  display: inline-block;
  text-transform: capitalize;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #131313;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
  }
}

.theme-btn.s2 {
  background: none;
  border: 1px solid #222222;
  color: #222222;
}

.theme-btn.s2:hover {
  background: #222222;
  color: #fff;
}

.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #222222;
  border-color: #222222;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a4a3a3;
  border: 0;
  height: 40px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #222222;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a4a3a3;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a4a3a3;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a4a3a3;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a4a3a3;
}

.form select {
  font-style: normal;
  cursor: pointer;
}

.form select::-ms-expand {
  display: none;
}

.form ::-webkit-input-placeholder {
  font-style: normal;
}

.form :-ms-input-placeholder {
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.form .form-group {
  margin-bottom: 30px;
}

.form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #565656;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.form .form-group input,
.form .form-group textarea,
.form .form-group select {
  width: 100%;
  height: 50px;
  background: none;
  font-style: normal;
  border-bottom: 1px solid #222222;
  color: #565656; /*8e8e8e*/  
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.sidebar-area {
  position: fixed;
  width: 250px;
  height: 100vh;
  background: #e8e8e8;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 450px) {
  .sidebar-area {
    width: 280px;
  }
}

.sidebar-area .menu-close {
  display: none;
}

@media (max-width: 1200px) {
  .sidebar-area {
    position: absolute;
    height: 100%;
    left: -390px;
  }
  .sidebar-area.menu-open {
    left: 0px;
  }
  .sidebar-area .menu-close {
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8e8e8;
  }
}

.sidebar-area .sidebar-logo {
  text-align: center;
  padding: 40px 0;
}

.sidebar-area .sidebar-middle {
  padding: 20px 0 30px;
}

.sidebar-area .sidebar-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    align-items: center;
}

.sidebar-area .sidebar-middle ul li {
  margin-right: 20px;
}

.sidebar-area .sidebar-middle ul li:last-child {
  margin-right: 0;
}

.sidebar-area .sidebar-middle ul li .option-select {
  position: relative;
  padding-left: 20px;
}

.sidebar-area .sidebar-middle ul li .option-select i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-area .sidebar-middle ul li select {
  background-color: transparent;
  border: none;
  width: 75px;
  cursor: pointer;
}

.sidebar-area .sidebar-middle ul li select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar-area .sidebar-middle ul li .cart-icon {
  text-align: center;
  position: relative;
}

.sidebar-area .sidebar-middle ul li .cart-icon small {
  position: absolute;
  right: -12px;
  top: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  border-radius: 50%;
  color: #FF0000;
}

.sidebar-area .sidebar-menu {
  padding: 37px;
  padding-top: 0;
  padding-right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100% - 220px);
}

.sidebar-area .sidebar-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.sidebar-area .sidebar-menu ul li {
  position: relative;
}

.sidebar-area .sidebar-menu ul li a {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #5d5b5b;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sidebar-area .sidebar-menu ul li a i {
  margin-right: 25px;
}

.sidebar-area .sidebar-menu ul li a .ti-angle-right {
  position: absolute;
  right: 10px;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-area .sidebar-menu ul li .menu-children {
  padding-left: 50px;
}

.sidebar-area .sidebar-menu ul li .menu-children li a {
  padding: 10px 0;
}

.sidebar-area .mega-menu {
  position: absolute;
  left: 110%;
  top: 120px;
  width: 1120px;
  padding: 20px;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 20px 80px rgba(138, 138, 138, 0.25);
          box-shadow: 0px 20px 80px rgba(138, 138, 138, 0.25);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.sidebar-area .mega-menu .mega-close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e8e8e8;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .sidebar-area .mega-menu {
    width: 900px;
    height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidebar-area .mega-menu::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}

@media (max-width: 991px) {
  .sidebar-area .mega-menu {
    width: 100%;
  }
}

.sidebar-area .mega-menu ul .mega-head {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  margin-bottom: 8px;
    min-height: 50px;
}

.sidebar-area .mega-menu ul li, .sidebar-area .mega-menu ul li a {
    display: flex !important;
    align-items: flex-start;
}
.sidebar-area .mega-menu ul li img{
    margin-right: 5px;
    margin-top: 5px;
    width: 15px
}

.sidebar-area .mega-menu ul li a {
  color: #757575;
  font-size: 15px;
  padding: 0;
  padding-bottom: 6px;
  display: block;
}

.sidebar-area .mega-menu .mega-inner {
  margin-bottom: 20px;
}

body._toggle .mega-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  body._toggle .mega-menu {
    left: 50%;
  }

}

.menubar {
  display: inline-block;
  cursor: pointer;
}
.menubar i{
  font-size: 24px;
}
.menubar span {
  height: 4px;
  border-radius: 15px;
  background: #222222;
  display: block;
  margin-bottom: 4px;
}

.menubar span:nth-child(1) {
  width: 20px;
}

.menubar span:nth-child(2) {
  width: 30px;
}

.menubar span:nth-child(3) {
  width: 40px;
  margin-bottom: 0;
}

.sidebar-area.style-2 {
  position: absolute;
  height: 100%;
  left: -390px;
}

.sidebar-area.style-2.menu-open {
  left: 0px;
}

.sidebar-area.style-2 .menu-close {
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e8e8e8;
  cursor: pointer;
}

.header-area {
  padding: 50px 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 400px;
  z-index: 99;
  padding-right: 50px;
}

@media (max-width: 1200px) {
  .header-area {
    padding-left: 0;
    position: relative;
    padding: 10px 0;
    padding-right: 0;
  }
}

.header-area .search-wrapper {
  position: relative;
}

.header-area .search-wrapper .search-toggle-btn {
  width: 56px;
  height: 36px;
  border: 1px solid rgba(34, 34, 34, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
    float: left;
}

.header-area .search-wrapper .header-search-form {
  padding: 0px 0px 0px 0px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}

.header-area .search-wrapper .header-search-form form div {
  position: relative;
}

.header-area .search-wrapper .header-search-form input {
  width: 100%;
  height: 36px;
  padding: 6px 20px;
  border: 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-area .search-wrapper .header-search-form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 50px;
}

.header-area .search-wrapper .header-search-form.header-search-content-toggle {
  top: 103%;
  opacity: 1;
  visibility: visible;
}

.header-area .notify-wrapper .customer-login-btn {
  display: block;
  width: 110px;
  height: 36px;
  border: 1px solid rgba(34, 34, 34, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  /*line-height: 56px;*/
  cursor: pointer;
  color: #222222;
}

.header-area .notify-wrapper .login-btn {
  display: block;
  width: 110px;
  height: 36px;
  border: 1px solid rgba(34, 34, 34, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
  /*line-height: 56px;*/
  cursor: pointer;
  color: #222222;
}

.header-area .notify-wrapper .logout-btn {
    display: block;
    width: 110px;
    height: 36px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #222222;
}

.header-area .notify-wrapper .dropdown-menu {
  padding: 0;
  border: 0;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 20px 80px rgba(138, 138, 138, 0.25);
          box-shadow: 0px 20px 80px rgba(138, 138, 138, 0.25);
}

.header-area .notify-wrapper ul.notify-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .notify-wrapper .card {
  border: 0;
}

.header-area .notify-wrapper .card-header {
  padding: 20px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.header-area .notify-wrapper .card-footer {
  padding: 20px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  text-align: center;
}

.header-area .notify-wrapper .card-footer a {
  color: #222222;
}

.header-area .notify-wrapper .single-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .notify-wrapper .single-item .user-avater {
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #222222;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}

.header-area .notify-wrapper .single-item .user-message p {
  color: #222;
  margin-bottom: 0;
}

.header-area .notify-wrapper .bottom-header:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-area .notify-wrapper .bottom-header:after {
  display: none;
}

.header-area .notify-wrapper .bottom-header .icon-circle {
  display: inline-block;
  color: #909090;
  position: relative;
}

.header-area .notify-wrapper .bottom-header .icon-circle i {
  font-size: 30px;
}

.header-area .notify-wrapper .bottom-header .icon-circle span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #ff8f5b;
  top: -10px;
  right: -8px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.header-area.s2 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.header-area.header-area-s3 {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 15px;
}

.header-area.header-area-s3 .fluid-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-area.header-area-s3 .fluid-header-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.header-area.header-area-s3 .fluid-header-left .search-wrapper {
  margin-right: 40px;
}

.header-area.header-area-s3 .logo {
  text-align: center;
}

.header-area.header-area-s3 .search-wrapper .search-toggle-btn {
  margin-left: auto;
}

.header-area.header-area-s3 .search-wrapper .header-search-form {
  left: auto;
  right: 0;
}

.header-area.header-area-s3 .topbar-middle {
  padding: 0;
}

.header-area.header-area-s3 .topbar-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-area.header-area-s3 .topbar-middle ul li {
  margin-right: 20px;
}

.header-area.header-area-s3 .topbar-middle ul li:last-child {
  margin-right: 0;
}

.header-area.header-area-s3 .topbar-middle ul li .option-select {
  position: relative;
  padding-left: 20px;
}

.header-area.header-area-s3 .topbar-middle ul li .option-select i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-area.header-area-s3 .topbar-middle ul li select {
  background-color: transparent;
  border: none;
  width: 75px;
  cursor: pointer;
}

.header-area.header-area-s3 .topbar-middle ul li select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-area.header-area-s3 .topbar-middle ul li .cart-icon {
  text-align: center;
  position: relative;
}

.header-area.header-area-s3 .topbar-middle ul li .cart-icon small {
  position: absolute;
  right: -12px;
  top: -6px;
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  border-radius: 50%;
  color: #FF0000;
}

.footer-area {
  padding-left: 400px;
  background: #222222;
}

@media (max-width: 1200px) {
  .footer-area {
    padding-left: 0;
  }
}

.footer-area .footer-top {
  padding: 80px 0;
  max-width: 750px;
  margin: 0 auto;
}

.footer-area .footer-top .input-group .form-control {
  background: transparent;
  border: 1px solid #646464;
  height: 55px;
}

.footer-area .footer-top .input-group button {
  background: #2D2D2D;
  color: #D6D6D6;
  border: none;
  width: 160px;
  height: 55px;
}

.footer-area .footer-top .link-widget {
  padding: 40px 0;
}

.footer-area .footer-top .link-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: disc;
}

@media (max-width: 575px) {
  .footer-area .footer-top .link-widget ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-area .footer-top .link-widget ul li {
  padding: 10px;
  margin-right: 20px;
}

.footer-area .footer-top .link-widget ul li a {
  color: #D6D6D6;
}

.footer-area .footer-top .payment-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .footer-area .footer-top .payment-widget ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-area .footer-top .payment-widget ul li {
  padding: 20px;
  margin-right: 20px;
}

.footer-area .footer-top .payment-widget ul li:last-child {
  margin-right: 0;
}

.footer-area .footer-bottom {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #2D2D2D;

  margin-top: auto;
  background: #2D2D2D;
  color: #D6D6D6;
  font-size: 16px;  
}

.footer-area.footer-s2 {
  padding-left: 0;
}

.content-area {
  padding-left: 320px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .content-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-area.fluid {
  padding-left: 30px;
}

@media (max-width: 1200px) {
  .content-area.fluid {
    padding-left: 0px;
  }
}

.notification-section {
  padding: 80px 0;
}

.notification-section .notification-wrap .ntf-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notification-section .notification-wrap .ntf-title h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  font-family: "Noto Sans TC";
  padding-bottom: 30px;
  position: relative;
}

.notification-section .notification-wrap .ntf-title h3:before {
  position: absolute;
  left: 35px;
  bottom: -3px;
  width: 2px;
  height: 35px;
  content: "";
  background: #222222;
}

.notification-section .notification-wrap .ntf-title.s2 h3 {
  padding-top: 30px;
}

.notification-section .notification-wrap .ntf-title.s2 h3:after {
  position: absolute;
  left: 35px;
  top: -3px;
  width: 2px;
  height: 35px;
  content: "";
  background: #222222;
}

.notification-section .notification-wrap .ntf-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #757575;
}

.notification-section .notification-wrap .single-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notification-section .notification-wrap .single-item .user-avater {
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #222222;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}

.notification-section .notification-wrap .single-item .user-message p {
  color: #222;
  margin-bottom: 0;
}

.hero {
  position: relative;
  height: 100vh;
  z-index: 1;
  background: #E9E9E9;
}

.hero:before {
  position: absolute;
  left: 0px;
  top: 0;
  width: 45%;
  height: 100%;
  background: #EFEFEF;
  content: "";
  z-index: -1;
}

@media (max-width: 767px) {
  .hero {
    min-height: 500px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 500px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slick-prev,
.hero .slick-next {
  background: none;
  width: 55px;
  height: 55px;
  z-index: 10;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: auto;
  bottom: 0;
  border: 1px solid #C6C6C6;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 30px;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
  color: #222222;
}

.hero .slick-next {
  left: 100px;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
  color: #222222;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #222222;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-img > .slider-pic * {
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}

.hero .slide > .slide-middle-image * {
  -webkit-animation: fadeOutDown 1.5s both;
  animation: fadeOutDown 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-img > .slider-pic * {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.hero .hero-slider .slick-current > .slide-middle-image * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-img > div.slider-pic * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.hero .hero-slider .slick-current > .slide-middle-image * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.hero-style-1 {
  height: 1024px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-style-1 {
    height: 750px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 {
    height: 500px;
  }
}

.hero-style-1 .slide {
  height: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide {
    height: 750px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide {
    height: 850px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide {
    height: 500px;
  }
}

.hero-style-1 .slide .row {
  position: relative;
}

.hero-style-1 .slide .slider-pic .slide-pic-text {
  padding-left: 85px;
}

.hero-style-1 .slide .slider-pic .slide-pic-text span {
  font-size: 16px;
  line-height: 26px;
}

.hero-style-1 .slide .slider-pic .slide-pic-text h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
}

@media (min-width: 767px) {
  .mobile-wrapper{
    display: none;
  }
  .hero-style-1 .slide .slider-phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide .slider-pic {
    display: none;
  }
  .hero-style-1 .slide .slider-phone {
    display: block;
    
  }
}

.hero-style-1 .slide .slide-middle-image {
  position: absolute;
  left: 25%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .hero-style-1 .slide .slide-middle-image {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide .slide-middle-image {
    display: none;
  }
   .hero-style-1 .slide .slide-middle-image-phone {
    position: absolute;
    height: 120px;
    bottom: 0px;
  }
}

@media (min-width: 767px) {
  .hero-style-1 .slide .slide-middle-image-phone {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hero-style-1 .slide-caption {
    margin-top: 145px;
  }
}

.hero-style-1 .slide-caption h2 {
  font-weight: 600;
  font-size: 73px;
  line-height: 88px;
  color: #222222;
  margin: 0 0 0.45em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-style-1 .slide-caption p {
  color: #5A5A5A;
  margin: 0 0 2.8em;
  max-width: 540px;
}

.features-area{
  padding: 100px 0 80px;
}
@media (max-width: 991px) {
  .features-area{
    padding: 90px 0 50px;
  }
}
@media (max-width: 767px){
  .features-area{
    padding: 80px 0 70px;
  }
}

.features-area .features-item {
  text-align: center;
}

@media (max-width: 991px) {
  .features-area .features-item {
    margin-bottom: 30px;
  }
}

.features-area .features-item h4 {
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}

.features-area .features-item h4 p,
.features-area .features-item h4{
  margin-bottom: 0;
}

.best-featured-area {
  padding-top: 0;
}

@media (max-width: 991px) {
  .best-featured-area .best-featured-wrap .best-featured-item {
    margin-bottom: 30px;
  }
}

.best-featured-area .best-featured-wrap .col:nth-child(1) .best-featured-item .best-featured-img img {
  width: 100%;
}

.best-featured-area .best-featured-wrap .col:nth-child(2) .best-featured-item {
  position: relative;
  z-index: 11;
  top: 115px;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .best-featured-area .best-featured-wrap .col:nth-child(2) .best-featured-item {
    top: 0px;
    padding-bottom: 0px;
  }
}

.best-featured-area .best-featured-wrap .col:nth-child(2) .best-featured-item .best-featured-img img {
  width: 110%;
}

.best-featured-area .best-featured-wrap .col:nth-child(3) .best-featured-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .best-featured-area .best-featured-wrap .col:nth-child(3) .best-featured-item {
    left: 0;
    min-height: 100%;
  }
}

.best-featured-area .best-featured-wrap .col:nth-child(3) .best-featured-item .best-featured-img img {
    max-width: 100%;
}

@media (max-width: 991px) {
  .best-featured-area .best-featured-wrap .col:nth-child(3) .best-featured-item .best-featured-img img {
    width: 100%;
    min-height: 100%;
  }
}

.btn-area {
  text-align: center;
  margin-top: 80px;
  z-index: 110;
  position: relative;
}

.banner-area .banner-text {
  text-align: right;
  padding-right: 40px;
}

.banner-area .banner-text h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 85px;
}

@media (max-width: 767px) {
  .banner-area .banner-text h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 18px;
  }
}

.banner-area .banner-text p {
  margin: 30px 0 40px;
}

.product-area .countdown_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.product-area .countdown_area .single_countdown {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb;
  margin-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .product-area .countdown_area .single_countdown {
    padding: 6px 3px;
  }
}

.product-area .countdown_area .single_countdown:before {
  position: absolute;
  right: -15px;
  top: 8px;
  content: ":";
}

.product-area .countdown_area .single_countdown:last-child:before {
  display: none;
}

.product-area .countdown_area .single_countdown:last-child {
  margin-right: 0;
}

.product-area .countdown_area .single_countdown .countdown_number {
  text-transform: uppercase;
}

.product-area .countdown_area .single_countdown .countdown_title {
  text-transform: uppercase;
}

.product-wrap .product-item {
  background: #E9E9E9;
  position: relative;
  overflow: hidden;
}

.product-slide .product-item {
  position: relative;
  overflow: hidden;
    border: 1px solid #d9dbff;
    background: transparent;
}

.product-slide .product-item img {
    padding: 10px;
}

.product-wrap .product-item .product-img {
  text-align: center;
  padding: 50px;
}

.product-wrap .product-item .product-img img {
  width: 100%;
    height: 270px !important;
    object-fit: contain;
}

.product-wrap .product-item .product-text-top {
  padding: 25px 30px;
  position: absolute;
  bottom: 0%;
  -webkit-transition: all .4s;
  transition: all .4s;
    width:100%;
    z-index: 1;
}
.product-text-top:before{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 25%), transparent);
}

.product-wrap .product-item .product-text-top h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 15px;
}
.product-wrap .product-item .product-text-top h3 p{
  color: #fff;
}

.product-wrap .product-item .product-text-top .badge-thumb span {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #222222;
  -webkit-clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
  padding-left: 3px;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
    text-align: left;
}

.product-item img{
    height: 200px;
    object-fit: contain;
}

.product-wrap .product-item .product-text-top .badge-thumb span:before {
  position: relative;
  right: 20px;
  top: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    text-align: left;
    padding-left: 3px;
}

.product-wrap .product-item .product-text {
  padding: 30px;
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.product-wrap .product-item .product-text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 35px;
  color: #F2F2F2;
}

.product-wrap .product-item .product-text h3 a {
  color: #F2F2F2;
}

.product-wrap .product-item .product-text .badge-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-wrap .product-item .product-text .badge-thumb span {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  -webkit-clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
  padding-right: 30px;
  color: #222222;
  text-align: left;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
    padding-left: 3px;
}

.product-wrap .product-item .product-text .badge-thumb span:before {
  position: relative;
  right: 20px;
  top: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background: #222222;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    text-align: left;
    padding-left: 3px;
}

.product-wrap .product-item .product-text .badge-thumb p {
  margin-bottom: 0;
  margin-left: 20px;
  color: #fff;
}

.product-wrap .product-item .product-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.product-wrap .product-item .product-text ul li a {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}

.product-wrap .product-item .product-text ul li a span {
  margin: auto;
}

.product-wrap .product-item .product-text ul li a img {
  width: unset;
}

.product-wrap .product-item:hover .product-text {
  bottom: 0;
  background: rgba(2, 2, 2, 0.35);
}

.product-wrap .product-item:hover .product-text-top {
  opacity: 0;
  visibility: hidden;
}

.product-wrap .product-item .offer-thumb {
  position: absolute;
  /* right: 20px;
  top: 20px; */
  right: 60px;
  top: 10px;  
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #222222;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.owl-theme .owl-controls {
  margin-top: 50px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none;
  width: 55px;
  height: 55px;
  line-height: 45px;
  z-index: 10;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #C6C6C6;
  color: #222222;
}

.arrival-area {
  padding-bottom: 80px;
}

.arrival-area .product-item {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .arrival-area .product-item {
    margin-bottom: 30px;
  }
}

.arrival-area .col:nth-child(2) {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .arrival-area .col:nth-child(2) {
    padding-top: 0;
  }
}

.arrival-area .col:nth-child(5) {
  margin-top: -80px;
}

@media (max-width: 991px) {
  .arrival-area .col:nth-child(5) {
    margin-top: 0;
  }
}

.populer-banner-area {
  background: #E6E6E6;
  padding: 40px;
}

@media (max-width: 767px) {
  .populer-banner-area {
    padding: 40px 0;
  }
}

.populer-banner-area .banner-text h2 {
  font-weight: 600;
  font-size: 70px;
  line-height: 85px;
}

@media (max-width: 767px) {
  .populer-banner-area .banner-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .populer-banner-area .banner-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.populer-banner-area .banner-text p {
  margin: 30px 0 40px;
}

@media (max-width: 991px) {
  .populer-banner-area .banner-img {
  }
}
.populer-banner-area .banner-img {
    overflow: hidden;
}

.populer-banner-area .banner-img img{
  max-width: 100%;
}

.testimonial-area .owl-item {
  padding: 20px 0;
}

.testimonial-area .owl-item .cloned.active {
  background: #F3F3F3;
  -webkit-box-shadow: 0px 10px 10px rgba(129, 129, 129, 0.3);
          box-shadow: 0px 10px 10px rgba(129, 129, 129, 0.3);
}

.test-wrap .grid {
  padding: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.test-wrap .grid:hover {
  background: #F3F3F3;
  -webkit-box-shadow: 0px 10px 10px rgba(129, 129, 129, 0.3);
          box-shadow: 0px 10px 10px rgba(129, 129, 129, 0.3);
}

.client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.test-wrap .quote h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: "Noto Sans TC";
  margin-bottom: 15px;
}

.test-wrap .quote p {
  color: #757575;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .test-wrap .quote h5 {
    font-size: 15px;
  }
}

.blog-area {
  padding-bottom: 100px;
}

.blog-wrap .grid {
  border: 1px solid #ddd;
}

.blog-area .blog-wrap .blog-img {
  position: relative;
}

.blog-area .blog-wrap .blog-img img {
  width: 100%;
}

.blog-area .blog-wrap .blog-img .blog-thumb {
  position: absolute;
  right: 20px;
  top: 0;
}

.blog-area .blog-wrap .blog-img .blog-thumb span {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: #222222;
}

.blog-area .blog-wrap .blog-content {
    padding: 15px 15px 15px 15px;
  background: #fff;
}

.blog-area .blog-wrap .blog-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #222222;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-area .blog-wrap .blog-content a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: black;
  border: 1px solid #223344;
  padding: 5px 12px;
  margin-top: 10px;
}

.blog-area .blog-wrap .blog-content a:hover {
  color: #FF3D3D;
  border-color: #FF3D3D;
}

.favorite-section {
  padding: 80px 0;
}

.favorite-section .col:first-child .product-crt-card {
  padding-top: 0;
}

.favorite-section .col:last-child .product-crt-card {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-crt-card {
  padding: 30px 0;
  border-bottom: 1.5px solid rgba(34, 34, 34, 0.1);
}

.product-crt-card .product-crt-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .product-crt-card .product-crt-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-crt-img{
    width: 40% !important;
}

.product-crt-card .product-crt-left .product-crt-img img {
  width: 100%;
}

.product-crt-card .product-crt-left .product-crt-details {
  padding-left: 80px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .product-crt-card .product-crt-left .product-crt-details {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
  .product-crt-card .product-crt-left .product-crt-details {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .product-crt-card .product-crt-left .product-crt-details {
    padding-left: 2rem;
    padding-top: 20px;
  }
}

.product-crt-card .product-crt-left .product-crt-details ul li {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
    white-space: nowrap;
}

.product-crt-card .product-crt-left .product-crt-details ul li.color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-crt-card .product-crt-left .product-crt-details ul li.color span {
  display: block;
  width: 30px;
  height: 30px;
  background: #dcdcdc;
  border-radius: 50%;
  margin-left: 10px;
}

.product-crt-card .product-crt-left .product-crt-details ul li.color.s2 span {
  background: #444;
}

.product-crt-card .product-crt-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-crt-card .product-crt-right .product-crt-icon ul li:first-child {
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .product-crt-card .product-crt-right .product-crt-icon ul li:first-child {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .product-crt-card .product-crt-right .product-crt-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-crt-card .product-crt-right .product-crt-blance {
 padding-right: 70px;
  
}

.product-crt-card .product-crt-right .product-crt-blance span {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

@media (max-width: 768px) {
  .product-crt-card .product-crt-right {
    margin-top: 30px;
  }
}

.quantity {
  position: relative;
  display: inline-block;
}

.quantity input {
  width: 160px;
  background: transparent;
  padding: 0px 35px;
  text-align: center;
  height: 40px;
  border: none;
  position: relative;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}

.quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  cursor: pointer;
  font-size: 25px;
}

.quantity .qtybutton .qtybutton {
  top: 50%;
  left: 17px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}

.quantity .qtybutton.inc {
  right: 0px;
  left: auto;
}

.cart-section {
  padding: 80px 0;
}

.cart-section .col:first-child .product-crt-card {
  padding-top: 0;
}

.cart-section .col:last-child .product-crt-card {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-section .cart-main-wrapper {
  padding-top: 30px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  margin-top: 30px;
}

.cart-section .cart-main-wrapper p {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #222222;
}

.cart-section .cart-main-wrapper .cupon-wrap {
  position: relative;
  margin-bottom: 60px;
}

.cart-section .cart-main-wrapper .cupon-wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid #222222;
  padding-left: 20px;
  background: transparent;
}

.cart-section .cart-main-wrapper .cupon-wrap button {
  width: 150px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: #222222;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.cart-section .cart-main-wrapper .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cart-section .cart-main-wrapper .payment-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cart-section .cart-main-wrapper .tp-payment-area form {
  overflow: unset !important;
}

.cart-section .cart-main-wrapper .payment-name ul li {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.cart-section .cart-main-wrapper .payment-name ul {
  list-style: none;
}

.cart-section .cart-main-wrapper .payment-name ul li input {
  margin-right: 0;
}

.cart-section .cart-main-wrapper .payment-name ul li {
  margin-right: 15px;
}

.cart-section .cart-main-wrapper .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}

.cart-section .cart-main-wrapper .payment-name ul li input:checked ~ label {
  background: #222222;
}

.cart-section .cart-main-wrapper .payment-name label {
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.cart-section .cart-main-wrapper .payment-name label {
  background: #757575;
  border-radius: 50%;
}

.cart-section .cart-main-right {
  padding-right: 100px;
}

@media (max-width: 767px) {
  .cart-section .cart-main-right {
    padding-right: 0;
    padding-top: 30px;
  }
}

.cart-section .cart-main-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}

.cart-section .cart-main-right ul li + li {
  padding-top: 20px;
}

.cart-section .cart-main-right ul li:last-child {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.cart-section .cart-main-right .cart-s-btn {
  margin-top: 50px;
  text-align: right;
}

.no-data-section {
  padding: 80px 0;
}

.no-data-section .no-data-top p {
  font-size: 24px;
  line-height: 46px;
}

@media (max-width: 767px) {
  .no-data-section .no-data-top p {
    font-size: 16px;
  }
}

.no-data-section .no-data-top p span {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #222222;
}

@media (max-width: 767px) {
  .no-data-section .no-data-top p span {
    font-size: 20px;
  }
}

.no-data-section .no-data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-data-section .no-data-wrap span img {
  width: 100%;
}

@media (max-width: 767px) {
  .no-data-section .no-data-wrap {
    min-height: 100%;
  }
}

.no-data-section .no-data-wrap p {
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  color: #222222;
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .no-data-section .no-data-wrap p {
    font-size: 16px;
  }
}

.no-data-section .no-data-wrap small {
  margin-top: 20px;
  font-size: 14px;
  color: #222222;
}

.no-data-section .no-data-wrap .theme-btn {
  margin-top: 40px;
}

.print-section {
  padding-bottom: 10px;
}

.shop-section {
  padding: 80px 0;
}

.shop-section .shop-section-top {
  position: relative;
}

.shop-section .shop-section-top .shop-section-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-section .shop-section-top .filter-t-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.shop-section .shop-section-top .filter-t-top ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.shop-section .shop-section-top .filter-tp {
  width: 120px;
}

@media (max-width: 767px) {
  .shop-section .shop-section-top .filter-tp {
    width: 90px;
  }
}

.shop-section .shop-section-top .filter-tp span {
  display: block;
  position: relative;
  cursor: pointer;
}

.shop-section .shop-section-top .filter-tp span i {
  position: absolute;
  right: 0;
  top: 4px;
}

.shop-section .shop-section-top .short-by ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-section .shop-section-top .short-by ul li select {
  background-color: #f2f0f0;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px;
  width: 150px;
  margin-left: 30px;
}

@media (max-width: 1440px) {
  .shop-section .shop-section-top .short-by ul li select {
    width: 100px;
  }
}

.shop-section .shop-filter-wrap {
  background: #F2F2F2;
  -webkit-box-shadow: 0px 35px 80px rgba(129, 129, 129, 0.3);
          box-shadow: 0px 35px 80px rgba(129, 129, 129, 0.3);
  padding: 60px 0 30px;
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99;
}

.shop-section .shop-filter-wrap.open {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.shop-section .shop-filter-wrap .shop-filter-item {
  padding: 0 60px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1700px) {
  .shop-section .shop-filter-wrap .shop-filter-item {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .shop-section .shop-filter-wrap .shop-filter-item {
    padding: 0 15px;
  }
}

.shop-section .shop-filter-wrap .shop-filter-item::before {
  position: absolute;
  left: 0%;
  top: 0;
  height: 200px;
  width: 1px;
  content: "";
  background: rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .shop-section .shop-filter-wrap .shop-filter-item::before {
    display: none;
  }
}

.shop-section .shop-filter-wrap .shop-filter-item h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  font-family: "Noto Sans TC";
}

.shop-section .shop-filter-wrap .shop-filter-item ul li {
  position: relative;
}

.shop-section .shop-filter-wrap .shop-filter-item ul li label {
  padding: 10px 0;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li {
  width: 46px;
  height: 46px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input:checked ~ label {
  width: 50px;
  height: 50px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name label {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  width: 46px;
  height: 46px;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name label {
  background: #757575;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
          box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color1 label {
  background: #444444;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color2 label {
  background: #E8E8E8;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color3 label {
  background: #FF3D3D;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color4 label {
  background: #2D87CB;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color5 label {
  background: #9D4882;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color6 label {
  background: #FFC79E;
}

.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color7 label {
  background: #fff;
}

.shop-section .shop-filter-wrap .col:first-child .shop-filter-item::before, .shop-section .shop-filter-wrap .col:last-child .shop-filter-item::before {
  display: none;
}

.title {
  letter-spacing: -.065em;
}

.topcoat-radio-button__label {
  display: block;
  line-height: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topcoat-radio-button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topcoat-radio-button:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  background: #f2f0f0;
  border: 1px solid #222222;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
}

.topcoat-radio-button:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: .8rem;
  height: .8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #666666;
  border: 1px solid #222222;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

input[type=radio]:checked + .topcoat-radio-button:after {
  opacity: 1;
}

.shop-filter-wrap.s2 {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
}

.shop-filter-wrap.s2 .shop-filter-item {
  padding: 0;
}

.shop-filter-wrap.s2 .shop-filter-item:before {
  display: none;
}

.shop-filter-wrap.s2 .accordion-item .accordion-collapse {
  border-left: 0;
  border-right: 0;
}

.shop-filter-wrap.s2 .accordion-item .accordion-button {
  background: none;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  font-family: "Noto Sans TC";
  padding-left: 0;
  padding-right: 0;
}

.shop-filter-wrap.s2 .accordion-item .accordion-button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.shop-filter-wrap.s2 .accordion-item .accordion-button.collapsed {
  color: #373b3e;
}

.shop-filter-wrap.s2 .accordion-item .accordion-button.collapsed::after {
  content: "\e61a";
}

.shop-filter-wrap.s2 .accordion-item .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.top-heading {
  margin-bottom: 50px;
}

.top-heading h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 46px;
  color: #757575;
  font-family: "Noto Sans TC";
}

@media (max-width: 767px) {
  .top-heading h2 {
    font-size: 16px;
    line-height: 25px;
  }
}

.top-heading h2 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #222222;
}

@media (max-width: 767px) {
  .top-heading h2 span {
    font-size: 22px;
    line-height: 30px;
  }
}

.product-single-section {
  padding: 30px 0;
}

.product-single-tag {
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  padding-left: 10px;
}

@media (max-width: 991px) {
  .product-single-section .product-single-tag {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .product-single-section .product-single-content {
    padding-top: 30px;
  }
}

.product-single-section .product-single-content h5 {
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
}

.product-single-section .product-single-content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.product-single-section .product-single-content .rating li {
  margin-right: 5px;
  color: #FFD400;
}

.product-single-section .product-single-content .pro-single-btn {
  margin-top: 60px;
}

.product-single-section .product-single-content .pro-single-btn .quantity {
  margin-right: -5px;
  top: -1px;
}

.product-single-section .product-single-content .pro-single-btn .quantity input {
  height: 50px;
  margin-top: -4px;
}

.product-single-section .product-single-content .product-filter-item {
  margin-top: 30px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name {
  margin-top: 20px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li {
  width: 46px;
  height: 46px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li {
  margin-right: 10px;
  margin-bottom: 0px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name ul li input:checked ~ label {
  width: 45px;
  height: 45px;
  border: double;
}

.product-single-section .product-single-content .product-filter-item.color .color-name label {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
}

.product-single-section .product-single-content .product-filter-item.color .color-name label {
  background: #757575;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
          box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
}

.product-single-section .product-single-content .product-filter-item.color .color-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-single-section .product-single-content .product-filter-item.color .color-name .color1 label {
  background: #444444;
}

.product-single-section .product-single-content .product-filter-item.color .color-name .color2 label {
  background: #E8E8E8;
}

.product-single-section .product-single-content .product-filter-item.color .color-name .color3 label {
  background: #FF3D3D;
}

.product-single-section .product-single-tag h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  font-family: "Noto Sans TC";
  margin-bottom: 20px;
}

.product-single-section .product-single-tag .product-single-tag-item {
  margin-bottom: 30px;
}

.product-single-section .product-single-tag .product-single-tag-item h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  font-family: "Noto Sans TC";
  margin-top: 10px;
}

.product-single-section .product-single-tag .product-single-tag-item .badge-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-single-section .product-single-tag .product-single-tag-item .badge-thumb span {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #222222;
  -webkit-clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(81% 0, 100% 50%, 83% 100%, 0% 100%, 0 50%, 0% 0%);
  padding-right: 30px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-left: 3px;
}

.product-single-section .product-single-tag .product-single-tag-item .badge-thumb span:before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-single-section .product-tab-area {
  padding-top: 100px;
}

.product-single-section .product-tab-area .tab-content {
  padding-top: 20px;
}

.product-single-section .product-tab-area .main-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.product-single-section .product-tab-area .main-tab a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #757575;
  padding: 10px 40px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .product-single-section .product-tab-area .main-tab a {
    padding: 10px 10px;
  }
}

.product-single-section .product-tab-area .main-tab a.active {
  color: #222222;
  border-bottom: 2px solid #222222;
}

.product-single-section .product-tab-area .description-item ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
}

.product-single-section .product-tab-area .review-tab {
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.product-single-section .product-tab-area .review-tab .nav {
  display: block;
}

.product-single-section .product-tab-area .review-tab .nav .nav-link {
  padding: 20px;
  color: #757575;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.product-single-section .product-tab-area .review-tab .nav .nav-link.active {
  background: #E9E9E9;
  color: black;
  font-weight: bold;
}

.product-single-section .product-tab-area .review-tab .nav .nav-item:last-child .nav-link {
  border-bottom: 0;
}

.product-single-section .product-tab-area .review-tab-item .review-item-content p {
  margin-bottom: 30px;
}

.product-single-section .product-tab-area .rating-section .rating-sub span {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #757575;
}

.product-single-section .product-tab-area .rating-section .rating-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.product-single-section .product-tab-area .rating-section .rating-sub ul li {
  margin-right: 10px;
  font-size: 40px;
  color: #FFD400;
}

.product-single-section .product-tab-area .rating-section .rating-right .rating-right-item {
  margin-bottom: 15px;
}

.product-single-section .product-tab-area .rating-section .rating-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li:nth-child(2) {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li ul li {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  margin-right: 10px;
  font-size: 18px;
  color: #FFD400;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li ul li:nth-child(2) {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li .progress {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 6px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.product-single-section .product-tab-area .rating-section .rating-right ul li .bar {
  position: relative;
  float: left;
  height: 100%;
  background: #222222;
}

.product-single-section .product-tab-area .rating-section .rating-bottom {
  padding-top: 5px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .theme-btn {
  margin-bottom: 30px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section-items {
  display: none;
}

.product-single-section .product-tab-area .rating-section .rating-bottom.active .rating-give-section-items {
  display: block;
}

.product-single-section .product-tab-area .rating-section .rating-bottom.active .write-review-btn {
  display: none;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section-wrap .theme-btn {
  margin-bottom: 0px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section {
  padding: 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section span {
  display: block;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-bottom: 30px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:last-child {
  position: static;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(1) {
  z-index: 5;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(2) {
  z-index: 4;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(3) {
  z-index: 3;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(4) {
  z-index: 2;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(5) {
  z-index: 1;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label .icon {
  float: left;
  color: transparent;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:last-child .icon {
  color: #000;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating:not(:hover) label input:checked ~ .icon,
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #FFD400;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group input, .product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group textarea {
  width: 100%;
  background: transparent;
  padding: 15px;
  height: 70px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 30px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group textarea {
  height: 200px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .review-rating-wrap {
  padding-top: 40px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review {
  padding: 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 0;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  text-align: center;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review:last-child a {
  color: #222222;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review p {
  margin-bottom: 0;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author-text p {
  margin-left: 20px;
  margin-bottom: 0;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .ratting li {
  margin-right: 5px;
  color: #FFD400;
}

.product-single-section .related-product {
  padding-top: 80px;
}

.product-single-section .related-product h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
}

.profile-setting-section {
  padding: 80px 0;
}

.profile-setting-section .profile-heading {
  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;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .profile-setting-section .profile-heading {
    padding-bottom: 20px;
  }
}

.profile-setting-section .profile-heading h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  font-family: "Noto Sans TC";
}

@media (max-width: 767px) {
  .profile-setting-section .profile-heading h2 {
    font-size: 18px;
    line-height: 17px;
  }
}

.profile-setting-section .profile-heading a {
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #222222;
}

@media (max-width: 767px) {
  .profile-setting-section .profile-heading a {
    font-size: 16px;
  }
}

.profile-setting-section .profile-heading-2 {
  text-align: right;
}

@media (max-width: 767px) {
  .profile-setting-section .profile-heading-2 {
    text-align: left;
  }
}

.profile-setting-section .profile-heading-2 a {
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #222222;
}

.profile-setting-section h4 {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.profile-setting-section .profile-email {
  padding-right: 40px;
}

.profile-setting-section .profile-email p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #222222;
  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;
}

.profile-setting-section .profile-email span {
  display: block;
  max-width: 730px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.profile-setting-section .pro-s-widget .profile-inner-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-setting-section .pro-s-widget .profile-inner-wrap a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #222222;
}

.profile-setting-section .pro-s-widget .profile-inner-wrap .prs-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.profile-setting-section .pro-s-widget .profile-inner-wrap .prs-card span {
  display: block;
  padding: 5px 20px;
  background: #222222;
  color: #fff;
}

.profile-setting-section .pro-s-widget .profile-inner-wrap .prs-card p {
  margin-bottom: 0;
  margin-left: 20px;
}

.input-box {
  position: relative;
}

input[type=checkbox] {
  display: none;
}

/* input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  width: 30px;
  height: 30px;
} */

input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #222222;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.2em;
  /* position: absolute; */
  left: 14px;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #222222;
}

/* input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
} */




.submit-btn {
  margin-top: 30px;
}

button.theme-btn {
  width: 200px;
}

.address-modal .modal-content {
  background: #222222;
}

@media (min-width: 991px) {
  .address-modal .modal-dialog {
    max-width: 730px;
  }
}

.address-modal .address-form-wrap {
  padding: 20px 30px;
}

.address-modal .address-form-wrap h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #F3F3F3;
  font-family: "Noto Sans TC";
  margin-bottom: 50px;
}

.address-modal .address-form-wrap .form .form-group label {
  color: #F3F3F3;
}

.address-modal .address-form-wrap .form .form-group input,
.address-modal .address-form-wrap .form .form-group select {
  color: #F3F3F3;
  border-color: #757575;
}

.address-modal .address-form-wrap .form .form-group input option,
.address-modal .address-form-wrap .form .form-group select option {
  background: #333;
}

.address-modal .address-form-wrap .form ::-webkit-input-placeholder {
  color: #8e8e8e;
    font-size: 12px;
}

.address-modal .address-form-wrap .form :-ms-input-placeholder {
  color: #8e8e8e;
    font-size: 12px;
}

.address-modal .address-form-wrap .form ::-ms-input-placeholder {
  color: #8e8e8e;
    font-size: 12px;
}

.address-modal .address-form-wrap .form ::placeholder {
  color: #8e8e8e;
    font-size: 12px;
}

.address-modal .submit-btn.s2 {
  text-align: center;
}

.address-modal .submit-btn.s2 .theme-btn {
  background: #fff;
  color: #222222;
}

.address-modal .submit-btn.s2 .theme-btn:last-child {
  background: transparent;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
  margin-left: 20px;
}

.address-info {
  margin-top: 70px;
}
.payment-info {
  margin-top: 70px;
}

.address-info .address-info-item.s2 {
  position: relative;
}

.payment-info .payment-info-item.s2 {
  position: relative;
}

.address-info .address-info-item.s2::before {
  position: absolute;
  left: -30%;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(34, 34, 34, 0.1);
}

.payment-info .payment-info-item.s2::before {
  position: absolute;
  left: -30%;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .address-info .address-info-item.s2::before {
    display: none;
  }
  .payment-info .payment-info-item.s2::before {
    display: none;
  }
}

.address-info .address-info-item.s2::after {
  position: absolute;
  right: 30%;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(34, 34, 34, 0.1);
}

.payment-info .payment-info-item.s2::after {
  position: absolute;
  right: 30%;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(34, 34, 34, 0.1);
}

@media (max-width: 767px) {
  .address-info .address-info-item.s2::after {
    display: none;
  }
  .payment-info .payment-info-item.s2::after {
    display: none;
  }
}

.address-info .address-info-item h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  font-family: "Noto Sans TC";
  margin-bottom: 20px;
}

.address-info .address-info-item ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  padding-bottom: 5px;
}

.address-info .address-info-item ul li.info-btn {
  margin-top: 20px;
}

.address-info .address-info-item ul li a {
  color: #222222;
  margin-right: 10px;
  text-decoration: underline;
}

.address-info .address-info-item ul li a:last-child {
  color: #E65757;
}


.payment-info .payment-info-item h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    font-family: "Noto Sans TC";
    margin-bottom: 20px;
}

.payment-info .payment-info-item ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding-bottom: 5px;
}

.payment-info .payment-info-item ul li.info-btn {
    margin-top: 20px;
}

.payment-info .payment-info-item ul li a {
    color: #222222;
    margin-right: 10px;
    text-decoration: underline;
}

.payment-info .payment-info-item ul li a:last-child {
    color: #E65757;
}

.order-section {
  padding: 80px 0;
}

.order-section .order-wrap .order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-section .order-wrap .order-top ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
}

.order-section .order-wrap .order-top .option-select select {
  background-color: #f2f0f0;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px;
  /*width: 120px;*/
  margin-left: 30px;
}

.order-section .order-wrap .order-top .option-select select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.order-section .order-wrap .order-details {
  padding-top: 80px;
}

.order-section .order-wrap .order-details .order-details-title {
  margin-bottom: 30px;
}

.order-section .order-wrap .order-details .order-details-title p {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
}

.order-section .order-wrap .order-details .order-details-item {
  margin-bottom: 30px;
}

.order-section .order-wrap .order-details .order-details-item a {
  display: block;
  padding: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 46px;
  color: #222222;
  position: relative;
}

.order-section .order-wrap .order-details .order-details-item a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-section .order-wrap .order-details .order-details-item .order-details-inner {
  padding: 20px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.order-section .order-wrap .order-details .order-details-item .order-details-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-section .order-wrap .order-details .order-details-item .order-details-inner ul li:first-child {
  padding-bottom: 20px;
}

.order-section .order-wrap .order-list-table {
  margin-top: 50px;
}

.order-section .order-wrap .order-list-table table tr th {
  font-weight: 500;
  border-color: #dee2e6;
}

.order-section .order-wrap .order-list-table table tr th, .order-section .order-wrap .order-list-table table tr td {
  text-align: center;
  padding: 20px;
}

.order-section .order-wrap .order-list-table table tr th a, .order-section .order-wrap .order-list-table table tr td a {
  color: #222222;
}

.order-modal .order-list-wrap {
  padding: 30px;
}

.order-modal .order-list-wrap .order-list-item {
  margin-bottom: 20px;
}

.order-modal .order-list-wrap .order-list-item p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}

.order-modal .order-list-wrap .order-list-item ul li {
  padding-bottom: 5px;
}

.contact-section {
  padding: 80px 0;
}

.contact-section .contact-form h4 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  font-family: "Noto Sans TC";
  margin-bottom: 20px;
}

.contact-section .contact-info {
  position: relative;
}

@media (max-width: 991px) {
  .contact-section .contact-info {
    margin-top: 30px;
  }
}

.contact-section .contact-info::before {
  position: absolute;
  left: -30%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(34, 34, 34, 0.1);
}

@media (max-width: 991px) {
  .contact-section .contact-info::before {
    display: none;
  }
}

.contact-section .contact-info .contact-info-item {
  margin-bottom: 30px;
}

.contact-section .contact-info .contact-info-item h4 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  font-family: "Noto Sans TC";
  margin-bottom: 20px;
}

.contact-section .contact-info .contact-info-item ul li {
  font-size: 16px;
  color: #222222;
  margin-bottom: 5px;
}

.login-area {
  width: 100%;
  min-height: 100vh;
}

.accountWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  margin: auto;
  -webkit-box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.accountInfo {
  width: 50%;
  height: 100vh;
  background: #E9E9E9;
  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;
  min-height: 680px;
  text-align: center;
  padding: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accountForm {
  width: 50%;
  height: 100vh;
  padding: 70px 85px;
  min-height: 680px;
  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;
}

.accountInfoHeader {
  margin-bottom: 40px;
}

.accountInfoHeader p {
  color: #222222;
  font-size: 14px;
  margin-top: 20px;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 20px;
}

.accountInfoHeader h2 a {
  display: block;
  line-height: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.accountInfo .accountBtn {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #222222;
  border: 2px solid #fff;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.accountInfo .accountBtn:hover {
  background: transparent;
  color: #fff;
}

.fromTitle {
  text-align: center;
}

.fromTitle h2 {
  font-size: 30px;
  margin-bottom: 40px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.form-style input {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
  height: 60px;
  border-bottom: 1px solid #757575 !important;
  border-radius: 0px;
  border: none;
}

.web-login input{
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    height: 30px;
    border-bottom: 1px solid #757575 !important;
    border-radius: 0px;
    border: none;
}


.web-login input:focus,.form-style input:focus {
  outline: none;
  border-bottom: 1px solid #757575 !important;
}

.check-box-wrap {
  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;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.forget-btn a {
  display: inline-block;
  font-size: 14px;
  color: #757575;
}

.input-box label {
  color: #676B79;
  font-weight: 500;
  font-size: 16px;
}

.accountForm .accountBtn {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #222;
  width: 100%;
  background: #222;
  color: #fff;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  margin-top: 30px;
}

.accountForm .accountBtn:hover {
  background: transparent;
  color: #333;
}

.or {
  border-top: 1px dashed #e5e5e5;
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.or span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #222222;
}

.socialLoginBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.socialLoginBtn li button {
  height: 40px;
  width: 50px;
  min-width: 50px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.socialLoginBtn li button.facebook {
  background: #3b5998;
}

.socialLoginBtn li button.linkedin {
  background: #0077B5;
}

.socialLoginBtn li button.twitter {
  background: #55acee;
}

.socialLoginBtn li button.google {
    background: #DD4832;
}

.socialLoginBtn li {
  margin: 0px 5px 5px;
}

.subText {
  text-align: center;
}

.subText p a {
  color: #757575;
}

.subText a {
  display: inline-block;
  font-size: 14px;
  color: #604BFE;
}

.subText a {
  color: #757575;
}

.form-group {
  position: relative;
}

.input-group-btn {
  position: absolute;
  right: 48px;
  top: 37px;
}

.input-group-btn button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-btn button:hover {
  background: transparent;
}

.input-group-btn button:focus,
.input-group-btn button.active {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.btn-default.active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: none !important;
  border: none;
  outline: none;
}

.check-box-wrap input[type=checkbox] + label {
  width: 100%;
  padding-left: 40px;
}

@media (max-width: 1200px) {
  .accountWrapper {
    width: 900px;
  }
  .accountForm {
    padding: 70px 35px;
  }
}

@media (max-width: 1024px) {
  .accountWrapper {
    width: 100%;
    max-width: 100%;
  }
  .accountForm {
    padding: 70px 35px;
  }
  .image img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .accountInfo {
    width: 100%;
  }
  .accountForm {
    width: 100%;
  }
  .accountArea {
    padding: 0px 16px;
  }
}

@media (max-width: 767px) {
  .accountInfo {
    width: 100%;
  }
  .accountForm {
    width: 100%;
  }
}

.variant_image_class{
    cursor: pointer;
    border: 5px solid rgb(195 195 195);
}
.product-thumb.active {
    background-color: #6c757d!important;
}
.product-thumb {
    padding: 3px;
    margin-top: 3px;
}

#stock_button{
    cursor: unset;
}
.width-300{
    width: 300px;
}

.lightgrey{
    background-color: lightgrey;
}
.class_bold{
    font-weight: bold;
}

.web_order_status_head{
    display: inline-block;position: relative;
}
.web_order_status_select{
    float: none;
}
.outline-zero-for-radio-input{
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
#clear_all{
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.color-red{
    color: #d63c3c;
}
.color-black{
    color: black;
}

.profile_setting_checkbox{
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    position: relative;
    margin-left: 10px;
}

.profile_setting_label{
    display: inline-block !important;
}

.inline-flex{
    display: inline-flex !important;
}
.m-right-10{
    margin-right: 10px;
}
.m-left_-14{
    margin-left: -14px;
    margin-bottom: 0px !important;
}
.user_photo_div{
    margin-bottom: 20px !important;
}
#profile_photo_path_img{
    max-height: 100px;
    padding: 10px 10px 10px 0px;
}
#profile_photo_path{
    border-bottom:none !important;
}
.active-menu {
    color: #0a0a0a !important;
}

.paypal-image{
    height: 28px;
    width: 30px;
}

.email_text_color{
    color: #dcdcdc !important;
}

.cursor_pointer{
    cursor: pointer;
}

.no_products_found{
    padding: 5% 15% 15% 15%;
}

.product-tab-area-in-details{
    padding-top: 40px !important;
}
.home_ul_lang{
    margin-right: 20%;
}
.bold_for_title{
    font-weight: bold;
    font-size: 22px;
}

.text-decoration-underline{
    text-decoration: underline;
}

.margin-auto{
    margin: auto;
}

.line-space-1{
    line-height: 1 !important;
}
.line-space-1_5{
    line-height: 1.5 !important;
}
.float-right{
    float: right !important;
}
.float-left{
    float: left !important;
}

.progress_css_li{
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: 6px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
    margin-left: 3%;
    margin-right: 3%;
}

.image_in_comment_box{
    width: 80px;
    height: 80px;
  object-fit: cover;
}
.text-left-p{
    text-align: left !important;
}
.margin_left_2{
    margin-left: 6px !important;
}
#rating_us_label{
    float: left;
    margin-top: 1%;
}
.rating_label{
    float: left;
}
.first_star{
    margin-left: 20px;
}
.other_star{
    margin-left: 5px;
}
.rating_us{
    cursor: pointer;
    color:lightgrey;
}
.fontsize-16{
    font-size: 16px;
}
.fontsize-12{
    font-size: 12px;
}
.ml-8-percent{
    margin-left: 8%;
}
.margin_top_5{
    margin-top: 5px !important;
}
.margin_top_9{
    margin-top: 9px !important;
}
.margin_right_2{
    margin-right: 2px !important;
}
.margin_right_5{
    margin-right: 5px !important;
}
.rate-color{
    color: rgb(239, 189, 43);
}
.default-rate-color{
    color: lightgrey;
}

.remove_favourite_icon{
    margin-top: 50%;
}

.product_preview{
  width: 500px;
  height: 500px;
  object-fit: cover;
  background-color: #f4f4f4 !important;
}

.preview_variant {
    height: 160px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .preview_variant {
        height: 115px;
    }
}

@media (min-width: 2000px) and (max-width: 2700px) {
    .preview_variant {
        height: 218px;
    }
}


.favorite-icon-css{
    text-shadow: 0px 0px 6px #778686;
}

.ml-3{
    margin-left: 1rem !important;
}
.ml-point-3{
    margin-left: .3rem !important;
}

.jcb_height{
    height: 27px;
}
.master_height{
    width: 36px;
    height: 23px;
}

.blog_image{
    width: 100%;
    height: auto;
    padding: 20px;
}

.product_name_and_favourite{
    width: 85%;
}

.product_combination_color{
    margin-left: 0px !important;
}

.slide-middle-image img{
  height:498px;
  width:433px;
  object-fit: contain;
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  opacity: 0;
  position: absolute;
  width: 30%;
  height: 30%;
  background: rgb(100 122 128 / 9%);
  border-radius: 2px;
  cursor: zoom-in !important;
}

.img-zoom-result {
  opacity: 0;
  position: absolute;
  top: 0;
  left: calc(102%);
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 4px 16px 0 rgb(0 0 0 / 10%);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.faq-img img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    width: 240px;
    max-width: 100%;
}

.faq-img {
    position: relative;
    height: 100%;
    min-height: 150px;
}

.faq-accordion .accordion-item{
    margin-bottom: 20px;
}
.faq-accordion .accordion-button{
    border-radius: 0!important;
    color: #000 !important;
    font-size: 16px;
    border: 1px solid #c1c1c1 !important;
}
.faq-accordion .accordion-header button:focus {
    z-index: 3;
    border-color: #eae9e8;
    outline: 0;
    box-shadow: none;
    background: #c1c1c1;
}

.faq-accordion .accordion-header {
    border-color: #eae9e8;
    background: #c1c1c1;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: #c1c1c1!important;
    border-color: #c1c1c1!important;
}

.faq-accordion .accordion-button{
    font-size: 20px;
    font-weight: 500;
    transition: none;
}

.faq-accordion .accordion-collapse {
    background: #f7f7f7 !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: none;
}

.faq-accordion .accordion-collapse .accordion-body p {
    color: #6d6969 !important;
}

.faq-accordion .accordion-button::after {
    content: '\e64b';
    position: absolute;
    font-family: 'themify';
    height: 35px;
    width: 35px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: #000000;
    font-size: 18px;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
    content: '\e648';
    font-family: 'themify';
    position: absolute;
    background: #000000;
    color: #ffffff;
}
.vertical-align-top{
    vertical-align: top !important;
}
.table-td-title-width{
    width: 20%;
    border-top: none !important;
}

.border-none{
 border-top: none !important;
}

.remove_favourite_li {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}

.remove_favourite_li span {
    margin: auto;
}

.font-weight-semibold{
  font-weight: bold;color:#212529;
}