@charset "UTF-8";
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.75rem 0.25rem;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 0.875rem;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 0.875rem;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 0.875rem;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #28a745;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.5s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.5);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.3rem;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #007bff;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6c757d;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #000;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1rem;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #dc3545 !important;
  box-shadow: 0 0 2px #dc3545 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1rem;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0.375rem 0.75rem;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1rem;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1rem;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1rem;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #dc3545;
  color: #dc3545;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #dc3545;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #ffca2b;
  color: #ffc107;
}
.swal2-icon.swal2-info {
  border-color: #4cd3e9;
  color: #17a2b8;
}
.swal2-icon.swal2-question {
  border-color: #a1a8ae;
  color: #6c757d;
}
.swal2-icon.swal2-success {
  border-color: #28a745;
  color: #28a745;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #28a745;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: fadeInDown 0.5s;
}

.swal2-hide {
  animation: fadeOutUp 0.5s;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 0.875rem;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 0.875rem;
}

.swal2-confirm,
.swal2-cancel {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.swal2-popup {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swal2-popup.swal2-toast {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.swal2-popup.swal2-toast .swal2-header {
  padding: 0;
  border-bottom: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0;
  color: #6c757d;
}
.swal2-popup.swal2-toast .swal2-content {
  padding: 0 0.5rem;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: 0 !important;
  margin: 0;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0;
}

.swal2-title {
  margin: 0;
  font-size: 1.25rem;
}

.swal2-content {
  padding: 1rem 1rem 0;
}

.swal2-actions {
  border-radius: 0.25rem;
}

.swal2-footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

.swal2-close {
  height: auto;
  padding: 1rem 1.2rem 1rem 1rem;
  font-weight: 700;
}

.swal2-input,
.swal2-textarea {
  height: inherit;
  padding: 0.375rem 0.75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
}
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
}
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  box-shadow: none !important;
}
.swal2-input.swal2-inputerror:focus,
.swal2-textarea.swal2-inputerror:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.swal2-styled.swal2-confirm {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.swal2-styled.swal2-confirm:hover {
  border-color: #0062cc;
  background-color: #0069d9;
}
.swal2-styled.swal2-confirm:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-styled.swal2-confirm:active {
  border-color: #005cbf;
  background-color: #0062cc;
}
.swal2-styled.swal2-confirm:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-styled.swal2-cancel {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.swal2-styled.swal2-cancel:hover {
  border-color: #545b62;
  background-color: #5a6268;
}
.swal2-styled.swal2-cancel:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}
.swal2-styled.swal2-cancel:active {
  border-color: #4e555b;
  background-color: #545b62;
}
.swal2-styled.swal2-cancel:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

.swal2-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e') no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swal2-select:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.swal2-select[multiple], .swal2-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.swal2-select:disabled {
  background-color: #e9ecef;
  color: #fff;
}
.swal2-select::-ms-expand {
  display: none;
}

.swal2-radio label {
  position: relative;
  margin-right: 1rem;
  margin-left: 1.5rem;
}
.swal2-radio label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.swal2-radio label input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}
.swal2-radio label input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-radio label input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}
.swal2-radio label input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}
.swal2-radio label input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23fff"/%3e%3c/svg%3e');
}
.swal2-radio label input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.swal2-radio .swal2-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.0833333333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: #adb5bd solid 1px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}
.swal2-radio .swal2-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.0833333333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}

.swal2-checkbox {
  margin-right: 1rem;
  padding-left: 1.5rem;
}
.swal2-checkbox input {
  z-index: -1;
  opacity: 0;
}
.swal2-checkbox input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}
.swal2-checkbox input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-checkbox input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}
.swal2-checkbox input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}
.swal2-checkbox input:checked ~ .swal2-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3e%3c/svg%3e');
}
.swal2-checkbox input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.swal2-checkbox .swal2-label {
  position: relative;
}
.swal2-checkbox .swal2-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: #adb5bd solid 1px;
  background-color: #fff;
  pointer-events: none;
}
.swal2-checkbox .swal2-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}

.swal2-range {
  align-items: center;
}
.swal2-range input {
  width: 100%;
  height: calc(1rem + 0.6rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swal2-range input:focus {
  outline: none;
}
.swal2-range input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-range input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-range input:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.swal2-range input::-moz-focus-outer {
  border: 0;
}
.swal2-range input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
          appearance: none;
}
.swal2-range input::-webkit-slider-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
       appearance: none;
}
.swal2-range input::-moz-range-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}
.swal2-range input::-ms-thumb:active {
  background: #b3d7ff;
}
.swal2-range input::-ms-track {
  width: 100%;
  height: 0.5rem;
  border-width: 0.5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}
.swal2-range input::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}
.swal2-range input::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}
.swal2-range input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.swal2-range input:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.swal2-range input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.swal2-range input:disabled::-moz-range-track {
  cursor: default;
}
.swal2-range input:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.swal2-validation-message {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: #d6d8db;
  background: #e2e3e5;
  color: #383d41;
  font-size: 1rem;
}
.swal2-validation-message::before {
  background-color: #e4606d;
}

.swal2-toast {
  max-width: 350px;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
  border-radius: 0;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-confirm:hover {
  border: solid red 1px !important;
  background: red;
  color: white;
}

.swal2-popup {
  border-radius: 0;
}

.promotion-label {
  font-size: 0.8rem;
}
.promotion-label .pl-link {
  background: #f9cd46;
  padding: 5px 5px;
  color: #000;
  border: 1px solid #eaeaea;
  display: inline-block;
}
.promotion-label .pl-expand {
  background: #f9cd46;
  padding: 5px 12px;
  border: 1px solid #eaeaea;
}
.promotion-label .pl-expand:focus {
  outline: none;
}

.promotion-badge {
  position: relative;
  display: inline-block;
}
.promotion-badge i {
  font-size: 3rem;
}
.promotion-badge i:before {
  color: #c73935;
}
.promotion-badge i:after {
  content: "%";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
  font-size: 40%;
  margin-top: 25%;
  display: inline-block;
}

.promotion-list .promotion-list-item {
  margin-bottom: 1rem;
}
.promotion-list .pl-link {
  color: #101010;
  border: 1px solid #e1e1e1;
  padding: 18px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.promotion-list .pl-link:after {
  content: "›";
  float: right;
  font-size: 3rem;
  display: inline-block;
  line-height: 1rem;
  color: #d4ad3c;
}
.promotion-list .pl-link:hover {
  background: #fbe27e;
  border-color: #ccb66a;
}

/**
 For single product
 */
.promotion-labels {
  border-top: 1px solid #e1e1e1;
  padding-top: 0.8rem;
}
.promotion-labels .promotion-list .promotion-list-item {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.promotion-labels .promotion-list .pl-link {
  background: #fbe27e;
  border-color: #ccb66a;
  display: inline-block;
  width: auto;
  border-radius: 0 50px 50px 0;
  padding: 5px 5px 5px 34px;
  position: relative;
}
.promotion-labels .promotion-list .pl-link:after {
  font-size: 2rem;
  padding: 0 5px;
}
.promotion-labels .promotion-list .promotion-badge {
  position: absolute;
  top: -3px;
  left: 5px;
}
.promotion-labels .promotion-list .promotion-badge i {
  font-size: 2rem;
}

/**
 * Promotion modal
 */
.promotion-modal {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.promotion-modal.hidden {
  display: none;
}
.promotion-modal .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.promotion-modal .modal-container {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.promotion-modal .modal-close {
  background: #ccc;
  padding: 10px 10px;
  margin-top: 7px;
  margin-right: -7px;
  color: black;
  border-radius: 100%;
  line-height: 0.6rem;
  text-decoration: none;
}
.promotion-modal .modal-header {
  padding: 0 1.5rem;
}
.promotion-modal .modal-header .promotion-badge {
  margin-top: -4px;
}
.promotion-modal .modal-header h3 {
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0;
}
.promotion-modal .modal-body {
  padding: 1rem 1.5rem;
  background: #F5F5F5;
  max-height: 40vh;
  overflow: hidden scroll;
}
.promotion-modal .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.promotion-modal .modal-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
.promotion-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}
.promotion-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#passwordChangeRequired .modal-content {
  border-radius: 15px;
}
#passwordChangeRequired .modal-body {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.85em;
  padding: 2.5em 2.5em;
}
#passwordChangeRequired .modal-body button span {
  font-size: 25px;
  line-height: 30px;
}
#passwordChangeRequired .modal-body a.button {
  background-color: #8C000F;
  border: none;
  color: #FFF;
  font-size: 1em;
  line-height: 1.2em !important;
  padding: 5px 13px !important;
  width: 50%;
}
#passwordChangeRequired .modal-body button.close {
  position: absolute;
  right: 15px;
  top: 0;
}
#passwordChangeRequired #password-reset-form {
  text-align: left;
}
#passwordChangeRequired #password-reset-form .text-danger {
  font-size: 15px;
  line-height: 21px;
}
#passwordChangeRequired #password-reset-form .error-message {
  display: none;
}

:root {
  /* Colors: */
  --color-black: #000;
  --color-dark-red: #f40000;
  --color-red: #f40000;
  --color-white: #FFFFFF;
  --color-text: #000;
  --color-gray: #EDEDED;
  --color-dgray: #808080;
  --color-blue:#00407A;
  /*Space*/
  --space-large:50px;
  --space-medium:25px;
  --space-small:10px;
}

/*Font Family*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Microsoft JhengHei";
  src: url("../../fonts/microsoft-jhenghei.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
[x-cloak] {
  display: none !important;
}

/*Font Weight Text*/
.bold {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}

.medium {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
}

.light {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
}

html body, html body.theme-hello-elementor {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif !important;
  font-weight: 400;
}

body {
  font-size: 16px !important;
}

a {
  color: var(--color-dark-red);
}

/*Padding/Margin*/
.mrg-top-large {
  margin-top: var(--space-large);
}

.mrg-top-medium {
  margin-top: var(--space-medium);
}

.mrg-top-small {
  margin-top: var(--space-small);
}

.mrg-btm-large {
  margin-bottom: var(--space-large);
}

.mrg-btm-medium {
  margin-bottom: var(--space-medium);
}

.mrg-btm-small {
  margin-bottom: var(--space-small);
}

/*Heading*/
h1 {
  font-size: 1.6em !important;
  font-weight: 700;
}

h2 {
  font-size: 1.5em !important;
  font-weight: 700;
}

h3 {
  font-size: 1.4em !important;
  font-weight: 700;
}

.style-heading {
  text-transform: uppercase;
  margin-bottom: 1em;
}

.black-title {
  font-weight: 700;
  font-size: 2.4em !important;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1em;
}
.black-title .elementor-heading-title {
  font-weight: 700;
  font-size: 2.4em !important;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1em;
}

figcaption {
  margin-top: 1em !important;
  font-size: 1em;
}

body {
  background-color: #fff;
}

.sm-text {
  font-size: 0.8em;
}

/*Site max-width*/
.page-header .entry-title {
  max-width: 80%;
  padding: 0 1em;
  margin: auto;
}

.site-footer .footer-inner {
  max-width: 90%;
}
.site-footer:not(.dynamic-footer) {
  max-width: 90%;
}

.site-header .header-inner {
  max-width: 90%;
}
.site-header:not(.dynamic-header) {
  max-width: 90%;
}

body:not([class*=elementor-page-]) .site-main {
  max-width: 80%;
  padding: 0 1em;
  margin: auto;
}

body.page-template-default .site-main {
  max-width: 80%;
  padding: 0 1em;
  margin: auto;
  min-height: 70vh;
}

.site-width {
  max-width: 80%;
  padding: 0 1em;
  margin: auto;
  margin-bottom: 4.5vw;
}

/*Others*/
header.page-header {
  display: none;
}

.page-content {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}

.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/*Slider*/
.arestos-slider#banners {
  padding: 4vw 0.5em;
  width: 100%;
  overflow: hidden;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item {
  transform: scale(1.5) !important;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item.active.firstactiveitem {
  transform-origin: 0 50%;
  z-index: 1;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item.active.lastactiveitem {
  transform-origin: 100% 50%;
  z-index: 1;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item.active.center {
  box-shadow: none;
  transform: scale(2) !important;
  transform-origin: 50% 50%;
  z-index: 2;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
}
.arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item .slide.item img {
  border-radius: 10px;
}

/* Button */
button.btn, a.btn {
  font-size: 1em;
}
button.btn-default, a.btn-default {
  text-decoration: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.button-red, .btn-primary {
  border: 2px solid #f40000 !important;
  background: #f40000;
  color: white;
  text-decoration: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.button-red:hover, .button-red:focus, .btn-primary:hover, .btn-primary:focus {
  background: #000 !important;
  color: white !important;
  border: 2px solid #000 !important;
}

.button-blue, .btn-blue {
  border: 2px solid #00407A !important;
  background: #00407A;
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.button-blue:hover, .btn-blue:hover {
  background: #000;
  color: white;
  border: 2px solid #000 !important;
}

.btn.sbl-btn-white {
  border: 2px solid #f40000;
  color: #f40000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.badge-warning {
  background-color: #FEC509;
}
.badge-primary {
  background-color: #00407A;
}
.badge-danger {
  background-color: #f40000;
}

.text-danger {
  color: #f40000 !important;
}

.btn:hover, .btn:focus {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}

/*Modal Box*/
.modal.show .modal-dialog {
  top: 30vh;
  transform: translate(0, 50%);
}
.modal.show .modal-dialog .modal-header .close {
  margin: 0px;
}
.modal.show .modal-dialog .modal-header .close :hover {
  color: #fff;
}

input[type=checkbox][value=uncategorized] {
  display: none;
}

.page-header {
  display: none;
}

/*Search Form*/
.elementor-search-form__container {
  display: flex;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: #f1f2f3;
}
.elementor-search-form__container .elementor-search-form button, .elementor-search-form__container .elementor-search-form input[type=search] {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-image-width: 0;
  outline-width: 0;
}
.elementor-search-form__container .elementor-search-form button::-moz-placeholder, .elementor-search-form__container .elementor-search-form input[type=search]::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__container .elementor-search-form button::placeholder, .elementor-search-form__container .elementor-search-form input[type=search]::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__container .elementor-search-form button:focus,
.elementor-search-form__container .elementor-search-form input[type=search]:focus {
  outline: 0;
  color: inherit;
}
.elementor-search-form__container .elementor-search-form__submit, .elementor-search-form__container .elementor-search-form__submit:hover {
  color: var(--e-search-form-submit-text-color, #fff);
  border: none;
  border-radius: 0;
}

.order-table .product-img img {
  width: 100%;
}

/*Button*/
.sw-btn {
  padding: 7px 25px;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 5px;
}
.sw-btn:hover, .sw-btn:active, .sw-btn:focus {
  text-decoration: none;
}
.sw-btn.sw-btn-primary {
  line-height: 1.5em;
  background-color: #f40000;
  color: #FFFFFF;
  border: 0px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sw-btn.sw-btn-secondary {
  /* white in background, with bottom and side shadow */
  line-height: 1.5em;
  background-color: #fff;
  color: #000;
  border: 0px !important;
  box-shadow: 0px 2px 2px #999;
}
.sw-btn.sw-btn-large {
  padding: 8px 20px;
  font-size: 1.2em;
  min-width: 300px;
}
.sw-btn.sw-btn-black {
  background-color: #000;
  color: #fff;
}
.sw-btn.sw-btn-black:disabled {
  background-color: gray;
  cursor: not-allowed; /* Optional: Changes cursor on hover to indicate that the button is not clickable */
}
.sw-btn.sw-btn-black:disabled:hover, .sw-btn.sw-btn-black:disabled:active, .sw-btn.sw-btn-black:disabled:focus {
  background-color: gray;
}
.sw-btn:disabled {
  background-color: gray;
  cursor: not-allowed; /* Optional: Changes cursor on hover to indicate that the button is not clickable */
  /* Additional styling as needed... */
}

[disabled].sw-btn,
[disabled].sw-btn-primary,
[disabled].sw-btn-secondary,
[disabled].sw-btn-black {
  background-color: gray;
  cursor: not-allowed;
}

a[disabled=disabled] {
  color: gray !important; /* Gray text */
  cursor: not-allowed !important; /* Display 'not-allowed' cursor */
  pointer-events: none !important; /* Disable pointer events like click */
  text-decoration: none !important; /* Remove text decoration like underline */
}

a.sw-link {
  color: #007CEC !important;
  cursor: pointer;
  margin-bottom: 2em;
}

#comments {
  display: none;
}

.sw-quantity {
  width: auto !important;
}
.sw-quantity input[type=number].qty {
  background: #fff !important;
  color: black !important;
  width: 70px !important;
  height: 40px;
  border: 1px solid #bcc8c9 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
.sw-quantity .minus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.sw-quantity .minus:active, .sw-quantity .minus:focus, .sw-quantity .minus:hover {
  color: #f40000 !important;
  background-color: none !important;
}
.sw-quantity .plus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.sw-quantity .plus:active, .sw-quantity .plus:focus, .sw-quantity .plus:hover {
  color: #f40000 !important;
  background-color: none !important;
}
.sw-quantity input[type=number] {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.premium-gift-product .gift-label {
  background-color: #ffc743;
  padding: 4px 20px;
  border-radius: 20px;
}

#page-sidebar-menu h3.berocket_ajax_group_filter_title {
  display: none;
}

#top-menu li:hover {
  background-color: transparent !important;
  opacity: 1;
  background-color: #f40009;
}

.btn-swire-primary {
  background-color: #f40000;
  color: white;
  border: 1px #f40000 solid;
}

.mobile_menu_bar.mobile_menu_bar_toggle {
  display: inline-block;
}

.berocket_single_filter_widget {
  clear: both;
}

.spu-box {
  top: 0px;
  height: 100%;
}

.woocommerce ul.products li.product a img {
  width: auto;
  display: inline-block;
  display: block;
}
.woocommerce ul.products li.product .price {
  line-height: 26px;
}
.woocommerce ul.products li:last-child.product {
  margin-right: 0px;
}
.woocommerce form.cart button[name=add-to-cart]:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/wp-content/plugins/swire/resources/images/icon_cart@2x.png);
  background-size: contain;
  position: absolute;
  right: 30px;
}
.woocommerce form.cart.prd-cart .button {
  padding: 5px !important;
  float: left;
}
.woocommerce form.cart.prd-cart div.quantity {
  float: left;
}
.woocommerce form.cart.prd-cart .quantity {
  width: 70%;
  margin: 0 4px 0 0 !important;
}
.woocommerce .quantity {
  width: auto !important;
}
.woocommerce .quantity input[type=number].qty {
  background: #fff !important;
  color: black !important;
  width: 70px !important;
  height: 40px;
  border: 1px solid #bcc8c9 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
.woocommerce .quantity .minus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce .quantity .minus:active {
  background-color: rgba(181, 181, 181, 0.75) !important;
}
.woocommerce .quantity .plus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce .quantity .plus:active {
  background-color: rgba(181, 181, 181, 0.75) !important;
}
.woocommerce .quantity input[type=number] {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.woocommerce #content .quantity {
  width: auto !important;
}
.woocommerce #content .quantity .minus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce #content .quantity .plus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce .upsells ul li.product {
  width: 24.25% !important;
  clear: none !important;
  margin-right: 1% !important;
  padding-bottom: 15px;
}
.woocommerce .upsells ul li.product:nth-of-type(4n) {
  margin-right: 0px !important;
}
.woocommerce .related ul li.product {
  width: 24.25% !important;
  clear: none !important;
  margin-right: 1% !important;
  padding-bottom: 15px;
}
.woocommerce #order_review .quantity input[type=number].qty {
  width: 80px !important;
}
.woocommerce #payment #place_order {
  float: none;
}

.et_shop_image {
  text-align: center;
  padding: 10px;
}

.single-product.woocommerce div.product div.images img {
  max-width: 500px;
  display: inline;
}
.single-product.woocommerce .woocommerce-product-gallery__wrapper {
  text-align: center;
}

#faq-row {
  border: #E8E8E8 1px solid;
  background-color: white;
  margin-bottom: 30px;
  padding: 0 0 27px 0 !important;
}
#faq-row .et_pb_text_inner {
  margin: 0 30px;
}
#faq-row .faq-row-quest {
  background-color: #FBFBFB;
  padding: 10px 0;
  border-bottom: 1px #E8E8E8 solid;
}

