/*
Theme Name: reise 米膚
Description: reise 米膚
Author: Jimmy
Version: 1.0
Text Domain: livework
*/

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
}

a, a:hover, a:focus, a:active, button, button:hover, button:active, button:focus {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  letter-spacing: 2px !important;
}

.btn {
  letter-spacing: 2px !important;
}

.h3, h3 {
  font-size: 18px;
}

a, button, input, textarea {
  outline-width: 0 !important;
}

.form-control, input, textarea {
  color: #444444 !important;
}

.form-control::placeholder, input::placeholder, textarea::placeholder {
  color: #c5c5c5 !important;
}

ol, ul {
  padding-left: 20px;
}

.navbar-brand img {
  height: 32px;
}

.navbar-dark .navbar-nav .nav-link, .menu-item a {
  color: #fff !important;
  font-size: 13px;
  opacity: .8;
  transition: all .3s;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active, .menu-item a:hover, .menu-item a:active {
  opacity: 1;
}

.menu-item a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  display: block;
  padding: .5rem 1rem;
}

.img-full>img {
  width: 100%;
  height: auto;
}

.cart img {
  height: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.navbar-nav .nav-link, .menu-item a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-dark .navbar-nav .language .nav-link {
  color: rgba(255, 255, 255, .4) !important;
}

.navbar-dark .navbar-nav .round .nav-link {
  border: 1px solid #fff;
}

.carousel-item .bg {
  background-position: center;
  background-size: cover;
  height: 650px;
  position: relative;
}

.carousel-item .mask {
  background-color: rgba(52, 42, 36, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

.bg-dark.active {
  background-color: rgba(52, 42, 36, .8) !important;
}

.carousel-item .mask .text {
  text-align: center;
  padding-top: 220px;
}

.carousel-item .mask .text h3 {
  color: rgba(255, 255, 255, .4);
  margin-bottom: 50px;
  font-size: 20.5px;
  font-weight: 300;
}

.carousel-item .mask .text h1 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 35px;
  letter-spacing: 7px;
  font-weight: 400;
}

.btn {
  border-radius: 0;
  padding: 10px 40px;
  font-size: 13px;
}

.carousel-item .mask .text .btn-outline-secondary {
  border: 1px solid rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .4);
  background-color: rgba(255, 255, 255, .0);
  transition: all .3s;
  font-weight: bold;
}

.carousel-item .mask .text .btn-outline-secondary:hover, .carousel-item .mask .text .btn-outline-secondary:active {
  border: 1px solid rgba(255, 255, 255, .8) !important;
  color: rgba(255, 255, 255, .8) !important;
  background-color: rgba(255, 255, 255, .0) !important;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .4);
}

.carousel-indicators .active {
  background-color: rgba(255, 255, 255, .4);
  border-width: 0;
}

.intro {
  padding-bottom: 100px;
}

.intro .text {
  line-height: 2;
  letter-spacing: 1px;
}

.btn-outline-dark {
  color: #1f1a16;
  background-color: transparent;
  background-image: none;
  border-color: #1f1a16;
  transition: all .3s;
  font-weight: bold;
}

.toggle-side, .toggle-side2 {
  margin-bottom: 20px;
}

.toggle-side .fa-angle-right {
  display: none;
}

.toggle-side .fa-angle-left {
  display: inline-block;
}

.toggle-side2 .fa-angle-left {
  display: none;
}

.toggle-side2 .fa-angle-right {
  display: inline-block;
}

.cat-active .toggle-side .fa-angle-right {
  display: inline-block;
}

.cat-active .toggle-side .fa-angle-left {
  display: none;
}

.side-active .toggle-side2 .fa-angle-left {
  display: inline-block;
}

.side-active .toggle-side2 .fa-angle-right {
  display: none;
}

.toggle-side {
  display: none;
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  color: #fff !important;
  background-color: #1f1a16 !important;
  border-color: #1f1a16 !important;
}

.intro .text-btn {
  padding-top: 50px;
}

.product img {
  width: 100%;
  height: auto;
}

.product {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.product .btn-con {
  opacity: 0;
  transition: all .3s;
  font-size: 13px;
}

.product .btn-con.loading:before {
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  animation: fa-spin 1s infinite steps(8);
  margin-right: 5px;
}

.product .btn-con.added:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.product:hover .btn-con {
  opacity: 1;
}

.btn-con {
  width: 180px;
  text-align: center;
  padding: 0.7rem 1rem;
}

.product .title {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px !important;
  padding-top: 10px !important;
  font-size: 14.5px !important;
  margin-bottom: 0 !important;
  color: #000;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 52px;
}

.product .price {
  font-size: 16.5px;
  margin: 8px 0 20px;
  color: #000;
}

.slick-slide {
  outline-width: 0 !important;
}

.btn {
  box-shadow: none !important;
  outline-width: 0 !important;
}

.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}

.products {
  margin-bottom: 70px;
}

.products .slick-arrow {
  opacity: .5;
  transition: all .3s;
}

.products .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}

.products .slick-prev {
  display: inline-block;
  padding: 0px 10px;
  position: absolute;
  right: 35px;
  top: -50px;
}

.products .slick-next {
  display: inline-block;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  top: -50px;
}

