.banner {
  overflow: hidden;
  height: 40vh;
}
.banner .banner-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.button, #pp-mini .ppc-main-btn-sec > .btn {
  color: inherit;
  padding: 0.5rem 1.5rem;
  border: 1px solid #dee2e6 !important;
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  border-radius: 0.375rem;
  background-color: white;
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
}
.button:active, #pp-mini .ppc-main-btn-sec > .btn:active {
  filter: brightness(80%);
}
.button:hover, #pp-mini .ppc-main-btn-sec > .btn:hover {
  filter: brightness(90%);
  text-decoration: none !important;
  color: inherit;
}
.button:focus, #pp-mini .ppc-main-btn-sec > .btn:focus {
  box-shadow: 0 0px 1px 2px #ddd;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.button.fake-btn, #pp-mini .ppc-main-btn-sec > .fake-btn.btn {
  cursor: auto;
  box-shadow: none;
}
.button.fake-btn:hover, #pp-mini .ppc-main-btn-sec > .fake-btn.btn:hover, .button.fake-btn:active, #pp-mini .ppc-main-btn-sec > .fake-btn.btn:active {
  filter: brightness(100%);
}
.button:disabled, #pp-mini .ppc-main-btn-sec > .btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.primary, #pp-mini .ppc-main-btn-sec > .btn {
  color: #fff;
  background-color: #252f3f;
}

.primary-button {
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: 1px solid #dee2e6 !important;
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
  border-radius: 0.375rem;
  background-color: #252f3f;
}
.primary-button:active {
  background-color: #161e2e;
}
.primary-button:hover {
  background-color: #374151;
}
.primary-button:focus {
  box-shadow: 0 0 0 3px #9fa6b2;
  border-color: #161e2e;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.primary-button:disabled {
  opacity: 0.25;
}

.stepper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 1rem 1% 0;
  max-width: 1140px;
  border-bottom: none !important;
}
.stepper .next_page {
  display: flex;
}
.stepper .next_page a {
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .stepper {
    padding: 1rem 1% 0;
  }
}
.stepper a {
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.stepper a:hover {
  text-decoration: none;
}
.stepper .stepper-btn img {
  color: white;
}
.stepper .stepper-btn.disabled {
  opacity: 0.5;
}

.stepper_1 {
  display: inline-block;
  margin-bottom: 0;
}
.stepper_1 li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: white;
  margin: 0 0.75em;
  font-size: 15px;
  display: inline-block;
  color: white;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;
}
.stepper_1 li img {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.stepper_1 li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -3em;
  width: 3em;
  height: 5px;
  background: white;
  z-index: -1;
}
.stepper_1 a:not([href]):not([tabindex]) li {
  background: #aaa;
}
.stepper_1 li:first-child::before {
  display: none;
}
.stepper_1 .active {
  background: white;
}
.stepper_1 .active ~ li {
  background: #aaa;
}
.stepper_1 .active ~ li::before {
  background: #aaa;
}

.shop-nav {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 110;
}

.shop-nav-items .shop-nav-item {
  text-decoration: none;
}

.status-container {
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.status-container .rounded-circle {
  border-bottom: outset;
  line-height: 100px;
  height: 100px;
  width: 100px;
  font-size: 10px;
  text-align: center;
}

.status-container .rounded-block {
  border-bottom: outset;
  line-height: 50px;
  border-radius: 5px;
  height: 50px;
  width: 100px;
  font-size: 10px;
  text-align: center;
}

.status-container .connecting-line {
  border-bottom: outset;
  height: 0.5em;
  width: 2em;
  margin: auto;
}

.sml.rounded-circle {
  height: 2em !important;
  width: 2em !important;
  line-height: 2em !important;
}

.sml.connecting-line {
  height: 0.3em !important;
  width: 2em !important;
}

.sml.status-container {
  display: inline-flex !important;
  margin-left: 2em;
}

.card-wrapper .card-wrapper-title {
  font-weight: bold;
}
.card-wrapper .card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .card-wrapper .card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .card-wrapper .card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .card-wrapper .card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.list-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}
.list-wrapper .list-title {
  text-decoration: underline;
  margin-bottom: 0;
}
.list-wrapper .list-container {
  width: 100%;
  margin-top: 0.5rem;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
}