#footer-widgets {
  padding: 6% 0 2% 0;
}
#footer-widgets .footer-widget li:before {
  display: none;
}
#footer-widgets .footer-widget li a {
  font-size: 16px !important;
}
#footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
  line-height: 16px;
  padding-left: 0px;
}
#footer-widgets .footer-widget a {
  font-size: 16px !important;
}
#footer-widgets .footer-widget:nth-child(4) {
  display: block;
  margin-right: 5%;
}
#footer-widgets .footer-widget:nth-child(3) {
  float: right;
  margin-right: 0px;
}

.et_pb_post .entry-title a {
  font-size: 21px;
}
.et_pb_post h2 a {
  font-size: 21px;
}

.et_pb_posts .et_pb_post {
  background-color: white;
  border: 1px #E8E8E8 solid;
}
.et_pb_posts .et_pb_post .post-content {
  padding-right: 20px;
}
.et_pb_posts a.more-link {
  display: inline;
  line-height: 50px;
  text-decoration: underline;
  font-size: 12px;
}

.single .relatedposts .relatedthumb img {
  min-width: 100%;
}
.single .relatedposts .relatedthumb a {
  color: #333;
  font-weight: bold;
}

.relatedposts h1 {
  text-align: center;
}

.wpcf7-form label {
  width: 100% !important;
}
.wpcf7-form input[type=text] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=email] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=url] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=password] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=search] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=number] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=tel] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=range] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=date] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=month] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=week] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=time] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=datetime-local] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form input[type=color] {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form select {
  width: 100% !important;
  padding: 8px !important;
}
.wpcf7-form textarea {
  width: 100% !important;
  padding: 8px !important;
}

input[type=datetime] {
  width: 100% !important;
  padding: 8px !important;
}

.wpcf7-submit {
  width: 100% !important;
  padding: 8px !important;
  color: white !important;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 0.3em 1em !important;
  line-height: 1.7em;
  background: #f40000;
  border: 2px solid #f40000;
}

#responsive-form {
  max-width: 100%;
  margin: auto;
  width: 100%;
  font-size: 16px;
}
#responsive-form a {
  color: #1e213f;
}

.form-row {
  width: 100%;
}

.column-half {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  box-sizing: border-box;
}

.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#et-main-area {
  position: relative;
}

#change-address-selected {
  margin-top: 15px;
  margin-top: 15px;
}
#change-address-selected input[type=file] {
  background: #fff;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0px;
  border: 0px;
  outline: none;
}
#change-address-selected input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  background-color: #f40000;
  border: 0px;
  height: 30px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  text-transform: uppercase;
  float: right;
}
#change-address-selected input[type=file]::-ms-browse {
  cursor: pointer;
  background-color: #f40000;
  border: 0px;
  height: 30px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  text-transform: uppercase;
  float: right;
}

.table-footer {
  margin-top: 10px;
}

.ng-scope h3.ng-binding {
  display: none;
}

#Table1 ol {
  padding-bottom: 0px;
}
#Table1 td {
  padding: 6px 10px;
}

.modal-content .custom_row_smsver button {
  height: 38px !important;
}

#main-footer .footer-widget .table-footer td a {
  word-break: break-all;
}
#main-footer .footer-widget h4 {
  color: white;
  font-size: 16px;
  padding-bottom: 0px;
}
#main-footer .et_pb_section {
  display: none;
}
#main-footer .container {
  padding-left: 15px;
  padding-right: 15px;
}

#custom_html-2 .et_pb_toggle {
  margin-bottom: 10px;
}
#custom_html-2 .et_pb_toggle_title:before {
  color: #f40000;
}

.woocommerce-page #content .quantity {
  width: auto !important;
}
.woocommerce-page #content .quantity .minus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce-page #content .quantity .plus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce-page .quantity {
  width: auto !important;
}
.woocommerce-page .quantity .minus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce-page .quantity .plus {
  width: 40px !important;
  height: 40px !important;
  color: #f40000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0px;
}
.woocommerce-page ul.products li:last-child.product {
  margin-right: 0px;
}
.woocommerce-page #payment #place_order {
  float: none;
}
.woocommerce-page div.product div.summary .cart .quantity {
  display: block;
  border: 1px solid lightgrey;
  float: left;
}
.woocommerce-page div.product div.summary .cart .quantity input[type=number].qty {
  background: transparent !important;
  border: 0px !important;
}
.woocommerce-page div.product div.summary .cart .quantity input.plus {
  background: transparent !important;
  border: 0px !important;
}
.woocommerce-page div.product div.summary .cart .quantity input.minus {
  background: transparent !important;
  border: 0px !important;
}
.woocommerce-page div.product div.summary form.cart button {
  float: left;
}
.woocommerce-page div.product div.summary form.cart button.button[name=add-to-cart] {
  display: block;
  margin-right: 10px;
  clear: both;
}
.woocommerce-page .cookie-notice-container a#cn-accept-cookie {
  font-family: sans-serif;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-right: 0.3em;
  margin-bottom: 0;
  *margin-left: 0.3em;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #04c;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
  outline: none;
}

.transaction_div .row {
  margin-left: 0px;
  margin-right: 0px;
}

#main-header {
  z-index: 99;
  background-color: #f40009 !important;
}

#top-header {
  z-index: 100;
  background-color: #f40009 !important;
}

.floatright {
  float: right;
}

.mrg-top-10 {
  margin-top: 10px;
}

.sbl-btn-row a {
  text-align: center !important;
}
.sbl-btn-row .et_pb_button.et_pb_bg_layout_light {
  min-width: 220px;
}

section.up-sells {
  margin: 60px 0px;
}
section.up-sells h2 {
  font-size: 26px !important;
  text-align: center;
  padding-bottom: 21px;
}

.cross-sells {
  margin: 60px 0px;
}
.cross-sells ul li.product {
  width: 24.25% !important;
  clear: none !important;
  margin-right: 1% !important;
  padding-bottom: 15px;
}
.cross-sells h2 {
  font-size: 26px !important;
  text-align: center;
  padding-bottom: 21px;
}
.cross-sells form.prd-cart a.button {
  padding: 5px !important;
}
.cross-sells form.prd-cart a.button:hover {
  padding: 5px !important;
}

.product .upsells h2.woocommerce-loop-product__title {
  font-size: 16px !important;
}
.product .related h2.woocommerce-loop-product__title {
  font-size: 1em !important;
  line-height: 1.3em;
}

.related-post.grid {
  margin: 10% 0px 0px;
}
.related-post.grid .headline {
  font-size: 26px !important;
  text-align: center;
  padding-bottom: 21px;
  color: #f40000;
}
.related-post.grid .item {
  display: inline-block;
}

.related-post .post-list .item .title {
  color: #000 !important;
  margin: 20px 0px !important;
}
.related-post .post-list .item .excerpt {
  color: #000 !important;
}

.barcontainer .progressbar li {
  color: #f40000;
}
.barcontainer .progressbar li:before {
  width: 40px;
  height: 40px;
  content: "•";
  line-height: 40px;
  font-size: 30px;
  background: transparent;
  border-color: transparent;
  font-family: Arial;
}
.barcontainer .progressbar li:after {
  top: 21px;
  background-color: #f6e1e2;
  height: 2px;
}
.barcontainer .progressbar li.active:before {
  border-color: transparent !important;
  background-color: rgba(226, 72, 79, 0.2) !important;
}
.barcontainer .progressbar li.active + li:after {
  background-color: #f6e1e2;
}

input#business_registration_doc {
  width: 100%;
}

input[type=file] {
  background: #fff;
  width: 100%;
  margin-top: 10px;
}
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
  background-color: #f40000;
  border: 0px;
  height: 30px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  text-transform: uppercase;
  float: right;
}

#et-secondary-nav {
  margin-bottom: 5px;
}
#et-secondary-nav li {
  margin-bottom: 5px;
}

.maincolor {
  color: #f40000 !important;
}

#page-split #fb-login.et_pb_row_inner_2 {
  max-width: 96%;
}
#page-split h1 {
  margin-top: 10px;
  font-size: 2.5rem;
}
#page-split .et_pb_column_1 {
  padding: 0px 20px 20px 20px;
}
#page-split .tncbox p {
  margin-bottom: 15px;
  padding-bottom: 0px;
  margin-top: 0px;
}
#page-split .et_pb_text_inner .tncbox p.tncbox-heading {
  text-align: center;
  margin-top: 10px;
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
}

div.nsl-container-block .nsl-container-buttons a {
  max-width: unset;
}

form.prd-cart {
  margin-top: 15px;
}

.prd-cart .quantity {
  display: block;
  float: left;
  border: 1px solid lightgrey;
  width: 75% !important;
  text-align: center;
  margin-left: 3%;
}
.prd-cart .quantity input[type=number].qty {
  width: 30px !important;
  height: 30px;
  border: 0px !important;
  box-sizing: border-box;
  width: 40% !important;
}
.prd-cart .quantity .plus {
  height: 30px !important;
  border: 0px !important;
  width: 30px !important;
  box-sizing: border-box;
}
.prd-cart .quantity .minus {
  height: 30px !important;
  border: 0px !important;
  width: 30px !important;
  box-sizing: border-box;
}
.prd-cart .quantity input[type=button].plus:active {
  background-color: rgba(181, 181, 181, 0.75) !important;
}
.prd-cart .quantity input[type=button].minus:active {
  background-color: rgba(181, 181, 181, 0.75) !important;
}
.prd-cart .add-to-cart-icon {
  display: inline-block;
  width: 24%;
  text-align: right;
}
.prd-cart a.added_to_cart {
  text-align: center;
  display: block;
  clear: both;
}
.prd-cart a.button {
  width: 30px;
  background: #f40000;
  display: block;
  height: 30px;
  padding: 5px !important;
  margin-top: 0px !important;
  float: left;
  margin-left: 5px;
  transition: none;
}
.prd-cart a.button img {
  height: 15px !important;
}
.prd-cart a.button:hover {
  padding: 5px !important;
  background: #f40000 !important;
}
.prd-cart a.button:after {
  display: none !important;
}

.customer-login {
  background-position: bottom left;
}
.customer-login .et_pb_column_1_2 {
  min-height: 700px;
}

#forget-id form .col-12 {
  padding: 0px;
}

#forget-password form .col-12 {
  padding: 0px;
}
#forget-password form button {
  margin-top: 50px;
}
#forget-password form a p {
  color: #f40000;
}

#reset-id form .col-12 {
  padding: 0px;
}

#reset-password form .col-12 {
  padding: 0px;
}
#reset-password form button {
  margin-top: 50px;
}

.mrg-top-30 {
  margin-top: 30px !important;
}

.et_pb_code_inner .barcontainer {
  margin: 30px auto 80px;
}

.tncbox {
  height: 300px;
}
.tncbox table tr td {
  padding: 0px 2px;
  width: auto;
}
.tncbox ul li {
  text-align: left;
}
.tncbox ol li {
  text-align: left;
}

#home-agreement a.et_pb_button {
  margin-top: 50px;
  width: 90%;
}

#home-registration-form button.sms-button {
  background: #f40000 !important;
}
#home-registration-form button.button-red {
  margin-top: 50px;
}
#home-registration-form .registration-form .form-group {
  margin-bottom: 10px;
}
#home-registration-form form.registration-form label {
  margin-bottom: 0px;
  margin-top: 8px;
}
#home-registration-form form.registration-form .form-check label.form-check-label {
  margin-top: 0px;
}

.home-flow-1 .et_pb_column_1_2 {
  min-height: 700px;
}

#existing-home-registration button.button-red {
  margin-top: 50px;
}

#office-agreement a.et_pb_button {
  margin-top: 50px;
  width: 90%;
}

#office-registration-form button.button-red {
  margin-top: 50px;
}
#office-registration-form .registration-form.registration-confirm .form-group label:last-child {
  font-size: 16px;
  padding-bottom: 0px;
}
#office-registration-form .registration-form .form-group {
  margin-bottom: 10px;
}
#office-registration-form form.registration-form label {
  margin-bottom: 0px;
  margin-top: 8px;
}
#office-registration-form form.registration-form .form-check label.form-check-label {
  margin-top: 0px;
}

p.width-50 {
  width: 50% !important;
}

p.width-80 {
  width: 80% !important;
}

form.ng-valid-email {
  text-align: left;
}

.browse-btn {
  cursor: pointer;
  background-color: #f40000;
  border: 0px;
  height: 30px;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  text-transform: uppercase;
  float: right;
}

.file-info {
  background: white;
  height: 30px;
  padding-left: 10px;
  padding-top: 5px;
}

.input-file-container input[type=file] {
  display: none;
}

label.berocket_label_widgets {
  padding-left: 33px !important;
}

.berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
  margin: 0px;
  padding: 0px;
}

.et_pb_widget .berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block {
  border: none;
}
.et_pb_widget .berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_text {
  margin-left: 1em;
}

span.berocket_color_span_block {
  border: none;
}

.berocket_aapf_reset_button {
  border: none;
  background: none;
  color: red;
  cursor: pointer;
  float: right;
  font-size: 14px;
}

.et_pb_gutters3 .et_pb_column_1_4 .berocket_single_filter_widget .et_pb_widget {
  margin-bottom: 11% !important;
  border-bottom: 1px solid #DEDEDE;
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_container {
  z-index: 80;
}

.product-checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid black;
}
.product-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

ul.berocket_aapf_widget li {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
}
ul.berocket_aapf_widget li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  z-index: 99;
  top: -6px;
}
ul.berocket_aapf_widget li:hover input ~ .product-checkmark {
  background-color: transparent;
  border: 1px solid black;
}
ul.berocket_aapf_widget li input:checked ~ .product-checkmark {
  border: 1px solid #f40000;
  color: #f40000;
}
ul.berocket_aapf_widget li input:checked ~ .product-checkmark:after {
  display: block;
}
ul.berocket_aapf_widget li .product-checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #f40000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle input:checked ~ .product-checkmark {
  border: 0px;
  color: transparent;
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle input:checked ~ .product-checkmark:after {
  display: none;
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle:hover input ~ .product-checkmark {
  border: 0px;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle input:checked ~ .product-checkmark {
  border: 0px;
  color: transparent;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle input:checked ~ .product-checkmark:after {
  display: none;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle:hover input ~ .product-checkmark {
  border: 0px;
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle-zh-hant input:checked ~ .product-checkmark {
  border: 0px;
  color: transparent;
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle-zh-hant input:checked ~ .product-checkmark:after {
  display: none;
}
ul.berocket_aapf_widget li.brw-recycle-glass-bottle-zh-hant:hover input ~ .product-checkmark {
  border: 0px;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle-zh-hant input:checked ~ .product-checkmark {
  border: 0px;
  color: transparent;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle-zh-hant input:checked ~ .product-checkmark:after {
  display: none;
}
ul.berocket_aapf_widget li.brw-recycle-recycle-bottle-zh-hant:hover input ~ .product-checkmark {
  border: 0px;
}

.show_button i.fa {
  font-size: 1.2em !important;
  color: #f40000;
  margin-top: -5px;
}
.show_button i.fa.fa-angle-left:before {
  content: "\f067";
}

.hide_button i.fa {
  font-size: 1.2em !important;
  color: #f40000;
  margin-top: -5px;
}
.hide_button i.fa.fa-angle-left:before {
  content: "\f068";
}

.berocket_aapf_widget_show.hide_button {
  transform: none !important;
}

.berocket_aapf_widget_show.show_button {
  transform: none !important;
}

table.cart td.product-quantity .qty {
  padding: 0px;
}

a#success-button {
  width: 50%;
  background: #f40000 !important;
}
a#success-button:hover {
  text-decoration: none;
  padding: 0px;
}

.yith-wcbm-badge-51716 {
  left: 0px;
}

.lmp_button {
  font-size: 20px !important;
  padding: 10px 20px !important;
}

.category-product .woocommerce-pagination {
  display: none;
}

.shop_table thead th {
  background: #fbfbfb;
}

#add_payment_method table.cart img {
  width: 100px;
}
#add_payment_method #payment {
  background: #f7f7f7;
}

.woocommerce-cart table.cart img {
  width: 100px;
}
.woocommerce-cart #payment {
  background: #f7f7f7;
}

.woocommerce-checkout table.cart img {
  width: 100px;
}
.woocommerce-checkout #payment {
  background: #f7f7f7;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f0f0f0;
  color: #515151;
  border: 1px solid #bbb;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 40px !important;
}

.pd-bottom-15 {
  padding-bottom: 1.3rem;
}

div.wpcf7-response-output {
  margin: 15px 0 0;
}

form .section-separator {
  height: 0px;
}

h2.woocommerce-loop-product__title {
  color: black !important;
}

#page-confirmation {
  padding-top: 0px;
}
#page-confirmation .sbl-btn-row {
  padding-top: 50px !important;
}

.sys-text .et_pb_text_inner {
  padding-bottom: 10px;
}

#page-reg-completed {
  padding-top: 0px !important;
}

.lmp_load_more_button .lmp_button {
  text-align: center;
  min-width: 200px;
}

tr.order-total th {
  color: #f40000;
}
tr.order-total td {
  color: #f40000;
}