.products>h4 {
  font-size: 14.5px;
  margin-bottom: 30px;
}

.article img {
  width: 100%;
}

.article .title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.article .description {
  font-size: 13px;
  margin-bottom: 10px;
  color: #000;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 76px;
}

.article .description p {
  margin-bottom: 0;
}

.article .date {
  font-size: 12px;
  color: #999999;
}

.article .text {
  padding: 20px 5px;
  letter-spacing: 1px;
}

.articles .slick-arrow {
  opacity: .5;
  transition: all .3s;
}

.articles .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}

.articles .slick-prev {
  display: inline-block;
  padding: 0px 10px;
  position: absolute;
  right: 35px;
  top: -50px;
}

.articles .slick-next {
  display: inline-block;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  top: -50px;
}

.articles>h4 {
  font-size: 14.5px;
  margin-bottom: 30px;
}

.articles .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.articles .article {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  background-color: #b2aba3;
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer-link {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-link li {
  display: inline-block;
}

.footer-link a {
  color: #fff;
  padding: 0 5px;
  font-size: 13px;
}

.footer-link a {
  color: #fff;
  padding: 0 5px;
  font-size: 13px;
  opacity: .7;
  transition: all .3s;
}

.footer-link a img {
  height: 20px;
}

.socal-link a {
  padding: 0 7px;
}

.footer-link a:hover {
  opacity: 1;
}

.footer-links {
  margin-bottom: 160px;
}

.copyright {
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 32px;
}

.copyright a {
  color: rgba(255, 255, 255, .7);
  line-height: 2;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar {
  padding: 20px 40px;
}

.top-banner {
  background-position: center;
  background-size: cover;
  height: 650px;
  position: relative;
}

.top-banner .mask {
  background-color: rgba(52, 42, 36, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.top-banner .center {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.top-banner .center h3 {
  color: rgba(255, 255, 255, .4);
  margin-bottom: 50px;
  font-size: 20.5px;
  font-weight: 300;
  margin-top: 0;
}

.top-banner .center h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  letter-spacing: 7px;
  font-weight: 400;
}

.page {
  padding-top: 100px;
  padding-bottom: 150px;
  min-height: 500px;
  overflow: hidden;
}

.p-b-0 {
  padding-bottom: 0;
}

.content {
  line-height: 2;
}

.content p {
  margin-bottom: 30px;
}

.offline img {
  width: 100%;
}

.offline .text {
  font-size: 14.5px;
  margin-bottom: 10px;
  padding: 20px 5px;
  line-height: 2;
  letter-spacing: 1px;
}

.offlines>h4 {
  font-size: 18.5px;
  margin-bottom: 30px;
}

.offlines .offline {
  margin-bottom: 30px;
}

.container>.offlines:not(:last-of-type) {
  margin-bottom: 50px;
}

.navbar-toggler {
  border-width: 0;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
}

.navbar-toggler.navbar-close .icon-bar {
  height: 2px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 5px;
}

.mobile-btn {
  display: none;
}

.copyright a, .copyright span {
  display: inline-block;
}

.container {
  max-width: 1000px;
}

.fixed-top {
  position: absolute;
}

.fixed-top.active {
  position: fixed;
  transition: all .3s;
}

.full-img {
  width: 100%;
}

.column .text {
  padding: 5px 0;
  letter-spacing: 1px;
}

.column .title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.column .date {
  margin-bottom: 15px;
  font-size: 12px;
  color: #c5c5c5;
}

.column .description {
  font-size: 14px;
  margin-bottom: 30px;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.column .description p {
  margin-bottom: 0;
}

.columns {
  margin-bottom: 30px;
}

.columns>.column {
  margin-bottom: 100px;
}

.page-item:first-child .page-link {
  border-radius: 0;
}

.page-item:last-child .page-link {
  border-radius: 0;
}

.pagination>li:not(:last-of-type) {
  margin-right: 10px
}

.page-link, .page-link:active, .page-link:focus {
  padding: 0;
  height: 30px;
  line-height: 28px;
  width: 30px;
  text-align: center;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #1f1a16;
  color: #1f1a16;
  transition: all .3s;
}

.page-link:hover {
  background-color: #1f1a16;
  border: 1px solid #1f1a16;
  color: #fff;
}

.page-item.active .page-link, .page-item .page-link.active {
  z-index: 2;
  color: #fff;
  background-color: #1f1a16;
  border-color: #1f1a16;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
}

.form-control, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-radius: 0;
  background-color: #fafafa;
  border: 1px solid #e6e6e6 !important;
}

.form-control:focus, .form-control:active, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  border-color: #ced4da;
  background-color: #fff;
  box-shadow: none !important;
}

.search {
  position: relative;
  margin-bottom: 40px;
}

.search button {
  position: absolute;
  right: 1px;
  top: 1px;
  border-width: 0;
  background-color: #fff;
  padding: 3px 5px;
  border-top:
}

.hot {
  margin-bottom: 50px;
}

.hot>h3 {
  font-size: 17px;
  margin-bottom: 30px;
}

.list-article {
  padding-left: 25px;
}

.list-article a {
  color: #000;
  font-size: 14px;
}

.list-article>li {
  margin-bottom: 10px;
}

.sidebar {
  padding-left: 30px;
  max-width: 350px;
}

.btn-p {
  padding: 5px 10px;
}

.btn-s {
  padding-left: 10px;
  padding-right: 10px;
}

.sidebar .form-control {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #fff;
}

.btn-primary {
  border-color: #1f1a16;
  background-color: #1f1a16;
  color: #fff;
  transition: all .3s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: hsl(0, 0%, 30%);
  border-color: hsl(0, 0%, 30%);
  color: #fff;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: hsl(0, 0%, 30%);
  border-color: hsl(0, 0%, 30%);
}

.article-single {
  margin-bottom: 30px;
}

.article-single .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

.article-single .meta {
  font-size: 15px;
  color: #c5c5c5;
  margin-bottom: 10px;
}

.article-single .meta .date {
  font-size: 13px;
}

.share {
  margin-bottom: 0;
}

.share li {
  display: inline-block;
}

.share li>a {
  padding-left: 5px;
  padding-right: 5px;
  color: #bcbcbc;
}

.share li>a:hover {
  color: #000;
}

.article-single .content {
  padding: 50px 10px;
  border-bottom: 1px solid #e6e6e6;
  word-wrap: break-word;
}

.author {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}

.author .thumbnail {
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 50%;
}

.author .text {
  font-size: 18px;
}

.next-pre {
  border-bottom: 1px solid #e6e6e6;
}

.next-pre .row>.col:first-of-type {
  border-right: 1px solid #e6e6e6;
}

.next-pre a {
  display: block;
  color: #000;
  position: relative;
}

.next-pre .pre a {
  padding: 30px 35px 30px 50px;
}

.next-pre .next a {
  padding: 30px 50px 30px 35px;
}

.next-pre a span {
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 42px;
}

.next-pre a .fa {
  color: #c1c1c1;
  font-size: 30px;
}

.next-pre .pre .fa {
  position: absolute;
  left: 20px;
  top: 37px;
}

.next-pre .next .fa {
  position: absolute;
  right: 20px;
  top: 37px;
}

.also-like {
  padding: 70px 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.also-like>.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.article-single .article .text {
  padding: 20px 5px;
}

.article-single .article .title {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

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

.comments {
  padding: 70px 0 20px;
}

.comments>.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.comments .comment {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 20px;
}

.comment .name {
  font-size: 15px;
  color: #000;
}

.comment .date {
  font-size: 12px;
  color: #999;
}

.comment .text {
  font-size: 14px;
}

.send {
  padding: 70px 0 30px;
  border-bottom: 1px solid #e6e6e6;
}

.send>.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.send p {
  font-size: 14px;
  text-align: center;
}

.send label {
  font-size: 14px;
  padding-left: 5px;
}

.btn-dark {
  background-color: #1f1a16 !important;
  border-color: #1f1a16 !important;
  color: #fff !important;
  transition: all .3s;
}

.btn-dark:hover {
  background-color: hsl(0, 0%, 30%) !important;
  border-color: hsl(0, 0%, 30%) !important;
  color: #fff !important;
}

.btn-dark-light {
  background-color: #1f1a16;
  color: #fff;
  transition: all .3s;
}

.btn-dark-light:hover, .btn-dark-light:active, .btn-dark-light:focus {
  background-color: hsl(0, 0%, 30%);
  color: #fff;
}

.send .summit {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subscription {
  padding: 70px 0 30px;
}

.subscription>.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.subscription p {
  font-size: 14px;
  text-align: center;
}

.subscription .sub {
  max-width: 350px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.subscription .sub .input-group-btn {
  padding-left: 20px;
}

.container-sm {
  max-width: 600px;
}

.page .text-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact .summit {
  margin-top: 50px;
  margin-bottom: 30px;
}

.news .new {
  margin-bottom: 80px;
}

.pagination {
  margin-bottom: 30px;
}

.new img {
  width: 100%;
}

.new .text {
  margin-bottom: 10px;
  padding: 20px 5px;
  letter-spacing: 1px;
}

.new .text .title {
  font-size: 16.5px;
  margin-bottom: 10px;
  color: #000;
}

.new .text .description {
  font-size: 13px;
  margin-bottom: 10px;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #000;
}

.new .text .description p {
  margin: 0;
}

.new .text .date {
  font-size: 12px;
  color: #999;
}

.new-single h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

.new-single .date {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-bottom: 60px;
}

.new-single img {
  max-height: 100%;
  margin: 0 auto;
}

.new-single .btn-section {
  margin-top: 60px;
  margin-bottom: 30px;
}

#main-menu {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
}

.archive .product {
  margin-bottom: 60px;
}

.archive>nav {
  padding-top: 50px;
}

.categories a {
  color: #000 !important;
  opacity: 1 !important;
  padding: 10px;
  display: inline-block;
  font-size: 14.5px;
}

.categories {
  position: absolute;
  left: 30px;
}

.product-img {
  border: 1px solid #d9d9d9;
}

.product-imgs {
  margin-right: -12px;
}

.product-imgs .product-img {
  margin-bottom: 15px;
}

.product-right .en-title {
  font-size: 12px;
  padding-bottom: 10px;
}

.product-right .title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.price-title {
  font-size: 12px;
}

.excerpt {
  font-size: 13px;
}

.price {
  font-size: 18.5px;
}

.price-section {
  padding: 25px 0;
}

.quantity-title {
  font-size: 12px;
  margin-bottom: 10px;
}

.quantity .form-control {
  border-color: #000 !important;
  color: #000 !important;
  background-color: #fff;
  padding: 0;
}

legend {
  font-size: 20px;
}

.quantity {
  max-width: 100px;
  margin-bottom: 25px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 25px;
}

.product-quantity .quantity {
  margin-bottom: 0;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.quantity .btn {
  border-radius: 0;
  padding: 0px 10px;
  font-size: 13px;
  text-align: center;
}

.woocommerce .quantity .qty {
  width: 100%;
}

.limit-countdown {
  color: #b83029;
  margin-top: 25px;
}

.tab-section {
  margin-top: 80px;
  margin-bottom: 50px;
}

ul.tab-btns {
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}

.tab-btns a {
  padding: 4px 10px 2px;
  width: 200px;
  text-align: center;
  display: inline-block;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.tab-btns .active a {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid transparent;
  cursor: pointer !important;
}

.tab-btns>li:not(:last-of-type) {
  margin-right: 5px;
}

.tab-contorl .sep {
  height: 1px;
  border-top: 1px solid #000;
  margin-top: -1px;
}

.the-content {
  padding: 140px 0 0 0;
}

.the-content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.also-buy .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}

.also-buy .products>h4 {
  font-size: 18px;
}

.also-buy .row>div {
  padding-right: 0;
  padding-left: 0;
}

.also-buy {
  margin-top: 50px;
}

.box {
  padding: 0 50px;
}

.reviews {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 50px;
}

.reviews>.review {
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 30px;
}

.review .name {
  font-size: 14.5px;
  color: #000;
}

.review .date {
  font-size: 12px;
  color: #999;
}

.review .star i {
  color: hsl(0, 0%, 90%);
}

.review .star.star1>i:nth-of-type(1) {
  color: #716359;
}

.review .star.star2>i:nth-of-type(1), .review .star.star2>i:nth-of-type(2) {
  color: #716359;
}

.review .star.star3>i:nth-of-type(1), .review .star.star3>i:nth-of-type(2), .review .star.star3>i:nth-of-type(3) {
  color: #716359;
}

.review .star.star4>i:nth-of-type(1), .review .star.star4>i:nth-of-type(2), .review .star.star4>i:nth-of-type(3), .review .star.star4>i:nth-of-type(4) {
  color: #716359;
}

.review .star.star5>i:nth-of-type(1), .review .star.star5>i:nth-of-type(2), .review .star.star5>i:nth-of-type(3), .review .star.star5>i:nth-of-type(4), .review .star.star5>i:nth-of-type(5) {
  color: #716359;
}

.review .star {
  margin-bottom: 5px;
}

.send .star a, .send .star a:hover {
  color: hsl(0, 0%, 90%);
}

.send .star {
  text-align: center;
  margin-bottom: 30px;
}

.star1>a:nth-of-type(1) {
  color: #716359 !important;
}

.star2>a:nth-of-type(1), .star2>a:nth-of-type(2) {
  color: #716359 !important;
}

.star3>a:nth-of-type(1), .star3>a:nth-of-type(2), .star3>a:nth-of-type(3) {
  color: #716359 !important;
}

.star4>a:nth-of-type(1), .star4>a:nth-of-type(2), .star4>a:nth-of-type(3), .star4>a:nth-of-type(4) {
  color: #716359 !important;
}

.star5>a:nth-of-type(1), .star5>a:nth-of-type(2), .star5>a:nth-of-type(3), .star5>a:nth-of-type(4), .star5>a:nth-of-type(5) {
  color: #716359 !important;
}

.w-1350 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.w-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.w-850 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.w-550 {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.w-650 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.w-750 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.send.no-border {
  border-width: 0;
}

.box h4 {
  font-size: 18.5px;
  text-align: center;
  margin-bottom: 50px;
}

.modal-content {
  border-radius: 0;
}

.form-wrap .modal-dialog {
  max-width: 900px;
}

.modal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translate(0, -50%);
}

.form-wrap .modal-form {
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 60px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.modal-form h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}

.form .form-group label {
  font-size: 14px;
  padding-left: 5px;
}

input[type="submit"] {
  cursor: pointer;
}

.form-wrap .close {
  position: absolute;
  right: 5px;
  top: 8px;
  opacity: 1;
  padding: 10px;
}

.modal-backdrop.show {
  opacity: .7;
}

.form-wrap .navbar-toggler .icon-bar {
  background-color: #000;
}

.form-wrap .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: translateY(6px) rotate(45deg);
}

.form-wrap .navbar-toggler .icon-bar:nth-of-type(2) {
  transform: translateY(-1px) rotate(-45deg);
}

.link-block, .link-block:hover, .link-block:active, .link-block:focus {
  color: #000;
  font-size: 14px !important;
}

.btn-fb {
  background-color: #354d80;
  border-color: #354d80;
  color: #fff;
}

.btn-fb:hover, .btn-fb:focus, .btn-fb:active {
  background-color: hsl(220, 41%, 45%);
  border-color: hsl(220, 41%, 45%);
  color: #fff;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.has-bottom, .has-bottom:hover, .has-bottom:focus, .has-bottom:active {
  text-decoration: underline;
}

.btn-dark-light2, .btn-dark-light2.no-hover:hover, .btn-dark-light2:active, .btn-dark-light2:focus {
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  background-color: #1f1a16;
  transition: all .3s;
  width: 200px;
  text-align: center;
}

.btn-dark-light2:hover {
  color: #fff;
  background-color: hsl(26, 16%, 15%);
}

.member-banner .center h1 {
  margin-bottom: 70px;
}

.member-banner .center .text-center {
  position: absolute;
  left: 0;
  right: 0;
}

.member-banner .menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.member-banner .menu a {
  padding: 15px 20px;
  width: 300px;
  color: #fff;
  text-align: center;
  position: relative;
}

.member-banner .menu a.active:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  content: "";
  border-width: 10px 10px 0;
  border-top-color: rgba(57, 43, 35, .9);
  margin-bottom: -10px;
}

.p-t-0 {
  padding-top: 0;
}

.about-intro .text {
  margin-bottom: 50px;
}

.about-intro {
  margin-bottom: 150px;
}

.about-intro2 {
  margin-bottom: 100px;
}

.about-intro2 h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}

.about-intro2 img {
  margin-bottom: 50px;
  max-width: 100%;
  width: auto;
}

.about-intro3 {
  margin-bottom: 70px;
}

.about-intro3-wrap {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 90px;
}

.about-intro3-wrap img {
  margin-bottom: 20px;
  height: 80px;
}

.about-intro3-wrap .title {
  font-size: 14px;
  margin-bottom: 10px;
}

.about-intro3-wrap .text {
  font-size: 12px;
}

.about-intro4 {
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.about-intro4 .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.about-intro4 .text {
  font-size: 14px;
}

.l-h-1-8 {
  line-height: 1.8;
}

.about-intro5 {
  background-position: center;
  background-size: cover;
  padding: 130px 0 400px 0;
  color: #000;
  text-align: center;
}

.about-intro5 .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.about-intro5 .text {
  font-size: 14px;
}

.about-intro5 img {
  width: 100%;
}

.about-intro6 {
  padding: 150px 0;
  color: #000;
}

.about-intro6 .img-wrap {
  padding: 0 20px 0 0;
}

.about-intro6 .img-wrap img {
  width: 100%;
}

.about-intro6 .title {
  font-size: 21px;
  margin-bottom: 30px;
}

.about-intro6 .text {
  font-size: 14px;
}

.about-intro7 {
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  text-align: center;
}

.about-intro7 .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.about-intro7 .text {
  font-size: 14px;
}

.about-intro8 {
  padding: 50px 0 20px 0;
  background-color: #f5f1eb;
}

.about-intro8-wrap {
  margin-bottom: 30px;
  padding: 0 20px;
}

.about-intro8-wrap .title {
  font-size: 15px;
  margin-bottom: 10px;
}

.about-intro8-wrap .text {
  font-size: 12.5px;
}

.about-intro9 h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}

.about-intro9 {
  padding-top: 150px;
  text-align: center;
  margin-bottom: 150px;
}

.about-intro9 h4 {
  font-size: 21px;
  margin-bottom: 80px;
}

.about-intro9 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.about-intro9 .text {
  font-size: 14px;
}

.about-intro10 h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 80px;
}

.pie-wrapper {
  height: 180px;
  width: 180px;
  position: relative;
  margin: 0 auto 20px;
}

.pie-wrapper .label {
  border-radius: 50%;
  color: #000;
  cursor: default;
  display: block;
  line-height: 180px;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 180px, 180px, 90px);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 5px solid #e0e0e0;
  border-radius: 50%;
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 5px solid #000;
  border-radius: 50%;
  clip: rect(0, 90px, 180px, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper.progress-54 .pie, .pie-wrapper.progress-64 .pie, .pie-wrapper.progress-62 .pie {
  clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-54 .pie .left-side {
  -webkit-transform: rotate(194deg);
  transform: rotate(194deg);
}

.pie-wrapper.progress-54 .pie .right-side {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pie-wrapper.progress-64 .pie .left-side {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg);
}

.pie-wrapper.progress-62 .pie .left-side {
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
}

.pie-wrapper.progress-64 .pie .right-side {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pie-wrapper.progress-62 .pie .right-side {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-intro10 {
  text-align: center;
  margin-bottom: 100px;
}

.about-intro10 .title {
  font-size: 16.5px;
  margin-bottom: 30px;
}

.about-intro11 {
  text-align: center;
  margin-bottom: 150px;
}

.about-intro11 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.about-intro11 .text {
  font-size: 21px;
}

.about-intro12 .img-wrap {
  padding: 0 30px;
}

.about-intro12 .img-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.about-intro12 {
  margin-bottom: 150px;
}

.about-intro12 .title {
  font-size: 21px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.about-intro12 .text {
  font-size: 14px;
  padding-bottom: 10px;
}

.about-intro13 {
  margin-bottom: 150px;
}

.about-intro13 h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 80px;
}

.about-intro13 .img-wrap {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.about-intro13 .img-wrap img {
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.about-intro13 .title {
  font-size: 16px;
  margin-bottom: 20px;
}

.about-intro13 .text {
  font-size: 14px;
}

.about-intro14 {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-color: #2d241c;
}

.about-intro14 .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.about-intro14 .text {
  font-size: 14px;
}

.about-intro15 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.about-intro15 {
  padding: 150px 0 50px;
}

.about-intro15 .text {
  margin-top: 120px;
  padding-left: 50px;
  padding-right: 0;
}

.about-intro15 .flex-lg-row .text {
  padding-left: 0;
  padding-right: 50px;
  margin-top: 150px;
}

.about-intro15 h4 {
  font-size: 21px;
  margin-bottom: 20px;
}

.about-intro15 p {
  font-size: 14px;
  margin: 0;
}

.about-intro15 .row {
  margin-bottom: 150px;
}

.about-intro16 {
  text-align: center;
}

.about-intro16 .submit {
  margin-bottom: 30px;
}

.about-intro16 .title {
  font-size: 21px;
  margin-bottom: 50px;
}

.about-intro16 .text {
  font-size: 14px;
  margin-bottom: 50px;
}

.about-intro16 .btn {
  width: 200px;
}

.carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item-next, .carousel-fade .carousel-inner .carousel-item-prev, .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.slick-arrow img {
  height: 20px;
}

.btn-sidebar {
  display: none !important;
}

.no-data {
  font-size: 20px;
  color: hsl(0, 0%, 50%);
  text-align: center;
  padding: 30px;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-width: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #fff;
  color: #1f1a16;
  border: 1px solid #1f1a16 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none;
}

.product-name a {
  color: #000;
}

.woocommerce a.remove {
  text-align: center;
  border-radius: 50%;
  color: #1f1a16 !important;
  text-decoration: none;
  font-weight: normal;
  border: 0;
}

.cart_totals h2 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.woocommerce a.remove:hover {
  color: #000 !important;
  background: transparent;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0;
  left: auto;
  color: #1f1a16 !important;
  background-color: #fff !important;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #1f1a16;
  transition: all .3s;
}

.woocommerce input.button#place_order {
  color: #fff !important;
  background-color: #1f1a16 !important;
}

.woocommerce input.button#place_order:hover, .woocommerce input.button#place_order:focus, .woocommerce input.button#place_order:active {
  color: #fff !important;
  background-color: hsl(0, 0%, 30%) !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #1f1a16 !important;
  color: #fff !important;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #1f1a16 !important;
  color: #fff !important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 10px 40px;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background: #fff;
}

.m-r-10 {
  margin-right: 10px;
}

.woocommerce form .form-row label {
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 1.5;
}

.woocommerce form .form-row {
  margin-bottom: 1rem;
}

.woocommerce form .form-row .required {
  color: #000;
  font-weight: normal;
  border: 0;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
  overflow: visible;
}

#ship-to-different-address {
  font-size: 18px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
}

.woocommerce form.checkout_coupon {
  padding-bottom: 4px;
}

.woocommerce form .form-row label.inline {
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline-width: 0;
}

.select2-container--default .select2-selection--single {
  outline-width: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .1);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
  border-width: 0;
  padding: 10px 0;
}

.woocommerce-billing-fields h3 {
  font-size: 18px;
}

#order_review_heading {
  font-size: 18px;
}

.woocommerce-column__title {
  font-size: 18px;
}

.ml-content {
  padding: 0;
}

.modal-login-dialog {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  padding: 0;
}

.ml-modal.ml-in .modal-login-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.m-t-5 {
  margin-top: 5px;
}

#modal-login h2 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}

#modal-login .message {
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.p-b-0 {
  padding-bottom: 0;
}

.woocommerce-order-details__title {
  font-size: 18px;
}

.m-n-l-15 {
  margin-left: -15px;
}

.img-pla {
  padding-right: 50px !important;
  padding-left: 0 !important;
}

.search button img {
  height: 25px;
}

.light-box>img {
  width: 100%;
  height: auto;
}

.light-box {
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  border-width: 0;
  position: relative;
}

.light-box-close {
  position: absolute;
  right: 5px;
}

.light-box-close img {
  height: 20px;
  width: 20px;
}

.woocommerce table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button {
  width: 100%;
}

.woocommerce-message a {
  border-width: 0 !important;
  padding: 0 !important;
}

.woocommerce .woocommerce-message a:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.top-message {
  padding: 7px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  position: relative;
}

.top-message .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  padding-right: 20px;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 7px;
}

.btn-close img {
  height: 13px;
}

.mark, mark {
  padding: 5px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.wc-proceed-to-checkout {
  text-align: right;
}

.payment_box select {
  width: auto;
  margin-top: 5px;
}

.select, .input-select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0;
  background-color: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #444444 !important;
  height: calc(2.25rem + 2px);
}

.input-select {
  width: auto;
  margin-bottom: 5px;
}

#ECPayForm {
  text-align: left;
}

.woo-slg-login-wrapper {
  float: none;
  display: inline-block;
  margin-right: 0;
  width: 100%;
}

.cart_totals table tr>td, .woocommerce-checkout-review-order table tr>td {
  width: 50%;
}

#purchaserStore_field, #purchaserAddress_field, #purchaserPhone_field, #CVSStoreID_field, #billing_country_field, #shipping_country_field {
  display: none;
}

.create-account {
  margin-bottom: 0;
}

.woocommerce-password-strength {
  width: 100%
}

.woocommerce ul.order_details {
  margin-bottom: 20px;
}

.woocommerce ul.order_details>li {
  margin-bottom: 15px;
}

.full-width>p {
  width: 100% !important;
}

.cart-empty, .return-to-shop {
  text-align: center;
}

.woocommerce-form-login p {
  width: 100% !important;
  max-width: 450px !important;
  margin: 0 auto 10px !important;
  float: none !important;
  padding: 0;
}

.woocommerce-form-login .woo-slg-social-container {
  width: 100% !important;
  max-width: 450px !important;
  margin: 0 auto !important;
}

.woocommerce #payment #place_order {
  float: none;
  margin: 0 auto;
}

.categories ul>li a>span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: transparent;
  margin-top: 2px;
  transition: all .3s;
}

