::-webkit-scrollbar {
  width: 10px;
  height: 1em;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border: 2px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #030;
}
.alignwide {
  max-width: 100%;
  width: 100%;
}
.wc-block-checkout form :is(input, .wc-block-gateway-input) {
  border: 1px solid var(--neutral-ultra-light) !important;
}
.wc-block-checkout form .wc-block-components-button {
  background: var(--primary);
  color: #fff;
  border-radius: 5px;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  font-weight: bold;
}
.wc-block-components-checkout-step__description {
  color: var(--neutral-medium);
}
.wp-block-woocommerce-checkout-order-summary-block {
  position: sticky;
  top: var(--space-l);
  background: var(--white);
  padding: 25px;
  box-shadow: var(--box-shadow-l);
  border-radius: var(--radius-xs);
  border: 1px solid var(--neutrala-light);
}
.wc-block-components-totals-wrapper:first-of-type:after {
  border-width: 0;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  background: var(--white);
  padding: var(--space-m) !important;
  border: 1px solid var(--neutral-ultra-light);
  border-radius: var(--radius-xs);
}
.woocommerce-order {
  background: #fff;
  border: 1px solid var(--neutral-ultra-light);
  box-shadow: var(--box-shadow-m);
  padding: var(--space-l);
  border-radius: var(--radius-xs);
}
.woocommerce-order section {
  padding: 0;
}
.woocommerce-order section h2 {
  margin-bottom: 15px;
  font-size: var(--h3);
}
.woocommerce-order-received h1 {
  display: none;
}
.woocommerce .woocommerce-notice.woocommerce-notice--success {
  margin-inline: auto;
}
.ribbon-wrap__ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon-wrap__ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px !important;
  max-width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon-wrap__ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon-wrap__ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.button {
  border-radius: var(--radius-xs);
}