.cart_totals h2 {
  display: none;
}

form#deliveryForm md-content {
  background-color: #f7f7f7;
}
form#deliveryForm .form-control {
  padding: 0.375rem 0.75rem !important;
}
form#deliveryForm .radio-container span.ng-binding {
  position: absolute;
}

.cart-privacy-note {
  margin: auto;
  width: 70%;
  text-align: center;
  margin-top: 7%;
}

.cart-actions {
  text-align: center;
  margin-top: 4%;
}
.cart-actions button {
  min-width: 200px;
}
.cart-actions button.checkout-button {
  background: #f40000 !important;
  color: white !important;
}

.cart-payment-images {
  text-align: center;
  margin-top: 3%;
}
.cart-payment-images img {
  max-width: 250px;
}

.cart-outlet-note {
  text-align: center;
  margin-top: 6%;
}

.button-grey {
  border: solid #999 1px !important;
}
.button-grey:hover {
  border: solid #999 1px !important;
}

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

.woocommerce-cart-form__coupons .product-subtotal .woocommerce-Price-amount {
  color: #f40000;
  font-weight: bold;
}

.member-center form.registration-form {
  padding: 0px;
}
.member-center button.btn.button-red.btn-block {
  margin-top: 50px;
}

.mrg-btm-0 {
  margin-bottom: 0px !important;
}

.outlet-info-section {
  margin-top: 5%;
}
.outlet-info-section table th {
  text-align: left;
}
.outlet-info-section table td {
  text-align: left;
}

.main-color {
  color: #f40000 !important;
}

.light-grey-bg {
  background-color: #fbfbfb;
}

.cart-heading {
  color: #f40000 !important;
}

.actions button.button {
  min-width: 200px;
}

.price-change-note {
  text-align: right;
  color: #f40000;
}

.woocommerce-field-delivery_date-error {
  color: #b9b9b9;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 5%;
  margin-top: 5%;
}

#order_review td.actions {
  display: none;
}
#order_review ul.wc_payment_methods {
  padding: 0px !important;
  padding-bottom: 5% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#order_review .cart-privacy-note {
  display: none;
}
#order_review .form-row.place-order {
  text-align: center;
}
#order_review .form-row.place-order button.button {
  min-width: 200px;
  background: #f40000;
  color: white;
}
#order_review .form-row.place-order a.button {
  min-width: 200px;
}

#payment {
  margin-top: 5%;
}

.float-right {
  float: right;
}

#order-history .order-list-table .order_no {
  font-weight: 400;
}
#order-history .order-list-table .delivery_no {
  font-weight: 400;
}
#order-history .order-list-table .order_date {
  font-weight: 400;
}
#order-history .order-list-table .delivery_date {
  font-weight: 400;
}
#order-history .order-list-table .outer-div {
  min-width: 120px;
  width: unset;
}
#order-history .order-list-table a {
  font-weight: 400;
}

.favorite_order_action .btn-sm {
  padding: 0.375rem 0.75rem;
}
.favorite_order_action .btn {
  font-size: 14px;
}

.lift-checkmark {
  padding-left: 28px;
}
.lift-checkmark:before {
  width: 24px;
  content: " ";
  background-image: url(/wp-content/uploads/checkmark-24.png);
  position: absolute;
  left: 0px;
  height: 24px;
}

.filter-bottles label.berocket_label_widgets {
  padding-left: 35px !important;
}

img.ok-icon {
  margin-bottom: 30px;
}

.yith-wcbm-badge__wrap img {
  max-width: 70%;
  float: left;
}

figure.woocommerce-product-gallery__wrapper {
  height: 100%;
}

img[src$=".gif"] {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

img[src$=".png"] {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

img[src$=".jpg"] {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.yith-wcbm-badge {
  bottom: -4px;
}

table.shop_table .quantity {
  border: 0px;
  display: inline-block;
  border: 1px solid lightgrey;
}
table.shop_table .quantity input[type=number].qty {
  border: 0px !important;
  font-size: 1em !important;
}
table.shop_table .quantity.d-flex {
  display: inline-block !important;
}
table.shop_table td.product-quantity {
  min-width: 210px;
}

#footer-info {
  line-height: 16px !important;
}

.footer-widget * {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.footer-widget ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

.et_pb_button_0.category-btn {
  background: #fb1a22;
}

.et_pb_button_2.category-btn {
  background: #fb1a22;
}

.et_pb_button_4.category-btn {
  background: #fb1a22;
}

.et_pb_button_1.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}

.et_pb_button_3.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}

.et_pb_button_5.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}

.et_pb_bg_layout_light .et_pb_button:hover {
  background-color: #900f0f;
}

.et_pb_bg_layout_light.et_pb_button:hover {
  background-color: #900f0f;
}

.et_pb_contact_reset:hover {
  background-color: #900f0f;
}

.et_pb_contact_submit:hover {
  background-color: #900f0f;
}

.et_pb_pricing_table_button:hover {
  background-color: #900f0f;
}

.button-red:hover {
  border: solid #900f0f 1px !important;
  background: #900f0f !important;
  color: #fff;
}

img {
  -moz-image-rendering: -moz-crisp-edges;
  -o-image-rendering: -o-crisp-edges;
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: rotate(0.05deg);
}

.et_pb_widget_area_left {
  padding-right: 10px;
}

.brw-recycle .berocket_aapf_widget .berocket_checkbox_color {
  display: block !important;
}
.brw-recycle .berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
  display: block !important;
}
.brw-recycle .berocket_aapf_widget-title_div {
  display: none;
}

.swire-badge {
  position: absolute;
  position: absolute;
  float: left;
  top: 45%;
  background: white;
  padding: 5px;
  display: flex;
}
.swire-badge img {
  width: 30px;
  height: 30px;
}
.swire-badge .term {
  font-size: 17px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.swire-badge.recycle-bottle-badge .term {
  color: #18b167;
}

.swire-badge.bottle-badge .term {
  color: #2dcafd;
}

.woocommerce-product-gallery .swire-badge {
  max-width: 300px;
  top: 85%;
}
.woocommerce-product-gallery .swire-badge img {
  max-width: 40px !important;
  max-height: 40px !important;
}
.woocommerce-product-gallery .swire-badge .term {
  font-size: 30px;
  margin-top: 10px;
}

.outlet-id h3.ng-binding {
  margin-bottom: 0px;
}

li.brw-recycle-glass-bottle span.product-checkmark {
  background: url(/wp-content/uploads/bottle.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  background-size: contain;
  height: 32px;
  width: 32px;
  border: 0px;
  top: -8px;
}

li.brw-recycle-glass-bottle-zh-hant span.product-checkmark {
  background: url(/wp-content/uploads/bottle.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  background-size: contain;
  height: 32px;
  width: 32px;
  border: 0px;
  top: -8px;
}

li.brw-recycle-recycle-bottle span.product-checkmark {
  background: url(/wp-content/uploads/recycled.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  background-size: contain;
  height: 32px;
  width: 32px;
  border: 0px;
  top: -8px;
}

li.brw-recycle-recycle-bottle-zh-hant span.product-checkmark {
  background: url(/wp-content/uploads/recycled.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
  background-size: contain;
  height: 32px;
  width: 32px;
  border: 0px;
  top: -8px;
}

.justify-content-center {
  text-align: center;
}

.swire-order-completed .button-row .view-order-btn:hover {
  background: #900f0f;
}
.swire-order-completed h2 {
  font-size: 1.8em;
}

#change-password h3 span {
  font-size: 14px !important;
}

html[lang=zh-hant] body #page-container div.category-btn-section .et_pb_button {
  line-height: 18px !important;
  font-size: 15px !important;
}

html[lang=en-US] body #page-container div.category-btn-section .et_pb_button {
  line-height: 15px !important;
  font-size: 12px !important;
}

#responsive-form.height-90 input[type=text] {
  height: 39px;
  font-family: Helvetica, "Microsoft JhengHei", Arial, sans-serif !important;
  font-size: 16px;
}
#responsive-form.height-90 input[type=email] {
  height: 39px;
  font-family: Helvetica, "Microsoft JhengHei", Arial, sans-serif !important;
  font-size: 16px;
}
#responsive-form.height-90 input[type=tel] {
  height: 39px;
  font-family: Helvetica, "Microsoft JhengHei", Arial, sans-serif !important;
  font-size: 16px;
}
#responsive-form.height-90 textarea {
  font-family: Helvetica, "Microsoft JhengHei", Arial, sans-serif !important;
  font-size: 16px;
}

#ecoupon-transaction table.transaction-table {
  margin-top: 10px;
  margin-left: 15px;
}
#ecoupon-transaction table.transaction-table tr th {
  padding: 5px;
  font-weight: 400;
}
#ecoupon-transaction table.coupon_table tr th {
  padding: 5px;
  font-weight: 400;
}
#ecoupon-transaction .coupon-filter .coupon-filter-date select {
  font-weight: 400;
}

.cart-sub-total table th {
  text-align: center;
}
.cart-sub-total table td {
  text-align: center;
}

.cart_totals.calculated_shipping table th {
  text-align: center;
}
.cart_totals.calculated_shipping table td {
  text-align: center;
}

#messages {
  padding-top: 0px;
}
#messages .jumbotron {
  background: transparent;
  padding: 0px;
}
#messages .jumbotron h1 {
  color: black;
  font-size: 16px;
}
#messages .et_pb_row_1 {
  padding-top: 0px;
}
#messages * {
  text-align: center;
}

div#page-container.app-view footer#main-footer {
  display: none;
  display: none;
}

#cookie-notice {
  color: rgb(255, 255, 255) !important;
  background-color: rgba(80, 80, 80, 0.9) !important;
}

.section-no-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#page-split.et_pb_section_0 {
  padding: 0px !important;
}

.single-product .woocommerce-tabs {
  display: none;
}

.category-btn-section div.category-btn {
  width: 16.16% !important;
  margin-right: 0.5% !important;
}
.category-btn-section div.category-btn .et_pb_button_module_wrapper {
  width: 100% !important;
}
.category-btn-section .et_pb_button.et_pb_bg_layout_light {
  border: 0px;
  background: transparent;
}
.category-btn-section div.et_pb_button_0.category-btn {
  background: #fb1a22;
  border: 2px solid #fb1a22;
}
.category-btn-section div.et_pb_button_2.category-btn {
  background: #fb1a22;
  border: 2px solid #fb1a22;
}
.category-btn-section div.et_pb_button_4.category-btn {
  background: #fb1a22;
  border: 2px solid #fb1a22;
}
.category-btn-section div.et_pb_button_1.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}
.category-btn-section div.et_pb_button_3.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}
.category-btn-section div.et_pb_button_5.category-btn {
  background: #b30a05;
  border: 2px solid #b30a05;
}

.login-form-container a {
  text-decoration: underline;
  color: #f40000;
}
.login-form-container a.btn {
  text-decoration: none;
}

.et_secondary_nav_enabled #page-container #top-header {
  background-color: #f40009 !important;
}

#page-container #main-footer {
  background-color: #f40009 !important;
}
#page-container #footer-bottom {
  background-color: #f40009 !important;
}

#banner-gif .ms-slide-bgcont {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20220119202445/EBANNER_Chi.gif);
  background-size: cover;
  background-repeat: no-repeat;
}
#banner-gif .ms-slide-bgcont img {
  display: none;
}

#banner-gif-starlight .ms-slide-bgcont {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20220506181923/Starlight-eBanner.final_.gif);
  background-size: cover;
  background-repeat: no-repeat;
}
#banner-gif-starlight .ms-slide-bgcont img {
  display: none;
}

#banner-gif-cn .ms-slide-bgcont {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20220120184010/EBANNER_Eng.gif);
  background-size: cover;
  background-repeat: no-repeat;
}
#banner-gif-cn .ms-slide-bgcont img {
  display: none;
}

#homepage ul.products li:last-child {
  margin-bottom: auto;
}
#homepage ul.products li:nth-last-child(2) {
  margin-bottom: auto;
}

.home-text-section {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 5% 15%;
  grid-column-gap: 5%;
  align-items: center;
}
.home-text-section .text-wrapper .sub-heading {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #E31E28;
}
.home-text-section .text-wrapper .heading {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 8px;
}
.home-text-section .text-wrapper .btn-yellow {
  width: 125px;
  height: 38px;
  background: #FFCD00;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 19.5px;
  text-transform: uppercase;
}

.btn.btn-border-black {
  border: 1px solid black;
  border-radius: 99px;
  margin-top: 20px;
  padding: 8px 25px;
}
.btn.btn-border-black a {
  color: black;
  font-weight: 400;
}

.product-carousel .cover-container {
  min-width: 300px;
  min-height: 460px;
}
.product-carousel .slider-container .product-slide .product h2.woocommerce-loop-product__title {
  font-weight: 700 !important;
  text-align: center !important;
  margin-top: 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.product-carousel .slider-container .product-slide .product .buy-info .price-info {
  text-align: center;
  font-size: 14px !important;
}
.product-carousel .slider-container .product-slide .product span.org_price {
  font-size: 14px;
  font-weight: bold;
  color: grey !important;
}
.product-carousel .slider-container .product-slide .product span.price {
  color: rgb(63, 171, 73);
}

#home-account-section .et_pb_row {
  padding: 0px 12% 5%;
}

#mobile_menu li.member.menu-item {
  display: none;
}
#mobile_menu li#menu-item-73701 {
  display: none;
}
#mobile_menu li#menu-item-cart {
  display: none;
}
#mobile_menu li#menu-item-1472026 {
  display: none;
}

.menu-icon:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  filter: invert(45%) sepia(0%) saturate(1582%) hue-rotate(201deg) brightness(88%) contrast(91%);
}
.menu-icon:hover:before {
  filter: invert(23%) sepia(95%) saturate(2539%) hue-rotate(343deg) brightness(91%) contrast(103%);
}
.menu-icon a {
  padding-left: 28px;
}

.my-account.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163400/user-1.png);
}

.order-history.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163352/shopping-list-1.png);
}

.delivery-address.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163343/maps-and-flags-1.png);
}

.favorite-order.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163348/heart-1.png);
}

.payment.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163339/credit-card-1-1.png);
}

.password.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163336/lock-1.png);
}

.logout.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163332/logout-1-1.png);
}

.sub-summary.menu-icon:before {
  background: url(https://s3-prd-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-prod/uploads/20230421163356/sync.png);
}

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

.whatsapp-icon {
  width: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.is-tender-customer .products.related {
  display: none;
}

#promotion .entry-title {
  display: none;
}
#promotion .post-content {
  display: none;
}
#promotion article {
  background: transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.category-promotion .et_post_meta_wrapper {
  display: none;
}

.category-promotion-zh-hant .et_post_meta_wrapper {
  display: none;
}

.back-to-news {
  display: none;
}

