/*
Theme Name: amorepacific
Description: amorepacific
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;
}

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;
}

.navbar {
  background-color: #05275f;
}

.btn {
  transition: all .3s;
  letter-spacing: 2px !important;
  font-size: 14px;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #244b81;
  border-color: #244b81;
}

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

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav a {
  color: #fff;
  transition: all .3s;
  font-size: 14px;
}

.navbar .navbar-nav a {
  padding: 10px;
  display: inline-block;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav a:hover {
  color: rgba(255, 255, 255, .75);
}

.navbar-nav .nav-link:hover {
  color: #8db2e4;
}

.navbar-brand img {
  height: 25px;
  padding-bottom: 5px;
  padding-top: 3px;
}

.navbar .form-control {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  border-color: #fff;
  font-size: 14px;
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  width: auto;
}

.navbar .form-control::placeholder {
  color: hsl(0, 0%, 90%);
  ;
}

.input-text.form-control {
  border-radius: 0;
  max-width: 150px;
  display: inline-block;
}

.form-control:focus {
  background-color: transparent;
  outline-width: 0;
  box-shadow: none;
}

.btn-nav {
  background-color: transparent;
  color: hsl(0, 0%, 90%);
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 4px;
  font-size: 14px;
}

.btn-nav:hover {
  color: hsl(0, 0%, 100%);
}

.navbar .form-inline {
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.page {
  margin-top: 56px;
}

.categories {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 10px;
}

.category {
  background-color: #fff;
  margin-bottom: 20px;
}

.categories>.container>.row {
  margin-left: -20px;
  margin-right: -20px;
}

.categories>.container>.row>div {
  padding-left: 10px;
  padding-right: 10px;
}

.category {
  padding: 15px;
  text-align: center;
  border: 5px solid #fff;
  transition: all .6s;
}

.category:hover {
  border: 5px solid #e0e0e0;
}

.category img {
  height: 50px;
}

.footer {
  border-top: 1px solid #e0e0e0;
}

.footer .copyright {
  color: #707070;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}

.btn-outline {
  border-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 50%);
  transition: all .3s;
  background-color: #fff;
}

.btn-outline:hover {
  border-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 0%);
}

.products {
  margin-top: 20px;
}

.product {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.product .title-tw {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.product .title-en {
  font-size: 14px;
  color: hsl(0, 0%, 30%);
}

.product .meta {
  color: hsl(0, 0%, 50%);
  margin-bottom: 10px;
}

.product .meta>div {
  margin-right: 15px;
}

.product .price {
  font-size: 16px;
  color: hsl(217, 90%, 29%);
  font-weight: bold;
}

.products .container .product {
  border-bottom: 1px solid #e0e0e0;
}

.products .container .products-list>.product:last-of-type {
  border-bottom-width: 0;
}

.product .gallery a {
  box-shadow: none;
  outline-width: 0;
}

.product .gallery img {
  height: 50px;
  width: auto;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product .note .note-detail {
  color: hsl(0, 0%, 50%);
  font-size: 13px;
}

.product .note>a {
  display: block;
  padding: 0;
  color: hsl(0, 0%, 30%);
}

.product .note>a i {
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all .3s;
}

.product .note>.note-detail {
  display: none;
  padding: 0;
}

.product .note.active>.note-detail {
  display: block;
}

.product .note.active>a i {
  transform: rotate(180deg);
}

.right-col {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.right-col .quantity {
  display: inline-block;
  margin-right: 10px;
}

.right-col .quantity input {
  width: 80px;
  display: block;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.right-col form {
  display: flex;
}

#go-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 1px solid #999;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #999;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
}

#go-top>div {
  font-size: 12px;
  letter-spacing: 0;
}

#go-top>i {
  font-size: 16px;
  display: block;
  margin-top: 3px;
  margin-bottom: -3px;
}

#go-top:hover {
  background-color: #444;
  color: #fff;
}

.btn-category {
  display: none;
  text-align: center;
  padding: 10px;
}

.btn-category i {
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all .3s;
}

.categories .categories-wrap {
  display: block;
}

.categories.active .btn-category i {
  transform: rotate(180deg);
}

.header {
  padding: 70px 10px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
}

.description {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.description .box {
  padding: 40px;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.description .box.full {
  max-width: 100%;
}

.box h3 {
  font-size: 16px;
  color: #000;
}

.box {
  line-height: 2;
  color: hsl(0, 0%, 30%);
}

.go-buy {
  text-align: center;
  padding-top: 10px;
}

.product .right-col .btn.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 .right-col .btn.added:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.product .right-col .wc-forward {
  display: none;
}

.navbar-toggler, .navbar-toggler:active {
  box-shadow: none !important;
  outline-width: 0 !important;
}

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

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

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

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

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background-color: transparent;
}

.navbar-toggler.collapsed>.icon-bar.bar1 {
  transform: translateY(0) rotate(0deg);
  transition: all .3s;
}

.navbar-toggler>.icon-bar.bar1 {
  transform: translateY(7px) rotate(45deg);
  transition: all .3s;
}

.navbar-toggler.collapsed>.icon-bar.bar3 {
  transform: translateY(0) rotate(0deg);
  transition: all .3s;
}

.navbar-toggler>.icon-bar.bar3 {
  transform: translateY(-7px) rotate(-45deg);
  transition: all .3s;
}

.navbar-toggler.collapsed>.icon-bar.bar2 {
  opacity: 1;
  transition: all .3s;
}

.navbar-toggler>.icon-bar.bar2 {
  opacity: 0;
  transition: all .3s;
}

.btn-cart {
  color: #fff;
  margin-right: 5px;
}

.btn-cart.desktop {
  margin-right: 20px;
}

.btn-cart:hover, .btn-cart:focus, .btn-cart:active {
  color: rgba(255, 255, 255, .75);
}

.btn-cart .badge {
  margin-left: 5px;
  background-color: #fff;
  padding: 2px 7px;
  border-radius: 10px;
  color: #000;
}

.btn-cart:hover .badge {
  background-color: rgba(255, 255, 255, .75);
}

.mobile {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.cart-collaterals .cart_totals>h2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

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

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
  border-radius: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  color: hsl(0, 0%, 50%);
  background-color: #fff;
  border: 1px solid hsl(0, 0%, 50%);
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.4;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #fff;
  text-decoration: none;
  background-image: none;
  color: #000;
  border-color: #000;
}

.form-control:focus {
  border-color: #05275f;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  margin-left: 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: 1px solid #000 !important;
  background-color: #fff !important;
  padding: 10px 20px !important;
}

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

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transition: all .3s;
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: hsl(0, 0%, 20%);
  border-color: hsl(0, 0%, 20%);
  color: #fff;
}

.woocommerce a.remove {
  color: hsl(0, 0%, 70%) !important;
}

.woocommerce a.remove:hover {
  color: red !important;
  background: #fff;
}

.woocommerce .cart-empty {
  text-align: center;
}

.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce form .form-row {
  display: block;
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form .form-row select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form .form-row label {
  color: #000;
  margin-bottom: 0;
}

#billing_country_field {
  display: none;
}

#billing_phone_field {
  border-bottom: 1px solid hsl(0, 0%, 90%);
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.woocommerce-additional-fields {
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 20px;
  margin-top: 15px;
}

#order_review_heading {
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 20px;
  margin-top: 25px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}

.place-order {
  text-align: center;
}

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

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #ced4da;
}

.woocommerce ul.order_details {
  padding-left: 0;
}

.woocommerce-order-details h2 {
  font-size: 18px;
  color: #000;
}

.woocommerce-customer-details h2 {
  font-size: 18px;
  color: #000;
}

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

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul>li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce-MyAccount-navigation ul>li a {
  color: hsl(0, 0%, 50%);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  font-size: 14px;
}

.woocommerce-MyAccount-navigation ul>li a:hover {
  color: hsl(0, 0%, 0%);
}

.woocommerce-MyAccount-content .col-1 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-address-fields #billing_first_name_field, .woocommerce-address-fields #billing_last_name_field {
  margin-bottom: 20px;
}

.woocommerce-address-fields #billing_phone_field {
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 20px;
  margin-top: 25px;
}

.adress-submit {
  text-align: center;
  margin-top: 20px;
}

.woocommerce-form-row em {
  display: none;
}

.woocommerce-MyAccount-content legend {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

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

.woocommerce form.login {
  margin-top: 10px;
}

.woocommerce>h2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

.woocommerce-MyAccount-content .my_rewards_title {
  font-size: 18px;
  color: #000;
}

.woocommerce-MyAccount-content .my_reward_total {
  font-size: 14px;
  color: #000;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  width: 100%;
}

.pagination {
  margin: 0 0 30px 0;
}

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

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: hsl(0, 0%, 50%);
  background-color: hsl(0, 0%, 90%);
  border-width: 0;
  border-radius: 0;
}

.page-link:hover {
  color: hsl(0, 0%, 50%);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.page-link.active, .page-link.active:hover, .page-link.active:active, .page-link.active:focus {
  background-color: #05275f;
  color: #fff;
}

.woocommerce table.cart img {
  max-width: 100px;
}

.download .notice {
  color: hsl(0, 0%, 50%);
}

.download>li:not(:last-of-type) {
  margin-bottom: 10px;
}

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

.woocommerce-checkout-review-order-table .woocommerce-remove-coupon {
  display: none;
}

.woocommerce table.cart td.actions .coupon, .woocommerce-form-coupon-toggle, .sumo_available_points.rs_checkout_message {
  display: none;
}

#mainsubmi {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transition: all .3s;
  padding-left: 30px;
  padding-right: 30px;
}

#mainsubmi:hover {
  background-color: hsl(0, 0%, 20%);
  border-color: hsl(0, 0%, 20%);
  color: #fff;
}

.woocommerce-Address-title .edit {
  display: none;
}

.input-text[readonly] {
  background-color: hsl(0, 0%, 95%) !important;
  cursor: not-allowed;
}

#menu-countdown {
  display: inline-block;
  background-color: #f5d5b2;
  color: #001659;
  border-radius: 4px;
  padding: 3px 5px;
}

#menu-countdown-mobile {
  display: none;
  position: fixed;
  top: 56px;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #f5d5b2;
  color: #001659;
  text-align: center;
  padding: 3px;
}

.woocommerce-additional-fields {
  display: none;
}

@media (max-width: 1200px) {
  .category img {
    height: 35px;
  }

  .category {
    padding-left: 5px;
    padding-right: 5px;
  }

  .description .box {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .page {
    margin-top: 56px;
  }

  .mobile {
    display: block;
  }

  .navbar .form-inline {
    border-width: 0;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar .navbar-nav a {
    padding-left: 0;
    display: block;
  }

  .btn-cart.desktop {
    display: none;
  }

  .has-countdown #menu-countdown-mobile {
    display: block;
  }

  .has-countdown .page {
    margin-top: 83px;
  }
}

@media (max-width: 768px) {
  .page {
    margin-top: 56px;
  }

  .categories {
    padding-top: 10px;
  }

  .category img {
    height: 35px;
  }

  .product .right-col {
    text-align: left;
    padding-left: 5px;
  }

  .categories-wrap>.row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .categories-wrap>.row>div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .category {
    margin-bottom: 10px;
  }

  .btn-category {
    display: block;
  }

  .categories .categories-wrap {
    display: none;
  }

  .categories.active .categories-wrap {
    display: block;
  }

  .header {
    font-size: 30px;
  }

  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: auto;
  }

  .woocommerce .cart .button, .woocommerce .cart input.button {
    margin-left: 0;
  }

  .pagination {
    display: block !important;
  }

  .pagination>li {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .categories>.container>.row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .category img {
    height: 25px;
  }

  .category {
    padding-left: 5px;
    padding-right: 5px;
    border: 3px solid #fff;
  }

  .category:hover {
    border: 3px solid #e0e0e0;
  }

  .description .box {
    padding: 20px;
  }

  .header {
    font-size: 25px;
  }

  .go-buy {
    padding-top: 0;
  }
}