.categories ul>li a:hover>span {
  background-color: #000;
}

.form-row .notice {
  margin-top: 10px;
}

#mainsubmi {
  border-width: 0;
  float: right;
  padding: 0;
  background-color: #fff;
}

.product-intro .section-title {
  text-align: center;
}

.product-intro .section-title .en {
  font-size: 12px;
  margin-bottom: 20px;
}

.product-intro .section-title .tw {
  font-size: 20px;
  margin-bottom: 50px;
}

.product-intro .section-title .disc {
  font-size: 14px;
  margin-bottom: 50px;
}

.product-intro .section-title .ml {
  font-size: 12px;
  margin-bottom: 50px;
}

.product-intro .section-title img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto 70px;
}

.product-intro .section-title .box>p:first-of-type {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.product-intro .section-title .box>p:last-of-type {
  font-size: 14px;
  margin-bottom: 150px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.product-intro .section-inside .img {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  float: left;
}

.product-intro .section-inside .text {
  float: left;
  width: calc( 100% - 100px);
  padding: 0 30px;
}

.product-intro .section-inside .text h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.product-intro .section-inside .text p {
  font-size: 12px;
}

.product-intro .section-inside .ingredient {
  margin-bottom: 30px;
}

.product-intro .section-inside .notice {
  font-size: 12px;
  margin-top: 50px;
  text-align: center;
}

.product-intro .section-inside {
  margin-bottom: 150px;
}

.product-intro .section-localtion {
  margin-bottom: 150px;
}

.product-intro .section-localtion .right {
  padding-top: 120px;
  padding-right: 50px;
}

.product-intro .section-localtion .right h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-intro .section-localtion .right p {
  font-size: 14px;
}

.product-intro img {
  width: auto;
}

.product-intro .section-about .about-intro9 {
  padding-top: 0;
}

.contain-full-img img {
  max-width: 100% !important;
  margin: 0 auto;
}

.related.products {
  margin-bottom: 70px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce-MyAccount-content h2 {
  font-size: 18px;
}

.woocommerce-OrderUpdates {
  margin-bottom: 30px;
}

.payment_box.payment_method_ecpay {
  display: none !important;
}

.woocommerce table.my_account_orders td a {
  margin-right: 5px;
}

.rs_subscriptionoption, .my_rewards_title, .my_reward_total, .examples.demo.shop_table.my_account_orders {
  display: none;
}

.underline, .underline:hover {
  text-decoration: underline;
}

.go-shop {
  padding-top: 30px;
}

.thankyou-title {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 2;
  text-align: center;
}

.woocommerce ul.order_details {
  text-align: center;
  margin-bottom: 50px;
}

.woocommerce ul.order_details>li {
  display: inline-block;
  text-align: left;
  float: none;
}

.product .time-limit {
  width: 50px;
  position: absolute;
  right: 25px;
}

.products-slide .row{
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .navbar {
    padding: 20px;
  }
  .navbar-brand img {
    height: 20px;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  #menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    background-color: #1f1a16;
    padding: 20px;
    transition: right .3s;
  }
  .customize-support #menu {
    top: 32px;
  }
  #menu.active {
    right: 0;
  }
  .navbar-nav .language .nav-link {
    display: none;
  }
  .navbar-nav .cart .nav-link {
    display: none;
  }
  .nav-link {
    display: block;
    padding: 1rem 1rem;
  }
  .navbar-nav .round a {
    display: inline-block;
    margin-left: 1rem;
    margin-top: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .navbar-close {
    position: absolute;
    right: 0;
    padding: 15px 30px;
    z-index: 10;
    top: 20px;
  }
  .navbar-close>.icon-bar:nth-of-type(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .navbar-close>.icon-bar:nth-of-type(2) {
    display: none;
  }
  .navbar-close>.icon-bar:nth-of-type(3) {
    transform: translateY(-2px) rotate(-45deg);
  }
  .mobile-btn, .mobile-btn:hover {
    display: block;
    color: rgba(255, 255, 255, .4);
    margin-right: 20px;
  }
  .mobile-btn.cart {
    color: #fff;
    margin-right: 10px;
  }
  .mobile-btn.cart img {
    margin-top: -5px;
    margin-right: 5px;
  }
  .top-banner, .carousel-item .bg {
    height: 600px;
  }
  .product .btn-con {
    opacity: 1;
  }
  .categories {
    position: relative;
    left: 0;
    margin-bottom: 70px;
  }
  .toggle-side {
    display: inline-block;
  }
  .side .categories {
    position: absolute;
    width: 200px;
    left: -200px;
    transition: all .3s;
  }
  .side>.row, .side>#container {
    transform: translateX(0px);
    transition: all .3s;
  }
  .side.cat-active .categories {
    position: absolute;
    width: 200px;
    left: 20px;
  }
  .side.cat-active>.row, .side.cat-active>#container {
    transform: translateX(220px);
  }
  .toggle-side, .toggle-side2 {
    margin-top: -61px;
  }
}

@media (max-width: 992px) {
  .top-banner, .carousel-item .bg {
    height: 500px;
  }
  .top-banner .center h1, .carousel-item .mask .text h1 {
    font-size: 35px;
  }
  .top-banner .center h3, .carousel-item .mask .text h3 {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .carousel-item .mask .text h1 {
    margin-bottom: 30px;
  }
  .carousel-item .mask .text {
    padding-top: 200px;
  }
  .sidebar {
    padding-left: 0;
  }
  .about-intro12 .img-wrap {
    padding: 0;
  }
  .about-intro15 .text {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-intro15 .flex-lg-row .text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .product-right {
    margin-top: 30px;
  }
  .tab-btns a {
    width: auto;
  }
  .box {
    padding: 0 15px;
  }
  .review .date {
    margin-bottom: 10px;
  }
  .btn-sidebar {
    display: flex !important;
  }
  .side-right {
    position: absolute;
    width: 300px;
    right: -300px;
    transition: all .3s;
  }
  .side-active .side-right {
    right: 0;
  }
  .side-left {
    transform: translateX(0px);
    transition: all .3s;
  }
  .side-active .side-left {
    transform: translateX(-300px);
  }
  .author {
    text-align: center;
  }
  .author .thumbnail {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .author .text {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .share {
    padding-left: 10px;
  }
  .next-pre a.pre {
    padding: 20px 0px 20px 30px;
  }
  .next-pre a.next {
    padding: 20px 30px 20px 0px;
  }
  .next-pre .next .fa {
    position: absolute;
    right: 10px;
  }
  .next-pre .pre .fa {
    position: absolute;
    left: 10px;
  }
  .product-imgs {
    margin-right: 0;
    margin-top: 10px;
  }
  .product-imgs:after {
    content: "";
    display: table;
    clear: both;
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-imgs .product-img-wrap {
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
    float: left;
  }
}

@media (max-width: 768px) {
  .column .text {
    padding: 10px 5px;
  }
  .columns>.column {
    margin-bottom: 50px;
  }
  .w-550 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-intro6 {
    text-align: center;
  }
  .about-intro6 .img-wrap img {
    margin-bottom: 20px;
  }
  .about-intro12 .img-wrap img {
    margin-bottom: 20px;
  }
  .about-intro13 .row>div:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .btn-con {
    width: auto;
  }
  .socal-link {
    margin-top: 30px;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
  .member-banner .menu a {
    width: 200px;
  }
  .img-pla {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .product-quantity .input-num {
    float: right;
  }
  .wc-proceed-to-checkout a {
    display: block;
  }
  .cart_totals table tr>td {
    width: 100%;
  }
  .woocommerce ul.order_details {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .product-intro .section-title .box>p:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .product-intro .section-title .box>p:last-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .product-intro .section-inside .text {
    padding-right: 0;
  }
  .product-intro .section-localtion .right {
    padding-top: 40px !important;
    padding-right: 0;
  }
  .about-intro6 .img-wrap {
    padding: 0;
  }
  .btn {
    padding: 10px 30px;
  }
}

@media (max-width: 480px) {
  .top-banner {
    height: 250px;
  }
  .carousel-item .bg {
    height: 400px;
    margin-left: -1px;
    margin-right: -1px;
  }
  .top-banner#banner {
    height: 400px;
  }
  .top-banner .center h1, .carousel-item .mask .text h1 {
    font-size: 20px;
    font-weight: 400;
  }
  .top-banner .center h3, .carousel-item .mask .text h3 {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 300;
  }
  .carousel-item .mask .text h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .carousel-item .mask .text {
    padding-top: 140px;
  }
  .product {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-links {
    margin-bottom: 50px;
  }
  .form-wrap .modal-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .member-banner .menu a {
    width: 100px;
  }
  .member-banner .center h1 {
    margin-bottom: 20px;
  }
  .member-banner .center .text-center {
    position: relative;
  }
  .product .title {
    font-size: 13px !important;
    height: 46px;
  }
  .product .price {
    font-size: 14px;
    margin: 8px 0 20px;
    color: #000;
  }
}

@media (max-width: 400px) {
  .ml-modal.ml-in .modal-login-dialog {
    position: relative;
    transform: none;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