@media screen and (max-width: 980px) {
  .select_page {
    display: none !important;
  }
  .et_header_style_centered header#main-header .logo_container a {
    position: relative;
    z-index: 100;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: 10px;
  }
  #page-split h1 {
    margin-top: 18px !important;
  }
  div.category-btn-section .et_pb_button_module_wrapper {
    width: 16.16% !important;
  }
}
@media screen and (max-width: 501px) {
  .et_header_style_centered #logo {
    margin-top: -15px;
  }
  .et_header_ style_centered .mobile_menu_bar {
    top: 18px;
  }
}
@media screen and (max-width: 450px) {
  .et_header_style_centered #main-header {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 1361px) {
  .hidden-large-screen {
    display: none;
  }
  .et_pb_section.visible-large-screen {
    padding: 0px !important;
  }
}
@media screen and (max-width: 1362px) {
  .visible-large-screen {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  #main-content {
    max-width: 1188px;
    margin: auto;
  }
  .et_pb_row {
    max-width: 1188px;
    width: 100%;
  }
  .container {
    max-width: 1188px;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 980px) {
  .et_pb_row {
    width: 95%;
  }
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 980px) {
  .et_pb_row {
    width: 92%;
  }
  .container {
    width: 92%;
  }
  .et_pb_posts .et_pb_post h2 {
    padding: 0 15px;
  }
  .et_pb_posts .et_pb_post p.post-meta {
    padding: 0 15px;
  }
  .et_pb_posts .et_pb_post .post-content {
    padding: 0 15px;
  }
  #page-sidebar-menu .et_pb_widget {
    width: 100%;
  }
  #page-sidebar-menu li {
    width: 32%;
    border-bottom-color: #e2e2e2;
  }
  #page-sidebar-menu li.current-menu-item {
    border-bottom-color: #e2e2e2;
  }
  #page-sidebar-menu .et_pb_widget.widget_berocket_aapf_single li {
    border: 0px;
    width: 32%;
  }
  .page-header {
    display: none;
  }
  .swire-order-completed .w-50 {
    width: 85% !important;
  }
  #footer-widgets .footer-widget:nth-child(4) {
    display: none;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    float: none;
  }
  #footer-widgets .footer-widget:nth-child(3) #media_image-5 img {
    width: 50%;
    width: 100%;
  }
  #footer-widgets .footer-widget:nth-child(3) #media_image-6 {
    margin-bottom: 5%;
  }
  #custom_html-2 .hidden-xs {
    display: none;
  }
  #custom_html-4 .hidden-xs {
    display: none;
  }
  .member-center form .col-5 {
    margin: auto;
  }
  .member-center form .col-4 {
    margin: auto;
  }
  .member-center form .col-12 {
    margin: auto;
  }
  #media_image-5 {
    float: left;
    width: 49% !important;
    margin-right: 2%;
  }
  #media_image-8 {
    float: left;
    width: 49% !important;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 981px) {
  .et_pb_posts .et_pb_post img {
    height: 300px !important;
    width: 300px;
    float: left;
    left: 0;
    margin-right: 25px;
  }
  .et_pb_posts .et_overlay {
    height: 300px !important;
    width: 300px;
    float: left;
    left: 0;
    margin-right: 25px;
  }
  .single .relatedposts .relatedthumb {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
    vertical-align: text-top;
    height: 300px;
  }
}
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .et_pb_section {
    padding: 15px 0;
  }
  .container {
    width: 95%;
  }
  .et_pb_row {
    width: 95%;
  }
  .et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 15px;
  }
  #page-sidebar-menu .berocket_single_filter_widget li {
    width: 48%;
    border-bottom: 1px solid #e2e2e2;
  }
  #page-sidebar-menu li {
    border-bottom-color: #e2e2e2;
    width: 31%;
    font-size: 15px;
  }
  #page-sidebar-menu li.current-menu-item {
    border-bottom-color: #e2e2e2;
  }
  #page-sidebar-menu .et_pb_widget.widget_berocket_aapf_single li {
    width: 49%;
  }
  #main-footer .footer-widget .table-footer td {
    text-align: left !important;
  }
  div#page-container {
    padding-top: 0px !important;
  }
  ul.berocket_aapf_widget {
    margin-bottom: 5px;
  }
  .et_pb_column .et_pb_widget {
    margin-bottom: 15px;
  }
  .woocommerce ul.products[class*=columns-] li.product {
    margin: 0 0 15px;
  }
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 15px;
  }
  .column-50-mobile .et_pb_column {
    width: 50% !important;
  }
  #page-split .et_pb_blurb_content {
    padding: 10px 0px 30px;
  }
  #page-split .et_pb_column_1 {
    padding: 5px;
  }
  button.btn.btn-default.btn-block.et_pb_button.button-red.ng-binding {
    min-width: unset;
  }
  ul#menu-side-news-year {
    border-bottom: 2px solid #ed242b;
  }
  ul#menu-side-news-year li.current-menu-item {
    border-bottom-color: transparent;
    background: red;
  }
  ul#menu-side-news-year li.current-menu-item a {
    color: white !important;
  }
  .single-product #main-content .container {
    padding-top: 20px;
  }
  #page-confirmation .ng-scope form {
    margin-top: 0px;
  }
  .berocket_aapf_widget_show.mobile_hide {
    display: block !important;
  }
  .transaction_div table th {
    padding: 9px 10px;
  }
  .transaction_div .row.coupon-filter {
    display: block;
  }
  .transaction_div .row.coupon-filter .col {
    display: block;
  }
  form.registration-form .form-group .col-2 {
    padding-right: 0px;
    max-width: 30%;
    flex: 0 0 30%;
  }
  form.registration-form .form-group .col-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .hidden-xs {
    display: none;
  }
  .sidebar-filter {
    display: none;
  }
  #custom_html-2 .sidebar-filter {
    display: inherit;
  }
  .customer-login .et_pb_column_1_2 {
    min-height: unset;
  }
  #home-agreement a.et_pb_button {
    margin-top: 15px;
  }
  #home-agreement a.et_pb_button_1 {
    margin-top: 5px;
  }
  #office-registration-form button.button-red {
    margin-top: 15px;
  }
  #office-agreement a.et_pb_button {
    margin-top: 15px;
  }
  #office-agreement a.et_pb_button_1 {
    margin-top: 5px;
  }
  #home-registration-form .row .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
  #home-registration-form .confirm-page-btn button.button-red {
    margin-top: 5px;
  }
  p.width-50 {
    width: 90% !important;
  }
  p.width-80 {
    width: 90% !important;
  }
  .et_header_style_centered #logo {
    max-width: 60% !important;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: 10px;
  }
  .row-inner-no-padding {
    padding-bottom: 0px !important;
  }
  #my-account .col-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
  .swire-order-completed .d-flex {
    display: block !important;
  }
  .swire-order-completed .button-row a.btn {
    width: 100% !important;
  }
  .swire-order-completed .button-row .view-order-btn {
    margin-bottom: 40px !important;
  }
  .swire-order-completed .w-50 {
    width: 100% !important;
  }
  .tncbox {
    padding: 10px;
  }
  #home-account-section .et_pb_row {
    padding: 0px 8% 5%;
  }
}
@media screen and (min-width: 640px) {
  .visible-xs {
    display: none;
  }
  .et_header_style_centered #logo {
    max-height: 70%;
  }
  .swire-order-completed .button-row a.btn {
    width: 50% !important;
  }
  .product-carousel .slider-container {
    width: calc(100% - 300px);
    padding: 30px 40px;
  }
  .product-carousel .slider-container .product-slide {
    min-height: 400px;
  }
}
@media screen and (min-width: 981px) {
  .et_pb_gutters3 .sbl-btn-row.btn-full .et_pb_column {
    margin-right: 1%;
  }
  .et_pb_gutters3 .footer-widget {
    margin-bottom: 3%;
  }
  .et_pb_column_1_2 .et_pb_row_inner {
    padding: 2% 0;
  }
  .et_pb_column_3_5 .et_pb_row_inner {
    padding: 2% 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 640px) and (max-width: 981px) {
  .et_pb_gutters3 .sbl-btn-row.btn-full .et_pb_column {
    width: 48%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 981px) {
  footer .et_pb_widget {
    float: none;
    text-align: center;
  }
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 10px !important;
  }
  .woocommerce-page ul.products li.product:nth-child(n) {
    /*width: 48% !important;*/
    float: left;
    clear: both;
    margin: 0 0 1em !important;
  }
}
@media screen and (max-width: 981px) {
  .footer-widget:nth-child(n) {
    width: 100% !important;
  }
  #custom_html-2 {
    display: none;
  }
  .et_pb_widget_area_left {
    padding-right: 0px;
  }
  ul.berocket_aapf_widget {
    margin-bottom: 10px !important;
    margin-top: 10px;
  }
}
@media screen and (min-width: 900px) {
  .home .prd-cart .quantity {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1100px) {
  .prd-cart .quantity {
    margin-left: 2%;
  }
}
@media screen and (max-width: 900px) and (min-width: 640px) {
  .prd-cart .quantity {
    margin-left: 7%;
  }
}
@media screen and (max-width: 400px) {
  .prd-cart .quantity {
    margin-left: 1%;
  }
  .et_header_style_centered .mobile_menu_bar {
    top: 15px;
  }
  html:lang(en-US) .barcontainer .progressbar li {
    font-size: 10px;
  }
  .form-group.mobile_phone_no .col-3 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .form-group.mobile_phone_no .col-9 {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .woocommerce div.product form.cart .button[name=add-to-cart-buy-now] {
    padding: 5px 13px !important;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce div.product form.cart.prd-cart .quantity {
    margin-left: 3% !important;
    margin-right: 0px !important;
  }
  .upload-btn-wrapper span.filename {
    max-width: 200px;
  }
  .swire-badge {
    top: 40%;
  }
  .menu-side-account-zh-hant-container li {
    height: 4em;
    align-items: center;
    align-content: center;
    vertical-align: bottom;
    display: inline-flex !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .customer-login .et_pb_column_1_2 {
    min-height: 450px;
  }
  .et_pb_widget.widget_berocket_aapf_single {
    width: 100%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .berocket_single_filter_widget .et_pb_widget {
    margin-bottom: 4%;
  }
  #page-sidebar-menu .et_pb_widget.widget_berocket_aapf_single li {
    border: 0px;
    width: 24%;
  }
  .berocket_aapf_widget-title_div.disable_collapse {
    display: none;
  }
  #custom_html-2 {
    width: 100%;
  }
  #custom_html-2 img {
    width: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 980px) {
  .home-flow .et_pb_column_1_2 {
    height: 750px;
  }
  .office-flow .et_pb_column_1_2 {
    height: 750px;
  }
  #footer-widgets .footer-widget:nth-child(3) #media_image-6 {
    display: none;
  }
  #promotion .column {
    margin-right: 2%;
    width: 32%;
  }
  #promotion .column:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 641px) {
  #home-agreement a.et_pb_button {
    margin-top: 30px;
  }
  #home-registration-form button.button-red {
    margin-top: 30px;
  }
  #office-agreement a.et_pb_button {
    margin-top: 30px;
  }
  #office-registration-form button.button-red {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  #page-reg-completed .et_pb_row {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  #main-content {
    min-height: 50vh;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1000px) {
  #main-content {
    min-height: 1000px;
  }
  .customer-login .et_pb_column_1_2 {
    min-height: 1000px;
  }
  #page-split .et_pb_column_1_2 {
    min-height: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  #main-content {
    min-height: 50vh;
  }
  .customer-login .et_pb_column_1_2 {
    min-height: 50vh;
  }
  #page-split .et_pb_column_1_2 {
    min-height: 50vh;
  }
}
@media screen and (min-width: 981px) {
  .category-product .et_pb_gutters3 .et_pb_column_1_4 {
    width: 19%;
  }
  .category-product .et_pb_gutters3 .et_pb_column {
    margin-right: 1%;
  }
  .category-product .et_pb_gutters3 .et_pb_column_3_4 {
    width: 80%;
  }
  .category-product .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 19%;
  }
  .category-product .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 1%;
  }
  .category-product .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 80%;
  }
  .category-product-2 .et_pb_gutters3 .et_pb_column_1_4 {
    width: 19%;
  }
  .category-product-2 .et_pb_gutters3 .et_pb_column {
    margin-right: 1%;
  }
  .category-product-2 .et_pb_gutters3 .et_pb_column_3_4 {
    width: 80%;
  }
  .category-product-2 .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 19%;
  }
  .category-product-2 .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 1%;
  }
  .category-product-2 .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 80%;
  }
  .woocommerce ul.products li.product {
    margin: 0 1% 2% 0;
    width: 24.25%;
    padding: 15px;
  }
  .woocommerce ul.products li.product.last {
    margin-right: 0px !important;
  }
  .woocommerce-page ul.products li.product {
    margin: 0 1% 2% 0;
    width: 24.25%;
    padding: 15px;
  }
  .woocommerce-page ul.products li.product.last {
    margin-right: 0px !important;
  }
  #home-promo-banner.et_pb_gutters3 .et_pb_column_1_4 {
    width: 23.875%;
  }
  #home-promo-banner.et_pb_gutters3 .et_pb_column {
    margin-right: 2.5%;
  }
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 23.875%;
  }
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 2.5%;
  }
  .contact-page .et_pb_column_1_2 {
    min-height: 1250px;
  }
  .home-register .et_pb_column_1_2 {
    height: 1320px;
  }
  html:lang(en-US) .home-register .et_pb_column_1_2 {
    height: 1600px;
  }
  html:lang(en-US) #page-split .barcontainer {
    width: 85%;
  }
  div.et_pb_section.et_pb_section_0.office-register {
    height: 1905px;
  }
  .office-register .et_pb_column_1_2 {
    min-height: 1905px;
  }
  .cart-sub-total {
    min-height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .cart-sub-total table.shop_table {
    float: right;
    width: 36% !important;
    border: 0px;
  }
  .cart-sub-total table.shop_table tbody {
    background: #f7f7f7;
  }
  .cart-sub-total table.shop_table th {
    border-top: 0px !important;
    text-align: center;
    font-weight: bold;
  }
  .cart-sub-total table.shop_table td {
    border-top: 0px !important;
    text-align: center;
    font-weight: bold;
  }
  .cart_totals {
    min-height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .cart_totals table.shop_table {
    border: 0px;
    float: right;
    width: 35% !important;
  }
  .cart_totals table.shop_table tbody {
    background: #f7f7f7;
  }
  .cart_totals table.shop_table th {
    border-top: 0px !important;
    text-align: center;
    font-weight: bold;
  }
  .cart_totals table.shop_table td {
    border-top: 0px !important;
    text-align: center;
    font-weight: bold;
  }
  .coupon-item-balance {
    padding: 10px;
    background: #ededed;
    text-align: center;
    max-width: 70px;
  }
  table.shop_table td.product-thumbnail {
    width: 10%;
  }
  #order-history table.order-list-table th {
    padding: 5px 0px;
    max-width: 110px !important;
  }
  #order-history table.order-list-table td {
    padding: 5px 0px;
    max-width: 110px !important;
  }
  .et_pb_gutters3 .member-center .et_pb_column {
    margin-right: 2.5%;
  }
  .et_pb_gutters3 .member-center et_pb_column_3_4 {
    width: 76.625%;
  }
  table#order-detail tr.product-total {
    height: 80px;
    border-bottom: 1px solid #eeeeee;
  }
  table#order-detail tr.summary-row td {
    border-top: 0px;
  }
  table#order-detail tr.summary-row.summary-total {
    font-size: 20px;
    font-weight: bold;
  }
  .order-details table {
    margin-bottom: 30px;
  }
  #ecoupon-transaction .transaction_div .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #ecoupon-transaction .transaction_div table {
    margin-top: 10px;
  }
  #ecoupon-transaction .transaction_div table th {
    padding: 5px;
    text-align: center;
    font-weight: 400;
  }
  #ecoupon-transaction .transaction_div table td {
    padding: 5px;
    text-align: center;
  }
  #ecoupon-transaction .transaction_div select option {
    font-size: 14px;
  }
  .et_shop_image {
    padding: 0px;
  }
  #top-menu li.wpml-ls-item {
    background-image: url(https://s3-dev-hkp-ecommerce-01.s3.ap-southeast-1.amazonaws.com/ecom-qa/uploads/20190723095957/Language.png);
    background-size: 45px;
    background-position-y: 0px;
  }
  #office-registration-form form.registration-confirm label.col-12.col-sm-4.col-lg-4.col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  #office-registration-form form.registration-confirm label.col-12.col-sm-8.col-lg-8.col-md-7 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  #media_image-5 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 700px) and (min-width: 420px) {
  .et_header_style_centered #logo {
    max-width: 40% !important;
  }
}
@media screen and (max-width: 980px) and (min-width: 640px) {
  .et_pb_posts .et_pb_post {
    width: 48%;
    margin-right: 1%;
    float: left;
  }
}
@media screen and (min-width: 0px) {
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
}
@media screen and (min-width: 1350px) {
  .post .et_pb_section {
    padding: 0px;
  }
}
@media (max-width: 980px) {
  body.home .et_pb_row {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  body.home .et_pb_row .et_pb_column .et_pb_module.et-last-child {
    margin-bottom: 0px;
  }
  body.home .et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0px;
  }
  body.home .et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 0px;
  }
  body.home .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child {
    margin-bottom: 0px;
  }
  body.home .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0px;
  }
  body.home .et_pb_column {
    margin-bottom: 0px;
  }
  div.category-btn-section .et_pb_button_module_wrapper {
    width: 12%;
    display: inline-block;
    text-align: center;
    margin-left: 0.25%;
    margin-right: 0.25%;
  }
  body #page-container .et_pb_gutters3 div.category-btn-section .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0px;
  }
  body #page-container .et_pb_gutters3.et_pb_row .et_pb_column_4_4 div.category-btn-section .et_pb_module {
    margin-bottom: 0px;
  }
  body #page-container div.category-btn-section .et_pb_button {
    min-width: 10px;
    padding: 1px !important;
    font-size: 9px;
    height: 55px;
    margin-bottom: 0px;
    margin-top: 0px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    align-content: center;
    align-self: center;
    margin: auto;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    line-height: 12px !important;
    background-color: #f40000;
  }
}
@media screen and (max-width: 768px) {
  .order-list-table tbody td.favorite_order_action::before {
    content: attr(data-colname) " ";
  }
  #favorite-order .order-list-table .outer-div {
    justify-content: flex-end;
    align-items: end;
  }
}
@media screen and (max-width: 640px) {
  #favorite-order table.order-list-table th {
    padding: 10px;
  }
  #favorite-order table.order-list-table td {
    padding: 10px;
  }
  #ecoupon-transaction .transaction_div .row.coupon-filter .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  html:lang(en-US) #page-split h1 {
    font-size: 2rem;
  }
  html:lang(en-US) #page-split .et_pb_column_1 {
    padding: 0px 10px 20px 10px;
  }
  html:lang(en-US) #page-split .et_pb_row_inner {
    padding-bottom: 15px;
  }
  html:lang(en-US) .barcontainer .progressbar li {
    line-height: 1.6;
  }
  .et_pb_row.et_pb_row_fullwidth {
    width: 92% !important;
  }
  .et_pb_specialty_fullwidth > .et_pb_row {
    width: 92% !important;
  }
  .et_pb_code_inner .barcontainer {
    margin-bottom: 50px;
  }
  #office-registration-form .row .col-6.et_pb_button_module_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
}
@media screen and (max-width: 1350px) {
  #page-confirmation.et_pb_section {
    padding-top: 30px;
  }
}
@media screen and (max-width: 319px) {
  .prd-cart .quantity {
    margin-left: 1%;
  }
  .prd-cart .quantity .plus {
    width: 20px !important;
  }
  .prd-cart .quantity .minus {
    width: 20px !important;
  }
}
@media screen and (max-width: 1025px) {
  label.berocket_label_widgets {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 410px) and (max-width: 640px) {
  .prd-cart .quantity input[type=number].qty {
    width: 43% !important;
  }
}
@media screen and (max-width: 409px) {
  .prd-cart .quantity input[type=number].qty {
    width: 40% !important;
    font-size: 17px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .filter-bottles label.berocket_label_widgets {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 349px) {
  .prd-cart .quantity input[type=number].qty {
    width: 44% !important;
  }
  .prd-cart .quantity .plus {
    width: 25px !important;
  }
  .prd-cart .quantity .minus {
    width: 25px !important;
  }
  .prd-cart a.button {
    margin-left: 1%;
  }
  .filter-bottles label.berocket_label_widgets {
    padding-left: 25px !important;
  }
  .swire-badge {
    top: 43%;
    padding: 2px;
  }
  .swire-badge .term {
    font-size: 15px;
  }
}
@media screen and (max-width: 325px) {
  li.brw-recycle-glass-bottle span.product-checkmark {
    width: 25px;
    height: 25px;
  }
  li.brw-recycle-glass-bottle-zh-hant span.product-checkmark {
    width: 25px;
    height: 25px;
  }
  li.brw-recycle-recycle-bottle span.product-checkmark {
    width: 25px;
    height: 25px;
  }
  li.brw-recycle-recycle-bottle-zh-hant span.product-checkmark {
    width: 25px;
    height: 25px;
  }
  .filter-bottles label.berocket_label_widgets {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 350px) {
  html[lang=zh-hant] body #page-container div.category-btn-section .et_pb_button {
    font-size: 14px !important;
  }
  html[lang=en-US] body #page-container div.category-btn-section .et_pb_button {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 380px) {
  .upload-btn-wrapper span.filename {
    max-width: 150px;
  }
}
@media screen and (max-width: 800px) and (min-width: 600px) {
  .home-text-section {
    padding: 5%;
  }
}
@media screen and (max-width: 600px) {
  .home-text-section {
    grid-template-columns: 100%;
    padding: 5% 0px;
  }
  .home-text-section .text-wrapper {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #page-sidebar-menu .et_pb_widget ul li {
    position: relative;
  }
  .menu-icon:before {
    left: 10px;
  }
}
/*Header Carousel - Single Case*/
@media screen and (min-width: 1200px) {
  .header-carousel .single-slide {
    width: 1100px !important;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 640px) {
  .header-carousel .single-slide {
    width: 90vw !important;
    text-align: center;
  }
}
.sw-login-form-container a.sw-link.sw-link-right {
  text-decoration: underline;
  display: block;
  margin-bottom: 2.5em;
}
.sw-login-form-container .login-issues-modal .sw-full-screen-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.sw-login-form-container .login-issues-modal .sw-full-screen-modal .content-container {
  background-color: #fff;
  padding: 2em 2em 1em 2em;
  min-width: 50%;
  min-height: 30vh;
  position: relative;
  max-width: 90%;
}
.sw-login-form-container .login-issues-modal .sw-full-screen-modal .content-container h1 {
  color: #000;
  margin-bottom: 0.8em;
}
.sw-login-form-container .login-issues-modal .sw-full-screen-modal .content-container ul {
  font-size: inherit;
}
.sw-login-form-container .login-issues-modal .sw-ack-text a {
  font-weight: normal;
  color: #2f353b;
  text-decoration: underline;
}
.sw-login-form-container .login-issues-modal .sw-ack-text a::hover, .sw-login-form-container .login-issues-modal .sw-ack-text a::active, .sw-login-form-container .login-issues-modal .sw-ack-text a::focus {
  color: #2f353b;
}
.sw-login-form-container .close-icon {
  right: 20px !important;
  top: 20px !important;
  color: #000 !important;
}
.sw-login-form-container .close-icon svg {
  width: 30px;
  height: 30px;
}
.sw-login-form-container .sw-nav {
  list-style: none;
  padding: 0;
  margin-top: 2.85em;
  margin-bottom: 2em;
}
.sw-login-form-container .sw-nav.sw-nav-tabs .sw-nav-item {
  margin-right: 10px;
  display: inline-block;
}
.sw-login-form-container .sw-nav.sw-nav-tabs .sw-nav-item a {
  color: #BDBDBD;
  padding: 10px 3.75vw;
  text-decoration: none;
  background-color: #E8E8E8;
  border-radius: 99px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sw-login-form-container .sw-nav.sw-nav-tabs .sw-nav-item a.active {
  background-color: #000;
  color: #fff;
}
.sw-login-form-container .sw-nav.sw-nav-tabs .sw-nav-item:hover a {
  background-color: #000;
  color: #fff;
}
.sw-login-form-container .sw-form .form-group-option {
  color: #6C757D;
}
.sw-login-form-container .sw-form .form-group-option * {
  line-height: 1.3;
}
.sw-login-form-container .sw-form .form-group-option a {
  color: #6C757D;
}

.sw-title-with-line {
  height: 35px;
  position: relative;
  margin-bottom: 2.17em;
}
.sw-title-with-line .title {
  width: auto;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  top: -3px;
  left: 39px;
  padding: 0 15px;
  color: #6D6D6D;
}
.sw-title-with-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}

.br-file-upload-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
}
.br-file-upload-container .sw-btn {
  padding: 0px 25px;
  font-size: 1.2em;
  line-height: 1.5em;
  background-color: #000;
  color: #fff;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  display: flex;
}
.br-file-upload-container .sw-btn svg {
  fill: white;
}
.br-file-upload-container .file-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 0px;
}
.br-file-upload-container .file-info span.filename {
  font-size: 1em;
  line-height: 1.2em;
  width: 100%;
}
.br-file-upload-container .file-info span.filetype {
  font-size: 0.6em;
  line-height: 1em;
}
.br-file-upload-container .file-info span.filename-preview {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 330px;
}

.sw-btn.sw-btn-secondary {
  border-radius: 3px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.sw-message-center-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.sw-message-center-container .sw-success-message {
  width: 90%;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.sw-align-right {
  text-align: right;
  justify-content: flex-end;
}

.sw-error-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* sw-form*/
.sw-form {
  /*font-size: 18px;*/
}
.sw-form .form-control {
  font-size: 1em;
  padding-left: 10px;
}
.sw-form .form-group {
  flex: 1;
  width: 100%;
}
.sw-form .form-group.inline {
  flex: auto;
  width: auto;
}
.sw-form .password-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.sw-form .password-fields-container .form-group {
  width: 100%;
  margin-bottom: 2.25em;
}
.sw-form .phone-fields-container .phone-fields-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.sw-form .phone-fields-container .country-code-field {
  width: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex-shrink: 0; /* Prevent it from shrinking */
}
.sw-form .phone-fields-container select.form-control.country-code-field {
  height: 41px;
}
.sw-form .phone-fields-container .phone-number-field {
  flex-grow: 1; /* Grow to take up remaining space */
}
.sw-form .phone-fields-container .phone-number-field input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sw-form .form-group-action-button {
  width: 300px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
.sw-form .form-group-option {
  flex-grow: 1;
  flex: 1;
}

.sw-form-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sw-full-screen-modal .content-container .scrollable-content {
  overflow-y: visible !important;
}

/* sw-active-form*/
.activate-office-modal .activate-home-row2, .activate-home-modal .activate-home-row2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
.activate-office-modal .activate-home-row2 .col, .activate-home-modal .activate-home-row2 .col {
  flex: 1;
}
.activate-office-modal .activate-home-row2 .password-fields-container, .activate-home-modal .activate-home-row2 .password-fields-container {
  flex: 2;
  display: flex;
  flex-direction: row;
}

/*Registration Completed*/
.update-email-form .row {
  display: grid;
  grid-template-columns: max-content max-content;
}
.update-email-form form.ng-valid-email {
  margin-bottom: 3em;
}
.update-email-form .form-group {
  margin-top: 2em;
}
.update-email-form .email-verification-row {
  display: grid;
  grid-template-columns: auto max-content;
  grid-gap: 1em;
}
.update-email-form .email-verification-row input.form-control {
  font-size: 1em;
  height: 2.6em;
}

/*Forget Password*/
.forget-password-modal .sw-full-screen-modal .content-container {
  max-width: 70%;
}
.forget-password-modal .message-container, .forget-password-modal .success-container {
  font-size: inherit !important;
}
.forget-password-modal .message-container a.sw-btn.sw-btn-primary, .forget-password-modal .success-container a.sw-btn.sw-btn-primary {
  color: #fff;
  max-width: 300px;
  font-size: inherit;
}

/*Not yet register*/
.not_yet_register .black-title, .not_yet_register p {
  text-align: center;
}
.not_yet_register_btn_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 3em auto 0;
  max-width: 600px;
}

/*Reset Password*/
.reset-password-container {
  font-size: inherit !important;
}
.reset-password-container .sw-form .password-fields-container .form-group {
  margin-bottom: 1rem;
}

.login-problem-wrapper {
  display: flex;
  justify-content: space-between;
}
.login-problem-wrapper .remember-me {
  width: 50%;
  display: flex;
  align-items: start;
}
.login-problem-wrapper .remember-me input {
  width: 15px !important;
  height: 15px;
}
.login-problem-wrapper .login-problem {
  width: 50%;
  text-align: end;
}

.user-display-container ul {
  list-style: none;
}
.user-display-container a {
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  background: linear-gradient(270deg, #F40009 7.29%, rgba(0, 0, 0, 0.49) 92.45%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 10px 14px;
}
.user-display-container a:hover {
  text-decoration: none;
}
.user-display-container span.elementor-icon-list-text {
  font-size: 0.8em;
  color: #FFFFFF;
}

#HeaderHomeBtn {
  min-width: 66px;
}

#HeaderHomeBtn, #HeaderHomeBtnCHI {
  width: 100%;
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
  text-decoration: none;
  color: transparent;
  text-align: center;
  cursor: pointer;
  color: #FFF;
}
#HeaderHomeBtn:before, #HeaderHomeBtnCHI:before {
  content: "";
  width: 100%;
  height: 46px;
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#HeaderHomeBtn.home_page:before, #HeaderHomeBtnCHI.home_page:before {
  background-image: url(/wp-content/plugins/swire/resources/images/Swire_Homepage-icon.png) !important;
}
#HeaderHomeBtn.office_page:before, #HeaderHomeBtnCHI.office_page:before {
  background-image: url(/wp-content/plugins/swire/resources/images/icon_bag@2x.png);
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.wpml-ls-current-language {
  display: none !important;
}

a.wpml-ls-link {
  padding: 0 !important;
}
a.wpml-ls-link:hover {
  text-decoration: none;
}
a.wpml-ls-link:before {
  content: "";
  width: 100%;
  height: 46px;
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.wpml-ls-item-zh-hant a.wpml-ls-link:before {
  background-image: url(/wp-content/plugins/swire/resources/images/icon_ENC.png);
}
.wpml-ls-item-en a.wpml-ls-link:before {
  background-image: url(/wp-content/plugins/swire/resources/images/icon_CEN.png);
}

img.wpml-ls-flag {
  visibility: hidden;
  height: 46px;
}

.header_search .elementor-search-form__container {
  border-radius: 23px;
}
.header_search #sw-product-search-suggestions {
  position: fixed;
  background: #FFF;
  max-height: 500px;
  overflow-y: scroll;
  width: 400px;
  margin-top: 50px;
  z-index: 1;
  padding: 30px;
}
.header_search input {
  font-size: 15px;
  line-height: 1;
  padding: 0 0 0 27px !important;
  background-color: #FFF !important;
  color: #3f444b !important;
  border: 0;
  border-image-width: 0;
  outline-width: 0;
}
.header_search button.elementor-search-form__submit {
  min-width: 65.8px;
  background-color: #FFF;
  padding: 0 !important;
}
.header_search i {
  position: relative;
  font-size: 1.5em;
}
.header_search i:before {
  visibility: hidden;
}
.header_search i:after {
  content: "";
  background-image: url(/wp-content/plugins/swire/resources/images/icon_magnifying_glass.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.header_promote .header-carousel-container {
  background: transparent;
  color: #FFF;
  height: -moz-min-content;
  height: min-content;
}
.header_promote .header-carousel-container .header-message-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
}
.header_promote .header-message-icon {
  display: none;
}
.header_promote .header-message-text {
  font-size: 0.9em;
}
.header_login_wrapper, .header_lang_wrapper, .header_like_wrapper, .header_homeOffice_wrapper, .header_quick_order_wrapper, .header_cart_wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header_quick_order_wrapper {
  display: none;
}
.header_cart a#elementor-menu-cart__toggle_button {
  text-decoration: none;
}
.header_cart .eicon-cart-medium:before {
  content: "";
  background-image: url(/wp-content/plugins/swire/resources/images/icon_cart@2x.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 3vw;
  height: 43px;
}
.header_cart ul.woocommerce-mini-cart {
  max-height: 60vh;
  overflow-y: auto;
}

.sub_item .elementor-widget-container {
  /*padding: 23px 15px 23px;*/
  border-radius: 18px;
  position: relative;
}
.sub_item .elementor-widget-image {
  width: 100%;
}
.sub_item img {
  /*max-height: 145px;
  transform: rotate(9.214deg);*/
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_item figcaption {
  color: #FFF !important;
  font-size: 1em;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.04;
  text-align: left;
  position: absolute;
  left: 15px;
  bottom: 15px;
  max-width: 127px;
}

/*.odd_menu_item .elementor-widget-container {
    background: radial-gradient(circle at 120% -156%, #FEC509 0%,#FEC509 0%,#FEC509 75%,#0599D9 75%,#0599D9 100%);
}

.even_menu_item .elementor-widget-container {
    background: radial-gradient(circle at 120% -156%, rgba(244, 0, 9, 0.25) 0%,rgba(244, 0, 9, 0.25) 0%,rgba(244, 0, 9, 0.25) 75%,#f40000 75%,#f40000 100%);
}*/
header .header_top_sec.elementor-sticky {
  z-index: 9999;
}

.menu-item-notifications-icon {
  display: none;
}

.logged-in .header_homeOffice_wrapper {
  display: none;
}
.logged-in .header_quick_order_wrapper {
  display: flex;
}
.logged-in .menu-item-notifications-icon {
  display: block;
}

header .menu-item-notifications-icon {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 76px;
}
header .menu-item-notifications-icon .nav-notifications .notifications-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
}
header .menu-item-notifications-icon .nav-notifications .notifications-wrapper .ns-count {
  top: 0px;
  width: 20px;
  height: 20px;
  padding-top: 0px;
}
header .menu-item-notifications-icon.menu-item-notifications.menu-item-notifications-open .nav-notifications .notifications-container {
  top: 80px;
}

.header_menu_wrapper .e-n-menu-heading {
  justify-content: space-around !important;
}
.header_menu_wrapper .e-n-menu-heading li:last-child {
  display: none;
}

#my-ecoupons, .my-ecoupons {
  display: none !important;
}

.has-ecoupon #my-ecoupons, .has-ecoupon .my-ecoupons {
  display: block !important;
}
.has-ecoupon .header_menu_wrapper .e-n-menu-heading li:last-child {
  display: block;
}

/* Empty cart message */
.woocommerce-mini-cart__empty-message .empty-cart-thumbnail {
  margin-bottom: 10px;
}
.woocommerce-mini-cart__empty-message .empty-cart-heading {
  line-height: 1.55;
  font-weight: 700;
}
.woocommerce-mini-cart__empty-message .empty-cart-text p {
  font-size: 0.9em;
  line-height: 1.389;
  font-style: italic;
  margin-bottom: 40px;
}

.header_menu_wrapper {
  background: #F40000;
}

/*Household / Office icon */
.webview-office .webview-link-office {
  display: none;
}

.webview-home .webview-link-home {
  display: none;
}

.webview-switcher a {
  font-size: 0.8em;
  color: white;
  text-decoration: none;
}
.webview-switcher a:before {
  content: "";
  width: 100%;
  height: 43px;
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}
.webview-switcher a.webview-link-office:before {
  background-image: url(/wp-content/plugins/swire/resources/images/Swire_Homepage-icon.png);
}
.webview-switcher a.webview-link-home:before {
  background-image: url(/wp-content/plugins/swire/resources/images/icon_bag@2x.png);
}

.header_carousel_wrapper .slick-slide {
  opacity: 0.2;
}
.header_carousel_wrapper .slick-slide.slick-active {
  opacity: 1;
}

.footer_top_wrapper a {
  color: #FFF !important;
}
.footer_logos {
  flex-flow: nowrap;
}
.footer_logos img {
  max-width: 8.3vw;
}
.footer_email a {
  text-wrap: nowrap;
}
.footer_title h5 {
  font-size: 1em;
}

.arestos-slider#banners .owl-nav {
  margin-top: 0;
}
.arestos-slider#banners .owl-nav [class*=owl-] {
  top: 35%;
  color: #f40000 !important;
}
.arestos-slider#banners .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.arestos-slider#banners .fa-caret-left, .arestos-slider#banners .fa-caret-right {
  font-size: 2em;
}
.arestos-slider#banners .fa-caret-left:before {
  content: "\f053";
}
.arestos-slider#banners .fa-caret-right:before {
  content: "\f054";
}