.design-section .design-preview {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.design-section .design-preview .preview-container {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  background-color: white;
  max-height: 500px;
}
.design-section .design-preview .preview-container .img-container {
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.design-section .design-preview .design-menu {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 768px) {
  .design-section .design-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .design-section .design-preview .design-menu {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1280px) {
  .design-section .design-preview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .design-section .design-preview .preview-container {
    grid-column-end: 3;
  }
  .design-section .design-preview .design-menu {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}

.mini-title {
  display: none;
}

#pp-mini input:not([type=submit]):not([type=checkbox]):not([type=button]), #pp-mini textarea, #pp-mini select {
  border: 1px solid #ccc;
  font-size: 13px;
  outline: 0;
  color: #878787;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  width: 100%;
  padding: 10px 15px;
  box-sizing: inherit;
  border-radius: 5px;
}
#pp_main_btn_sec {
  padding: 0 3%;
}

.pp-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mini-upld {
  width: 200px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mini-txtarea {
  padding: 5px;
  resize: none;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 200px;
}

@media screen and (max-width: 480px) {
  .ppc-main-btn-sec {
    width: auto;
  }

  #pp-mini {
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    background-color: #f1f1f1;
  }

  [rv-text="item.title"] {
    display: none;
  }

  .mini-item {
    margin-bottom: 10px;
  }

  .mini-txtarea {
    width: 90%;
    padding: 10px;
    border: none;
  }

  .mini-upld {
    width: auto;
    display: none;
  }

  .mini-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
.list-item {
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.list-item:nth-child(odd) {
  background-color: #fff;
}
.list-item:nth-child(even) {
  background-color: #fafafa;
}
.list-item:last-child {
  border-bottom: 1px;
}
.list-item .list-item-image {
  margin: 0 20px 0 10px;
  height: 40px;
  width: 40px;
}
.list-item .list-item-name {
  white-space: pre-wrap;
  align-self: center;
  font-size: 14px;
}
.list-item .list-item-right {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: right;
  align-self: center;
}
.list-item .list-item-right .list-item-amount {
  margin-right: 1rem;
}

.clickable-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  cursor: pointer;
  position: relative;
}
.clickable-card .card-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.clickable-card .card-content .card-body {
  padding: 0.5rem;
}
.clickable-card .card-content .card-body .card-name {
  line-height: 1.2;
}
.clickable-card .card-content .card-image {
  position: relative;
  padding-bottom: 100%;
}
.clickable-card .card-content .card-price {
  text-align: right;
  font-weight: bold;
  margin-bottom: 0;
}
.clickable-card .card-content .card-editable_mark {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9;
  border-radius: 20px;
  background-color: #769f6c;
  padding: 2px;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  padding: 5px 20px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 50%;
  text-align: center;
}
.clickable-card .card-content img {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .clickable-card .card-body {
    padding: 1.25rem;
  }
}

.selected_corner_label {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  background-color: var(--primary);
  width: 30px;
  height: 30px;
  color: white;
  border-bottom-left-radius: 50%;
  text-align: center;
  z-index: 2;
  line-height: 28px;
  padding-left: 2px;
}

.selected {
  border-color: var(--primary) !important;
}
.selected .selected_corner_label {
  opacity: 1;
}

.design-modal .modal-body img {
  width: 65%;
  margin: 0 auto;
}

.shop .fsw {
  padding: 2rem 1% 0;
  max-width: 1140px;
  margin: 0 auto;
}
.shop .fsw.is_current .section-title h3 {
  font-weight: bold;
}
.shop .fsw.opened .form-section .section-title p {
  display: block;
}
.shop .fsw.opened .form-section .section-title h3 {
  padding-bottom: 0;
}
.shop .fsw.opened .form-section .form-section-divider {
  display: block;
}
.shop .fsw.filled .section-title h3 {
  color: var(--primary);
  font-weight: bold;
}
.shop .fsw.disabled {
  transition: all 0s ease;
}
.shop .fsw.disabled .form-section {
  background-color: #dadada;
}
.shop .fsw.disabled .form-section .section-title {
  cursor: default !important;
}
.shop .fsw.disabled .form-section .section-title h3 {
  color: #999 !important;
}
.shop .fsw .form-section {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
  background-color: #fcfcfc;
}
.shop .fsw .form-section .section-title {
  position: relative;
  cursor: pointer;
}
.shop .fsw .form-section .section_opened_icon {
  position: absolute;
  right: 20px;
  color: #888;
  top: 5px;
}
.shop .fsw .form-section .section-title h3 {
  padding-bottom: 10px;
}
.shop .fsw .form-section .form-section-divider {
  border-bottom: 1px dashed #000;
  margin: 0 1rem;
  display: none;
}
.shop .fsw .form-section .form-content {
  padding: 1.5rem 1rem;
}
.shop .fsw .form-section .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
  text-align: right;
  background-color: #f9fafb;
}
.shop .fsw.no-grid {
  width: 100%;
}
.shop .fsw.no-grid .form-section {
  vertical-align: top;
}
@media (min-width: 768px) {
  .shop .fsw .form-section .form-section-divider {
    margin: 0 1.5rem;
  }
  .shop .fsw .form-section .form-content {
    padding: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .shop .card-body {
    padding: 1.25rem;
  }
}

:not(.shop) .form-section-wrapper {
  width: 100%;
  height: 100%;
}
:not(.shop) .form-section-wrapper .form-section {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
  background-color: #fafafa;
  width: 100%;
}
:not(.shop) .form-section-wrapper .form-section .form-section-divider {
  border-bottom: 1px dashed #000;
  margin: 0 1.5rem;
  display: none;
}
:not(.shop) .form-section-wrapper .form-section .form-content {
  padding: 1.5rem;
}
:not(.shop) .form-section-wrapper .form-section .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
  text-align: right;
  background-color: #f9fafb;
}
:not(.shop) .form-section-wrapper.no-grid {
  width: 100%;
}
:not(.shop) .form-section-wrapper.no-grid .form-section {
  vertical-align: top;
}
@media (min-width: 640px) {
  :not(.shop) .fsw .form-section {
    border-radius: 0.375rem;
  }
}

.section-title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-title .section-title-checkmark {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid var(--primary);
  vertical-align: top;
  border-radius: 2px;
  margin-right: 5px;
}
.section-title .section-title-checkmark .section-title-checkmark-mark {
  position: absolute;
  transform: rotate(130deg) scaleY(-1);
  width: 16px;
  height: 10px;
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  top: 3px;
  left: 2px;
}
.section-title h3 {
  color: #161e2e;
  font-weight: 500;
}
.section-title p {
  margin-top: 0.25rem;
  color: #4b5563;
  display: none;
}

@media (min-width: 768px) {
  .section-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-title-container {
    grid-column: span 1/span 1;
  }
}
@media (max-width: 640px) {
  .section-title-container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.addresses-upload .excel-upload-container {
  position: relative;
}
.addresses-upload .excel-upload-container .excel-upload-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
.addresses-upload .excel-upload-container .excel-upload-label {
  width: 100%;
  height: 100px;
  border: 2px dashed;
  cursor: pointer;
  position: relative;
}
.addresses-upload .excel-upload-container .excel-upload-label .excel-upload-label-span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.addresses-upload .excel-upload-container .excel-upload-label input {
  opacity: 0;
}
.addresses-upload .excel-upload-container .excel-upload-errors-container {
  max-height: 250px;
  overflow-y: scroll;
}

.pyb-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-width: 1px;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #c4c4c4;
  border-radius: 0.25rem;
  width: 100%;
}

select.pyb-input {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23384C74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: white;
}

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

.arrowless_number_input {
  -moz-appearance: textfield;
  border-color: transparent;
}

.pyb-radios input[type=radio] {
  transform: scale(1.85);
  position: relative;
}

.pyb-radios input[type=radio]::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--primary);
}

