.bread-crumb__container {
  margin-bottom: 2em;
}
.ant-btn {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  padding: 0 25px;
  margin: 15px 0;
}
.ant-btn:hover {
  box-shadow: 0.1em 0.1em 0.5em #808285;
  transition: box-shadow 0.2s ease-in-out;
}
.ant-btn .icon {
  padding-right: 0.7em;
}
.ant-btn-disabled {
  background: none !important;
  cursor: default;
}
.ant-btn-disabled:hover {
  box-shadow: none;
  transition: none;
}
.ant-btn-primary {
  background: linear-gradient(to left, #ffc500 0%, #c21500 100%) !important;
}
.ant-btn-primary:disabled {
  background: #e5e5e5 !important;
  cursor: default;
}
.ant-btn-primary:disabled:hover {
  background: #e5e5e5 !important;
}
.ant-btn-primary:active {
  background: linear-gradient(to right, #ffc500 0%, #c21500 100%) !important;
  background-position: left center;
  color: #fff;
}
.ant-btn-primary:hover {
  background: linear-gradient(to right, #ffc500 0%, #c21500 100%) !important;
  background-position: left center;
  color: #fff;
}
.secondary {
  background-color: transparent !important;
  border: 3px solid #ffc500 !important;
  color: #ffc500 !important;
}
.secondary:active {
  background-color: #ffc500 !important;
  background-position: left center !important;
  border: none !important;
  color: #fff !important;
}
.secondary:hover {
  background-color: #ffc500 !important;
  background-position: left center !important;
  border: none !important;
  color: #fff !important;
}
.ant-btn-flat {
  background-color: transparent;
  color: #ffab40;
}
.ant-btn-flat:hover {
  box-shadow: none;
  transition: none;
}
.ant-btn-flat:active {
  background-color: transparent;
  transition: none;
}
.ant-btn-flat.btn-disabled {
  background-color: transparent !important;
}
.shop-again-btn {
  background-color: #f05e23;
  margin: 2em;
  border-radius: 20px;
  font-size: 0.9em;
  width: 200px;
}
.is-loading-btn .anticon {
  display: none;
}
.checkbox-group {
  display: flex;
  flex-flow: row wrap;
}
.checkbox-group__container {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.checkbox-group__label {
  flex: 0 1 100%;
}
.checkbox-group__option {
  flex: 0 1 auto;
  margin: 0px;
}
.checkbox-group__option--half {
  flex: 0 50%;
  margin: 11px 0 20px !important;
}
.ant-divider {
  background: #e8e8e8;
}
.ant-input {
  background: #fff;
}
.input-number {
  width: 100%;
}
.input-range {
  width: 100px !important;
  text-align: center;
}
.input-range.last-field {
  border-left: 0;
}
.input-range-separator {
  width: 30px !important;
  border-left: 0;
  pointer-events: none;
  background-color: #fff;
}
.modal__loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background: rgba(0, 0, 0, 0.45);
}
.modal__loading--hidden {
  display: none;
}
.modal .fa-close {
  color: #999;
  cursor: pointer;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .fa-close:hover {
  color: #c00;
}
.modal .description {
  white-space: pre-wrap;
}
.picker__container {
  width: 100%;
}
.picker__popup {
  z-index: 10000 !important;
  position: absolute;
}
.radio-group {
  display: flex;
  flex-flow: row wrap;
}
.radio-group__container {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
}
.radio-group__label {
  flex: 0 1 100%;
}
.radio-group__option {
  flex: 1 1 auto;
  margin: 3px;
}
.range-picker {
  display: flex;
  flex-flow: row wrap;
}
.range-picker__group {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
}
.range-picker__group-separator {
  flex: 0 1 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-component__container,
.select-component__label,
.select-component__dropdown {
  width: 100%;
}
.ant-select-selection {
  border: 1px solid #eeee;
}
.spinner {
  text-align: center;
}
.spinner > div:first-child {
  background-color: transparent;
  font-size: 2em;
}
.steps__contents {
  box-sizing: border-box;
  padding: 2em 0;
}
.steps__actions {
  margin-top: 2em;
}
.steps__actions-left {
  margin-right: 0.7em;
}
.steps__actions-right,
.steps__actions-check {
  margin-left: 0.7em;
}
.table {
  background: white;
  line-height: 1;
}
.toggle {
  display: flex;
  flex-flow: row wrap;
}
.toggle__container {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
}
.toggle__label {
  flex: 0 1 100%;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: auto;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-dots {
  border-radius: 40px;
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
  position: inherit;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.ant-carousel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  list-style: none;
  margin: 0 3px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  background: #626262;
  border-radius: 7.5px;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 15px;
  opacity: 0.3;
  outline: none;
  padding: 0;
  transition: all 0.5s;
  width: 15px;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background-color: #000;
  opacity: 1;
  width: 15px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
input::placeholder {
  color: #aaa;
}
.ant-input {
  appearance: none;
  border-radius: 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  flex: 1;
  height: auto;
  margin: 0;
  outline: none;
  padding: 0.7em;
}
.ant-modal {
  padding-bottom: unset;
}
@media (max-width: 767px) {
  .ant-modal-wrap .ant-modal {
    top: auto;
    padding-bottom: initial;
  }
}
.modal-transparent {
  background: transparent;
}
.modal-transparent .ant-modal-content {
  background-color: transparent;
  background-clip: unset;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
}
.modal-transparent .ant-modal-content .ant-modal-close {
  color: white;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: unset;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  border-top: 1px solid #808285;
  transform: translateY(40%);
}
.ant-input-number {
  height: unset;
}
.ant-input-number .ant-input-number-input {
  height: unset;
  padding-top: unset;
}
body {
  all: unset;
}
.ant-form-item {
  font-size: 0.9em;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.special div[id*='gb-widget'] {
  display: none !important;
}
.doc-pdf-identifier {
  color: black;
  font-family: Sans-Serif;
  padding: 30px 50px 20px;
  width: 700px;
}
@media screen and (min-width: 750px) {
  .preview {
    width: 300px;
    /* width of container */
    height: 300px;
    /* height of container */
    overflow: hidden;
  }
}
.preview img {
  margin: 10px auto;
}
html,
body {
  font-family: 'Sarabun' !important;
  height: 100%;
  margin: 0;
}
html div[id*='gb-widget'],
body div[id*='gb-widget'] {
  z-index: 1;
  bottom: 50px;
}
@media screen and (max-width: 426px) {
  html div[id*='gb-widget'],
  body div[id*='gb-widget'] {
    bottom: 100px;
  }
}
.container {
  height: 100%;
}
.maintenance {
  background-color: #069991;
  position: absolute;
  width: 100%;
}
.maintenance img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .maintenance img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
.menu-item--secondary {
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 1em;
}
.menu-item--secondary:hover {
  opacity: 0.6;
}
.menu-item--secondary:focus-visible {
  outline: none;
  color: #FF0000 !important;
}
.menu-item--secondary .fas {
  padding-right: 0.5em;
}
.menu-item--secondary:last-child {
  margin-bottom: 8em;
}
.menu-subheading,
.menu-subheading-icon {
  cursor: default;
  font-size: 1.4em;
  margin-top: 0;
  text-align: center;
}
.menu-subheading:hover,
.menu-subheading-icon:hover {
  opacity: 1;
}
.menu-subheading-icon .fas {
  padding: 0;
}
.membership-modal .ant-modal-content {
  background-color: #eee;
  font-size: 1em;
}
.membership-modal .ant-modal-content .membership-modal-body {
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}
.membership-modal .ant-modal-content .membership-modal-body .membership-modal-title {
  display: flex;
  flex-direction: row;
  font-size: 1.25em;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-align: center;
}
.membership-modal .ant-modal-content .membership-modal-body .membership-point-conditions {
  color: #424242;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.membership-modal .ant-modal-content .membership-modal-body .point-balance {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.7em;
  padding: 0.5em 1em;
  text-align: left;
}
.membership-modal .ant-modal-content .membership-modal-body .point-balance .point-balance-amount {
  font-size: 1.25em;
  font-weight: 800;
  margin-left: 0.5em;
}
.membership-modal .ant-modal-content .membership-modal-body .point-conversion {
  color: #c00;
  font-size: 0.8em;
}
.membership-modal .ant-modal-content .membership-modal-body .maximum-point {
  color: #c00;
  font-size: 0.8em;
}
.membership-modal .ant-modal-content .membership-modal-body .point-box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
  text-align: left;
}
.membership-modal .ant-modal-content .membership-modal-body .point-box > .ant-form-item {
  margin-bottom: 10px;
}
.membership-modal .ant-modal-content .membership-modal-body .point-box .point-confirmation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-height: 480px) {
  .membership-modal .ant-modal-content .membership-modal-body .membership-modal-title {
    margin-bottom: 0.25em;
    padding: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .membership-modal .ant-modal-content .membership-modal-body .membership-modal-title {
    font-size: 1.5em;
  }
  .membership-modal .ant-modal-content .membership-modal-body .membership-point-conditions {
    font-size: 0.9em;
  }
  .membership-modal .ant-modal-content .membership-modal-body .point-balance {
    padding: 0.5em 1.75em;
  }
  .membership-modal .ant-modal-content .membership-modal-body .point-balance .point-balance-amount {
    margin-left: 2.25em;
  }
  .membership-modal .ant-modal-content .membership-modal-body .point-box {
    padding: 0.5em 1.75em;
  }
  .membership-modal .ant-modal-content .membership-modal-body .point-box .point-confirmation-btn {
    font-weight: 60;
  }
}
.card {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 2.5px 2.5px #e5e5e5;
  padding: 15px;
}
.card .card--title {
  color: #f93;
  font-size: 1.2em;
  margin-top: 0;
}
.card .card--title .fa-stack {
  margin-right: 0.4em;
}
.card .card--content {
  box-sizing: border-box;
}
.card input {
  font-size: 0.9em;
}
.card .additional-note {
  color: #626262;
  font-size: 0.75em;
  margin-bottom: 1em;
}
.counter {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 1.1em;
}
.counter .title {
  align-self: center;
  padding-right: 0.8em;
}
.counter .fa-minus,
.counter .fa-plus {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0.05em 0.05em 0.1em #808285;
  color: #626262;
  cursor: pointer;
  padding: 0.7em 1em;
}
.counter .disabled {
  color: #c4c4c4;
  cursor: not-allowed;
}
.counter .input-container {
  margin: 0 1em;
  width: 4.5em;
}
.counter .input-container .count {
  flex: none;
  font-size: 0.92em;
  text-align: center;
  width: 100%;
}
.maps-container {
  height: 400px;
}
.maps-map {
  height: 100%;
}
.maps-searchbox {
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-size: 14px;
  height: 40px;
  margin: 10px;
  outline: none;
  padding: 5px 15px;
  position: relative;
  text-overflow: ellipses;
  width: 98.5%;
}
.spinner {
  font-size: 10px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 50px;
}
.spinner > div {
  background-color: #999;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.placeholder {
  background: #f8f8f8;
  height: 200px;
  margin: 10px 0;
  padding-top: 80px;
}
.radio-label {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
.radio-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}
.radio-group .radio-option {
  padding: 0 0.7em;
}
.radio-group .radio-option input {
  box-sizing: border-box;
  margin-right: 0.7em;
}
.sticker {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: bold;
  position: absolute;
}
.sticker .sticker-lines {
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px #aaa;
}
.sticker .sticker-lines > div {
  left: 30%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sticker .sticker-lines .sticker-line1 {
  left: 22%;
  top: 27%;
}
.sticker .sticker-lines .sticker-line2 {
  left: 35%;
  top: 43%;
}
.sticker .sticker-lines .sticker-singleline-small {
  font-size: 90%;
}
.sticker .sticker-lines .sticker-line1-small {
  font-size: 60%;
}
.manual-transfer-modal .warning {
  background-color: #ffe57f;
  border: 1px solid #ffab40;
  border-radius: 5px;
  box-sizing: border-box;
  color: #c00;
  font-size: 0.8em;
  padding: 0.5em;
}
.manual-transfer-modal .warning .fa-exclamation-circle {
  box-sizing: border-box;
  padding-right: 0.5em;
}
.manual-transfer-modal .bank-details {
  margin-top: 1.5em;
  text-align: center;
}
.manual-transfer-modal .bank-details .bank-account-number {
  color: #007a33;
  margin: 1em 0;
}
.manual-transfer-modal .manual-confirmation-btn-container {
  margin-top: 1em;
  text-align: center;
}
.manual-transfer-modal .manual-confirmation-btn-container .manual-confirmation-btn {
  background-color: transparent;
  color: #427ae3;
  font-size: 1em;
}
.manual-transfer-modal .manual-confirmation-btn-container .manual-confirmation-btn:hover {
  box-shadow: none;
  transition: none;
}
.manual-transfer-modal .manual-confirmation-btn-container .manual-confirmation-btn:active {
  background-color: transparent;
  transition: none;
}
.product-detail-modal .ant-modal-body .product-detail {
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-detail-modal .ant-modal-body .product-detail .codes {
  background-color: #CC0000;
  border-radius: 48px;
  color: white;
  font-size: 0.8em;
  padding: 2px 6px;
  width: fit-content;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 0;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .watch-video {
  color: #1a2b6d;
  font-size: 0.8em;
  padding-bottom: 1em;
  text-align: center;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .watch-video .fa-stack {
  margin-right: 0.5em;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .watch-video:hover {
  cursor: pointer;
  text-decoration: underline;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .full-width .slick-current {
  width: 100% !important;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image {
  text-align: center;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image .hoverable:hover {
  cursor: pointer;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image .responsive {
  align-self: center;
  color: #fff;
  display: block;
  font-size: 8em;
  height: auto;
  margin: auto;
  max-width: 300px;
  text-align: center;
  width: 100%;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image .fa-stack {
  display: none;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image-skeleton {
  min-height: 300px;
}
.product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image:hover .fa-stack {
  display: inline-block;
  color: #999;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image {
    margin-top: 0;
  }
  .product-detail-modal .ant-modal-body .product-detail .image-and-video .preview-image .fa-stack {
    font-size: 1.6em;
  }
}
.product-detail-modal .ant-modal-body .product-detail .gift-remarks {
  color: #f93;
  font-size: 1.1em;
  margin-bottom: 0.75em;
}
.product-detail-modal .ant-modal-body .product-detail .gift-remarks .fas {
  margin-right: 0.5em;
}
.product-detail-modal .ant-modal-body .product-detail .promotion {
  display: flex;
  border-radius: 60px;
  height: 60px;
  right: -1em;
  position: absolute;
  top: 1.14em;
  width: 60px;
  z-index: 1;
  box-shadow: -1.33px 2.33px 2px 0px rgba(0, 0, 0, 0.75);
}
.product-detail-modal .ant-modal-body .product-detail .promotion .promotion-amount {
  font-size: 12px;
  margin: auto;
}
.product-detail-modal .ant-modal-body .product-detail .feedback {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-detail-modal .ant-modal-body .product-detail .feedback .fas {
  padding-right: 0.4em;
}
.product-detail-modal .ant-modal-body .product-detail .feedback .add-fail {
  color: #c00;
  padding: 10px;
}
.product-detail-modal .ant-modal-body .product-detail .feedback .add-success {
  color: #007a33;
}
.product-detail-modal .ant-modal-body .product-detail .feedback .checkout-btn {
  padding-right: 0;
  margin: 0;
  background: none !important;
}
.product-detail-modal .ant-modal-body .product-detail .sticker {
  font-size: 1.2em;
  transform: translate(-1.4em, -1.4em);
  z-index: 2;
}
.product-detail-modal .ant-modal-body .product-detail .name {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 90%;
}
.product-detail-modal .ant-modal-body .product-detail .stub {
  flex: 1;
}
.product-detail-modal .ant-modal-body .product-detail .variant {
  font-size: 1.1em;
  text-align: left;
}
.product-detail-modal .ant-modal-body .product-detail .variant .radio-group {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #424242;
}
.product-detail-modal .ant-modal-body .product-detail .variant .radio-group .radio-option {
  padding: 0 0;
}
.product-detail-modal .ant-modal-body .product-detail .variant .radio-group .radio-option input {
  margin-left: 0em;
}
.product-detail-modal .ant-modal-body .product-detail .product-brand,
.product-detail-modal .ant-modal-body .product-detail .sku,
.product-detail-modal .ant-modal-body .product-detail .stock {
  font-size: 1.1em;
  margin-bottom: 0.2em;
  text-align: left;
}
.product-detail-modal .ant-modal-body .product-detail .sku {
  color: #4990e2;
}
.product-detail-modal .ant-modal-body .product-detail .stock span {
  color: #c00;
}
.product-detail-modal .ant-modal-body .product-detail .price {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-align: left;
}
.product-detail-modal .ant-modal-body .product-detail .price .prevPrice {
  color: #999;
  text-decoration: line-through;
}
.product-detail-modal .ant-modal-body .product-detail .price .currPrice {
  color: #c00;
  font-size: 1.6em;
  font-weight: 600;
}
.product-detail-modal .ant-modal-body .product-detail .price .sku-amount {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.product-detail-modal .ant-modal-body .product-detail .view-more {
  color: #0095da;
  font-size: 0.9em;
  margin-top: 0.1em;
  text-align: left;
}
.product-detail-modal .ant-modal-body .product-detail .view-more:hover {
  color: #143c85;
  cursor: pointer;
}
.product-detail-modal .ant-modal-body .product-detail .counter-wishlist {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.product-detail-modal .ant-modal-body .product-detail .counter-wishlist .counter {
  margin-right: 1em;
  padding: 0.8em 0;
}
.product-detail-modal .ant-modal-body .product-detail .counter-wishlist .wishlist {
  align-self: center;
}
.product-detail-modal .ant-modal-body .product-detail .counter-wishlist .fa-heart,
.product-detail-modal .ant-modal-body .product-detail .counter-wishlist .fa-heart-o {
  color: #c00;
  cursor: pointer;
  font-size: 1.8em;
}
.product-detail-modal .ant-modal-body .product-detail .stock-exceed {
  color: #c00;
  font-size: 1.1em;
  margin-top: 0.75em;
}
.product-detail-modal .ant-modal-body .product-detail .stock-exceed .fas {
  margin-right: 0.5em;
}
@media screen and (min-width: 412px) {
  .product-detail-modal .ant-modal-body .product-detail .counter-wishlist .counter {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-modal .ant-modal-body .codes {
    padding: 4px 10px;
  }
  .product-detail-modal .ant-modal-body .product-detail-modal {
    flex: 0 1 70em;
  }
  .product-detail-modal .ant-modal-body .image-and-video {
    width: 40%;
  }
  .product-detail-modal .ant-modal-body .product-detail {
    flex-direction: row;
  }
  .product-detail-modal .ant-modal-body .product-detail .product-article {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: 1em;
    width: 60%;
  }
}
.search-modal {
  height: 80vh;
}
.search-modal .ant-modal-content {
  overflow-y: scroll;
  scrollbar-width: none;
}
.search-modal .modal-search-input {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.search-modal .modal-search-input .ant-form-item {
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 0 !important;
}
.search-modal .modal-search-input .search-input {
  border: 2px solid red;
}
.search-modal div:nth-child(1) {
  height: 100%;
}
.search-modal .ant-modal-content {
  height: fit-content;
  min-height: 100%;
}
.search-modal .result-container {
  display: flex;
  flex-direction: column;
}
.search-modal .result-container .result {
  padding: 0.5em 1em;
  cursor: pointer;
}
.search-modal .result-container .result:hover {
  background-color: rgba(166, 166, 166, 0.25);
}
.preview-image {
  text-align: center;
}
.preview-image .hoverable:hover {
  cursor: pointer;
}
.preview-image .responsive {
  align-self: center;
  color: #fff;
  display: block;
  font-size: 8em;
  height: auto;
  margin: auto;
  max-width: 300px;
  text-align: center;
  width: 80%;
}
.preview-image .fa-stack {
  display: none;
}
.preview-image-skeleton {
  min-height: 300px;
}
.preview-image:hover .fa-stack {
  display: inline-block;
  color: #999;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .preview-image {
    margin-top: 0;
  }
  .preview-image .fa-stack {
    font-size: 1.6em;
  }
}
.edit-address-modal {
  font-size: 0.8em;
}
.edit-address-modal .card {
  box-shadow: none;
  margin: -15px;
}
.edit-address-modal .card .feedback {
  font-size: 0.9em;
  margin-top: 0.7em;
}
.edit-address-modal .card .feedback .fas {
  padding-right: 0.4em;
}
.edit-address-modal .card .feedback--error {
  color: #c00;
}
.edit-address-modal .card .feedback--success {
  color: #007a33;
}
.edit-address-modal .card .input-error,
.edit-address-modal .card .input-select-error {
  font-size: 0.9em;
}
.delivery-confirmation .notes {
  color: #808285;
  font-size: 0.7em;
  margin-bottom: 1.5em;
}
.delivery-confirmation .confirm-delivery-btn {
  font-size: 0.9em;
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v17/DtVjJx26TKEr37c9aBVJmg.ttf) format('truetype');
}
.spinner {
  height: unset;
  width: unset;
}
.spinner > div {
  height: unset;
  width: unset;
}
.spinner > div .atk-loading {
  display: block;
  font-size: unset;
  height: 30px;
  width: 30px;
}
.spinner > div .atk-loading video {
  vertical-align: top;
  width: 30px;
}
#userlike-poweredby {
  display: none !important;
}
.layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layout .faq-tile-container {
  display: flex;
  flex-direction: column;
}
.layout .faq-tile-container .faq-tile {
  background-color: #f93;
  border: 0;
  border-radius: 5px;
  box-shadow: 0.2em 0.2em 0.2em #e5e5e5;
  box-sizing: border-box;
  margin: 0.5em;
  padding: 1em;
  text-align: center;
}
.layout .faq-tile-container .faq-tile h3 {
  color: #fff;
  word-wrap: break-word;
}
.layout .faq-tile-container .faq-tile h3:hover {
  cursor: pointer;
}
.layout .faq-tile-container .faq-tile .stub {
  flex: 1 0 1em;
}
.layout .faq-tile-container .faq-tile .fas {
  color: #fff;
}
.layout .faq-tile-container .faq-tile .description {
  color: #fff;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .layout .faq-tile-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout .faq-tile-container .faq-tile {
    flex: 0 47%;
  }
}
.layout .canvas .canvas--title {
  color: #626262;
  font-size: 1.4em;
}
.layout .canvas .canvas--title .fa-stack {
  color: #f93;
  margin-right: 0.5em;
}
.layout .dropdown {
  margin-top: 0.5em;
}
.layout .dropdown a {
  color: #000;
}
.layout .dropdown a:hover {
  color: #c4c4c4;
}
.layout .dropdown .category-container {
  font-weight: 700;
  margin: 1.2em 0;
}
.layout .dropdown .title-container {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  font-size: 0.9em;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.5em;
}
.layout .dropdown .content-container {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1px;
  border-top: 0;
  display: block;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 0.5em;
  margin-bottom: 1em;
  text-align: justify;
  white-space: pre-line;
}
.layout .dropdown .content-split-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout .dropdown .content-split-3 div {
  box-sizing: border-box;
  padding: 0.7em;
  width: 100%;
}
@media screen and (min-width: 412px) {
  .layout .dropdown .content-split-3 div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .layout .dropdown .content-split-3 div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .layout .dropdown .content-split-3 div {
    width: 33%;
  }
}
.layout .dropdown .content--hidden {
  display: none;
  font-size: 0.8em;
}
.layout .eventcard {
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0.1em 0.1em 0.1em #e5e5e5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 500px;
  margin-top: 5px;
  width: 300px;
}
.layout .eventcard .toggle-read-more {
  cursor: pointer;
  color: blue;
}
.layout .eventcard .top-container {
  height: 400px;
}
.layout .eventcard .top-container .eventcard--banner {
  height: 100px;
  width: 300px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.layout .eventcard .top-container .eventcard--title {
  color: #f93;
  padding: 0.7em 0.7em 0 0.7em;
}
.layout .eventcard .top-container .eventcard--title .fa-stack {
  margin-right: 0.4em;
}
.layout .eventcard .top-container .eventcard--description {
  font-size: 0.8em;
  padding-left: 0.7em;
}
.layout .eventcard .top-container .eventcard--code {
  align-items: center;
  border: 0.05em dotted #808285;
  box-sizing: border-box;
  color: #808285;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em;
  padding: 0.7em;
}
.layout .eventcard .top-container .eventcard--code .code--cta {
  color: #f93;
  font-weight: bold;
}
.layout .eventcard .top-container .eventcard--code .code--cta:hover {
  cursor: pointer;
  text-decoration: underline #f93;
}
.layout .eventcard .top-container .eventcard--code .code--cta:focus,
.layout .eventcard .top-container .eventcard--code .code--cta:active {
  text-shadow: 2px 2px 2px #f93;
  text-decoration: none;
}
.layout .eventcard .top-container .eventcard--code .font07 {
  font-size: 0.7em;
}
.layout .eventcard .bottom-container .eventcard--line {
  border-top: 0.1em solid #f93;
}
.layout .eventcard .bottom-container .eventcard--date {
  font-size: 0.8em;
  padding-left: 0.7em;
}
.layout .eventcard .bottom-container .eventcard--date .date-value {
  font-weight: bold;
}
.layout .eventcard .bottom-container .cta-promo-btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 0.7em;
}
.layout .eventcard .bottom-container .cta-promo-btn-container .cta-promo-btn {
  background-color: #f93;
  border-radius: 0;
  font-size: 0.8em;
}
.layout .horizontal-list .tile {
  width: 95%;
}
.layout .horizontal-list .fa-stack {
  display: none;
}
.layout .horizontal-list:hover .fa-stack {
  display: inline-block;
  font-size: 1.6em;
  color: #999;
  cursor: pointer;
}
.layout .scrolling-list .fa-stack:hover {
  background-color: #f93;
  border-radius: 50%;
  box-shadow: 0.2em 0.2em 0.2em #c4c4c4;
  cursor: pointer;
  transform: translateY(-5px) translateZ(0);
  transition: background-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
.layout .tile {
  animation: fadein 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  box-shadow: 0.3em 0.3em 0.8em #808285;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: calc(100vw / 2.1 * 1.6);
  margin: 4px;
  margin-bottom: 10px;
  padding: 0.7em;
  position: relative;
  width: calc(100% / 2.1);
}
.layout .tile:hover {
  box-shadow: 0.3em 0.3em 2.5em #808285;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.layout .tile .gift-remarks-tile {
  color: #f93;
  font-size: 0.6em;
  margin-bottom: 0.75em;
}
.layout .tile .gift-remarks-tile .fas {
  margin-right: 0.5em;
}
.layout .tile .wholesale-price-remarks-tile {
  color: #f93;
  font-size: 0.6em;
  margin-bottom: 0.75em;
}
.layout .tile .sticker {
  font-size: 0.8em;
  transform: translate(-0.9em, -0.9em);
}
.layout .tile .promotion {
  display: flex;
  border-radius: 30px;
  height: 30px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 30px;
  box-shadow: -1.33px 2.33px 2px 0px rgba(0, 0, 0, 0.75);
}
.layout .tile .promotion .promotion-amount {
  font-size: 8px;
  margin: auto;
}
.layout .tile .image {
  align-self: center;
  height: 50%;
}
.layout .tile .sku {
  color: #4990e2;
  font-size: 0.6em;
  margin-top: 0.7em;
  text-align: left;
}
.layout .tile .name {
  font-size: 0.7em;
  font-weight: 600;
  text-align: left;
}
.layout .tile .sku-amount {
  font-size: 0.7em;
  text-align: left;
}
.layout .tile .stock {
  color: #c00;
  font-size: 0.75em;
  margin-bottom: 0.75em;
}
.layout .tile .stock .fas {
  margin-right: 0.5em;
}
.layout .tile .stub {
  flex: 1;
}
.layout .tile .prev-price {
  color: #999;
  font-size: 0.6em;
  text-align: right;
  text-decoration: line-through;
}
.layout .tile .curr-desc {
  color: #c00;
  font-size: 0.6em;
  text-align: right;
}
.layout .tile .curr-price {
  color: #c00;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}
.layout .tile .codes {
  background-color: #CC0000;
  border-radius: 48px;
  color: white;
  font-size: 0.54em;
  padding: 2px 6px;
  width: fit-content;
}
@media screen and (min-width: 320px) {
  .layout .tile {
    margin: 3px;
  }
}
@media screen and (min-width: 375px) {
  .layout .tile {
    margin: 4px;
  }
}
@media screen and (min-width: 425px) {
  .layout .tile {
    margin: 4.5px;
  }
  .layout .tile .promotion {
    border-radius: 45px;
    height: 45px;
    width: 45px;
  }
  .layout .tile .promotion .promotion-amount {
    font-size: 8px;
  }
  .layout .tile .sku {
    font-size: 0.8em;
  }
  .layout .tile .name {
    font-size: 0.9em;
  }
  .layout .tile .prev-price {
    font-size: 0.8em;
  }
  .layout .tile .curr-price {
    font-size: 1.2em;
  }
  .layout .tile .curr-desc {
    font-size: 0.8em;
  }
  .layout .tile .gift-remarks-tile {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .layout .tile {
    height: calc(100vw / 3.1 * 1.24);
    margin: 2px;
    margin-bottom: 10px;
    width: calc(100% / 3.1);
  }
  .layout .tile .promotion {
    right: 0.05em;
    top: 0.05em;
  }
  .layout .tile .codes {
    padding: 4px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .layout .tile {
    height: calc(100vw / 4.1);
    width: calc(100% / 4.1);
  }
}
@media screen and (min-width: 1440px) {
  .layout .tile {
    flex: 0 0 14.5em;
    height: 20em;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout .ant-float-btn {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 426px) {
  .layout .ant-float-btn {
    right: 20px;
    bottom: 100px;
  }
}
.layout .ant-float-btn .ant-float-btn-body {
  background-color: #25D366;
}
.layout .ant-float-btn .ant-float-btn-icon {
  width: 30px !important;
  font-size: 30px !important;
}
.layout .icon-resting {
  font-size: 20px;
  color: #CC1512;
}
.layout .icon-active {
  font-size: 20px;
  color: #ffc500;
}
.layout .whatsapp-icon {
  color: #fff;
}
.layout .mail-icon {
  font-size: 16px;
  color: #004f9f;
}
.layout .facebook-icon {
  font-size: 16px;
  color: #4267B2;
}
.layout .instagram-icon {
  font-size: 16px;
  color: #8a3ab9;
}
.layout .youtube-icon {
  font-size: 16px;
  color: #FF0000;
}
.layout .lazy-load-image-background {
  display: flex !important;
  width: 100%;
  height: 50% !important;
}
.layout .lazy-load-image-background .widget-img {
  object-fit: contain;
  width: 80%;
  margin: 0 auto;
  height: 100% !important;
}
.layout .aeo-faq-section {
  margin-top: 20px;
}
.layout .aeo-faq-section ul,
.layout .aeo-faq-section ol,
.layout .aeo-faq-section h2,
.layout .aeo-faq-section p {
  margin: 0;
}
.layout .aeo-faq-section a {
  text-decoration: underline;
}
.layout .aeo-faq-section .content-container {
  font-size: 0.8em;
  text-align: left;
}
.layout .aeo-faq-section .qna-main-container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.layout .aeo-faq-section .qna-container {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.layout .aeo-faq-section .title-container {
  align-items: center;
}
@media screen and (min-width: 425px) {
  .layout .aeo-faq-section .content-container {
    font-size: 1em;
  }
}
.layout .account-details .profile-card,
.layout .account-details .address-card,
.layout .account-details .change-password-card {
  margin-bottom: 1em;
}
.layout .account-details button {
  font-size: 0.9em;
}
.layout .account-details .feedback {
  font-size: 0.9em;
  margin-top: 0.7em;
}
.layout .account-details .feedback .fas,
.layout .account-details .feedback .far {
  padding-right: 0.4em;
}
.layout .account-details .feedback--error {
  color: #c00;
}
.layout .account-details .feedback--success {
  color: #007a33;
}
.layout .account-details .input-error,
.layout .account-details .input-select-error {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .layout .account-details .account-input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .layout .account-details .account-input-group .Select-clear {
    display: none;
  }
  .layout .account-details .account-input-group > div {
    width: 48%;
  }
  .layout .account-details .address-input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .layout .account-details .address-input-group .Select-clear {
    display: none;
  }
  .layout .account-details .address-input-group > div {
    width: 30%;
  }
}
.layout .acknowledgment {
  color: #808285;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .layout .acknowledgment {
    width: 50%;
  }
}
.layout .acknowledgment h1 {
  color: #626262;
  margin-bottom: 0.4em;
}
.layout .acknowledgment button {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.layout .acknowledgment .valid {
  color: #007a33;
  width: 200px;
}
.layout .acknowledgment .invalid {
  color: #c00;
  width: 200px;
}
.layout .acknowledgment .message {
  animation: fadeIn 1s;
  padding: 0 2em;
}
.layout .acknowledgment .acknowledgment-1 {
  margin-bottom: 1em;
}
.layout .acknowledgment .acknowledgment-2 {
  font-size: 0.85em;
  line-height: 2em;
  margin: 1.5em 0 2em;
  text-align: justify;
}
.layout .acknowledgment .status {
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 0.35em;
  padding: 0.5em 1em;
  text-align: center;
  width: 100px;
}
.layout .acknowledgment .status--captured {
  background-color: #007a33;
}
.layout .acknowledgment .status--notapplicable {
  background-color: #999;
}
.layout .acknowledgment .status--pending {
  background-color: #ffce00;
}
.layout .acknowledgment .status--rejected {
  background-color: #c00;
}
.layout .acknowledgment .stub {
  margin-bottom: 20px;
}
.layout .acknowledgment .important-text {
  color: #f93;
}
.layout .acknowledgment .icon-large {
  font-size: 1.5em;
  padding: 0 5px;
  max-width: 350px;
  width: 100%;
}
.layout .acknowledgment .icon-large:focus,
.layout .acknowledgment .icon-large:hover {
  cursor: pointer;
  color: #c00;
  text-shadow: 0.1em 0.1em 0.1em #e5e5e5;
}
.layout .cart .cart-headers {
  color: #626262;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  justify-content: space-between;
  padding: 1em 0 1em 0;
}
.layout .cart .cart-headers .image--header {
  border-bottom: 1px solid #e5e5e5;
  display: none;
  padding-bottom: 1em;
}
.layout .cart .cart-headers .name-sku--header {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  flex: 0 1 16em;
  padding-bottom: 1em;
  padding-left: 0.4em;
}
.layout .cart .cart-headers .quantity--header {
  border-bottom: 1px solid #e5e5e5;
  flex: 0 1 6em;
  padding-bottom: 1em;
  text-align: center;
}
.layout .cart .cart-headers .price--header,
.layout .cart .cart-headers .subtotal--header {
  border-bottom: 1px solid #e5e5e5;
  flex: 0 1 15em;
  font-weight: 600;
  padding-bottom: 1em;
  text-align: center;
}
.layout .cart .cart-headers .price--header {
  display: none;
}
.layout .cart .cart-headers .stub--header {
  border-bottom: 1px solid #e5e5e5;
  flex: 1;
  padding-bottom: 1em;
}
.layout .cart .cart-headers .delete--header {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: #808285;
  display: flex;
  flex-direction: column;
  flex: 0 1 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .layout .cart .cart-headers {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .layout .cart .cart-headers .image--header {
    display: initial;
    flex: 0 1 5em;
    padding: 0 1.5em;
    text-align: center;
  }
  .layout .cart .cart-headers .name-sku--header {
    flex: 0 1 20em;
  }
  .layout .cart .cart-headers .quantity--header {
    flex: 0 1 10em;
  }
  .layout .cart .cart-headers .price--header {
    display: initial;
  }
}
.layout .cart .cart-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 0.4em;
  padding: 0.7em 0;
}
.layout .cart .cart-item .image {
  cursor: pointer;
  display: none;
}
.layout .cart .cart-item .name-sku {
  box-sizing: border-box;
  flex: 0 1 16em;
  padding-left: 0.4em;
}
.layout .cart .cart-item .name-sku-sku {
  font-size: 13px;
}
.layout .cart .cart-item .name-sku-detail {
  font-size: 12px;
}
.layout .cart .cart-item .counter-quantity {
  display: initial;
  font-size: 12px;
}
.layout .cart .cart-item .counter-quantity .counter .fa-minus,
.layout .cart .cart-item .counter-quantity .counter .fa-plus {
  display: none;
}
.layout .cart .cart-item .price,
.layout .cart .cart-item .subtotal {
  flex: 0 1 15em;
  font-weight: 600;
  text-align: center;
}
.layout .cart .cart-item .price {
  display: none;
}
.layout .cart .cart-item .subtotal > div:first-child {
  color: #c00;
}
.layout .cart .cart-item .subtotal > div:nth-child(2) {
  color: #f93;
  font-size: 14px;
  margin-top: 0.5em;
}
.layout .cart .cart-item .stub {
  flex: 1;
}
.layout .cart .cart-item .delete {
  align-items: center;
  color: #808285;
  display: flex;
  flex-direction: column;
  flex: 0 1 1em;
  padding: 0 0.4em;
}
.layout .cart .cart-item .delete .fas {
  flex: 1;
  opacity: 0.6;
  padding: 0.2em 0 0 0;
}
.layout .cart .cart-item .delete .fas:focus,
.layout .cart .cart-item .delete .fas:hover {
  cursor: pointer;
  color: #c00;
  text-shadow: 0.1em 0.1em 0.1em #e5e5e5;
}
@media screen and (min-width: 768px) {
  .layout .cart .cart-item .image {
    display: initial;
    flex: 0 1 5em;
    padding: 0 2.5px;
    text-align: center;
  }
  .layout .cart .cart-item .image img {
    width: 100%;
  }
  .layout .cart .cart-item .counter-quantity .counter .fa-minus,
  .layout .cart .cart-item .counter-quantity .counter .fa-plus {
    display: initial;
  }
  .layout .cart .cart-item .name-sku {
    flex: 0 1 20em;
  }
  .layout .cart .cart-item .price {
    display: initial;
  }
  .layout .cart .cart-item .delete {
    padding: 0 2.5px;
  }
  .layout .cart .cart-item .delete .fas {
    padding: 0.2em 0.6em 0 0;
  }
  .layout .cart .cart-item .delete:focus,
  .layout .cart .cart-item .delete:hover {
    cursor: pointer;
    color: #c00;
    text-shadow: 0.1em 0.1em 0.1em #e5e5e5;
  }
}
@media screen and (min-width: 360px) {
  .layout .cart .cart-item {
    font-size: 14px;
  }
}
.layout .cart .card--content {
  padding-top: 1.2em;
}
.layout .cart .empty-cart {
  align-items: center;
  color: #aaa;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  height: 10em;
  justify-content: center;
}
.layout .cart .cart-items {
  margin-bottom: 1.8em;
}
.layout .cart .cart-items .parent-detail {
  background-color: #999;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
  font-size: 0.8em;
}
.layout .cart .cart-items .parent-detail .sku {
  color: #f4f3f1;
  font-weight: 500;
  padding: 1em 1em 0 1em;
}
.layout .cart .cart-items .parent-detail .name {
  color: #ffce00;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 1em 1em 1em;
}
.layout .cart .cart-items .childs-detail {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  border-right: 1px solid #eee;
  font-size: 0.8em;
}
.layout .cart .bg-none {
  background: none !important;
}
.layout .cart .discount-total,
.layout .cart .point-amount-cart,
.layout .cart .cart-total {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 1.4em;
  justify-content: flex-end;
}
.layout .cart .discount-total .total,
.layout .cart .point-amount-cart .total,
.layout .cart .cart-total .total {
  color: #626262;
  padding-right: 1em;
}
.layout .cart .discount-total .amount,
.layout .cart .point-amount-cart .amount,
.layout .cart .cart-total .amount {
  text-align: right;
}
.layout .cart .discount-total {
  font-size: 0.9em;
  margin-top: 1em;
}
.layout .cart .discount-total .amount {
  color: #f93;
  width: 150px;
}
.layout .cart .cart-total {
  font-size: 1.1em;
  margin-top: 0.5em;
}
.layout .cart .cart-total .amount {
  color: #c00;
  width: 150px;
}
.layout .cart .point-amount-cart {
  font-size: 0.9em;
}
.layout .cart .point-amount-cart .amount {
  color: #f93;
  width: 150px;
}
.layout .cart .continue-shipping {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  justify-content: flex-end;
  margin: 1em 0;
}
.layout .cart .continue-shipping .continue-shipping-btn {
  flex-direction: row;
  justify-content: flex-end;
  padding: 0.8em 2em;
}
.layout .cart .promotion-code .ant-form-item {
  margin: 0;
  font-size: 0.8em;
}
.layout .cart .promotion-code .apply-code-btn,
.layout .cart .promotion-code .code--valid,
.layout .cart .promotion-code .code--invalid {
  font-size: 0.8em;
}
.layout .cart .promotion-code .code--valid,
.layout .cart .promotion-code .code--invalid {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.layout .cart .promotion-code .code--valid .fas,
.layout .cart .promotion-code .code--invalid .fas {
  box-sizing: border-box;
  padding: 0.3em 0.5em 0 0;
}
.layout .cart .promotion-code .apply-code-btn {
  padding-left: 0.75em;
  padding-right: 0;
}
.layout .cart .promotion-code .code--valid {
  color: #007a33;
  margin: 0.5em 0 0;
}
.layout .cart .promotion-code .code--invalid {
  color: #c00;
  margin: 0.5em 0 0;
}
.layout .cart .error {
  color: #c00;
  font-size: 0.9em;
  margin-top: 0.7em;
  text-align: right;
}
.layout .cart .error .fas {
  padding-right: 0.7em;
}
@media screen and (min-width: 360px) {
  .layout .cart .cart-items .parent-detail .sku {
    padding: 1em 1em 0 1em;
  }
  .layout .cart .cart-items .parent-detail .name {
    padding: 0 1em 1em 1em;
  }
  .layout .cart .discount-total,
  .layout .cart .point-amount-cart,
  .layout .cart .cart-total {
    font-size: 1.4em;
  }
  .layout .cart .continue-shipping {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .layout .cart .cart-items .parent-detail .sku {
    padding: 1em 0 0 1.5em;
  }
  .layout .cart .cart-items .parent-detail .name {
    padding-left: 1.5em;
  }
  .layout .cart .promotion-code .code-btn-container {
    justify-content: flex-end;
  }
  .layout .cart .promotion-code .code--valid,
  .layout .cart .promotion-code .code--invalid {
    justify-content: flex-end;
  }
  .layout .cart .promotion-code .code--valid {
    margin: 0.5em 8.8em 0 0;
  }
  .layout .cart .promotion-code .code--invalid {
    margin: 0.5em 0 0;
  }
  .layout .cart .promotion-code .apply-code-btn {
    padding-left: 1.5em;
  }
  .layout .cart .continue-shipping {
    flex-direction: row;
  }
}
.layout .confirmation .additional-note {
  color: #626262;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 0.1em;
}
.layout .confirmation .order-items {
  padding: 1em 0 0.7em;
}
.layout .confirmation .order-items .order-items-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout .confirmation .order-items .order-items-header .items-price-header {
  flex-shrink: 1;
  padding: 0 2em;
  text-align: center;
}
.layout .confirmation .order-items .order-items-header .items-totalprice-header {
  flex-shrink: 1;
}
.layout .confirmation .order-items .order-items-entries {
  display: flex;
  flex-direction: column;
}
.layout .confirmation .order-items .order-items-entries .items-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout .confirmation .order-items .order-items-entries .items-description .items-product {
  flex: 0 4 20em;
  padding: 0.2em 0.2em;
}
.layout .confirmation .order-items .order-items-entries .items-description .items-price {
  flex: 0 1 6em;
  padding: 0.2em 3em 0em 0em;
  text-align: center;
}
.layout .confirmation .order-items .order-items-entries .items-description .items-totalprice {
  flex: 0 1 6em;
  padding: 0.2em 0;
  text-align: right;
}
.layout .confirmation .order-items .stub {
  flex: 1;
}
.layout .confirmation .order-items > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .confirmation .order-items > div:not(:first-child) {
  font-size: 0.8em;
}
.layout .confirmation .order-raw-subtotal,
.layout .confirmation .order-coupon,
.layout .confirmation .order-subtotal,
.layout .confirmation .order-delivery,
.layout .confirmation .order-insurance,
.layout .confirmation .order-promotion,
.layout .confirmation .order-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.layout .confirmation .order-coupon > div:first-child,
.layout .confirmation .order-delivery > div:first-child,
.layout .confirmation .order-promotion > div:first-child {
  margin-right: 0.4em;
  max-width: 75%;
}
.layout .confirmation .order-raw-subtotal {
  border-top: 1px solid #e5e5e5;
  padding: 0.7em 0;
}
.layout .confirmation .order-coupon {
  padding: 0.7em 0;
}
.layout .confirmation .order-subtotal {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.7em 0 1.5em;
}
.layout .confirmation .order-delivery {
  padding: 0.7em 0;
}
.layout .confirmation .order-insurance {
  padding: 0.7em 0;
}
.layout .confirmation .order-promotion {
  padding: 0.7em 0;
}
.layout .confirmation .order-total {
  border-top: 1px solid #e5e5e5;
  font-size: 1.2em;
  font-weight: 600;
  padding-top: 0.7em;
}
.layout .confirmation .payment-type,
.layout .confirmation .installment-tenor,
.layout .confirmation .checkout {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.layout .confirmation .payment-type {
  margin: 2em 0 0;
}
.layout .confirmation .payment-type .ant-form-item {
  width: 20em;
  font-size: 0.9em;
}
.layout .confirmation .installment-tenor .ant-form-item {
  width: 20em;
  font-size: 0.9em;
}
.layout .confirmation .checkout {
  margin-bottom: 1em;
}
@media screen and (max-width: 412px) {
  .layout .confirmation .order-items .order-items-header {
    font-size: 0.8em;
  }
  .layout .confirmation .order-items .order-items-header .items-price-header {
    margin-right: 1em;
  }
  .layout .confirmation .order-items .items-description {
    font-size: 0.7em;
  }
  .layout .confirmation .order-items .items-description .items-price {
    margin-right: 2em;
  }
}
@media screen and (min-width: 512px) {
  .layout .confirmation .order-items .order-items-header .items-price-header {
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) {
  .layout .confirmation .order-items .order-items-header .items-price-header {
    padding-right: 13em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-product {
    flex-basis: 30em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-price {
    flex-basis: 10em;
    margin-right: 8em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-totalprice {
    flex-basis: 10em;
  }
  .layout .confirmation .order-coupon > div:first-child,
  .layout .confirmation .order-delivery > div:first-child,
  .layout .confirmation .order-promotion > div:first-child {
    max-width: initial;
    white-space: normal;
  }
}
@media screen and (min-width: 850px) {
  .layout .confirmation .order-items .order-items-header .items-price-header {
    padding-right: 14em;
  }
}
@media screen and (min-width: 1150px) {
  .layout .confirmation .order-items .order-items-header .items-price-header {
    padding-right: 20em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-price {
    margin-right: 16em;
  }
}
@media screen and (min-width: 1200px) {
  .layout .confirmation .order-items .order-items-header .items-price-header {
    padding-right: 25em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-product {
    flex-basis: 40em;
  }
  .layout .confirmation .order-items .order-items-entries .items-description .items-price {
    margin-right: 22em;
  }
}
.layout .manual-confirmation-details .bank-details {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 1em 0 2.5em;
}
.layout .manual-confirmation-details .manual-confirmation-btn {
  margin-bottom: 1em;
}
.layout .manual-confirmation-details .feedback {
  font-size: 0.9em;
  margin-top: 0.7em;
}
.layout .manual-confirmation-details .feedback .fas {
  padding-right: 0.4em;
}
.layout .manual-confirmation-details .feedback--error {
  color: #c00;
}
.layout .manual-confirmation-details .feedback--success {
  color: #007a33;
}
.layout .manual-confirmation-details .input-error,
.layout .manual-confirmation-details .input-select-error,
.layout .manual-confirmation-details .input-date-error {
  font-size: 0.9em;
}
.layout .manual-confirmation-details .picker {
  width: 120px;
}
.layout .error-404 {
  color: #808285;
  text-align: center;
}
.layout .error-404 img {
  margin-top: 1em;
}
.layout .error-404 h1 {
  color: #626262;
  margin-bottom: 0.4em;
}
.layout .error-404 button {
  background-color: #f93;
  border-radius: 20px;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.layout .error-404 .error-message {
  margin-bottom: 100px;
}
.layout .event .event-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.layout .event .event-container > div {
  margin: 1em;
  white-space: pre-line;
}
.layout .faq-membership {
  text-align: center;
}
.layout .faq-membership .promo-image {
  width: 100%;
}
.layout .faq-membership .promo-title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 1em;
}
.layout .faq-membership .promo-subtitle {
  font-size: 1.2em;
  font-weight: 700;
  margin: 1em;
}
.layout .faq-membership .promo-content {
  margin: 3em;
}
.layout .blueprint-membership {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em;
  text-align: center;
}
.layout .blueprint-membership > div {
  flex: 0 30%;
}
.layout .blueprint-membership .poins {
  font-size: 3em;
  margin: 0.5em;
}
.layout .blueprint-membership .fa-user-check {
  color: #c00;
}
.layout .blueprint-membership .fa-coins {
  color: #ffab40;
}
.layout .blueprint-membership .fa-shopping-basket {
  color: #007a33;
}
@media screen and (min-width: 768px) {
  .layout .blueprint-membership {
    flex-direction: row;
  }
}
.layout .footer {
  background: linear-gradient(90deg, #c21500 0%, #de5c4e 50%, #ff5c4a 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  color: #fff;
  padding: 0;
}
.layout .footer a {
  color: #fff;
  text-decoration: none;
}
.layout .footer a:hover {
  cursor: pointer;
  color: #c4c4c4;
  text-decoration: underline;
}
.layout .footer .footer-content {
  padding: 25px;
}
.layout .footer .footer-content .logo-e-commerce:hover,
.layout .footer .footer-content .logo-e-commerce:focus {
  cursor: pointer;
  transform: translateY(-5px) translateZ(0);
  transition: transform 0.5s ease;
}
.layout .footer .footer-content .link {
  display: inline-flex;
  width: 50%;
}
.layout .footer .footer-content .link .link-btn {
  margin: 0;
  padding: 0;
  color: #fff;
  background: none !important;
}
.layout .footer .footer-content .link .link-btn:hover,
.layout .footer .footer-content .link .link-btn:focus {
  color: #c00;
  box-shadow: none;
}
.layout .footer .footer-content .detail-description {
  padding: 10px;
  line-height: 200%;
}
@media screen and (max-width: 321px) {
  .layout .footer .footer-content .link {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .layout .footer .footer-content .section {
    width: 100%;
  }
}
@media screen and (min-width: 426px) {
  .layout .footer .footer-content .link {
    display: block;
    width: 100%;
  }
  .layout .footer .footer-content .link .link-btn {
    margin: 10px 0;
    padding: 0 25px;
  }
}
.layout .footer .footer-right {
  background-color: #AB4B42;
  font-size: 10px;
  margin-bottom: 0px;
  padding: 25px 100px 25px 25px;
}
.layout .footer .footer-right .design-by {
  text-align: left;
}
.layout .footer .footer-right .credits {
  text-align: right;
}
.layout .footer .image-container {
  margin: 10px 0;
}
.layout .footer .payment-container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 426px) {
  .layout .footer .footer-right {
    margin-bottom: 100px;
    padding: 25px 50px;
  }
  .layout .footer .footer-right .design-by {
    text-align: center;
  }
  .layout .footer .footer-right .credits {
    text-align: center;
  }
  .layout .footer .footer-right .credits .copyright {
    padding-right: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .layout .footer {
    height: 1150px;
  }
}
.layout .form-details .notes {
  color: #808285;
  font-size: 0.7em;
  margin-bottom: 1.5em;
}
.layout .form-details .feedback {
  font-size: 0.9em;
  margin-top: 0.7em;
}
.layout .form-details .feedback .fas {
  padding-right: 0.4em;
}
.layout .form-details .feedback--error {
  color: #c00;
}
.layout .form-details .feedback--success {
  color: #007a33;
}
.layout .header {
  background-color: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  padding: 25px;
}
.layout .header .ant-form-item {
  margin-bottom: 0;
  width: 100%;
}
.layout .header .ant-form-item .ant-select {
  width: 100%;
}
.layout .header .ant-form-item .ant-select-selector {
  height: 100%;
}
.layout .header .ant-form-item .ant-select-selection-search-input {
  border-radius: 25px;
  border: none;
  padding: 4px;
}
.layout .header .ant-form-item .ant-select-selection__clear {
  margin-right: 30px;
}
.layout .header .ant-form-item .ant-input-affix-wrapper .ant-input-suffix {
  cursor: auto;
}
.layout .header .ant-form-item .ant-input {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.layout .header .ant-form-item .ant-input:focus {
  box-shadow: none;
}
.layout .header .ant-form-item .ant-input-suffix {
  margin: 0 5px;
}
.layout .header .ant-form-item .ant-select-clear {
  margin-right: 20px;
}
.layout .header .ant-form-item .ant-select-selection-placeholder {
  padding: 0;
}
.layout .header .main-header {
  display: flex;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
}
.layout .header .main-header .logo {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.layout .header .main-header .menu {
  display: flex;
  flex: 0 0 2.5em;
  flex-direction: row;
  font-size: 1.1em;
  justify-content: flex-end;
  text-align: center;
}
.layout .header .main-header .menu [class*='hint--'] {
  display: flex;
}
.layout .header .main-header .menu .fas {
  -webkit-text-stroke-color: #c00;
  -webkit-text-stroke-width: 2px;
  color: white;
  font-size: 1.5em;
  padding: 0 0.3em 0;
  font-size: 1.8em;
  padding: 0.1em 0.3em 0;
}
.layout .header .main-header .menu .fas:hover {
  -webkit-text-stroke-width: 0px;
  color: #c00;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
.layout .header .main-header .menu .fa:last-child {
  padding-right: 0;
}
.layout .header .main-header .menu .fa-credit-card,
.layout .header .main-header .menu .fa-shopping-bag,
.layout .header .main-header .menu .fa-user {
  display: none;
  position: relative;
}
.layout .header .main-header .menu .fa-credit-card:hover .fa-sticky-counter,
.layout .header .main-header .menu .fa-shopping-bag:hover .fa-sticky-counter,
.layout .header .main-header .menu .fa-user:hover .fa-sticky-counter {
  color: #999;
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}
@media screen and (min-width: 426px) {
  .layout .header .main-header .menu .fa-credit-card,
  .layout .header .main-header .menu .fa-shopping-bag,
  .layout .header .main-header .menu .fa-user {
    display: initial;
  }
}
.layout .header .main-header .menu .fa-heart {
  display: initial;
  margin-top: 0.2em;
}
@media screen and (min-width: 426px) {
  .layout .header .main-header .menu .fa-heart {
    display: none;
    margin-top: -0.2em;
  }
}
.layout .header .main-header .menu .fa-th-large {
  width: 1em;
  height: 1em;
  padding: 0.1em 0.3em !important;
}
.layout .header .main-header .menu .fa-sticky-counter {
  -webkit-text-stroke-color: unset;
  -webkit-text-stroke-width: 0px;
  color: #f93;
  font-size: 0.5em !important;
  position: absolute;
  right: 0.2em;
  top: -0.1em;
}
.layout .header .main-header .search-bar {
  align-items: center;
  display: flex;
  flex-direction: row;
  border: 2px solid red;
  border-radius: 25px;
  width: 100%;
  padding: 0 4px;
  justify-content: space-between;
}
.layout .header .main-header .search-bar .search-icon {
  display: flex;
  height: 100%;
  width: max-content;
  padding-right: 4px;
}
.layout .header .main-header .search-bar .search-placeholder {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
  width: 100%;
  color: black;
  opacity: 30%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout .header .main-header .menu {
    flex: auto;
  }
  .layout .header .main-header .menu .fas {
    font-size: 1.8em;
    padding: 0.1em 0.3em 0;
  }
}
.layout .all-brands .item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.layout .all-brands .dtl06 {
  height: 75px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.layout .all-brands .dtl06 img {
  display: block;
  height: 60px;
  left: 0;
  margin: auto;
  object-fit: contain;
  position: relative;
  top: 25%;
  width: 80%;
}
.layout .all-brands .dtl06 .dtl {
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
}
.layout .all-brands .dtl06 .dtl h3 {
  font-size: 2.5vw;
  margin-bottom: 10px;
  margin-top: 20px;
}
.layout .all-brands .dtl06 .dtl p {
  font-size: 1.5vw;
}
.layout .all-brands .dtl06 .dtl a {
  font-size: 1.5vw;
}
.layout .all-brands .dtl06 .dtl a:hover {
  color: #c00;
  cursor: pointer;
}
.layout .all-brands button.slick-arrow {
  z-index: 10;
}
.layout .all-brands button.slick-arrow::before {
  font-size: 40px;
  color: #c4c4c4;
}
.layout .all-brands button.slick-arrow.slick-prev {
  left: -15px;
}
.layout .all-brands button.slick-arrow.slick-next {
  right: -5px;
}
@media screen and (min-width: 992px) {
  .layout .all-brands .dtl06 {
    height: 200px;
  }
  .layout .all-brands .dtl06 img {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
  }
  .layout .all-brands .dtl06 .dtl {
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .layout .all-brands .dtl06 .dtl h3 {
    font-size: 1.5vw;
  }
  .layout .all-brands .dtl06 .dtl p {
    font-size: 0.8vw;
  }
  .layout .all-brands .dtl06 .dtl a {
    font-size: 0.8vw;
  }
  .layout .all-brands .dtl06:hover img {
    top: 100%;
  }
  .layout .all-brands .dtl06:hover .dtl {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.layout .skeleton-all-brands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.layout .skeleton-all-brands .ant-skeleton.skeleton-brands {
  width: 49%;
}
@media screen and (min-width: 992px) {
  .layout .skeleton-all-brands .ant-skeleton.skeleton-brands {
    width: 19%;
  }
}
.layout .skeleton-all-brands .skeleton-brands {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .layout .skeleton-all-brands .skeleton-brands {
    height: 105px;
  }
}
.layout .all-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout .all-products:after {
  content: '';
  flex: auto;
}
@media screen and (min-width: 768px) {
  .layout .all-products:after {
    flex: 0 32%;
  }
}
@media screen and (min-width: 1024px) {
  .layout .all-products:after {
    flex: 0 24%;
  }
}
@media screen and (min-width: 1280px) {
  .layout .all-products:after {
    flex: 0 59%;
  }
}
.layout .all-products .skeleton {
  min-height: 400px;
}
.layout .load-more {
  color: #808285;
  text-align: center;
}
.layout .load-more-btn {
  color: #427ae3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em 0 2em;
  text-align: center;
}
.layout .load-more-btn .fa-caret-down {
  padding-right: 1em;
}
.layout .load-more-btn .text {
  padding-top: 0.4em;
}
.layout .load-more-btn:hover,
.layout .load-more-btn:focus {
  cursor: pointer;
  text-shadow: 0.1em 0.1em 0.1em #808285;
}
.layout .skeleton-tiles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.layout .skeleton-tiles .ant-skeleton {
  width: 100%;
}
.layout .skeleton-tiles .ant-skeleton-image.image {
  width: 100% !important;
  height: 100% !important;
}
.layout .skeleton-tiles .skeleton-text {
  height: 1.2em !important;
  max-width: 100%;
}
@media screen and (max-width: 425px) {
  .layout .skeleton-tiles .skeleton-text {
    min-width: 0;
  }
}
.layout .skeleton-tiles .skeleton-price {
  margin-top: 0.5em;
  height: 1.5em !important;
  text-align: right;
  max-width: 100%;
}
@media screen and (max-width: 425px) {
  .layout .skeleton-tiles .skeleton-price {
    min-width: 0;
  }
}
.layout .all-stickers {
  border: 0;
  border-radius: 5px;
  border-style: solid;
  box-shadow: 0.05em 0.05em 0.05em #808285;
  box-sizing: border-box;
  height: 200px;
  margin: 1em 0;
}
.layout .all-stickers .stickers-title {
  color: #626262;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  padding: 0.5em 0;
}
.layout .all-stickers .stickers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.layout .all-stickers .stickers .stickers-container {
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  width: calc(100% / 4);
  margin: 0 0.2em 0.4em 0.2em;
}
.layout .all-stickers .stickers .stickers-container:hover {
  cursor: pointer;
  opacity: 1;
}
.layout .all-stickers .stickers .stickers-container .sticker-label {
  font-size: 0.5em;
  color: #000;
}
@media screen and (min-width: 360px) {
  .layout .all-stickers .stickers .stickers-container .sticker-label {
    font-size: 0.65em;
  }
}
@media screen and (min-width: 768px) {
  .layout .all-stickers .stickers .stickers-container {
    width: calc(100% / 7);
    margin: 0.5em;
  }
  .layout .all-stickers .stickers .stickers-container .sticker-label {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 769px) {
  .layout .all-stickers {
    background-image: url(/img/background-stickers.webp);
  }
}
@media screen and (max-width: 768px) {
  .layout .all-stickers {
    background-color: #ffc500;
  }
}
.layout .skeleton-stickers-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.layout .skeleton-stickers-container .skeleton-stickers {
  width: calc(100%/4);
}
.layout .skeleton-stickers-container .skeleton-stickers .ant-skeleton {
  width: 100%;
}
.layout .skeleton-stickers-container .skeleton-stickers .ant-skeleton .ant-skeleton-input {
  min-width: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout .skeleton-stickers-container .skeleton-stickers {
    width: calc(100%/7);
  }
}
.layout .all-testimonials {
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .layout .all-testimonials .testimonials-container {
    box-sizing: border-box;
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
    height: 175px;
    justify-content: center;
    padding: 1em 2em;
    text-align: center;
    border-radius: 25px;
    margin: 0 10px 10px 10px;
    box-shadow: 0.5em 0.5em 0.2em #c4c4c4;
    width: auto !important;
    line-height: 1.25em;
  }
  .layout .all-testimonials .testimonials-container .description {
    font-size: 0.8em;
    font-style: italic;
  }
  .layout .all-testimonials .testimonials-container .date {
    display: flex;
    justify-content: flex-end;
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .layout .all-testimonials .testimonials-container {
    box-sizing: border-box;
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
    min-height: 150px;
    line-height: 1.5em;
    height: max-content;
    justify-content: center;
    padding: 1em 2em;
    text-align: center;
    border-radius: 25px;
    margin: 0 10px 10px 10px;
    box-shadow: 0.5em 0.5em 0.2em #c4c4c4;
    width: auto !important;
  }
  .layout .all-testimonials .testimonials-container .description {
    font-size: 0.8em;
    font-style: italic;
  }
  .layout .all-testimonials .testimonials-container .date {
    display: flex;
    justify-content: flex-end;
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
  }
}
.layout .all-testimonials-skeleton {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.layout .all-testimonials-skeleton .skeleton-input {
  width: 100% !important;
  height: 175px !important;
}
@media screen and (max-width: 750px) {
  .layout .all-testimonials-skeleton .skeleton-input {
    min-height: 150px;
    height: 160px !important;
  }
}
@media screen and (max-width: 1280px) {
  .layout .all-testimonials-skeleton {
    grid-template-columns: 1fr;
  }
}
.layout .banner {
  height: 33.33vw;
}
.layout .banner .responsive {
  width: 100%;
  height: 100%;
}
.layout .banner .fa-stack {
  display: none;
}
.layout .banner-skeleton {
  min-height: 300px;
}
.layout .banner:hover .fa-stack {
  display: inline-block;
  color: #999;
  cursor: pointer;
}
.layout .banner button.slick-arrow {
  z-index: 10;
}
.layout .banner button.slick-arrow::before {
  font-size: 60px;
  color: #c4c4c4;
}
.layout .banner button.slick-arrow.slick-prev {
  left: 15px;
}
.layout .banner button.slick-arrow.slick-next {
  right: 25px;
}
.layout .banner .slick-slide > div {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .layout .banner {
    height: 22.5vw;
  }
}
@media screen and (min-width: 992px) {
  .layout .banner {
    margin-top: 0;
  }
  .layout .banner .fa-stack {
    font-size: 1.6em;
  }
}
.layout .skeleton-banner {
  width: 100% !important;
  height: 33.33vw !important;
}
@media screen and (min-width: 769px) {
  .layout .skeleton-banner {
    height: 22.5vw !important;
  }
}
.layout .home .ant-btn {
  height: auto;
}
.layout .home .ant-btn span {
  padding: 15px 10px;
}
@media only screen and (min-width: 321px) {
  .layout .home .ant-btn span {
    padding: 15px 20px;
  }
}
.layout .home .btn-home {
  box-shadow: 0.2em 0.2em 0.2em #c4c4c4;
}
.layout .home .view-catalog-container {
  text-align: center;
  margin: 1em 0 2em;
}
.layout .home div.first-banner {
  width: 100% !important;
  height: 33.33vw !important;
}
@media screen and (min-width: 769px) {
  .layout .home div.first-banner {
    height: 22.5vw !important;
  }
}
@media (hover: hover) {
  .layout .home .hoverable:hover {
    transform: scale(1.02);
    transition: transform 0.3s;
    cursor: pointer;
  }
}
.layout .login-signup {
  display: flex;
  justify-content: space-between;
}
.layout .login-signup .checkbox-group {
  display: block;
  width: auto;
}
.layout .login-signup .checkbox-group__container {
  display: block;
  width: auto;
  flex: 0 1 0;
}
@media screen and (max-width: 767px) {
  .layout .login-signup {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .layout .login-signup {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .layout .login-signup-container {
    margin: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .layout .login-signup-container {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .layout .login-signup-container {
    margin: 15px 80px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .layout .login-signup-container {
    margin: 15px auto;
    width: 900px;
  }
}
.layout .login-signup-form {
  box-shadow: 2px 2px 10px 0 #8e8e8e;
  border-radius: 20px;
}
@media screen and (max-width: 425px) {
  .layout .login-signup-form {
    padding: 20px;
    width: 80vw;
  }
}
@media screen and (min-width: 426px) {
  .layout .login-signup-form {
    padding: 50px;
    width: 300px;
  }
}
.layout .login-signup-or {
  text-align: center;
  margin-bottom: 10px;
}
.layout .login-signup-tab .ant-tabs-tab-active > div {
  color: #cc0000 !important;
}
.layout .login-signup-tab .ant-tabs-ink-bar {
  background: #cc0000 !important;
}
.layout .login-signup-img {
  object-fit: contain;
}
.layout .login-signup-img-atk {
  width: 170px;
}
.layout .login-signup-buttons {
  width: 100%;
}
.layout .login-signup-forgot {
  text-align: center;
}
.layout .login-signup-forgot .ant-btn {
  margin: 0;
}
.layout .login-signup-forgot .ant-btn:hover {
  box-shadow: none;
  background: transparent;
  opacity: 0.5;
}
.layout .login-signup-forgot .ant-btn:active {
  background: transparent;
  opacity: 0.7;
}
.layout .membership .balance-card {
  margin-bottom: 1em;
}
.layout .membership .balance-card .balance-container {
  color: #c00;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0.5em 0;
}
.layout .membership .balance-card .balance-container .all-balance {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 2em;
}
.layout .membership .balance-card .balance-container .all-balance .fa-stack {
  font-size: 1.5em;
  margin-right: 0.2em;
}
.layout .membership .balance-card .balance-container .all-balance .balance {
  font-size: 2em;
  font-weight: 600;
}
.layout .membership .balance-card .balance-container .expiring-balance .expire {
  font-size: 0.8em;
}
@media screen and (max-width: 412px) {
  .layout .membership .balance-card .balance-container {
    flex-direction: column;
  }
  .layout .membership .balance-card .all-balance {
    margin-bottom: 1em;
  }
}
.layout .membership .transaction-card .filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.layout .membership .transaction-card .filter .ant-form-item {
  margin: 0;
}
.layout .membership .transaction-card .filter .filter-btn {
  margin: 0;
  margin-left: 2em;
}
@media screen and (max-width: 412px) {
  .layout .membership .transaction-card .filter {
    flex-direction: column;
  }
  .layout .membership .transaction-card .filter .filter-btn {
    margin-left: 0;
  }
}
.layout .membership .transaction-card .transaction-container {
  margin: 2em 0 0.5em;
}
.layout .membership .transaction-card .transaction-container .transaction-paper {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  padding: 0.9em;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .detail {
  flex: 0 50%;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .detail .order-id {
  font-size: 0.9em;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .detail .date {
  color: #999;
  font-size: 0.8em;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .nominal {
  flex: 0 100px;
  text-align: center;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .nominal .label {
  color: #999;
  font-size: 0.8em;
}
.layout .membership .transaction-card .transaction-container .transaction-paper .nominal .amount {
  font-size: 0.9em;
}
@media screen and (max-width: 412px) {
  .layout .membership .transaction-card .transaction-container .transaction-paper {
    flex-direction: column;
  }
  .layout .membership .transaction-card .transaction-container .transaction-paper .detail {
    margin-bottom: 0.5em;
  }
  .layout .membership .transaction-card .transaction-container .transaction-paper .nominal {
    flex: none;
    text-align: left;
  }
}
.layout .membership .transaction-card .load-more-btn {
  font-size: 0.8em;
  padding-left: 0;
  padding-right: 0;
}
.layout .navbar {
  background: transparent;
  color: #a6a2a2;
  bottom: -1px;
  position: fixed !important;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.layout .navbar .navbar-menu {
  background: #dccecd;
  border-radius: 50px;
  font-size: 12px;
  height: 80px;
  margin: auto;
  margin-bottom: 10px;
  width: 95%;
}
.layout .navbar .navbar-menu span {
  font-size: 12px !important;
}
.layout .navbar .navbar-menu .active-icon {
  color: #cc0000;
}
.layout .navbar .navbar-menu .anticon {
  font-size: 20px;
  margin: auto;
  margin-bottom: 5px;
}
.layout .navbar .navbar-menu .ant-col-4 {
  bottom: 35px;
}
.layout .navbar .navbar-menu .plus .anticon {
  background: #cc0000;
  border-radius: 50px;
  border: 10px solid white;
  color: white;
  padding: 10px;
}
.layout .navbar .navbar-menu .plus .active-icon-products {
  color: #cc0000;
}
.layout .navbar .navbar-menu .plus .active-icon-products .anticon {
  background: white;
  border-radius: 50px;
  border: 10px solid #cc0000;
  color: #cc0000;
  padding: 10px;
}
@media screen and (max-width: 376px) {
  .layout .navbar .navbar-menu .ant-col-4 {
    bottom: 50px;
  }
}
@media screen and (min-width: 426px) {
  .layout .navbar {
    display: none;
  }
}
.layout .product-brand .product-brand-filter {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .layout .product-brand .product-brand-filter .card--content {
    display: flex;
    flex-direction: row;
  }
  .layout .product-brand .product-brand-filter .card--content > div:first-child {
    flex: 0 25%;
    margin-right: 3em;
  }
  .layout .product-brand .product-brand-filter .card--content > div:nth-child(2) {
    flex: 0 25%;
    margin-right: 3em;
  }
  .layout .product-brand .product-brand-filter .card--content > div:nth-child(3) {
    flex: 0 25%;
    margin-right: 3em;
  }
  .layout .product-brand .product-brand-filter .card--content > div:nth-child(4) {
    flex: 0 25%;
  }
}
.layout .view-product .product {
  background-color: #fff;
  margin: 1em 0;
  padding: 0.7em;
  position: relative;
}
.layout .view-product .product .codes {
  background-color: #cc0000;
  border-radius: 48px;
  color: white;
  font-size: 0.8em;
  margin: auto;
  padding: 2px 6px;
  width: fit-content;
}
.layout .view-product .product .feedback {
  align-items: initial;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.layout .view-product .product .feedback .fas {
  padding-right: 0.4em;
}
.layout .view-product .product .feedback .add-fail {
  color: #c00;
  margin-top: 0.75em;
}
.layout .view-product .product .feedback .add-success {
  color: #007a33;
}
.layout .view-product .product .feedback .checkout-btn {
  height: auto;
  margin-left: 20px;
  padding: 10px 15px;
}
.layout .view-product .product .gift-remarks {
  color: #f93;
  font-size: 1.1em;
  margin-bottom: 0.75em;
}
.layout .view-product .product .gift-remarks .fas {
  margin-right: 0.5em;
}
.layout .view-product .product .promotion {
  display: flex;
  border-radius: 60px;
  height: 60px;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 60px;
  z-index: 1;
  box-shadow: -1.33px 2.33px 2px 0px rgba(0, 0, 0, 0.75);
}
.layout .view-product .product .promotion .promotion-amount {
  font-size: 15px;
  margin: auto;
}
.layout .view-product .product .image-and-article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.layout .view-product .product .image-and-article .image-and-video {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 0;
}
.layout .view-product .product .image-and-article .image-and-video .watch-video {
  color: #1a2b6d;
  font-size: 0.8em;
  padding-bottom: 1em;
  text-align: center;
}
.layout .view-product .product .image-and-article .image-and-video .watch-video .fa-stack {
  margin-right: 0.5em;
}
.layout .view-product .product .image-and-article .image-and-video .watch-video:hover {
  cursor: pointer;
  text-decoration: underline;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image {
  text-align: center;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image .hoverable:hover {
  cursor: pointer;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image .responsive {
  align-self: center;
  color: #fff;
  display: block;
  font-size: 8em;
  height: 300px;
  margin: auto;
  max-width: 300px;
  object-fit: contain;
  object-position: center;
  text-align: center;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image .fa-stack {
  display: none;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image-skeleton {
  min-height: 300px;
}
.layout .view-product .product .image-and-article .image-and-video .preview-image:hover .fa-stack {
  display: inline-block;
  color: #999;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout .view-product .product .image-and-article .image-and-video .preview-image {
    margin-top: 0;
  }
  .layout .view-product .product .image-and-article .image-and-video .preview-image .fa-stack {
    font-size: 1.6em;
  }
}
.layout .view-product .product .image-and-article .sticker {
  font-size: 1em;
  transform: translate(-0.7em, -0.7em);
  z-index: 1;
}
.layout .view-product .product .image-and-article .product-article {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 1em;
}
.layout .view-product .product .image-and-article .name {
  font-size: 1.4em;
  font-weight: 400;
  padding-bottom: 1em;
}
.layout .view-product .product .image-and-article .product-brand {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.layout .view-product .product .image-and-article .product-brand span {
  padding-left: 0.4em;
}
.layout .view-product .product .image-and-article .sku {
  color: #4990e2;
  font-weight: 600;
}
.layout .view-product .product .image-and-article .stock {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.layout .view-product .product .image-and-article .stock span {
  color: #c00;
  padding-left: 0.4em;
}
.layout .view-product .product .image-and-article .variant {
  font-size: 0.9em;
  text-align: left;
}
.layout .view-product .product .image-and-article .variant .radio-group {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #424242;
}
.layout .view-product .product .image-and-article .variant .radio-group .radio-option {
  padding: 0 0;
}
.layout .view-product .product .image-and-article .variant .radio-group .radio-option input {
  margin-left: 0em;
}
.layout .view-product .product .image-and-article .prevPrice {
  color: #999;
  font-size: 0.9em;
  padding-left: 4em;
  text-decoration: line-through;
}
.layout .view-product .product .image-and-article .currPrice {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.layout .view-product .product .image-and-article .currPrice .price {
  color: #c00;
  font-size: 1.4em;
  font-weight: 600;
  padding-left: 0.4em;
}
.layout .view-product .product .image-and-article .currPrice .sku-amount {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.layout .view-product .product .image-and-article .counter-wishlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.layout .view-product .product .image-and-article .counter-wishlist .counter {
  font-size: 0.85em;
  margin-right: 1em;
  padding: 0.8em 0;
}
.layout .view-product .product .image-and-article .counter-wishlist .wishlist {
  align-self: center;
}
.layout .view-product .product .image-and-article .counter-wishlist .fa-heart {
  color: #c00;
  cursor: pointer;
  font-size: 1.5em;
}
.layout .view-product .product .image-and-article .wholesale-price {
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
.layout .view-product .product .image-and-article .stock-exceed {
  color: #c00;
  font-size: 0.9em;
  margin-top: 0.75em;
}
.layout .view-product .product .image-and-article .stock-exceed .fas {
  margin-right: 0.5em;
}
.layout .view-product .product .product-information {
  margin-bottom: 1em;
}
.layout .view-product .product .product-information h2 {
  font-weight: 600;
  margin-top: 0;
}
.layout .view-product .product .product-information .ant-space-item:nth-child(odd) > .info-entry {
  background-color: #eee;
}
.layout .view-product .product .product-information .info-entry {
  box-sizing: border-box;
  font-size: 0.9em;
  width: 100%;
}
.layout .view-product .product .product-information .info-entry .entry {
  padding: 0.7em 1em;
}
.layout .view-product .product .product-information .info-entry .linked:hover {
  color: #0095da;
  cursor: pointer;
  text-decoration: underline;
}
.layout .view-product .product-video {
  margin: 2em 0;
}
@media screen and (min-width: 412px) {
  .layout .view-product .product .promotion {
    border-radius: 70px;
    height: 70px;
    width: 70px;
  }
  .layout .view-product .product .image-and-article .counter-wishlist .counter {
    font-size: 0.9em;
  }
  .layout .view-product .product .image-and-article .add-to-cart button {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .layout .view-product .product .codes {
    padding: 4px 10px;
  }
  .layout .view-product .product .image-and-article {
    flex-direction: row;
  }
  .layout .view-product .product .image-and-article .product-article {
    align-items: center;
    flex: 0 50%;
    margin-bottom: 0;
    padding: 1em;
    z-index: 1;
  }
  .layout .view-product .product .image-and-article .stub {
    flex: 1;
  }
  .layout .view-product .product .product-information {
    width: 50%;
  }
  .layout .view-product .product .promotion {
    right: 50%;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .layout .view-product .product .product-information {
    width: 100%;
  }
}
.layout .reset-password {
  display: flex;
  justify-content: space-between;
}
.layout .reset-password .ant-divider {
  margin: 10px 0;
}
.layout .reset-password .ant-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .layout .reset-password {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .layout .reset-password {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .layout .reset-password-container {
    margin: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .layout .reset-password-container {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .layout .reset-password-container {
    margin: 15px 80px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .layout .reset-password-container {
    margin: 15px auto;
    width: 900px;
  }
}
.layout .reset-password-form {
  box-shadow: 2px 2px 10px 0 #8e8e8e;
  border-radius: 20px;
}
@media screen and (max-width: 425px) {
  .layout .reset-password-form {
    padding: 20px;
    width: 85%;
  }
}
@media screen and (min-width: 426px) {
  .layout .reset-password-form {
    padding: 50px;
    width: 300px;
  }
}
.layout .reset-password-img {
  object-fit: contain;
}
.layout .reset-password-img-atk {
  width: 170px;
  margin-bottom: 20px;
}
.layout .reset-password-desc {
  margin-bottom: 10px;
  text-align: justify;
}
.layout .reset-password-buttons {
  width: 100%;
}
.layout .reset-password-forgot {
  text-align: right;
}
.layout .shipping .courier-note {
  color: #626262;
  display: flex;
  flex-direction: column;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 0.1em;
}
.layout .shipping .courier-note > div {
  margin: 1em 5em 1em 0em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .courier-note {
    flex-direction: row;
  }
}
.layout .shipping .delivery-option {
  margin-top: 1.5em;
}
.layout .shipping .delivery-option .subtotal-cost .amount {
  color: #c00;
  line-height: 2.5em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .delivery-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .layout .shipping .delivery-option > div {
    flex: 1;
  }
  .layout .shipping .delivery-option > div:not(:last-child) {
    margin-right: 4em;
  }
}
.layout .shipping .expedition-note {
  color: #626262;
  display: flex;
  flex-direction: column;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 0.1em;
}
.layout .shipping .expedition-note > div {
  margin: 1em 5em 1em 0em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .expedition-note {
    flex-direction: row;
  }
}
.layout .shipping .expedition-option {
  display: flex;
  flex-direction: column;
}
.layout .shipping .expedition-option .input-error {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .expedition-option > div {
    width: 40%;
  }
}
.layout .shipping .insurance-option {
  margin-top: 1.5em;
}
.layout .shipping .insurance-option .subtotal-cost .amount {
  color: #c00;
  line-height: 2.5em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .insurance-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .layout .shipping .insurance-option > div {
    flex: 1;
  }
  .layout .shipping .insurance-option > div:not(:last-child) {
    margin-right: 4em;
  }
}
.layout .shipping .name-address-container {
  margin: 1.5em 0 3em;
}
.layout .shipping .name-address-container > div {
  white-space: pre-line;
}
.layout .shipping .name-address-container > div:nth-child(2),
.layout .shipping .name-address-container > div:nth-child(3) {
  margin-top: 1.5em;
}
.layout .shipping .name-address-container .info--title {
  font-weight: 600;
  margin-bottom: 0.7em;
}
.layout .shipping .name-address-container .info--title .fas {
  cursor: pointer;
  padding-left: 1em;
  text-align: right;
}
.layout .shipping .name-address-container .info--content {
  color: #808285;
  font-size: 0.95em;
  line-height: 1.8em;
}
.layout .shipping .name-address-container .not-found {
  color: #999;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .layout .shipping .name-address-container {
    display: flex;
    flex-direction: row;
  }
  .layout .shipping .name-address-container > div {
    flex: 0 30%;
  }
  .layout .shipping .name-address-container > div:first-child {
    margin-right: 4em;
  }
  .layout .shipping .name-address-container > div:nth-child(2),
  .layout .shipping .name-address-container > div:nth-child(3) {
    margin-top: 0;
  }
}
.layout .shipping .total-info .sub-total,
.layout .shipping .total-info .discount-total,
.layout .shipping .total-info .cart-total,
.layout .shipping .total-info .point-total {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-content: flex-end;
  margin-top: 0.5em;
}
.layout .shipping .total-info .sub-total .total,
.layout .shipping .total-info .discount-total .total,
.layout .shipping .total-info .cart-total .total,
.layout .shipping .total-info .point-total .total {
  color: #000;
  padding-right: 1em;
}
.layout .shipping .total-info .sub-total .amount,
.layout .shipping .total-info .discount-total .amount,
.layout .shipping .total-info .cart-total .amount,
.layout .shipping .total-info .point-total .amount {
  color: #c00;
  width: 100px;
}
.layout .shipping .total-info .shipping-fee {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-content: flex-end;
  margin-top: 0.5em;
}
.layout .shipping .total-info .shipping-fee .total {
  color: #000;
  padding-right: 1em;
}
.layout .shipping .total-info .shipping-fee .amount {
  color: #c00;
  width: 100px;
}
.layout .shipping .total-info .sum-total {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-content: flex-end;
  margin-top: 0.75em;
}
.layout .shipping .total-info .sum-total .total {
  color: #000;
  padding-right: 1em;
}
.layout .shipping .total-info .sum-total .amount {
  color: #c00;
  width: 100px;
}
.layout .shipping .total-info .promotion {
  color: #c00;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-content: flex-end;
}
.layout .shipping .total-info .continue-confirmation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 1em 0;
}
@media screen and (min-width: 420px) {
  .layout .shipping .total-info .sub-total,
  .layout .shipping .total-info .discount-total,
  .layout .shipping .total-info .point-total,
  .layout .shipping .total-info .sum-total,
  .layout .shipping .total-info .shipping-fee,
  .layout .shipping .total-info .cart-total {
    font-size: 1em;
  }
  .layout .shipping .total-info .sub-total .amount,
  .layout .shipping .total-info .discount-total .amount,
  .layout .shipping .total-info .point-total .amount,
  .layout .shipping .total-info .sum-total .amount,
  .layout .shipping .total-info .shipping-fee .amount,
  .layout .shipping .total-info .cart-total .amount {
    width: 150px;
  }
}
.layout .shipping .total-weight {
  margin-top: 0.7em;
}
.layout .shipping .error {
  color: #c00;
  font-size: 0.9em;
  margin-top: 0.7em;
  text-align: right;
}
.layout .shipping .error .fas {
  padding-right: 0.7em;
}
.layout .shipping .login-prompt .btn-primary {
  background-color: #c00;
}
.layout .shipping .login-prompt .login-prompt-desc {
  color: #626262;
  font-size: 0.8em;
}
.layout .confirm-delivery-modal {
  text-align: left;
}
.layout .order-status .additional-note {
  color: #626262;
  font-size: 0.75em;
  margin-bottom: 1em;
}
.layout .order-status .empty-orders {
  align-items: center;
  color: #aaa;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 10em;
  justify-content: center;
}
.layout .order-status .order-item {
  animation: fadeIn 1s;
  font-size: 14px;
  margin-bottom: 1em;
}
.layout .order-status .order-item .order-review {
  padding-top: 0.7em;
  padding-bottom: 0.35em;
  white-space: pre-line;
}
.layout .order-status .order-item .order-review > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-review > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.layout .order-status .order-item .order-with-feedback {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-overview {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-overview .order-id {
  color: #f93;
  font-weight: 600;
  padding-bottom: 0.35em;
}
.layout .order-status .order-item .order-overview .order-id:hover,
.layout .order-status .order-item .order-overview .order-id:focus {
  cursor: pointer;
  text-shadow: 0 0 2px #ffce00;
}
.layout .order-status .order-item .order-overview .order-deliverynumber {
  font-size: 12px;
  padding-bottom: 0.35em;
}
.layout .order-status .order-item .order-overview .order-created-date {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  padding-bottom: 0.35em;
}
.layout .order-status .order-item .order-overview .order-status-container {
  display: flex;
  flex-direction: column;
  padding-top: 0.35em;
  text-align: center;
}
.layout .order-status .order-item .order-overview .order-status-container > div:first-child {
  margin-right: 1em;
}
.layout .order-status .order-item .order-overview .order-status-container span {
  font-size: 10px;
}
.layout .order-status .order-item .order-overview .order-status-container > div:nth-child(2) {
  padding-top: 0.35em;
}
.layout .order-status .order-item .order-overview .order-status-container .order-status {
  align-self: flex-start;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 0.35em;
  margin: auto;
  padding: 0.5em 1em;
  text-align: center;
  width: 7em;
}
.layout .order-status .order-item .order-overview .order-status-container .order-instruction {
  font-size: 10px;
}
.layout .order-status .order-item .order-overview .order-status-container .order-instruction:hover,
.layout .order-status .order-item .order-overview .order-status-container .order-instruction:focus {
  cursor: pointer;
  text-shadow: 0 0 2px #ffce00;
}
.layout .order-status .order-item .order-overview .order-status-container .order-status--captured,
.layout .order-status .order-item .order-overview .order-status-container .delivery-status--delivered {
  background-color: #007a33;
}
.layout .order-status .order-item .order-overview .order-status-container .order-status--disabled,
.layout .order-status .order-item .order-overview .order-status-container .delivery-status--notapplicable {
  background-color: #999;
}
.layout .order-status .order-item .order-overview .order-status-container .order-status--pending,
.layout .order-status .order-item .order-overview .order-status-container .delivery-status--processing {
  background-color: #ffce00;
}
.layout .order-status .order-item .order-overview .order-status-container .order-status--rejected {
  background-color: #c00;
}
.layout .order-status .order-item .order-overview .order-status-container .delivery-status {
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 0.35em;
  margin: auto;
  padding: 0.5em 1em;
  text-align: center;
  width: 7em;
}
@media screen and (min-width: 768px) {
  .layout .order-status .order-item .order-overview .order-status-container {
    text-align: center;
  }
}
.layout .order-status .order-item .order-products {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.7em 0;
}
.layout .order-status .order-item .order-products .order-items {
  flex: 0 100%;
}
.layout .order-status .order-item .order-products .order-items .order-items-header {
  display: flex;
  flex-direction: row;
}
.layout .order-status .order-item .order-products .order-items .order-items-header .items-product-header {
  flex: 0 40%;
}
.layout .order-status .order-item .order-products .order-items .order-items-header .items-price-header {
  flex: 0 30%;
}
.layout .order-status .order-item .order-products .order-items .order-items-header .items-totalprice-header {
  flex: 0 30%;
}
.layout .order-status .order-item .order-products .order-items .order-items-entries .items-description {
  display: flex;
  flex-direction: row;
}
.layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-product {
  flex: 0 40%;
}
.layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-price {
  flex: 0 30%;
}
.layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-totalprice {
  flex: 0 30%;
}
.layout .order-status .order-item .order-products .order-items > div:first-child {
  font-weight: 600;
  padding-bottom: 0.4em;
}
.layout .order-status .order-item .order-products .order-items > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-remarks {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.7em 0;
}
.layout .order-status .order-item .order-remarks .order-items {
  flex: 0 100%;
}
.layout .order-status .order-item .order-remarks .order-items .order-items-header {
  display: flex;
  flex-direction: row;
}
.layout .order-status .order-item .order-remarks .order-items .order-items-header .items-remarks-header {
  flex: 0 40%;
}
.layout .order-status .order-item .order-remarks .order-items > div:first-child {
  font-weight: 600;
  padding-bottom: 0.4em;
}
.layout .order-status .order-item .order-remarks .order-items > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-total {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.7em 0;
  white-space: pre;
}
.layout .order-status .order-item .order-total .order-items {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35em;
}
.layout .order-status .order-item .order-total .order-items > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-total .order-items > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-total .order-prices {
  padding-top: 0.35em;
}
.layout .order-status .order-item .order-total .order-prices > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-total .order-prices > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-total .order-prices .subtitle {
  display: inline-block;
  width: 13em;
}
.layout .order-status .order-item .order-meta {
  padding-top: 0.7em;
}
.layout .order-status .order-item .order-meta .order-billing {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35em;
  white-space: pre-line;
}
.layout .order-status .order-item .order-meta .order-billing > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-meta .order-billing > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .order-meta .order-shipping {
  padding-top: 0.35em;
  white-space: pre-line;
}
.layout .order-status .order-item .order-meta .order-shipping > div:first-child {
  font-weight: 600;
  padding-bottom: 0.7em;
}
.layout .order-status .order-item .order-meta .order-shipping > div:not(:first-child) {
  font-size: 12px;
}
.layout .order-status .order-item .delivery-confirmation-trigger {
  margin: 1.5em -1em 0;
  text-align: center;
}
.layout .order-status .order-item .delivery-confirmation-trigger .confirmation-btn {
  width: 100%;
}
@media screen and (min-width: 360px) {
  .layout .order-status .order-item .order-overview .order-status-container {
    flex-direction: row;
  }
  .layout .order-status .order-item .order-overview .order-status-container > div:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .layout .order-status .order-item .order-content {
    flex-direction: row;
  }
  .layout .order-status .order-item .order-overview .order-id {
    border-bottom: 0;
    padding: 0.5em 0;
  }
  .layout .order-status .order-item .order-overview .order-deliverynumber {
    border-bottom: 0;
    padding-bottom: 0.5em;
  }
  .layout .order-status .order-item .order-overview .order-created-date {
    border-bottom: 0;
    padding-bottom: 0.5em;
  }
  .layout .order-status .order-item .order-products .order-items {
    flex: 0 100%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-header {
    display: flex;
    flex-direction: row;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-header .items-product-header {
    flex: 0 70%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-header .items-price-header {
    flex: 0 20%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-header .items-totalprice-header {
    flex: 0 10%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-entries .items-description {
    display: flex;
    flex-direction: row;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-product {
    flex: 0 70%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-price {
    flex: 0 20%;
  }
  .layout .order-status .order-item .order-products .order-items .order-items-entries .items-description .items-totalprice {
    flex: 0 10%;
  }
  .layout .order-status .order-item .order-products .order-items > div:first-child {
    font-weight: 600;
    padding-bottom: 0.7em;
  }
  .layout .order-status .order-item .order-products .order-items > div:not(:first-child) {
    font-size: 12px;
  }
  .layout .order-status .order-item .order-remarks .order-items {
    flex: 0 100%;
  }
  .layout .order-status .order-item .order-remarks .order-items .order-items-header {
    display: flex;
    flex-direction: row;
  }
  .layout .order-status .order-item .order-remarks .order-items .order-items-header .items-remarks-header {
    flex: 0 70%;
  }
  .layout .order-status .order-item .order-remarks .order-items > div:first-child {
    font-weight: 600;
    padding-bottom: 0.7em;
  }
  .layout .order-status .order-item .order-remarks .order-items > div:not(:first-child) {
    font-size: 12px;
  }
  .layout .order-status .order-item .order-total .order-items {
    flex: 0 50%;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .layout .order-status .order-item .order-total .order-prices {
    flex: 0 50%;
    padding-top: 0;
  }
  .layout .order-status .order-item .order-meta .order-billing {
    border-bottom: 0;
    flex: 0 50%;
    padding-bottom: 0;
  }
  .layout .order-status .order-item .order-meta .order-shipping {
    flex: 0 50%;
    padding-top: 0;
  }
}
.layout .payment-status .payment-error {
  color: #808285;
  text-align: center;
}
.layout .payment-status .payment-error h1 {
  color: #626262;
  margin-bottom: 0.4em;
}
.layout .payment-status .payment-error button {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.layout .payment-status .payment-error .fa-stack {
  color: #c00;
}
.layout .payment-status .payment-error .error-message {
  margin-bottom: 1em;
}
.layout .payment-status .payment-error .invalid {
  width: 200px;
}
.layout .payment-status .payment-success {
  color: #808285;
  text-align: center;
}
.layout .payment-status .payment-success h1 {
  color: #626262;
  margin-bottom: 0.4em;
}
.layout .payment-status .payment-success button {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.layout .payment-status .payment-success .fa-stack {
  color: #007a33;
}
.layout .payment-status .payment-success .success-message {
  margin-bottom: 1em;
}
.layout .verification-status .verification-success {
  color: #808285;
  text-align: center;
}
.layout .verification-status .verification-success h1 {
  color: #626262;
  margin-bottom: 0.4em;
}
.layout .verification-status .verification-success button {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.layout .verification-status .verification-success .fa-stack {
  color: #007a33;
}
.layout .verification-status .verification-success .success-message {
  margin-bottom: 1em;
}
.layout .update-password {
  display: flex;
  justify-content: space-between;
}
.layout .update-password .ant-divider {
  margin: 10px 0 25px 0;
}
.layout .update-password .ant-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .layout .update-password {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .layout .update-password {
    flex-direction: row;
  }
}
.layout .update-password-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout .update-password-container {
    margin: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .layout .update-password-container {
    margin: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .layout .update-password-container {
    margin: 15px 80px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .layout .update-password-container {
    margin: 15px auto;
    width: 900px;
  }
}
.layout .update-password-form {
  box-shadow: 2px 2px 10px 0 #8e8e8e;
  border-radius: 20px;
}
@media screen and (max-width: 425px) {
  .layout .update-password-form {
    padding: 20px;
    width: 85%;
  }
}
@media screen and (min-width: 426px) {
  .layout .update-password-form {
    padding: 50px;
    width: 300px;
  }
}
.layout .update-password-img {
  object-fit: contain;
}
.layout .update-password-img-atk {
  width: 170px;
  margin-bottom: 20px;
}
.layout .update-password-desc {
  margin-bottom: 10px;
  text-align: left;
}
.layout .update-password-buttons {
  width: 100%;
}
.layout .update-password-forgot {
  text-align: right;
}
.layout .wishlist .wishlist-headers {
  color: #626262;
  display: flex;
  flex-direction: row;
  font-weight: 600;
  justify-content: space-between;
  padding: 1em 0 1em 0;
}
.layout .wishlist .wishlist-headers .image--header {
  border-bottom: 1px solid #808285;
  display: none;
  padding-bottom: 1em;
}
.layout .wishlist .wishlist-headers .name-sku--header {
  border-bottom: 1px solid #808285;
  box-sizing: border-box;
  flex: 0 1 16em;
  padding-bottom: 1em;
  padding-left: 0.4em;
}
.layout .wishlist .wishlist-headers .quantity--header {
  border-bottom: 1px solid #808285;
  flex: 0 1 5em;
  padding-bottom: 1em;
  text-align: center;
}
.layout .wishlist .wishlist-headers .price--header {
  border-bottom: 1px solid #808285;
  display: none;
  flex: 0 1 15em;
  font-weight: 600;
  padding-bottom: 1em;
  text-align: center;
}
.layout .wishlist .wishlist-headers .stub--header {
  border-bottom: 1px solid #808285;
  flex: 1;
  padding-bottom: 1em;
}
.layout .wishlist .wishlist-headers .add-to-cart--header,
.layout .wishlist .wishlist-headers .delete--header {
  align-items: center;
  border-bottom: 1px solid #808285;
  color: #808285;
  display: flex;
  flex-direction: column;
  flex: 0 1 5em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .layout .wishlist .wishlist-headers .image--header {
    display: initial;
    flex: 0 1 5em;
    padding: 0 1.5em;
    text-align: center;
  }
  .layout .wishlist .wishlist-headers .price--header {
    display: initial;
  }
  .layout .wishlist .wishlist-headers .quantity--header {
    flex: 0 1 7em;
  }
  .layout .wishlist .wishlist-headers .add-to-cart--header,
  .layout .wishlist .wishlist-headers .delete--header {
    flex: 0 1 5.5em;
  }
}
@media screen and (min-width: 1280px) {
  .layout .wishlist .wishlist-headers .name-sku--header {
    flex: 0 1 20em;
  }
  .layout .wishlist .wishlist-headers .add-to-cart--header {
    flex: 0 1 15em;
  }
}
.layout .wishlist .wishlist-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
  padding: 0.7em 0;
}
.layout .wishlist .wishlist-item .image {
  cursor: pointer;
  display: none;
}
.layout .wishlist .wishlist-item .name-sku {
  box-sizing: border-box;
  cursor: pointer;
  flex: 0 1 16em;
  padding-left: 0.4em;
}
.layout .wishlist .wishlist-item .name-sku:hover {
  font-weight: bold;
  cursor: pointer;
}
.layout .wishlist .wishlist-item .name-sku .sku {
  color: #427ae3;
  font-size: 0.85em;
}
.layout .wishlist .wishlist-item .name-sku .sku:hover {
  cursor: pointer;
  color: #0095da;
}
.layout .wishlist .wishlist-item .quantity {
  flex: 0 1 5em;
  text-align: center;
}
.layout .wishlist .wishlist-item .price {
  color: #c00;
  display: none;
  flex: 0 1 15em;
  font-weight: 600;
  text-align: center;
}
.layout .wishlist .wishlist-item .stub {
  flex: 1;
}
.layout .wishlist .wishlist-item .add-to-cart,
.layout .wishlist .wishlist-item .delete {
  align-items: center;
  color: #808285;
  display: flex;
  flex-direction: column;
  flex: 0 1 7em;
  font-size: 0.8em;
}
.layout .wishlist .wishlist-item .add-to-cart .fa-times,
.layout .wishlist .wishlist-item .delete .fa-times {
  cursor: pointer;
  flex: 1;
  opacity: 0.6;
}
.layout .wishlist .wishlist-item .add-to-cart .fa-cart-plus,
.layout .wishlist .wishlist-item .delete .fa-cart-plus {
  color: #427ae3;
  cursor: pointer;
  opacity: 1;
}
.layout .wishlist .wishlist-item .add-to-cart .fa-disabled,
.layout .wishlist .wishlist-item .delete .fa-disabled {
  color: #999;
  cursor: not-allowed;
}
.layout .wishlist .wishlist-item .add-fail,
.layout .wishlist .wishlist-item .add-success {
  font-size: 1.1em;
}
.layout .wishlist .wishlist-item .add-fail .fas,
.layout .wishlist .wishlist-item .add-success .fas {
  padding-right: 0.4em;
}
.layout .wishlist .wishlist-item .add-fail {
  color: #c00;
}
.layout .wishlist .wishlist-item .add-success {
  color: #007a33;
}
@media screen and (min-width: 768px) {
  .layout .wishlist .wishlist-item .image {
    display: initial;
    flex: 0 1 5em;
    padding: 0 1.5em;
    text-align: center;
  }
  .layout .wishlist .wishlist-item .image img {
    width: 100%;
  }
  .layout .wishlist .wishlist-item .image img:hover,
  .layout .wishlist .wishlist-item .image img:focus {
    transform: translateY(-5px) translateZ(0);
    transition: transform 0.5s ease;
  }
  .layout .wishlist .wishlist-item .price {
    display: initial;
  }
  .layout .wishlist .wishlist-item .quantity {
    flex: 0 1 7em;
  }
}
@media screen and (min-width: 1280px) {
  .layout .wishlist .wishlist-item .name-sku {
    flex: 0 1 20em;
  }
  .layout .wishlist .wishlist-item .add-to-cart {
    flex: 0 1 20em;
  }
}
.layout .wishlist .empty-wishlist {
  align-items: center;
  color: #aaa;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  height: 10em;
  justify-content: center;
}
.layout .content {
  background-color: #f5f5f5;
  flex: 1;
  padding: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .layout .content {
    padding: 25px;
  }
}
.layout div[class^='slick'] {
  height: 100%;
}
.pac-container {
  z-index: 1001 !important;
}
.no-link {
  color: #000;
  text-decoration: none;
}

