::selection {
  background: rgba(209, 155, 116, 0.3);
}

::-moz-selection {
  background: rgba(209, 155, 116, 0.3);
}

.maxw-100 {
  max-width: 100%;
}

.maxw-95 {
  max-width: 95%;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid #a86637;
  border-radius: 50%;
}

.radio_options.disabled .form-check:hover {
  cursor: pointer;
}

.form-check {
  position: relative;
  padding-left: 1.25rem;
}
.form-check label {
  width: 100%;
  color: #986433;
}
.form-check:hover {
  cursor: pointer;
}
.form-check:hover input:not([Disabled]) ~ .checkmark {
  background-color: rgba(168, 102, 55, 0.2);
}
.form-check input:checked ~ .checkmark {
  border: 2px solid #a86637;
}
.form-check input:checked ~ .checkmark:after {
  display: block;
}
.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #a86637;
  transform: translate(-50%, -50%);
}

.form-group {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .form-group {
    margin: 0.5rem;
  }
}

.form-field label {
  color: #986433;
}
.form-field .form-input, .form-field .field__input {
  height: auto;
}
.form-field .form-input[Disabled], .form-field .field__input[Disabled] {
  padding-left: 0;
}
.info-address .form-input {
  line-height: 22px;
  height: 45px;
}

.radio_options label {
  color: black;
}

.form-input, .field__input {
  border: 1px solid #e8e8e8;
}

.required.error .form-input {
  border: 1px solid #f75a5b;
}

.form-input.is-invalid {
  border: 1px solid #f75a5b;
}

.form-input[disabled], .field__input[disabled] {
  background-color: transparent;
}

.radio_options:not(.disabled) {
  background-color: #fff;
}

.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.full_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

a {
  text-decoration: none;
}

.img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.cms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

button:hover, button:focus {
  outline: none;
}

.overdots {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.vh-100 {
  min-height: 100vh;
}

.mx-vw-100 {
  max-width: 100vh;
  margin: 0;
}

.animate {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.listStyle_dot li {
  position: relative;
  line-height: 2;
  padding-left: 1.5rem;
}
.listStyle_dot li:not(.list_link)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 8px;
  height: 8px;
  background: #5543d1;
  transform: translateY(-50%);
  border-radius: 50%;
}
.listStyle_dot .list_link .link {
  color: #5543d1;
}

.no-data {
  opacity: 0.5;
  padding-top: 2rem;
  text-align: center;
}
.no-data .text {
  font-weight: 600;
}
.no-data svg {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  background: #ddd;
  padding: 2rem;
  margin: auto;
}

.new_item {
  font-size: 1.25rem;
  color: #a86637;
  font-weight: bold;
}

.pagination__list .pagination-num .pagination__item:hover, .pagination__list .pagination-num .pagination__item.active {
  border: 1px solid #a86637;
}
.pagination__list .pagination__item-arrow {
  border-color: #b1b1b1;
}

.search-bar {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}
.search-bar .input-group-field {
  color: #323232;
  padding: 5px 11px 5px;
  width: calc(100% - 30px);
  border: none;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.search-bar .icon-search {
  background: rgba(255, 255, 255, 0);
  min-width: 30px;
  display: inline-flex;
  padding: 8px 10px 8px;
}

.nav-scroller {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* Remove the default scrollbar for WebKit implementations */
}
.nav-scroller::-webkit-scrollbar {
  display: none;
}
.nav-scroller .nav {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  -webkit-padding-start: 0px;
}
.nav-scroller .nav-link {
  display: inline-table;
  font-size: 16px;
}

.arrow {
  position: absolute;
  top: 0%;
  height: 100%;
  background: linear-gradient(270deg, #f3f5f9 10%, transparent);
  padding: 0 1.5rem 0 2.5rem;
  width: auto;
  display: flex;
  align-items: center;
}

.nav-prev {
  left: 0;
  left: 0;
  transform: rotate(180deg);
}
.nav-prev svg {
  margin-top: 2rem;
}

.nav-next {
  right: 0;
}
.nav-next svg {
  margin-bottom: 2rem;
}

.halo-block-slideshow .halo-row-carousel .slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.halo-block-slideshow .halo-row-carousel .slick-dots li button {
  background: transparent;
  border-color: #714b27;
}
.halo-block-slideshow .halo-row-carousel .slick-dots li.slick-active button {
  border-color: #714b27;
  background: #714b27;
}

body.fixed {
  overflow: hidden;
}

.nav-tabs {
  text-align: center;
  margin: 32px 0 20px;
  border-bottom: 1px solid #f4f4f4;
  justify-content: center;
}
.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  position: relative;
  text-align: left;
}
.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 15px 0px 15px;
  margin: 0px 15px;
  overflow: visible;
  position: relative;
  border: none;
  display: block;
  letter-spacing: 0.02em;
  color: #714b27;
}
.nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.5s ease;
  background: #714b27;
}
.nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}

.tab-content {
  min-height: 200px;
  font-size: 1rem;
}