.pyb-radios input[type=radio]:checked::before {
  background-color: var(--primary);
}

.pyb-radios input[type=radio]:disabled::before {
  background-color: #ddd;
}

.pyb-radios label {
  margin-left: 15px;
  min-height: 22px;
  vertical-align: middle;
}

.pyb-datepicker .datepicker {
  width: 100%;
}
@media (min-width: 768px) {
  .pyb-datepicker .datepicker {
    width: 275px;
  }
}
.pyb-datepicker .datepicker .datepicker-days {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.pyb-datepicker .datepicker .datepicker-days table {
  width: 100%;
}
.pyb-datepicker .datepicker .datepicker-days table thead th.datepicker-switch {
  font-weight: 600;
}
.pyb-datepicker .datepicker .datepicker-days table thead th.dow {
  font-weight: 400;
}
.pyb-datepicker .datepicker .datepicker-days table tbody tr td {
  font-size: 14px;
  border-radius: 0;
  width: 34px;
  height: 30px;
}
.pyb-datepicker .datepicker .datepicker-days table tbody tr .active {
  background-image: none;
  background-color: var(--primary) !important;
}
.pyb-datepicker .datepicker .datepicker-days table tbody tr .active:hover {
  filter: brightness(85%);
}
.pyb-datepicker .datepicker .datepicker-days table tbody tr .active:active {
  filter: brightness(90%);
}
.pyb-datepicker .datepicker .datepicker-days table tbody tr .disabled {
  background-color: #eee;
  background-color: #fafafa;
}

.customer-item-row-spacer {
  height: 55px;
  transition: all 0.5s ease;
  will-change: top;
}
.customer-item-row-spacer.hide {
  height: 30px;
}
@media (min-width: 1280px) {
  .customer-item-row-spacer {
    height: 225px;
  }
}

.customer-item-row {
  font-family: "Montserrat", sans-serif;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  background-color: #fafafa;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  top: calc(-100% + 150px);
  height: calc(100% - 76px);
}
.customer-item-row .container {
  height: 100%;
  max-width: 900px;
}
.customer-item-row.hide {
  top: 76px;
}
.customer-item-row.hide .customer-item-row-toggle {
  bottom: -10px;
}
.customer-item-row.hide .customer-item-row-toggle .customer-item-row-toggle_close {
  display: inline-block;
}
.customer-item-row.hide .customer-item-row-toggle .customer-item-row-toggle_show {
  display: none;
}
.customer-item-row.shop_header {
  will-change: top;
  position: fixed;
}
.customer-item-row .customer-item-row-toggle {
  position: absolute;
  width: 80px;
  height: 54px;
  background-color: #fafafa;
  bottom: -60px;
  left: 0;
  width: 100vw;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  padding: 14px;
  margin: 0 -1.5rem;
  border-top: 1px solid #ddd;
}
.customer-item-row .customer-item-row-toggle .customer-item-row-toggle_close {
  display: none;
}
.customer-item-row .customer-item-row-toggle .customer-item-row-toggle_show {
  display: inline-block;
}
.customer-item-row .customer-item-row-toggle i {
  color: #555;
  transition: all 0.2s ease;
  transform: rotate(180deg);
}
@media (min-width: 1280px) {
  .customer-item-row {
    height: auto;
    top: 76px;
  }
  .customer-item-row.hide {
    top: -142px;
  }
  .customer-item-row.hide .customer-item-row-toggle i {
    transform: rotate(180deg);
  }
  .customer-item-row .customer-item-row-toggle {
    bottom: -68px !important;
    right: -80px;
  }
  .customer-item-row .customer-item-row-toggle i {
    transform: rotate(0deg);
  }
}

.item-row-header {
  margin-top: -46px;
}

@media (max-width: 629px) {
  .item-row-header {
    margin-top: 0px;
  }
}
#shop-right-nav .page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#shop-right-nav .right-nav {
  position: fixed;
  background-color: white;
  width: 400px;
  max-width: 90vw;
  height: 100vh;
  right: -400px;
  top: 0;
  z-index: 12;
  transition: right 0.2s;
  padding-top: 76px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
#shop-right-nav .right-nav .right-nav-toggle {
  width: 50px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--primary);
  margin-left: -50px;
  position: fixed;
  cursor: pointer;
}
#shop-right-nav .right-nav .right-nav-toggle .toggle-icon {
  color: white;
}
#shop-right-nav .right-nav .shop-right-nav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#shop-right-nav.is_open .page-overlay {
  opacity: 1;
  pointer-events: all;
}
#shop-right-nav.is_open .right-nav {
  right: 0px;
}
#shop-right-nav.is_open .right-nav .toggle-icon {
  transform: rotate(180deg);
}
#shop-right-nav hr {
  border-color: black;
}
#shop-right-nav .shop-right-nav-item {
  margin-top: 10px;
}
#shop-right-nav .shop-right-nav-item .item-image {
  width: 45px;
  height: 45px;
}