.sw-news .elementor-post {
  border: 1px solid lightgray;
  background: white;
}
.sw-news .elementor-post__thumbnail img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.sw-news .elementor-post__text {
  padding: 1em;
}
.sw-news .elementor-post__text .elementor-post__excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.sw-news .elementor-post__text .elementor-post__excerpt p {
  font-size: 0.85em;
  color: var(--color-black);
}

.category-news .news_item_lastest a {
  color: #f40000 !important;
}
.category-news-2019 .news_item_2019 a {
  color: #f40000 !important;
}
.category-news-2020 .news_item_2020 a {
  color: #f40000 !important;
}
.category-news-2023 .news_item_2023 a {
  color: #f40000 !important;
}

/*Single Product*/
.single_add_to_cart_button {
  padding: 1em 1.5em 1em 2.5em;
  background-color: var(--color-dark-red);
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
}

/*Shop*/
.woocommerce-shop .products-list-with-filter {
  margin-top: 4em;
  margin-bottom: 4em;
}

.post-type-archive .products-list-with-filter .products-filter-wrapper .filters {
  padding: 15px 0;
  margin-right: 1.5em;
}
.post-type-archive .woocommerce ul.products::after, .post-type-archive .woocommerce ul.products::before {
  display: none;
}

.products-list-with-filter .filter {
  border-bottom: 1px solid #00407A;
}
.products-list-with-filter .filter.Sort-filter {
  width: 100%;
}
.products-list-with-filter .filter.search-filter {
  display: none;
}
.products-list-with-filter .filter:last-child {
  border-bottom: 0;
}
.products-list-with-filter .filter .filter-title {
  text-transform: capitalize;
  font-size: 1em !important;
}
.products-list-with-filter .filter .filter-body {
  padding: 0 10px 35px 20px;
}
.products-list-with-filter .filter input[type=checkbox], .products-list-with-filter .filter input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
}
.products-list-with-filter .filter input[type=checkbox]:before, .products-list-with-filter .filter input[type=radio]:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #FFF;
  border: 0.5px solid var(--color-blue);
}
.products-list-with-filter .filter input[type=checkbox]:checked:before, .products-list-with-filter .filter input[type=radio]:checked:before {
  background-color: var(--color-blue);
}

.woocommerce-breadcrumb {
  margin-top: 4em !important;
}
.woocommerce #product-list {
  width: calc(100% - 270px - 1.5em) !important;
}
.woocommerce #product-list nav.item-navigation li.page-item button {
  font-size: 0.75em;
  padding: 0.4em 0.7em;
}
.woocommerce span.onsale {
  display: none !important;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 2em 0.7em !important;
  margin-bottom: 4em !important;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  min-width: 100% !important;
  height: 100%;
  padding: 0.5em;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  font-size: 1em !important;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 8px 0;
}
.woocommerce ul.products li.product a .price {
  font-size: 1.5em;
  color: var(--color-blue);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 30px;
  font-weight: bold;
}
.woocommerce ul.products li.product a .price ins {
  order: 1;
  text-decoration: none;
}
.woocommerce ul.products li.product a .price del {
  color: var(--color-dgray);
  font-size: 0.6em;
  order: 2;
  font-weight: 400;
}
.woocommerce ul.products li.product a.add_to_cart_button img {
  width: 15px;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  position: absolute;
  width: 100%;
  margin-top: 10px;
}
.woocommerce .quantity {
  width: calc(100% - 45px) !important;
}
.woocommerce .quantity .qty {
  font-size: 1.25em;
}
.woocommerce .quantity span, .woocommerce .quantity .minus, .woocommerce .quantity .plus {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
  background: -webkit-linear-gradient(#F40009, #f40000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.woocommerce form.prd-cart {
  position: absolute;
  bottom: 0;
}
.woocommerce-mini-cart-item + li.woocommerce-mini-cart-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-mini-cart-item a:nth-child(2) {
  color: #000;
}
.woocommerce-mini-cart-item a.remove {
  color: #000;
}
.woocommerce-mini-cart-item .quantity span {
  font-size: 1em;
}
.woocommerce-mini-cart__total {
  font-size: 1.5em;
  margin-top: 20px;
}
.woocommerce-mini-cart__buttons a.button.wc-forward {
  min-width: 98px;
  text-align: center;
  border-radius: 30px;
}
.woocommerce-mini-cart__buttons a .checkout {
  margin-left: 15px;
  background-color: #f40000;
  color: #FFF;
}

/*Products with Filter*/
.products-list-with-filter .woocommerce ul.products {
  grid-template-columns: repeat(4, 1fr);
}
.products-list-with-filter .products-filter-wrapper {
  flex-wrap: nowrap;
}

#custom-shop-page {
  max-width: 80%;
  padding-left: 1em;
  padding-right: 1em;
  margin: auto;
}