.wrap-table dl {
  display: flex;
  margin-bottom: 6px;
  margin: 0;
  border-bottom: none;
  background: #efefef;
}
@media (max-width: 767px) {
  .wrap-table dl {
    display: block;
    padding: 1rem 0;
  }
}
.wrap-table dl:nth-child(odd) {
  background: #f9f9f9;
}
.wrap-table dl dt, .wrap-table dl dd {
  font-weight: 500;
  padding: 11px 10px 10px;
  color: black;
  letter-spacing: normal;
}
.wrap-table dl.list-title {
  color: black;
  background: rgba(249, 249, 249, 0.1);
}
.wrap-table dl.list-title dt, .wrap-table dl.list-title dd {
  line-height: auto;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  color: #4d2f19;
}
@media (max-width: 767px) {
  .wrap-table dl.list-title {
    display: none;
  }
}
.wrap-table .table_td {
  position: relative;
}
@media (max-width: 767px) {
  .wrap-table .table_td {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
  }
  .wrap-table .table_td::before {
    padding: 0 1rem 0 0.5rem;
    content: attr(data-title);
    min-width: 8rem;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    color: black;
  }
}

.button.button-1 {
  background-color: #714b27;
  border-color: #714b27;
  color: #ffffff;
}
.button.button-1:hover {
  background-color: #4b321a;
  border-color: #4b321a;
  color: #ffffff;
}

.button.button-2 {
  border-color: #714b27;
  color: #714b27;
}
.button.button-2:hover {
  background-color: #714b27;
  color: #fff;
}

.button.btn_shop, .link.btn_shop {
  min-width: 10rem;
  max-width: 240px;
  text-align: center;
  padding: 1rem 1rem 0.75rem;
  background: #986433;
}
.button.btn_shop .text, .link.btn_shop .text {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.button.btn_shop:hover, .link.btn_shop:hover {
  background: #a86637;
}

.page-wishlist .wishlist-items .wishlist-row .wishlist-add .btn-addtocart {
  height: auto;
  padding: 0.25rem 1rem;
  width: auto;
}

.button .button-1 {
  border: 1px solid #986433;
  color: #fff;
  background: #986433;
}
.button .button-2 {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #714b27;
  color: #714b27;
  transition: 0.3s all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button .button-2:hover {
  background-color: #714b27;
  color: #fff;
  transition: 0.3s all;
}

.imageuploadify.btn {
  opacity: 0;
}

.upload_btn {
  position: relative;
}

.imageuploadify.well {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  min-height: 5rem;
  overflow: hidden;
}
.imageuploadify.well .imageuploadify-images-list {
  padding: 10px 0;
}
.imageuploadify.well .imageuploadify-images-list i {
  display: none;
}
.imageuploadify.well .imageuploadify-images-list .imageuploadify-message {
  border-color: transparent;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #a86637 !important;
  opacity: 1;
  z-index: 2;
  position: relative;
}
.imageuploadify.well .imageuploadify-images-list .btn-default, .imageuploadify.well .imageuploadify-images-list .btn-default:active {
  margin: 0;
  border-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent !important;
  z-index: 3;
  background: transparent !important;
}
.imageuploadify.well .imageuploadify-images-list .btn-default:hover:not(.imageuploadify.well .imageuploadify-images-list .btn-default:active, .imageuploadify.well .imageuploadify-images-list .btn-default:active:active), .imageuploadify.well .imageuploadify-images-list .btn-default:hover:not(.imageuploadify.well .imageuploadify-images-list .btn-default:focus, .imageuploadify.well .imageuploadify-images-list .btn-default:active:focus), .imageuploadify.well .imageuploadify-images-list .btn-default:active:hover:not(.imageuploadify.well .imageuploadify-images-list .btn-default:active, .imageuploadify.well .imageuploadify-images-list .btn-default:active:active), .imageuploadify.well .imageuploadify-images-list .btn-default:active:hover:not(.imageuploadify.well .imageuploadify-images-list .btn-default:focus, .imageuploadify.well .imageuploadify-images-list .btn-default:active:focus) {
  background: transparent !important;
}
.imageuploadify.well .imageuploadify-images-list .imageuploadify-container {
  box-shadow: none;
  background: #fff;
  z-index: 4;
  border: 1px solid #ddd;
}
.imageuploadify.well .imageuploadify-images-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.imageuploadify.well:hover:not(.imageuploadify.well:hover:active), .imageuploadify.well:hover:not(.imageuploadify.well:hover:focus) {
  background: #986433 !important;
}
.imageuploadify.well:hover .imageuploadify-message {
  color: #fff !important;
}
.imageuploadify.well:hover .btn-default {
  background: transparent !important;
}

.ID_image {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  color: #848484;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  padding-top: 66.6666666667%;
}
.ID_image .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #986433;
}

.wrap_dropdown {
  position: relative;
  width: 100%;
  background: #fff;
}
.wrap_dropdown .shipping-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.wrap_dropdown .dropdown-shipping {
  width: calc(100% + 2px);
  display: flex;
  justify-content: flex-start;
  background: #fff;
  position: absolute;
  top: 10px;
  left: -1px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1490196078);
}
.wrap_dropdown .dropdown-shipping.show {
  top: calc(100% + 10px);
  opacity: 1;
  z-index: 9;
  overflow: visible;
}
.wrap_dropdown .dropdown-shipping .dropdown-item.active, .wrap_dropdown .dropdown-shipping .dropdown-item:active {
  background-color: #e9ecef;
  color: #232323;
}
.wrap_dropdown .disclosure {
  position: relative;
}
.wrap_dropdown .disclosure__list {
  width: 100%;
  z-index: 2;
  background: #ffffff;
}
.wrap_dropdown .disclosure__button {
  border: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
  padding: 9px 12px;
}
.wrap_dropdown .icon {
  width: 16px;
  height: 16px;
}
.wrap_dropdown .icon svg {
  width: 16px;
  height: 16px;
  stroke: initial;
  vertical-align: top;
  fill: #3c3c3c;
}
.wrap_dropdown .text {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.wrap_dropdown .text + svg {
  width: 10px;
  height: 10px;
}
.wrap_dropdown .dropdown-toggle::after {
  display: none;
}

.icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}