.shop-state {
  border-bottom: 0 !important;
}
.shop-state .shop-state-container {
  display: grid;
  grid-template-columns: 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". . . . . . . . .";
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .shop-state .shop-state-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.shop-state .shop-state-item {
  position: relative;
}
.shop-state .shop-state-item .bullet {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 28px;
  text-align: center;
  border: 1px solid var(--primary);
  border-radius: 50%;
  margin: 0 auto;
  color: var(--primary);
}
.shop-state .shop-state-item .bullet.filled {
  background-color: var(--primary);
  color: white;
}
.shop-state .shop-state-item .bullet.active {
  background-color: var(--primary);
  color: white;
}
.shop-state .shop-state-item .label {
  position: absolute;
  top: 100%;
  color: var(--primary);
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  text-align: center;
}
.shop-state .shop-state-item.disabled .bullet {
  border-color: #aaa;
}
.shop-state .shop-state-item.disabled .label {
  color: #aaa;
}
.shop-state .shop-state-divider {
  height: 0px;
  margin: auto 0;
}
.shop-state .shop-state-divider.filled {
  border: 1px dashed var(--primary);
}

html {
  font-size: 12px;
}
@media screen and (min-width: 300px) {
  html {
    font-size: calc(12px + 2 * ((100vw - 300px) / 1300));
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 14px;
  }
}

main {
  min-height: calc(100vh - 146px);
}

a:hover {
  filter: brightness(85%);
  color: var(--primary);
}

a:active {
  filter: brightness(90%);
  color: var(--primary);
}

#pp_loader_div {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 999;
}

[data-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.icon {
  transform: rotate(0deg);
  transition: 0.3s transform ease-in-out;
  display: inline-block;
}

.collapsed .icon {
  transform: rotate(-90deg);
}