.category-filter label[for=uncategorized] {
  display: none;
}

.single_prod_title h1.product_title {
  font-size: 2em !important;
  line-height: 1.2;
}
.single_prod_meta .detail-container {
  grid-column-gap: 15px;
}
.single_prod_meta .detail-container.posted_in {
  display: none !important;
}
.single_prod_meta .detail-container .detail-label {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.single_prod_price .price {
  font-size: 2em !important;
  color: #f40000 !important;
  text-align: center;
  display: flex;
  grid-gap: 10px;
  align-items: baseline;
  margin-bottom: 30px;
}
.single_prod_price .price ins {
  order: 1;
  text-decoration: none;
}
.single_prod_price .price del {
  color: var(--color-dgray);
  font-size: 0.75em;
  order: 2;
}
.single_prod_des {
  margin-bottom: 1.5em !important;
}
.single_prod_cart form.cart {
  flex-wrap: wrap !important;
  row-gap: 35px;
}
.single_prod_cart form.cart::before {
  order: 2;
  flex-basis: 100%;
}
.single_prod_cart form.cart::after {
  display: none !important;
}
.single_prod_cart .quantity {
  border-radius: 23px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: -moz-max-content !important;
  width: max-content !important;
  order: 1;
}
.single_prod_cart .quantity button[type=button] {
  border: none;
  font-size: 1.4em !important;
  line-height: 1;
  font-weight: 700;
  border-radius: 23px;
  padding: 5px 16px;
}
.single_prod_cart .quantity button[type=button]:hover, .single_prod_cart .quantity button[type=button]:active, .single_prod_cart .quantity button[type=button]:focus {
  background-color: transparent;
  color: #f40000;
}
.single_prod_cart .quantity button .qty-minus {
  padding: 5px 16px;
}
.single_prod_cart .quantity button .qty-plus {
  padding: 5px 20px 5px 16px;
}
.single_prod_cart .quantity input[type=number].qty {
  width: 50px !important;
  padding: 5px !important;
  border: none !important;
}
.single_prod_cart button.single_add_to_cart_button {
  font-size: 1.2em;
  font-weight: 600;
  height: 55px;
  border-radius: 43px;
  min-width: 258px;
}
.single_prod_cart button.single_add_to_cart_button[name=add-to-cart] {
  margin-left: 0 !important;
  margin-right: 14px;
  background-color: #f40000;
  padding-right: 44px;
  order: 3;
}
.single_prod_cart button.single_add_to_cart_button[name=add-to-cart-buy-now] {
  background-color: #D9D9D9;
  color: #000000;
  order: 4;
}
.single_prod_cart button.single_add_to_cart_button:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
.single_prod_related li.product {
  padding-bottom: 3.5em !important;
}

/*Cart*/
.woocommerce-cart .form-row.place-order {
  display: none;
}
.woocommerce-cart .form-remark {
  font-size: 0.8em;
  font-style: italic;
}
.woocommerce-cart .select2-selection {
  padding: 0.5rem 1rem;
  height: auto;
}
.woocommerce-cart .select2-selection .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.woocommerce-cart .sw-section-col {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce-cart .sw-section-col .section-title {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid rgb(205, 205, 205);
  font-size: 1em;
}
.woocommerce-cart .sw-section-col .section-content {
  padding: 15px;
}
.woocommerce-cart .form-row {
  gap: 10px;
}
.woocommerce-cart .form-row .form-col {
  flex: 1;
}
.woocommerce-cart .sw-section-content {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #cfc8d8;
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart .woocommerce table {
  font-size: 1em;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 20px;
  margin-bottom: 2em;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
  border: 0px;
  border-radius: 1.4em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-collapse: collapse;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr {
  border-bottom: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr th, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr td {
  background: transparent;
  border: 0px;
  vertical-align: top;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr .product-price {
  min-width: 120px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-remove {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-name a {
  text-decoration: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: none;
  max-width: 300px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.minus-btn, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.plus-btn {
  border: none;
  font-weight: bold;
  font-size: 24px;
  color: #f40000;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.minus-btn:hover, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.minus-btn:focus, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.plus-btn:hover, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity .quantity button.plus-btn:focus {
  background: transparent;
  color: #f40000;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item:last-child {
  border-bottom: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount, .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
  font-size: 1.5em;
  font-weight: bold;
  color: #00407A;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price {
  display: flex;
  grid-gap: 5px;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price del {
  order: 2;
  align-items: end;
  display: inline-flex;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price del .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 0.9em;
  color: #808080;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price ins {
  order: 1;
  text-decoration: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-quantity .quantity input[type=number].qty {
  font-size: 1.25em;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr:nth-last-child(2),
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child {
  border-bottom: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .actions {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals {
  border-bottom: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table {
  width: 100% !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tr {
  border-bottom: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tr.table-title {
  border-bottom: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tr.order-total {
  border-top: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody {
  background: transparent;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody td {
  font-weight: bold;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr:not(.table-title) th {
  padding: 0.6em 1em 0.6em 1.4em;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.cart-subtotal th {
  min-width: 143px;
  text-align: left;
  font-weight: 400;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.cart-subtotal-discount_total {
  color: #F40009;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total {
  /*
  span.original-total {
      position:relative;
      display:inline-block;
      .woocommerce-Price-amount {
          color:#000;
          font-weight:bolder;
      }
      &:before {
          content: '';
          position: absolute;
          top: 45%;
          left: 0;
          width: 110%;
          height: 4px;
          background-color: #F40009;
          margin-left:-5%;
      }
  }*/
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total th {
  font-size: 1.2em;
  text-align: left;
  color: #000;
  padding-top: 1.5em;
  line-height: 1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total td {
  padding-top: 1.5em;
  display: flex;
  grid-gap: 0.5em;
  justify-content: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total td span.original-total {
  order: 2;
  font-weight: 400;
  font-size: 0.9em;
  color: #808080;
  align-items: end;
  display: inline-flex;
  text-decoration: line-through;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total strong {
  display: block;
  font-weight: 700;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total strong .woocommerce-Price-amount {
  font-size: 1.5em;
  color: var(--color-blue);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.promotion-row #cart-promotion-form {
  border: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.promotion-row #cart-promotion-form .promotion-code {
  height: 50px;
  border: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.promotion-row #cart-promotion-form .apply-promotion {
  height: 50px;
  border-radius: 99px;
  background: #f40000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 100px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 20px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 2em;
  margin-bottom: 1em;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .form-row {
  padding: 0 20px;
  grid-gap: 0px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .form-row .form-col:not(:first-child) {
  margin-left: 10px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .sw-section-col {
  border-radius: 0px;
  box-shadow: none;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .section-title {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .outlet-info-section {
  margin-top: 0px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section table.wp-list-table th, .woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section table.wp-list-table td {
  background: transparent;
  border: 0px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section table.wp-list-table tr:not(.table-title) th {
  font-weight: 400;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section table.wp-list-table tr.table-title {
  border-bottom: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .woocommerce-delivery-fields__field-wrapper {
  display: grid;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .woocommerce-delivery-fields__field-wrapper .delivery-date-arrangement {
  order: 2;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .delivery-section .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section .section-title {
  font-weight: bold;
  padding: 1em;
  border-bottom: 1px solid #CDCDCD;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment {
  background: #fff;
  margin-top: 0px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment ul.payment_methods {
  border-bottom: 0px;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method {
  padding: 15px;
  background: #F2F2F1;
  margin-top: 10px;
  border-radius: 1em;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method input {
  margin-right: 0.5em;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method.payment_method_cybsawm .payment_box {
  border: 0px;
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-style: italic;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method.payment_method_cybsawm .payment_box p {
  display: none;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section .cart-actions {
  margin-top: 0px;
  padding: 1em;
}
.woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section .checkout-payment-section .cart-actions button.checkout-button {
  display: block;
  background: var(--color-dark-red) !important;
  border-radius: 99px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 50px;
}
.woocommerce-cart .table-title td, .woocommerce-cart .table-title th {
  text-align: left !important;
}

/*Mini Cart*/
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
  min-width: 450px;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
  border-radius: 1em;
  padding: 2em 0.2em 1em;
  font-size: 1em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li {
  border-top: 1px solid #CDCDCD;
  position: relative;
  padding: 0.5em 1em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li a.remove_from_cart_button {
  color: #f40000 !important;
  position: absolute;
  z-index: 999;
  left: 0.5em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li a.remove_from_cart_button:hover {
  background: transparent;
  color: #f40000 !important;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li a {
  display: flex;
  grid-gap: 1em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li a img {
  width: 85px;
  height: 100%;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li .quantity {
  float: right;
  width: unset !important;
  font-size: 0.9em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li .quantity span {
  font-weight: 400;
  background: #000;
  -webkit-background-clip: text;
  background-clip: text;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li .quantity del {
  display: none;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li .quantity ins {
  text-decoration: none;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart li .quantity ins span {
  font-weight: 400;
  background: #000;
  -webkit-background-clip: text;
  background-clip: text;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__total.total {
  margin: 0px;
  padding: 0.8em 1em 0;
  border-top: 1px solid #cdcdcd;
  font-size: 1em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__total.total strong {
  float: left;
  font-size: 1.2em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__total.total span.woocommerce-Price-amount {
  float: right;
  font-weight: bold;
  color: var(--color-blue);
  font-size: 1.5em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  grid-gap: 1em;
  justify-content: center;
  margin-top: 1em;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons a {
  background: #f40000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  border-radius: 10px;
  font-size: 1.2em;
  min-width: 70%;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons a:hover {
  background: #000;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons a:not(.checkout) {
  display: none;
}

/*Add To Cart Slider*/
.add-to-cart-now h3 {
  font-size: 1em !important;
  padding-left: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #cdcdcd;
}
.add-to-cart-now .arestos-slider {
  overflow: hidden;
  padding: 0px;
  margin-right: -20px;
}
.add-to-cart-now .arestos-slider .owl-carousel .owl-stage-outer {
  margin-right: 4px;
  padding-left: 3px;
}
.add-to-cart-now .arestos-slider .owl-carousel .owl-stage-outer .owl-stage {
  padding: 1em 0px;
  display: flex;
  gap: 1em;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product {
  display: grid;
  height: 100%;
  grid-template-columns: 100px auto 45px;
  grid-gap: 10px;
  background: #fff;
  border-radius: 2%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .card-cart-suggestion-product-image {
  width: 90px;
  height: auto;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info {
  width: 100%;
  margin-left: 0.5em;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info a {
  text-decoration: none;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info a h4.card-cart-suggestion-product-price {
  font-size: 1em;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price {
  display: flex;
  grid-gap: 10px;
  align-items: baseline;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price bdi bdi {
  font-size: 1.5em;
  text-decoration: none;
  color: var(--color-blue);
  font-weight: bold;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price del {
  order: 2;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price del bdi {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price ins {
  font-size: 1.5em;
  text-decoration: none;
  color: var(--color-blue);
  font-weight: bold;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-info .product-price ins bdi {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-add-to-cart a {
  text-decoration: none;
  box-shadow: none !important;
}
.add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-add-to-cart a span {
  background: -webkit-linear-gradient(#F40009, #f40000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3em;
  font-weight: bold;
}
.add-to-cart-now .arestos-slider .owl-carousel .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: var(--color-dark-red);
}
.add-to-cart-now .arestos-slider .owl-carousel .owl-nav span {
  font-size: 2.5em;
  line-height: 1;
}

.delivery-address-editable .cart-checkout-section {
  grid-template-columns: 1fr !important;
}
.delivery-address-editable .payments-column {
  display: none;
}

.dialog-ovelay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.dialog-ovelay .dialog {
  width: 400px;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block;
}
.dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}
.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673AB7;
  color: #a2a2a2;
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.dialog-ovelay .dialog footer {
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
  direction: rtl;
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}
.dialog-ovelay .button {
  cursor: pointer;
}
.dialog-ovelay .button-default {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5D5D5D;
}
.dialog-ovelay .button-danger {
  background-color: #f44336;
  border: 1px solid #d32f2f;
  color: #f5f5f5;
}

.premium-gift-product-wrapper .premium-gift-product-name {
  min-width: 210px;
}

#subscriptionStepSelection.subscription-step-selection-container .title_stage_con {
  display: flex !important;
}
#subscriptionStepSelection.subscription-step-selection-container .title_stage_con .stages_wrapper {
  width: unset;
}
#subscriptionStepSelection.subscription-step-selection-container .back_btn .back_txt {
  padding: 8px 3em;
  background: lightgrey;
  border-radius: 99px;
  color: white;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .r_side {
  flex-basis: 100%;
  max-width: 1260px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper table {
  font-size: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_des_title {
  font-size: 1.4em;
  margin-bottom: 1.4em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_opt_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_opt_con .sub_opt {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 2em 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_opt_con .sub_opt .sub_opt_title {
  font-size: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_opt_con .sub_opt.active {
  border-color: #000;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .pay_op .sub_opt_con .sub_opt .sub_opt_title {
  text-transform: uppercase;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .usage_op .sub_opt_plans {
  padding: 10px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .usage_op .sub_opt_plans .sub_opt {
  padding: 2em 2.5em;
  margin-right: 10px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .usage_op .sub_opt_plans .sub_opt.active {
  border-color: #000;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .usage_op .sub_opt_plans .sub_opt .sub_opt_title {
  font-size: 1em;
  margin-bottom: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .usage_op .sub_opt_plans .sub_opt .sub_opt_info dd {
  font-weight: bold;
  color: var(--color-blue);
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .cta_wrapper a.cta_btn {
  min-width: 276px;
  background: #f40000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .cta_wrapper a.cta_btn:hover {
  background: #000;
  color: #fff;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side h2.main_title {
  color: #000;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .package_des .sub_opt_con {
  display: block;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table {
  border-radius: 1.4em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table tr:last-child {
  border-bottom: 0px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table tr.table-title {
  border-bottom: 1px solid #cdcdcd;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table tr.table-title th {
  text-transform: capitalize;
  font-size: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table th, #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .plan_info_container .list_of_plan table td {
  border: 0px;
  padding: 1em;
  text-align: left;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper {
  border-radius: 1.4em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  padding: 0px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper .sub_des_title {
  display: none;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper .sub_des {
  font-size: 1em;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper .des_detail table th, #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper .des_detail table td {
  border: 0px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .contact_con .usage_des_wrapper .des_detail table th {
  font-weight: normal;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .sub_des_title {
  font-size: 1em;
  margin-bottom: 0.5em !important;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con, #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con {
  border-radius: 1.4em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .sub_des_title, #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con .sub_des_title {
  padding: 1em;
  text-transform: capitalize;
  border-bottom: 1px solid #cdcdcd;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .sub_opt_con, #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con .sub_opt_con {
  display: block;
  padding: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .sub_des_2 {
  font-size: 1em;
  color: #000;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .term_checkbox {
  display: flex;
  align-items: center;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .term_checkbox label {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .term_checkbox input[type=checkbox] {
  position: relative;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .term_con .term_checkbox input[type=checkbox]:after {
  position: absolute;
  top: -8px;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con {
  margin-top: 1em;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con .sub_opt_con .pay_op .save_card_container input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
}
#subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .column.r_side .delivery_op .payments_con .sub_opt_con .pay_op .save_card_container input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 0.5px solid var(--color-blue);
}

.subscription-step-selection-container .subscription-type-selection {
  display: flex;
  justify-content: center;
}
.subscription-step-selection-container .subscription-type-selection .plan_option_container {
  width: 80%;
}

/*Subscription Page*/
.sw-subscription-page p {
  margin-bottom: 0px;
}
.sw-subscription-page br {
  display: none;
}

.subscription-info .contract-period {
  flex-flow: wrap;
}
.subscription-info .contract-period .separator {
  display: none;
}
.subscription-info .contract-start, .subscription-info .contract-end {
  width: 100%;
}
.subscription-info-box {
  grid-gap: 0.25rem;
}
.subscription-info-box .w-50 {
  position: relative;
}
.subscription-info-box .w-50:first-child .sm-text {
  margin-bottom: 30px;
}
.subscription-info-box .text-danger {
  position: absolute;
  bottom: 5px;
  width: 93%;
}
.subscription-info-box .ml-1 {
  margin-left: 0 !important;
}

/*Subscription Checkout = Subscription Place Order */
#subscription-place-order .coupon_wrapper {
  padding: 15px;
}
#subscription-place-order .subscription_plan_detail .subscription_img_holder {
  padding: 16px;
}
#subscription-place-order .shop_table {
  border-top: 0;
  border-radius: 30px;
  margin-top: 20px;
}
#subscription-place-order .shop_table thead tr {
  border: 0;
}
#subscription-place-order .shop_table tr {
  border-top: 1px solid #CDCDCD;
}
#subscription-place-order .shop_table tr:nth-child(odd) th, #subscription-place-order .shop_table tr:nth-child(odd) td, #subscription-place-order .shop_table tr:hover th, #subscription-place-order .shop_table tr:hover td {
  background-color: #FFF;
}
#subscription-place-order .shop_table th, #subscription-place-order .shop_table td, #subscription-place-order .shop_table .minus, #subscription-place-order .shop_table .plus {
  border: 0;
}
#subscription-place-order .shop_table .quantity {
  max-width: -moz-max-content;
  max-width: max-content;
  border-top: 0;
  border-radius: 20px;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.1019607843) !important;
}
#subscription-place-order .shop_table .quantity .qty-minus, #subscription-place-order .shop_table .quantity .qty-plus {
  border-radius: 20px;
  border: 0;
}
#subscription-place-order .outlet-info-section {
  margin-top: 20px;
}
#subscription-place-order .outlet-info-section table tr {
  border: 1px solid #CDCDCD;
}
#subscription-place-order .outlet-info-section table tr:nth-child(odd) th, #subscription-place-order .outlet-info-section table tr:nth-child(odd) td, #subscription-place-order .outlet-info-section table tr:hover th, #subscription-place-order .outlet-info-section table tr:hover td {
  background-color: #FFF;
}
#subscription-place-order .outlet-info-section table th, #subscription-place-order .outlet-info-section table td {
  border: 0;
}
#subscription-place-order .delivery-date, #subscription-place-order .special-remark {
  grid-column-gap: 30px;
}
#subscription-place-order .delivery-date::before, #subscription-place-order .delivery-date::after, #subscription-place-order .special-remark::before, #subscription-place-order .special-remark::after {
  display: none;
}
#subscription-place-order select#delivery_date {
  min-width: 280px;
}
#subscription-place-order .subscription_btn_wrapper {
  margin-top: 20px;
}
#subscription-place-order .subscription_btn_wrapper .btn {
  max-width: 300px;
  margin: auto;
}

.toast {
  opacity: 1 !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

/*Subscription Page*/
.ecoupon-banner {
  padding: 1.5em 2.5em;
  border-radius: 2em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  margin-bottom: 1.5em !important;
}
.ecoupon-banner img {
  border-radius: 2em;
}

.about_Bonaqua h1.black-title {
  text-align: center;
}
.about_Bonaqua_img {
  text-align: center;
  margin: 2em 0;
}
.about_Bonaqua h3.main-color {
  margin-bottom: 1.5rem;
}

body.woocommerce-account {
  font-size: 1.25em;
  font-family: "Open Sans", serif;
}

h1.my-account-title {
  margin-bottom: 18px;
}

.form-check-input {
  margin-top: 0.7rem;
}

#my-account .salutation-wrapper {
  display: none;
}
#my-account .collapsed, #my-account .not-collapsed {
  position: relative;
}
#my-account .collapsed:after, #my-account .not-collapsed:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#my-account .collapsed:after {
  content: "\f077";
}
#my-account .not-collapsed:after {
  content: "\f078";
}

.myAccount_btn_wrapper {
  margin-top: 20px;
}

/* Order Hisory */
.woocommerce-MyAccount-navigation {
  width: 254px !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
  display: grid;
  grid-gap: 1.3em;
}
.woocommerce-MyAccount-navigation-link {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
}
.woocommerce-MyAccount-navigation-link:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  filter: invert(45%) sepia(0%) saturate(1582%) hue-rotate(201deg) brightness(88%) contrast(91%);
}
.woocommerce-MyAccount-navigation-link:hover:before, .woocommerce-MyAccount-navigation-link.is-active:before {
  filter: invert(18%) sepia(98%) saturate(3609%) hue-rotate(357deg) brightness(84%) contrast(134%);
}
.woocommerce-MyAccount-navigation-link:hover a, .woocommerce-MyAccount-navigation-link.is-active a {
  color: #f40000;
}
.woocommerce-MyAccount-navigation-link a {
  padding-left: 15px;
  text-decoration: none;
  color: #000;
}
.woocommerce-MyAccount-navigation-link--dashboard:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_user.png);
}
.woocommerce-MyAccount-navigation-link--order-history:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_shopping.png);
}
.woocommerce-MyAccount-navigation-link--delivery-address:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_maps.png);
}
.woocommerce-MyAccount-navigation-link--favourite-order:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_heart.png);
}
.woocommerce-MyAccount-navigation-link--payment:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_credit_card.png);
}
.woocommerce-MyAccount-navigation-link--password:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_lock.png);
}
.woocommerce-MyAccount-navigation-link--customer-logout:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_logout.png);
}
.woocommerce-MyAccount-navigation-link--subscription-summary:before {
  background: url(/wp-content/plugins/swire/resources/images/myAccount_sync.png);
}
.woocommerce-MyAccount-content {
  width: calc(100% - 324px) !important;
}
.woocommerce-MyAccount-content .btn {
  text-decoration: none !important;
}

.orders-list-wrapper .col-5 {
  padding: 0;
}

.order-details .add-to-favorite {
  text-align: right;
}
.order-details a#add_favorite_order {
  text-decoration: none;
}
.order-details th, .order-details td {
  border: none;
  padding: 10px 5px;
}
.order-details .col.et_pb_button_module_wrapper {
  max-width: 50%;
}

/* Fav Order*/
.transaction_div table {
  border: 1px solid #eee;
}
.transaction_div th, .transaction_div td {
  border: none !important;
}
.transaction_div .fa-pencil:before {
  content: "\f304" !important;
}
.transaction_div .favorite_order_action .btn.delete-btn {
  align-self: center;
}
.transaction_div .favorite_order_action .btn.delete-btn {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}

/* Delivery */
.delivery-form .form-row {
  grid-gap: 0.5em;
}
.delivery-form .form-row::before {
  display: none !important;
}
.delivery-form .form-row .form-col {
  width: 100%;
}
.delivery-form .form-row .form-col textarea.form-control {
  height: 10em;
}
.delivery-form .form-row .form-row {
  padding: 0px !important;
}
.delivery-form .form-row .form-row .form-check-label {
  margin-right: 10px;
}
.delivery-form .form-remark {
  margin-bottom: 1em;
  font-size: 0.8em;
  font-style: italic;
}

.my-account-delivery .note {
  margin-top: 1em;
}

.woocommerce-MyAccount-content .delivery-form .form-row .form-col, .subscription-step-selection .delivery-form .form-row .form-col {
  flex: 1;
}
.woocommerce-MyAccount-content .delivery-form .delivery-address-display-only .form-row .form-col, .subscription-step-selection .delivery-form .delivery-address-display-only .form-row .form-col {
  flex: none;
}

/* Payment */
.payment-intro {
  display: flex;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  grid-gap: 20px;
  align-items: center;
}
.payment-intro .pi-image {
  max-width: 42px;
}

.outlet-id h3 {
  font-size: 1em !important;
}

.et_pb_button {
  margin-top: 20px;
}

/* Password */
.woocommerce-MyAccount-content .login2-form {
  margin-top: 1em;
}
.woocommerce-MyAccount-content .login2-form label, .woocommerce-MyAccount-content .login2-form .form-control {
  font-size: 1em;
}
.woocommerce-MyAccount-content .login2-form .et_pb_button_module_wrapper {
  margin-top: 2em;
}

/*Account */
#modal-email___BV_modal_header_ button {
  right: 1rem;
}

#my-account .registration-form {
  padding: 0px;
}

.woocommerce-MyAccount-content #my-account .upload-btn-wrapper.business-registration-doc {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  margin-top: 0.5em;
}
.woocommerce-MyAccount-content #my-account .upload-btn-wrapper.business-registration-doc #choose-br-image {
  display: none;
}
.woocommerce-MyAccount-content #my-account .upload-btn-wrapper.business-registration-doc .btn.browse-btn {
  padding: 5px 20px;
  background: black;
  color: white;
  font-size: 1em;
  height: unset;
  line-height: 1;
  margin-left: 0.5em;
}
.woocommerce-MyAccount-content #my-account .upload-btn-wrapper.business-registration-doc span.filetype {
  display: none;
}
.woocommerce-MyAccount-content #my-account .input-group {
  align-items: center;
}
.woocommerce-MyAccount-content #my-account .input-group label {
  font-size: 1rem;
}
.woocommerce-MyAccount-content h4 {
  font-size: 1.3em;
}

.woocommerce-notice, ul.woocommerce-order-overview {
  display: none;
}

.woocommerce-order-status-pending .woocommerce-notice {
  display: block;
  text-align: center;
}
.woocommerce-order-status-pending .checkout-order-info, .woocommerce-order-status-pending .order-table {
  display: none;
}
.woocommerce-order-status-pending .order-actions {
  margin-top: 2em;
}
.woocommerce-order-status-pending .order-actions .btn {
  color: #fff;
  text-decoration: none;
  min-width: 300px;
}
.woocommerce-order-status-pending .order-actions .btn.pay-order-btn {
  background: var(--color-dark-red);
  border: 2px solid var(--color-dark-red);
}
.woocommerce-order-status-pending .order-actions .btn.shopping-btn {
  background: white;
  border: 2px solid var(--color-dark-red);
  color: var(--color-dark-red);
}

.checkout-order-info {
  margin-top: 30px;
  margin-bottom: 38px;
}

.order-number {
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 39px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.order-table {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.order-table tr {
  border-bottom: 1px solid #CDCDCD;
}
.order-table tr.summary-row_discount .amount {
  color: #f40000;
  font-weight: 700;
}
.order-table th, .order-table td {
  font-size: 1.115em;
  border: none !important;
  background-color: #FFF !important;
  vertical-align: middle;
}
.order-table th.product-quantity, .order-table th.product-total {
  text-align: center;
  width: 25%;
  align-items: center;
}
.order-table td.product-thumbnail {
  display: flex;
  grid-gap: 23px;
  align-items: center;
  line-height: 1;
}
.order-table td.product-quantity, .order-table td.product-total {
  text-align: center;
}
.order-table td.product-quantity {
  font-size: 1.39em;
  line-height: 0.832;
}
.order-table td.product-total {
  font-size: 1.67em;
  line-height: 0.7;
  font-weight: 700;
  color: #00407A;
}
.order-table .product-img {
  max-width: 145px;
}

.order-detail-table {
  margin: 0;
}
.order-detail-table th {
  padding: 23px 15px 29px;
}
.order-detail-table th.product-thumbnail, .order-detail-table td.product-thumbnail {
  padding-left: 39px;
}

.order-summary-table tr {
  border-bottom: 0;
}
.order-summary-table tr:last-child th:first-child, .order-summary-table tr:last-child td {
  border-radius: 28px;
}
.order-summary-table tr:last-child th {
  padding-right: 0;
}
.order-summary-table th:first-child {
  width: 58%;
}
.order-summary-table td {
  width: 25%;
  font-size: 1.39em;
  line-height: 0.832;
  text-align: center;
}

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

.view-order-btn {
  background-color: #000;
  color: #FFF;
  font-size: 1.3em;
  text-decoration: none !important;
  border-radius: 43px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
  padding: 10px 20px;
  min-width: 381px;
}

.woocommerce-order-pay #order_review ul.wc_payment_methods {
  padding: 1em !important;
}
.woocommerce-order-pay #order_review .form-row {
  display: block;
}
.woocommerce-order-pay #order_review .form-row .woocommerce-terms-and-conditions-wrapper {
  margin: 0px;
}
.woocommerce-order-pay #order_review .form-row #place_order {
  background: var(--color-dark-red);
}
.woocommerce-order-pay #order_review .form-row #place_order:hover {
  background: #000;
}

.woocommerce-order-type-subscription_order .order-summary-table {
  display: none;
}
.woocommerce-order-type-subscription_order .order-table .product-total {
  display: none;
}

.contact_us_container h1 {
  text-align: center;
  margin-bottom: 2em;
}
.contact_us_container table, .contact_us_container #responsive-form {
  font-size: 1em;
}
.contact_us_container .wpcf7-submit {
  font-size: 1em;
  max-width: 400px;
  background: #f40000;
  border: 2px solid #f40000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact_us_container .wpcf7-submit:hover {
  background-color: #000;
  border: 2px solid #000;
}
.contact_info_wrapper h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.contact_info_wrapper strong {
  font-weight: 600;
}
.contact_hourInfo_wrapper {
  margin: 2em 0;
}

#sw-contact-form .change-address {
  display: flex;
  justify-content: center;
}
#sw-contact-form .change-address p {
  text-align: center;
}
#sw-contact-form .change-address p a.update-address-btn {
  text-decoration: none;
  background: black;
  height: 50px;
  display: flex;
  min-width: 15em;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 99px;
}

body.app-view .elementor-location-header, body.app-view .elementor-location-footer {
  display: none;
}

.is-tender-customer .header_quick_order_wrapper, .is-tender-customer .header_menu, .is-tender-customer .header_menu_wrapper, .is-tender-customer .sw-products-search-form, .is-tender-customer .footer_top_wrapper, .is-tender-customer .header_promote {
  display: none;
}
.is-tender-customer section.add-to-cart-now {
  display: none;
}

:root {
  --title_color: $title_color;
  --button_primary_background_color: $button_primary_background_color;
  --button_primary_color: $button_primary_color;
  --modal_header_color: $modal_header_color;
  --modal_link_color: $link_color;
  --modal_link_hover_color:$link_hover_color;
}

.login-app .login-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.login-app .login-container .form-message-section {
  font-size: 1em;
  line-height: 1.2em;
}
.login-app .login-container .form-message-section .form-message {
  margin-bottom: 1.4em;
}
.login-app .login-container .login-section, .login-app .login-container .new-customer-section {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.login-app .login-container .login-section {
  border-right: 1px solid #ccc;
  align-items: flex-end;
}
.login-app .login-container .login-section .login-section-box {
  width: 100%;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.login-app .login-container .login-section .login-section-box input, .login-app .login-container .login-section .login-section-box form, .login-app .login-container .login-section .login-section-box button {
  width: 100%;
}
.login-app .login-container .new-customer-section {
  align-items: flex-start;
}
.login-app .login-container .new-customer-section .new-customer-section-box {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.login-app .login-container .new-customer-section .new-customer-section-box h1 {
  margin-bottom: 1em;
}
.login-app .login-container .new-customer-section .new-customer-section-box input {
  width: 100%;
}
.login-app .login-container .new-customer-section .new-customer-section-box button {
  width: 100%;
}
.login-app .login-container .new-customer-section .new-customer-section-box .sw-btn {
  width: 100%;
}
.login-app .login-container .activate-tutorial-link {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 1rem;
}
.login-app .login-container .activate-tutorial-link a {
  color: #007CEC !important;
  cursor: pointer;
}

.login-issues-modal .sw-full-screen-modal .content-container {
  width: 600px;
}

.sw-products-search-form #sw-product-search-suggestions {
  position: absolute;
  width: 100%;
  border-radius: 6px;
  padding: 0px;
  top: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.sw-products-search-form #sw-product-search-suggestions::-webkit-scrollbar {
  width: 6px;
}
.sw-products-search-form #sw-product-search-suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.sw-products-search-form #sw-product-search-suggestions::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}
.sw-products-search-form #sw-product-search-suggestions ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.sw-products-search-form #sw-product-search-suggestions ul li {
  padding: 10px 20px;
}
.sw-products-search-form #sw-product-search-suggestions ul li:nth-child(odd) {
  background: #efefef;
}
.sw-products-search-form #sw-product-search-suggestions ul li:nth-child(even) {
  background-color: #fff;
}
.sw-products-search-form #sw-product-search-suggestions ul li a {
  color: #333;
}

#notification-popup {
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  width: 500px;
  margin: 0 auto;
  z-index: 9999999;
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  padding: 30px;
  left: calc(50% - 250px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
#notification-popup .notification-popup__inner {
  display: flex;
}
#notification-popup .notification-popup__inner img {
  width: 20%;
}
#notification-popup .notification-popup__content {
  width: 80%;
  padding-left: 20px;
}
#notification-popup .notification-popup__content h3 {
  font-size: 1.5em;
  margin: 0;
}
#notification-popup .notification-popup__content p {
  margin: 0;
}
#notification-popup .notification-popup__button-group {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
#notification-popup .notification-popup__button-cancel, #notification-popup .notification-popup__button-allow {
  border: none;
}
#notification-popup .notification-popup__button-cancel {
  color: #808080;
  margin-right: 20px;
}
#notification-popup .notification-popup__button-cancel:hover {
  background-color: transparent;
}
#notification-popup .notification-popup__button-allow {
  color: white;
  background-color: var(--e-global-color-primary, #F40000);
  padding: 8px 32px;
  border-radius: 8px;
}
#notification-popup .notification-popup__button-allow:hover {
  background-color: var(--e-global-color-primary-hover, #FF0000);
}
#notification-popup.open {
  transform: translateY(0);
}

#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
}
#cookie-notice,
#cookie-notice * {
  box-sizing: border-box;
}
#cookie-notice.cn-animated {
  animation-duration: 0.5s !important;
  animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
  animation-duration: 0.001s !important;
}
#cookie-notice .cookie-notice-container {
  display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none;
}
#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  display: inline-block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}
#cookie-notice .cn-text-container {
  margin: 0 0 6px 0;
}
#cookie-notice .cn-text-container,
#cookie-notice .cn-text-container .cn-buttons-container {
  display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none {
  animation-name: fadeIn;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade {
  animation-name: fadeIn;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide {
  animation-name: slideInUp;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide.cn-position-top {
  animation-name: slideInDown;
}
#cookie-notice.cn-effect-none {
  animation-name: fadeOut;
}
#cookie-notice.cn-effect-fade {
  animation-name: fadeOut;
}
#cookie-notice.cn-effect-slide {
  animation-name: slideOutDown;
}
#cookie-notice.cn-effect-slide.cn-position-top {
  animation-name: slideOutUp;
}
#cookie-notice .cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: none;
  cursor: pointer;
}
#cookie-notice .cn-close-icon:hover {
  opacity: 1;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgb(128, 128, 128);
}
#cookie-notice .cn-close-icon:before {
  transform: rotate(45deg);
}
#cookie-notice .cn-close-icon:after {
  transform: rotate(-45deg);
}

.cn-position-top {
  top: 0;
}

.cn-position-bottom {
  bottom: 0;
}

.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@media all and (max-width: 900px) {
  .cookie-notice-container #cn-notice-text,
.cookie-notice-container #cn-notice-buttons {
    display: block;
  }
  #cookie-notice .cn-button {
    margin: 0 5px 5px 5px;
  }
}
@media all and (max-width: 480px) {
  .cookie-notice-container {
    padding: 15px 25px;
  }
}
/*Special Screen*/
@media screen and (max-width: 1024px) {
  .visible-lg {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .products-list-with-filter .woocommerce ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  /*.woocommerce {
      ul.products {
          grid-template-columns: repeat(6, 1fr);
      }
  }
  .products-list-with-filter {
      .woocommerce {
          ul.products {
              grid-template-columns: repeat(5, 1fr);
          }
      }
  }*/
  #custom-shop-page {
    max-width: 80%;
    padding-left: 1.3em;
    padding-right: 1.3em;
    margin: auto;
  }
  /*Site max-width*/
  .page-header .entry-title {
    max-width: 80%;
    padding: 0 1.3em;
    margin: auto;
  }
  body:not([class*=elementor-page-]) .site-main {
    max-width: 80%;
    padding: 0 1.3em;
    margin: auto;
  }
  body.page-template-default .site-main {
    max-width: 80%;
    padding: 0 1.3em;
    margin: auto;
    min-height: 70vh;
  }
  .site-width {
    max-width: 80%;
    padding: 0 1.3em;
    margin: auto;
    margin-bottom: 4.5vw;
  }
  .footer_shop_wrapper {
    --width: 14% !important;
  }
  .footer_aboutUs_wrapper {
    --width: 10% !important;
  }
  .footer_customer_wrapper {
    --width: 25% !important;
  }
}
@media (max-width: 1280px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin-bottom: 3rem;
  }
  .woocommerce-MyAccount-navigation-link {
    border: 1px solid #e2e2e2;
    padding: 6px 10px;
    min-height: 60px;
  }
  .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}
@media (max-width: 1025px) {
  .page-header .entry-title {
    max-width: unset;
  }
  body:not([class*=elementor-page-]) .site-main {
    max-width: unset;
  }
  body.page-template-default .site-main {
    max-width: unset;
  }
  .site-width {
    max-width: unset;
  }
  #custom-shop-page {
    max-width: unset;
  }
  .elementor-widget-n-menu {
    --n-menu-title-padding: 0.5rem !important;
  }
  .header-carousel-container .header-message-container {
    padding: 0 !important;
  }
  .header_cart .eicon-cart-medium:before {
    width: 5vw;
  }
  .user-display-container .elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
  }
  .woocommerce .prd-cart .quantity {
    margin-left: 0 !important;
  }
  .single_prod_cart form.cart {
    flex-basis: 60%;
  }
  .single_prod_cart button.single_add_to_cart_button {
    padding: 15px;
    min-width: 180px;
  }
  .single_prod_cart button[name=add-to-cart]:after {
    width: 22px !important;
    height: 22px !important;
    right: 15px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    display: block;
    margin-bottom: 0px;
  }
  .woocommerce-cart .woocommerce .checkout.woocommerce-checkout .cart-checkout-section {
    display: block;
  }
  .add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product {
    display: block;
    padding: 10px 10px 40px;
  }
  .add-to-cart-now .arestos-slider .owl-carousel .card-cart-suggestion-product .cart-product-suggestion-add-to-cart {
    position: absolute;
    bottom: 0px;
    right: 15px;
    line-height: 1;
  }
  .subscription-step-selection-container .subscription-type-selection .plan_option_container {
    width: 100%;
  }
  /*ul.woocommerce-order-overview {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 20px;
      &:before {
          display: none !important;
      }
  }*/
  .order-detail-table th.product-thumbnail, .order-detail-table td.product-thumbnail {
    padding-left: 20px;
  }
  .checkout-order-details .order-summary-table th:first-child, .woocommerce-checkout #order_review .order-summary-table th:first-child {
    width: 30%;
  }
  .sw-news .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sw-news .elementor-post {
    display: block;
  }
  .sw-news .elementor-post__thumbnail__link {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 821px) {
  .sw-form .col {
    flex-basis: 100%;
  }
  .sw-form .submit-option-row {
    flex-flow: column-reverse;
  }
  .sw-btn.sw-btn-large {
    min-width: auto;
  }
  .row.sm-row-col {
    display: flex;
    flex-direction: column;
  }
  .row.sm-row-col .col {
    margin-bottom: 1em;
  }
  /*Home Slider*/
  .arestos-slider#banners {
    padding: 0px 0.5em;
  }
  .arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item {
    transform: none !important;
  }
  .arestos-slider#banners .owl-carousel .owl-stage-outer .owl-item.active.center {
    transform: none !important;
  }
  .header_promote {
    padding-left: 10px;
  }
  .header-carousel-container .header-message-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }
  .user-display-container a {
    min-height: -moz-min-content;
    min-height: min-content;
  }
  .logged-in .elementor-hidden-mobile.header_quick_order_wrapper {
    display: none;
  }
  /*Footer*/
  .footer_logos img {
    max-width: 100%;
  }
  header .menu-item-notifications-icon {
    min-width: unset;
  }
  header .menu-item-notifications-icon .nav-notifications .notifications-wrapper {
    right: -12px;
    top: -5px;
  }
  header .menu-item-notifications-icon .nav-notifications .notifications-wrapper .ns-count.has-count {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  header .menu-item-notifications-icon.menu-item-notifications.menu-item-notifications-open .nav-notifications .notifications-container {
    top: 45px;
    width: clamp(60vw, 70vw, 400px);
  }
  .arestos-slider#banners .fa-caret-left, .arestos-slider#banners .fa-caret-right {
    font-size: 1.5em;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity {
    display: flex;
    grid-gap: 5px;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_totals table.shop_table tbody tr.order-total td {
    justify-content: end;
  }
  .cart_totals.calculated_shipping table td {
    text-align: right;
  }
  .post-type-archive .products-list-with-filter .products-filter-wrapper .filters {
    margin-right: 1.2em;
  }
  .post-type-archive .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce #product-list {
    width: 100% !important;
  }
  #product-list {
    width: 100% !important;
  }
  .products-list-with-filter .products-filter-wrapper {
    flex-wrap: wrap;
  }
  ul.woocommerce-order-overview {
    grid-template-columns: repeat(2, 1fr);
  }
  .checkout-order-details .order-summary-table th:first-child, .woocommerce-checkout #order_review .order-summary-table th:first-child {
    width: 20%;
  }
  .subscription_plan_detail .bottom-container {
    flex-flow: wrap;
    grid-gap: 20px;
    margin-top: 20px !important;
  }
  .subscription_plan_detail .subscription-info-box {
    width: 40% !important;
  }
  /*Subscription Checkout = Subscription Place Order */
  #subscription-place-order .shop_table td.product-quantity {
    min-width: -moz-min-content;
    min-width: min-content;
  }
  #subscription-place-order .quantity {
    width: 100% !important;
  }
  #subscription-place-order .quantity input[type=number].qty {
    width: 45px !important;
    padding: 0 !important;
  }
  #subscription-place-order .cart-privacy-note {
    width: 100%;
  }
  .login-app .login-container {
    flex-direction: column;
  }
  .login-app .login-container .login-section {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 821px) and (min-width: 768px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table .product-quantity {
    display: table-cell;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-page table.cart.shop_table_responsive .product-thumbnail {
    display: block !important;
  }
  .woocommerce-page table.cart.shop_table_responsive .product-thumbnail:before {
    content: "";
  }
  .woocommerce-page table.cart.shop_table_responsive .product-thumbnail a {
    display: flex;
  }
  .woocommerce-page table.cart.shop_table_responsive .product-thumbnail a img {
    width: 60px;
  }
}
@media (min-width: 641px) and (max-width: 821px) {
  .user-display-container ul.elementor-icon-list-items {
    margin-bottom: 0;
  }
  .user-display-container a {
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .user-display-container .elementor-icon-list-text {
    display: none !important;
  }
  a.wpml-ls-link:before {
    height: 23px;
    top: 0;
  }
  .menu-item-notifications-icon img {
    height: 20px;
    margin-top: -5px;
    padding-left: 7px;
  }
  img.wpml-ls-flag {
    height: auto;
  }
  .header {
    /*
    &_carousel_wrapper {
        display: none;
    }*/
  }
  .header_top_sec .m_hidden_text {
    display: none;
  }
  .header_menu a:hover:after, .header_menu a.elementor-item-active:after, .header_menu a.highlighted:after, .header_menu a:focus:after {
    display: none;
  }
  .header_mob_menu_wrapper {
    --order: 1 !important;
    display: block !important;
  }
  .header_logo_wrapper {
    --order: 2 !important;
    --width: 40% !important;
  }
  .header_icons_wrapper {
    --order: 3 !important;
    --width: 47% !important;
  }
  .header_homeOffice_wrapper, .header_quick_order_wrapper {
    display: none;
  }
  .header_cart_wrapper .elementor-button-icon-qty[data-counter] {
    inset-inline-end: 0.5em !important;
  }
  .header_cart .eicon-cart-medium:before {
    width: 4vw;
    height: 20px;
  }
  .header_search_wrapper {
    --order: 4 !important;
    --width: 100% !important;
  }
  .header_promote {
    display: none;
  }
  .header_menu_wrapper {
    display: none;
  }
  #HeaderHomeBtn:before {
    height: 24px;
  }
  .logged-in .elementor-hidden-mobile.header_quick_order_wrapper {
    display: none;
  }
  .post-type-archive .products-list-with-filter {
    margin-top: 0;
  }
  .post-type-archive .products-list-with-filter .products-filter-wrapper {
    display: block;
  }
  .post-type-archive .products-list-with-filter .products-filter-wrapper .filters {
    width: 100%;
    padding: 15px 20px;
    margin-right: 0;
  }
  .products-list-with-filter .filter {
    border-bottom: 0;
  }
  .products-list-with-filter .filter .filter-title {
    font-size: 1.17em !important;
    padding: 10px;
  }
  .products-list-with-filter .filter .filter-body {
    padding: 0 10px 13px;
  }
  .mobile-filter {
    padding: 2em 21px 4em 19px;
    width: 100%;
  }
  .mobile-filter .accordion-button-no {
    font-size: 1.17em !important;
    padding: 10px;
    color: #FFF !important;
    background-color: #000;
    max-height: 52.5px;
  }
  .mobile-filter .accordion-button-no i {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .Sort-filter {
    background-color: #000000;
    width: 100% !important;
  }
  .Sort-filter h2.filter-title {
    color: #FFF !important;
  }
  .Sort-filter i {
    top: 13px;
    right: 10px;
    background: #FFF;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .Sort-filter label {
    color: #FFF;
  }
  #custom-shop-page #sidebar {
    padding: 24px 40px 24px 21px;
  }
  #custom-shop-page #sidebar button#toggle {
    position: absolute;
    top: 24px;
    right: 40px;
    padding: 0 1.5px 1px !important;
    line-height: 1;
    color: #000;
    border-color: #000;
    border-radius: 50%;
  }
  #custom-shop-page #sidebar .filters {
    padding: 0;
  }
  #custom-shop-page #sidebar .accordion-button i {
    top: 10px;
  }
  #product-list {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  :root {
    /*Space*/
    --space-large:25px;
    --space-medium:15px;
    --space-small:10px;
  }
  body {
    font-size: 16px;
  }
  body.woocommerce-account {
    font-size: 16px;
  }
  .elementor-location-footer * {
    font-size: 14px !important;
  }
  /*Modal*/
  .modal-dialog .modal-content {
    width: 90%;
    margin: auto;
  }
  .modal-dialog .modal-content .modal-content {
    width: 100%;
  }
  .user-display-container ul.elementor-icon-list-items {
    margin-bottom: 0;
  }
  .user-display-container a {
    height: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .user-display-container .elementor-icon-list-text {
    display: none !important;
  }
  a.wpml-ls-link:before {
    height: 23px;
    top: 0;
  }
  img.wpml-ls-flag {
    height: 23px;
  }
  .header_promote .header-message-text {
    font-size: 0.8em;
  }
  .header_cart .eicon-cart-medium:before {
    width: 7vw;
    height: 20px;
  }
  .header_menu a:hover:after, .header_menu a.elementor-item-active:after, .header_menu a.highlighted:after, .header_menu a:focus:after {
    display: none;
  }
  /*Footer*/
  .footer_logos .elementor-widget-image {
    text-align: left;
  }
  .footer_logos .elementor-widget-image img {
    max-width: 80%;
  }
  .menu-item-notifications-icon {
    margin-right: 4px;
  }
  .menu-item-notifications-icon img {
    height: 20px;
    margin-top: -5px;
    padding-left: 7px;
  }
  .arestos-slider#banners .fa-caret-left, .arestos-slider#banners .fa-caret-right {
    font-size: 1em;
  }
  .sw-login-form-container * {
    font-size: 16px;
  }
  .sw-login-form-container .sw-nav {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .sw-login-form-container .close-icon {
    right: 10px !important;
    top: 10px !important;
  }
  .sw-login-form-container .close-icon svg {
    width: 20px;
    height: 20px;
  }
  .sw-login-form-container .login-app {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  .sw-login-form-container .login-app .login-container .login-section {
    padding: 0px;
  }
  .sw-login-form-container .login-app .login-container .new-customer-section .new-customer-section-box {
    padding: 20px 0px;
  }
  .sw-login-form-container .sw-full-screen-modal .content-container {
    max-width: 90%;
    padding: 2em 1em;
  }
  .sw-login-form-container .sw-full-screen-modal .content-container button.sw-btn {
    min-width: 100%;
    border-radius: 3px;
  }
  /*Registration Completed*/
  .update-email-form .row {
    grid-template-columns: 1fr;
  }
  .update-email-form .sw-btn.sw-btn-large {
    min-width: 100%;
  }
  .update-email-form .email-verification-row {
    display: block;
  }
  .update-email-form .email-verification-row input {
    margin-bottom: 0.5em;
  }
  .update-email-form .email-verification-row button.sw-btn-large {
    min-width: unset;
  }
  .post-type-archive .products-list-with-filter {
    margin-top: 0;
  }
  .post-type-archive .products-list-with-filter .products-filter-wrapper {
    display: block;
  }
  .post-type-archive .products-list-with-filter .products-filter-wrapper .filters {
    width: 100%;
    padding: 15px 20px;
    margin-right: 0;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-list-with-filter .filter {
    border-bottom: 0;
  }
  .products-list-with-filter .filter .filter-title {
    font-size: 1em !important;
    padding: 10px;
  }
  .products-list-with-filter .filter .filter-body {
    padding: 0 10px 13px;
  }
  .products-list-with-filter .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .reset-button-mobile {
    padding-top: 2em;
    font-size: 1em;
  }
  .mobile-filter {
    padding: 1em 0 4em;
    width: 100%;
  }
  .mobile-filter .accordion-button-no {
    font-size: 1em !important;
    padding: 10px;
    color: #FFF !important;
    background-color: #000;
  }
  .mobile-filter .accordion-button-no i {
    position: absolute;
    top: 7px;
    right: 5px;
  }
  .Sort-filter {
    background-color: #000000;
    width: 100% !important;
    max-width: 100% !important;
  }
  .Sort-filter h2.filter-title {
    color: #FFF !important;
  }
  .Sort-filter i {
    top: 10px;
    right: 5px;
    background: #FFF;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .Sort-filter label {
    color: #FFF;
  }
  #custom-shop-page #sidebar {
    padding: 24px 40px 24px 21px;
  }
  #custom-shop-page #sidebar button#toggle {
    position: absolute;
    top: 24px;
    right: 40px;
    padding: 0 1.5px 1px !important;
    line-height: 1;
    color: #000;
    border-color: #000;
    border-radius: 50%;
  }
  #custom-shop-page #sidebar .filters {
    padding: 0;
  }
  #custom-shop-page #sidebar .accordion-button i {
    top: 10px;
  }
  #product-list {
    width: 100% !important;
  }
  .woocommerce #product-list {
    width: 100% !important;
    padding: 0px;
  }
  .woocommerce ul.products li.product a {
    margin-bottom: 10px;
  }
  .woocommerce ul.products li.product a.add_to_cart_button {
    width: 25px !important;
  }
  .woocommerce ul.products form.cart.prd-cart .quantity {
    width: calc(100% - 35px) !important;
    margin-left: 0 !important;
  }
  .single_prod_cart button.single_add_to_cart_button {
    min-width: 130px;
    height: 40px;
    padding: 10px;
  }
  .single_prod_cart button[name=add-to-cart] {
    padding-right: 38px !important;
    margin-right: 10px !important;
  }
  .single_prod_cart button[name=add-to-cart]:after {
    width: 16px !important;
    height: 16px !important;
    top: 13px;
  }
  .single_prod_cart button[name=add-to-cart-buy-now] {
    margin-left: 0 !important;
  }
  .single_prod_related li.product {
    padding-bottom: 2.5em !important;
  }
  .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #my-account .form-group.col .row .col-3 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  #my-account .form-group.col .row .col-9 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding-left: 0px;
  }
  .my-account-payment .col-5 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content #my-account .upload-btn-wrapper.business-registration-doc span.filename-preview {
    word-break: break-word;
  }
  .woocommerce-MyAccount-content .my-account-payment .row.update-form .col-6:last-child {
    padding-left: 0px;
  }
  .woocommerce-MyAccount-content .my-account-payment .row.update-form button.btn {
    padding: unset;
    min-height: 40px;
  }
  ul.woocommerce-order-overview {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 15px;
  }
  ul.woocommerce-order-overview li {
    border-right: 0;
  }
  .order-table td.product-thumbnail {
    display: block;
  }
  .order-table td.product-quantity, .order-table td.product-total {
    padding: 20px 0;
  }
  .order-table td.product-total {
    font-size: 1.39em;
    line-height: 0.832;
  }
  .order-detail-table th {
    padding: 20px 0;
  }
  .checkout-order-details .order-summary-table th:first-child, .woocommerce-checkout #order_review .order-summary-table th:first-child {
    width: 10%;
  }
  .checkout-order-details .order-summary-table td, .woocommerce-checkout #order_review .order-summary-table td {
    width: 45%;
  }
  .view-order-btn {
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .woocommerce-order-status-pending .order-actions .btn {
    display: block;
    max-width: 300px;
    margin: auto;
  }
  .woocommerce-order-status-pending .order-actions .btn.shopping-btn {
    margin-bottom: 1em;
  }
  #subscriptionStepSelection.subscription-step-selection-container .title_stage_con {
    display: block !important;
  }
  #subscriptionStepSelection.subscription-step-selection-container .subscription-step-selection .product_con .stage_content_wrapper .sub_opt_con {
    grid-template-columns: repeat(2, 1fr);
  }
  .subscription-step-selection-container .subscription-type-selection .plan_option_container .plan_option {
    flex-basis: 100%;
    margin-bottom: 1em;
  }
  .subscription-info-box {
    width: 100% !important;
  }
  .subscription-info-box .w-50 {
    position: relative;
  }
  .subscription-info-box .w-50:first-child .sm-text {
    margin-bottom: 24px;
  }
  /*Subscription Checkout = Subscription Place Order */
  #subscription-place-order .subscription-info-box {
    width: 100% !important;
  }
  #subscription-place-order .shop_table tr {
    display: grid;
    grid-template-columns: 1fr 160px;
  }
  #subscription-place-order .shop_table td.product-name {
    grid-area: 2/1;
  }
  #subscription-place-order .shop_table td.product-quantity {
    grid-area: span 2;
    display: grid;
    align-items: center;
  }
  /*Subscription Page*/
  .ecoupon-banner {
    padding: 1em;
    border-radius: 1em;
  }
  .ecoupon-banner img {
    border-radius: 1em;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr.cart-subtotal th {
    min-width: 114px !important;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr.order-total td {
    flex-flow: wrap;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-price {
    display: block;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: unset;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table td[data-title="Customer No."] {
    word-break: break-all;
  }
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    min-width: 300px;
  }
  .news_side_menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .news_side_menu a {
    border: 1px solid #e2e2e2;
    border-top: 3px solid;
    justify-content: center;
    width: 100%;
  }
  .sw-news .elementor-post__thumbnail {
    padding-bottom: 20px !important;
  }
  .sw-news .elementor-post__thumbnail img {
    position: relative !important;
    transform: none !important;
    top: inherit !important;
    left: inherit !important;
  }
}
@media (max-width: 400px) {
  .woocommerce ul.products, .post-type-archive .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-header {
    padding-left: 10px !important;
    padding-right: 5px !important;
  }
  header .menu-item-notifications-icon .nav-notifications .notifications-wrapper {
    right: -5px;
    top: -10px;
  }
  .menu-item-notifications-icon img {
    margin-top: -5px;
    padding-left: 4px;
  }
}