.wrap_dropdown.border {
  min-height: 45px;
  border: 1px solid #e8e8e8;
}

body.newsletter-show {
  padding-right: 0;
}
body.newsletter-show .halo-newsletter-popup {
  z-index: 999;
}
body[class*=popup-show], body[class*=sidebar-show], body.menu-sidebar_show {
  padding-right: 0;
}

.alert {
  min-width: 200px;
}
.alert [data-notify=icon] {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.alert-warning {
  background: #fff9ea;
  color: #ffc12d;
}

.accordion-item {
  cursor: pointer;
  background: rgba(233, 237, 236, 0.1);
  border: 1px solid #d3dbd8;
}
.accordion-item:first-of-type {
  border-radius: 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
  border-top: 1px solid #d3dbd8;
}
.accordion-item .item-heading {
  position: relative;
  display: inline-block;
  position: relative;
  color: #714b27;
  width: 100%;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 1rem;
  padding-right: 5rem;
  background: rgba(130, 79, 42, 0.1);
}
.accordion-item .item-heading .text {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 135px 5px 30px;
}
.accordion-item .arrow {
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  z-index: 2;
  padding: 3px;
  transition: all ease 0.55s;
  border: solid #232323;
  border-width: 0px 2px 2px 0px;
  transform: translateY(-50%) rotate(45deg);
}
.accordion-item .box-desc {
  padding: 0.5rem 1.25rem;
}
.accordion-item .link {
  vertical-align: middle;
}
.accordion-item .item-footer {
  background: #acacac;
}
.accordion-item .icon {
  opacity: 0.3;
  color: #b1b1b1;
}
.accordion-item.selected {
  border: 1px solid #986433;
  background: white;
}
.accordion-item.selected .icon, .accordion-item.selected .title {
  opacity: 1;
  color: #986433;
}

.faqs-item {
  background-color: #3c2814;
}
.faqs-item .text {
  color: #fff;
}
.faqs-item .icon-plus.arrow {
  border-color: #fff;
  background: none;
}
.faqs-item .desc-content {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.faqs-item .desc-demo {
  color: #fff;
}

.list-group-item {
  background: transparent;
}

.halo-popup.show-popup {
  width: 90%;
}
.halo-popup.open {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.halo-popup .halo-popup-close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 7px;
  background: #232323;
  z-index: 9;
}

body.popup-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.addtocart-popup-show .halo-addtocart-popup {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

#addtocart-popup-show {
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  z-index: 99;
}

.halo-addtocart-popup {
  position: relative;
  max-width: 340px;
  min-width: 300px;
  width: 50vw;
  transform: translateX(-50%);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  animation: addtocart-popup 0.3s ease;
  animation-fill-mode: forwards;
  margin: 1rem 0 1rem auto;
  top: unset;
}
.halo-addtocart-popup .halo-popup-wrapper {
  padding: 1.5rem 3rem;
}

@keyframes addtocart-popup {
  0% {
    bottom: -1rem;
  }
  100% {
    bottom: 1rem;
  }
}
.alert-success {
  background: #effaf2;
}

.alert-danger {
  background: #f9caca;
}

.form-field.notify {
  display: none;
}
.form-field.notify .alert-danger {
  padding: 0.5rem 1.25rem;
}

.articleBlockQuote {
  margin-top: 47px;
}
.articleBlockQuote .title {
  color: #3c3c3c;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.articleBlockQuote .articleBlockQuote-content {
  color: #3c3c3c;
  font-size: 12px;
}
.articleBlockQuote .articleBlockQuote-content.has-bg {
  padding: 20px;
  background-color: #fafafa;
}
.articleBlockQuote + .articleBlockQuote {
  margin-top: 40px;
}

.countdown {
  display: flex;
  text-align: center;
  padding: 1rem 0 3rem;
}
@media (max-width: 1199px) {
  .countdown {
    zoom: 0.9;
  }
}
@media (max-width: 767px) {
  .countdown {
    zoom: 0.8;
  }
}
.countdown__item {
  position: relative;
  margin-right: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #222;
  color: #f5f7fa;
  font-size: 1.5rem;
  font-weight: bold;
}
.countdown__item:not(.countdown__item:last-child):before, .countdown__item:not(.countdown__item:last-child):after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #222;
  box-shadow: 8px 8px 20px rgba(166, 176, 192, 0.8039215686), -8px -8px 20px rgba(224, 238, 255, 0.8039215686);
  border-radius: 50%;
  left: calc(100% + 0.5rem);
}
.countdown__item:not(.countdown__item:last-child):before {
  top: 25%;
}
.countdown__item:not(.countdown__item:last-child):after {
  bottom: 25%;
}

.announcement-bar {
  background: #d9b28d;
}
.announcement-bar .message, .announcement-bar .message a {
  color: #4b321a;
  font-size: 14px;
}

.header-4 {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-4 .header-center .menu-lv-item .menu-lv-1__action {
  width: auto;
  color: #714b27;
  padding: 30px 20px 28px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .header-4 .header-center .menu-lv-item .menu-lv-1__action {
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }
}
@media (min-width: 1200px) {
  .header-4 .header-center .menu-lv-item .menu-lv-1__action {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
.header-4 .header-right .header__iconItem .header__icon svg {
  fill: #986433;
}
.header-4 .header-right .header__iconItem .header__icon .cart-count-bubble {
  background: #714b27;
  width: 22px;
  height: 22px;
  line-height: 1.5;
}
.header-4 .header-right .header__iconItem .header__icon .cart-count-bubble .text-count {
  color: #fff;
}
.header-4 .header-right .header__iconItem .header__icon.hamburger-icon {
  margin-left: 15px;
}
.header-4 .header-right .header__iconItem .header__icon.hamburger-icon .icon-line, .header-4 .header-right .header__iconItem .header__icon.hamburger-icon .icon-line::before, .header-4 .header-right .header__iconItem .header__icon.hamburger-icon .icon-line::after {
  background: #986433;
  height: 1.5px;
}
.header-4 .header__logo .header__heading-link img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  max-width: unset;
}
.header-4 .header-right .header__iconItem .header__icon .cart-count-bubble .text-count {
  top: 0;
}
.header-4 .header-mobile {
  background: #fff;
}
.header-4 .header-mobile .header-mobile--icon {
  padding: 0 0.5rem;
}
.header-4 .header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link {
  max-width: unset;
  width: 100%;
}
.header-4 .header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link img {
  max-height: 60px;
  width: 100%;
  height: 100%;
}
.header-4 .header-mobile .header-mobile--icon + .header-mobile--icon {
  margin: 0;
}
.header-4 .header-mobile .header-mobile--icon svg {
  fill: #986433;
}
.header-4 .header-mobile .header-mobile--icon .mobileMenu-toggle {
  width: 20px;
}
.header-4 .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon, .header-4 .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::before, .header-4 .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::after {
  background: #986433;
  height: 1.5px;
}

.halo-toolbar-bottom-mobile {
  padding: 1rem 2rem 0.5rem;
}
.halo-toolbar-bottom-mobile .halo-toolbar-wrapper {
  justify-content: space-around;
}
.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .label {
  line-height: 1rem;
  color: #986433;
  text-align: center;
}
.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .icon--cart .cart-count-bubble {
  background: #714b27;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link svg {
  fill: #986433;
}

.halo-search-popup .halo-popup-content .button.icon-search {
  padding: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.header__logo {
  max-width: 15vw;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action span {
  width: auto;
}

.footer .footer-top {
  background: #f0e1d2;
}
.footer .footer-top .footer-block__heading {
  color: #986433;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-block__heading::after, .footer .footer-top .footer-block__heading::before {
    background-color: #986433;
  }
}
.footer .footer-top .footer-link, .footer .footer-top .desc, .footer .footer-top .contact-info a, .footer .footer-top .list-social .list-social__link {
  color: #352312;
}
.footer .footer-top .list-social .list-social__link svg {
  fill: black;
}
.footer .footer-top .list-social .list-social__link svg:hover {
  fill: #3a2313;
}
.footer .footer-top .contact-info a:hover {
  color: #3a2313;
}
.footer .footer-top .list-unstyled {
  pointer-events: auto;
}
.footer .footer-top .list-unstyled li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer .footer-top {
  padding: 2.5rem 22px 1rem;
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 5vh 22px 3vh;
  }
}
.footer .footer-logo {
  max-height: 72px;
  max-width: 210px;
  margin-bottom: 0.5rem;
}
.footer .footer-block__list-social {
  margin-top: 0;
}
.footer .list-social .list-social__item {
  margin: 0 10px 6px 0;
}
.footer .list-social__link {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #a86637, #d19b74);
  border-radius: 5rem;
  padding: 0.5rem;
  text-align: center;
}
.footer .list-social__link svg {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .footer-block__newsletter-form .field__input {
  background: #f4f4f4;
  border-radius: 5rem;
}
.footer .mail__heading {
  font-weight: normal;
}
.footer .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
  background: linear-gradient(45deg, #a86637, #d19b74);
  border-radius: 5rem;
  color: #f4f4f4;
}
.footer .footer-top .footer-block__heading.pb-0 {
  padding-bottom: 0 !important;
}

.footer-top .copy-right {
  border-top: 1px solid #fff;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .footer-top .copy-right {
    border-bottom: 0;
  }
}

.footer-4 .footer-bottom.drinkdrive_sign {
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background: #a86637;
  padding: 1rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-4 .footer-bottom.drinkdrive_sign {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer-4 .footer-bottom.drinkdrive_sign {
    font-size: 1.5rem;
  }
}
.footer-4 .footer-bottom.drinkdrive_sign .icon {
  margin: 0 0.5rem;
  width: 2rem;
  height: 2rem;
}

body, html {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal;
  width: 100vw;
  background: #eff2f1;
  position: relative;
}
@media (min-width: 576px) {
  body, html {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body, html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body, html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body, html {
    font-size: 16px;
  }
}

body {
  color: black;
}
body::-webkit-scrollbar {
  display: none;
}
body.innerPage {
  background: #f3f5f5;
}
body.account {
  background: #f7f9f8;
}

main {
  min-height: 75vh;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: #a86637;
}

.bg-cover {
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}

::root {
  scrollbar-width: thin;
}

img {
  width: 100%;
}

.hr {
  border-bottom: 1px solid #714b27;
}

.link {
  line-height: unset;
}

.mark {
  background: rgba(168, 102, 55, 0.2);
}

.image-adapt {
  padding-top: 100%;
}

.collection-banner .page-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}

.halo-cart-sidebar .previewCartList .previewCartItem {
  flex-wrap: nowrap;
}

.collection-template-right-sidebar .page-sidebar {
  margin-top: 0;
}

.mobileMenu-toggle__Icon {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  transition: background-color 10ms ease-in 0.1s;
  content: "";
  display: block;
  height: 1.5px;
  width: 100%;
  position: absolute;
  background-color: #986433;
  transform: rotate(0);
  transition: top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
}
.mobileMenu-toggle__Icon:before, .mobileMenu-toggle__Icon::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #986433;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
  transition: top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
}
.mobileMenu-toggle__Icon:before {
  top: -8px;
}
.mobileMenu-toggle__Icon::after {
  bottom: -8px;
}

.mobileMenu-toggle {
  width: 28px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  z-index: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  color: #986433;
}

body.search_sidebar-show {
  overflow: hidden;
}
body.search_sidebar-show .halo-search-popup {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
body.search_sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-search-popup .halo-popup-close {
  left: 100%;
  bottom: 100%;
  top: auto;
  right: auto;
}

.halo-sidebar {
  bottom: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.halo-sidebar .previewCart {
  min-height: calc(100vh - 75px - 332px);
  min-height: calc(var(--vh, 1vh) * 100 - 75px - 332px);
}
@media (max-width: 767px) {
  .halo-sidebar .previewCart {
    min-height: calc(100vh - 75px - 230px);
    min-height: calc(var(--vh, 1vh) * 100 - 75px - 230px);
  }
}

.page-sidebar .sidebarBlock-content .nav li.active a {
  color: #a86637;
  font-size: 1rem;
}

.halo-sidebar .previewCartInfo {
  padding-top: 1rem;
  border-top: 1px solid #b1b1b1;
}

.halo-block-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.halo-block-header .title {
  margin: 0;
}
.halo-block-header .title .text {
  width: auto;
  padding-left: 0;
  background: none;
}
.halo-block-header .title::before {
  display: none;
}
.halo-block-header .img_title.title img {
  max-height: 4rem;
  margin: auto;
}
.halo-block-header .img_title.title:before {
  display: none;
}

.halo-block {
  margin: 0;
  padding: 45px 0 75px;
}

.halo-block-instagram {
  background: transparent;
}

.index-section {
  position: relative;
  z-index: 0;
  padding: 10vh 0;
}
@media (max-width: 991px) {
  .index-section {
    padding: 6vh 0;
  }
}
.index-section .wrapper-item {
  position: relative;
  overflow: hidden;
}

.section-banner .banner-button {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .section-banner .content-box {
    left: calc((100% - 1170px) / 2);
  }
}

.index-section.section-type .nav {
  padding: 0 5rem 0 10rem;
}
@media (max-width: 991px) {
  .index-section.section-type .nav {
    padding: 0 2rem 0 1rem;
  }
}
.index-section.section-type .nav-link {
  padding: 0rem 1.4rem;
  text-align: center;
}
.index-section.section-type .item {
  margin-bottom: 0.25rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  border: 1px solid #e1e7e5;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .index-section.section-type .item {
    width: 6rem;
    height: 6rem;
  }
}
.index-section.section-type .text {
  color: #714b27;
  font-size: 1.2rem;
  line-height: 2.25;
}
.index-section.section-type .nav-link:nth-child(10n+1) .item {
  background-color: hsl(10deg, 100%, 89%);
}
.index-section.section-type .nav-link:nth-child(10n+2) .item {
  background-color: hsl(135deg, 100%, 78%);
}
.index-section.section-type .nav-link:nth-child(10n+3) .item {
  background-color: hsl(227deg, 90%, 97%);
}
.index-section.section-type .nav-link:nth-child(10n+4) .item {
  background-color: hsl(190deg, 100%, 93%);
}
.index-section.section-type .nav-link:nth-child(10n+5) .item {
  background-color: hsl(277deg, 100%, 96%);
}
.index-section.section-type .nav-link:nth-child(10n+6) .item {
  background-color: hsl(166deg, 97%, 99%);
}
.index-section.section-type .nav-link:nth-child(10n+7) .item {
  background-color: hsl(25deg, 100%, 84%);
}
.index-section.section-type .nav-link:nth-child(10n+8) .item {
  background-color: hsl(47deg, 100%, 93%);
}
.index-section.section-type .nav-link:nth-child(10n+9) .item {
  background-color: hsl(95deg, 100%, 79%);
}
.index-section.section-type .nav-link:nth-child(10n+10) .item {
  background-color: hsl(210deg, 100%, 83%);
}

@media (max-width: 991px) {
  .hotProduct-block .product-item .product-card {
    width: 37vw;
    max-width: 300px;
  }
}

.halo-custom-text, .halo-policies-block {
  margin: 1rem 0;
  padding: 0 1rem;
}
.halo-custom-text .halo-row-policies, .halo-policies-block .halo-row-policies {
  background-color: rgba(229, 194, 175, 0.231372549);
  margin: 0;
}
.halo-custom-text .wrapper-policies-content, .halo-policies-block .wrapper-policies-content {
  padding: 2rem 2rem 1rem;
}
.halo-custom-text .content:hover .desc, .halo-policies-block .content:hover .desc {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.halo-custom-text .before-border::before, .halo-policies-block .before-border::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 45px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: #714b27;
}
.halo-custom-text .title, .halo-policies-block .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #714b27;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 8px;
}
.halo-custom-text .title .text, .halo-policies-block .title .text {
  position: relative;
  z-index: 9;
}
.halo-custom-text .title .text::before, .halo-policies-block .title .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  width: calc(100% + 16px);
  height: 24px;
  margin-left: -8px;
  background-color: #fff;
  z-index: -1;
}
.halo-custom-text .title .text.desc-2::before, .halo-policies-block .title .text.desc-2::before {
  background-color: #f9ede1;
}
.halo-custom-text .title .text.desc-3::before, .halo-policies-block .title .text.desc-3::before {
  background-color: #fbded6;
}
.halo-custom-text .desc, .halo-policies-block .desc {
  line-height: 30px;
  letter-spacing: 0;
  color: #714b27;
}

.ranking-block .product-card .product-card-top {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ranking-block .wrap_item .col-md-6:nth-child(2) .product-item:not(:first-child) {
    display: none;
  }
}

.saleTime-block.halo-block-five-banner {
  background: rgba(209, 155, 116, 0.5);
  padding: 5rem 0;
}
.saleTime-block.halo-block-five-banner .product-card {
  padding: 0 5px;
}
@media (min-width: 992px) {
  .saleTime-block.halo-block-five-banner .product-card {
    padding: 0 1rem;
  }
  .saleTime-block.halo-block-five-banner .product-card .product-item {
    padding: 0 2rem;
    margin-bottom: 0;
  }
}
.saleTime-block.halo-block-five-banner .product-item .product-card .card-product__group.group-right {
  bottom: 1.5rem;
  right: 1rem;
}
@media (max-width: 991px) {
  .saleTime-block.halo-block-five-banner .product-item .product-card .card-product__group.group-right {
    bottom: 2rem;
  }
}
.saleTime-block.halo-block-five-banner .product-card-media, .saleTime-block.halo-block-five-banner .image-adapt {
  height: 100%;
}
.saleTime-block.halo-block-five-banner .product-item, .saleTime-block.halo-block-five-banner .product-item:first-child {
  margin-bottom: 2rem;
}
.saleTime-block.halo-block-five-banner .product-card {
  margin: auto;
}
.saleTime-block.halo-block-five-banner .product-card .image {
  display: block;
}
.saleTime-block.halo-block-five-banner .product-card .image-adapt {
  padding-top: 100%;
}
@media (max-width: 1440px) {
  .saleTime-block.halo-block-five-banner .product-card-bottom {
    padding-top: 4rem;
  }
  .saleTime-block.halo-block-five-banner .product-card-bottom .countdown {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .saleTime-block.halo-block-five-banner .product-card-bottom {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .saleTime-block.halo-block-five-banner .product-card-bottom {
    min-height: 300px;
  }
}
.saleTime-block.halo-block-five-banner .saleTime-badge {
  font-size: 1.25rem;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: -1rem;
  right: 1rem;
  white-space: unset;
  padding: 0.75rem;
  line-height: 1.25;
  border-radius: 0;
  background: #986433;
  z-index: 9;
}
@media (max-width: 991px) {
  .saleTime-block.halo-block-five-banner .countdown {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .saleTime-block.halo-block-five-banner .countdown {
    position: relative;
    margin-top: -2rem;
    padding-top: 0;
    padding-bottom: 1.25rem;
    z-index: 9;
  }
}

.card__badge.badge-left {
  top: 0.5rem;
  left: 0.5rem;
}

.section-product-ad .content-box {
  transition: 0.3s ease;
  top: 120%;
}
.section-product-ad .halo-row-item:hover .content-box {
  top: 85%;
}

.section-lookbook .halo-row-item:first-child {
  margin-bottom: 0;
}
.section-lookbook .halo-row-item .img-box + .img-box {
  margin-top: 0;
}
.section-lookbook .halo-row-item .img-box {
  margin: 0 auto 2rem;
}
@media (max-width: 991px) {
  .section-lookbook .halo-row-item .img-box {
    margin-bottom: 1rem;
  }
}

.halo-block-product.load-block .halo-row-item .img-box {
  margin: 0 auto 1rem;
}
@media (min-width: 1200px) {
  .halo-block-product.load-block .halo-row-item:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .halo-block-product.load-block .halo-row-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .halo-block-product.load-block .halo-row-item:nth-child(n+5) {
    display: none;
  }
}
.halo-block-product.load-block .halo-row-item .product-card-bottom {
  min-height: 150px;
}
.halo-block-product.load-block .halo-row-item .product_title {
  min-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.show-more img {
  max-width: 2rem;
  margin: 0 auto;
}

.index-section .halo-block-header {
  margin-bottom: 1.5rem !important;
}
.index-section .halo-block-header .view_all {
  margin-bottom: 0 !important;
}

.list-categories-2 .collection-list-item {
  margin-bottom: 3rem;
  padding: 0 16px;
}
.list-categories-2 .collection-list-item .image {
  background: #fff;
}
.list-categories-2 .collection-list-item img {
  object-fit: contain;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  max-width: 80%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .list-categories-2 .collection-list-item img {
    max-width: 100%;
  }
}
.list-categories-2 .collection-list-item .img-box, .list-categories-2 .collection-list-item .content-box {
  padding: 0 5px;
}
.list-categories-2 .collection-list-item .collections-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5cbb2;
  border-color: #e5cbb2;
}
.list-categories-2 .collection-list-item .collections-wrapper .halo-row-item {
  padding: 0 5px;
}
.list-categories-2 .collection-list-item .desc {
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.list-categories-2 .collection-list-item .button {
  max-width: calc(100% - 2rem);
}
.list-categories-2 .collection-list-item:hover .desc {
  color: #352011;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.list-categories-2 .collection-list-item:hover .button.button-1 {
  background: none;
  border: 1px solid #a86637;
  color: #a86637;
}

.product-item {
  margin-bottom: 1.5rem;
}

.product-card .product-card-media {
  position: relative;
  z-index: 9;
}
.product-card .card-product__group .card-icon.wishlist-added {
  color: #a86637;
}
.product-card .icon-wrap {
  opacity: 0;
}
@media (max-width: 991px) {
  .product-card .icon-wrap {
    opacity: 1;
  }
}
.product-card .product-card-top .image {
  position: relative;
  margin: auto;
  max-width: 500px;
}
.product-card .product-card-top img + img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-card:hover .icon-wrap {
  opacity: 1;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .hotProduct-carousel .product-card {
    display: block;
  }
}
@media (max-width: 991px) {
  .hotProduct-carousel .image {
    display: block;
    max-width: 40vw;
  }
}

.hotProduct-carousel .slick-slide {
  margin: 0 0.5rem;
}

.product-item .product-card {
  padding: 0 1rem;
  position: relative;
  background: #fff;
}
.product-item .product-card .card-product__group {
  opacity: 1;
  visibility: visible;
  display: block;
}
.product-item .product-card .card-product__group.group-right {
  top: auto;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 9;
}
.product-item .product-card .product-card-information .product_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.product-item .product-card .product-card-information .card-price {
  justify-content: flex-start;
}
.product-item .product-card .product-card-information .price-label, .product-item .product-card .product-card-information .text {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.9rem;
  font-weight: 500;
}
.product-item .product-card .product-card-information .money {
  font-size: 1rem;
  vertical-align: bottom;
}
.product-item .product-card .card-action {
  width: 90%;
  left: 5%;
}
.product-item .product-card .card-action .button {
  border-color: #a86637;
  color: #a86637;
}
@media (max-width: 991px) {
  .product-item .product-card .card-action {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    bottom: -15px;
  }
}
.product-item .product-card .product-card-bottom {
  position: relative;
  padding-bottom: 1.5rem;
}
.product-item .product-card:hover .card-action .button {
  background: rgba(242, 227, 216, 0.8);
}
.product-item .wrap_bottom {
  position: relative;
  padding: 0 0.2rem;
}
.product-item .wrap_bottom .icon-wrap {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.product-item .wrap_bottom .icon-wrap svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #a86637;
  stroke: none;
}

.card-price {
  display: block;
  text-align: left;
}
.card-price.price__sale {
  display: flex;
  align-items: center;
}

.price-item {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: black;
}
.price-item.empire {
  color: #986433;
}
.price-item.empire .money {
  color: black;
}
.price-item .price-item--regular, .price-item .price__last {
  display: inline-block;
}
.price-item .price-label, .price-item .money {
  display: inline;
  vertical-align: middle;
}

.page-product:not(.search) .collection-information {
  border-bottom: 1px solid #e6e6e6;
}

.page-product .halo-collection-content .collection-banner {
  background-size: 100%;
  background-position: center top;
}
.page-product .halo-collection-content .collection-banner .content-box--absolute {
  left: 0;
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
  padding: 1rem;
}
.page-product .halo-collection-content .collection-banner .breadcrumb {
  justify-content: flex-start;
}
.page-product .productView-information .productView-thumbnail-link img {
  border: 1px solid transparent;
}
.page-product .productView-information .slick-current .productView-thumbnail-link img {
  border: 1px solid #714b27;
}
.page-product .productView-variants .product-form__label {
  margin-bottom: 0;
}
.page-product.detail {
  background: #f3f5f5;
}
.page-product.detail .share-button, .page-product.detail .nav-tabs .nav-link.active {
  background-color: transparent;
}
.page-product .productView-info-item .productView-info-name {
  margin-right: 0.25rem;
}
.page-product .productView-info-item .productView-info-value {
  font-weight: bold;
}

.productView-tab {
  background-color: #fff;
}

@media (max-width: 767px) {
  .productView-information {
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .productView-information {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .productView-images {
    max-width: 70%;
    margin: auto;
  }
}

.card__badge .badge {
  color: #fff;
}
.card__badge .badge.sale-badge {
  background: #986433;
}
.card__badge .badge.new-badge {
  background: #a86637;
  color: #fff;
}

.page-wishlist .wishlist-rowHeading {
  background: #fafafa;
}
.page-wishlist .wishlist-rowHeading .wishlist-price {
  text-align: left;
}
.page-wishlist .wishlist-items .wishlist-row, .page-wishlist .wishlist-rowHeading {
  grid-template-columns: 12% 38% 15% 20% 15%;
}
.page-wishlist .wishlist-items {
  background: #fff;
}
.page-wishlist .wishlist-items .wishlist-row {
  position: relative;
  min-height: 100px;
}
.page-wishlist .wishlist-items .wishlist-row > *:not(.wishlist-image) {
  align-items: start;
  margin-top: 0;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-wishlist .wishlist-items .wishlist-row .wishlist-remove {
    position: absolute;
    right: 1rem;
    top: 0rem;
    left: auto;
  }
}

.productView-information .previewCartAction .previewCartGroup .previewCartGroup-top .productView-wishlist a svg {
  fill: #714b27;
}

#tab-review .spr-form-title {
  font-size: 1.75rem;
  margin: 1.5rem 0 0.75rem;
}
#tab-review .spr-form {
  margin-top: 1rem;
  width: 100%;
  padding: 2px 1.5rem 1rem;
  background: #f3f5f5;
  max-width: none;
}
#tab-review .spr-form .spr-starrating {
  margin-top: -1rem;
  display: block;
}

#tab-review .spr-reviews .spr-review, .spr-reviews .spr-review {
  padding-bottom: 20px;
}
.spr-reviews .spr-review-header-byline {
  display: block;
  margin-bottom: 0.5rem;
}
.spr-reviews .spr-review_reply {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  background: rgba(177, 177, 177, 0.15);
  padding: 0.5rem;
  width: 100%;
  margin-top: 1.5rem;
}
.spr-reviews .store_neme {
  margin-bottom: 0;
  min-width: 40px;
  font-size: 12px;
  color: #b1b1b1;
  line-height: 1.5;
}
.spr-reviews .spr-review-content-body {
  width: 100%;
  line-height: 1.5;
}

.sale_item {
  color: #b1b1b1;
}
.sale_item .text_num {
  color: #986433;
}

.productView-rating .spr-icon.spr-icon-star::before, .review-rating .spr-icon.spr-icon-star::before {
  color: #ff8853;
}

.spr-starrating .spr-icon {
  margin-left: -3px;
}

/*# sourceMappingURL=custom-home.css.map */
