/* Malli: @include icon($facebook)*/
.woocommerce-checkout-container .woocommerce-message, .woocommerce-checkout-container .woocommerce-info:not(.cart-empty) {
  display: none !important; }
.woocommerce-checkout-container .optional {
  display: none; }
.woocommerce-checkout-container .hoyryicon-question:before {
  font-size: 1em;
  padding-left: 0.125rem; }
.woocommerce-checkout-container .checkout-tabs {
  padding: 0;
  list-style: none;
  display: flex;
  border: none;
  background: none;
  margin: 0;
  justify-content: space-between;
  flex-flow: initial;
  position: relative;
  z-index: 1;
  margin-bottom: 1.875rem;
  counter-reset: li_number; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs {
    display: block;
    justify-content: initial;
    flex-flow: initial;
    margin-bottom: 1.71875rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs {
    margin-bottom: 1.5625rem; } }
.woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title {
  display: block;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s;
  border-left: 0.0625rem solid #f2f2f2;
  border-top: 0.0625rem solid #f2f2f2;
  border-bottom: 0.0625rem solid #f2f2f2; }
  .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:first-child {
    border-radius: 0.25rem 0 0 0.25rem; }
    .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:first-child a {
      border-radius: 0.25rem 0 0 0.25rem; }
  .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:last-child {
    border-right: 0.0625rem solid #f2f2f2;
    border-radius: 0 0.25rem 0.25rem 0; }
    .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:last-child a {
      border-radius: 0 0.25rem 0.25rem 0; }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title {
        border-right: 0.0625rem solid #f2f2f2;
        border-bottom: none; }
        .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:first-child {
          border-radius: 0.25rem 0.25rem 0 0; }
          .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:first-child a {
            border-radius: 0.25rem 0.25rem 0 0; }
        .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:last-child {
          border-bottom: 0.0625rem solid #f2f2f2;
          border-radius: 0 0 0.25rem 0.25rem; }
          .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:last-child a {
            border-radius: 0 0 0.25rem 0.25rem; } }
  .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a {
    display: block;
    margin: calc(0.0625rem * -1);
    height: 3.75rem;
    line-height: 3.75rem;
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    color: #222222;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0rem;
    text-transform: initial;
    text-align: center;
    transition: all 0.2s;
    padding: 0 0.9375rem;
    position: relative;
    text-decoration: none; }
    .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a span {
      white-space: nowrap; }
      .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a span::before {
        content: counter(li_number) ". ";
        counter-increment: li_number; }
      @media print, screen and (max-width: 63.99875em) {
        .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a {
          height: calc(3.75rem * 0.9);
          line-height: calc(3.75rem * 0.9); } }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a {
        text-align: left !important;
        padding: 0 1.875rem; } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title a {
      height: calc(3.75rem * 0.8);
      line-height: calc(3.75rem * 0.8);
      padding: 0 1.5625rem; } }
.woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:hover a, .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:active a, .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title:focus a {
  background-color: #85a600;
  color: #ffffff;
  text-decoration: none; }
.woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title.is-active a {
  background-color: #96bb00;
  color: #ffffff; }
.woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title.disabled {
  pointer-events: none; }
  .woocommerce-checkout-container .checkout-tabs li.checkout-tabs-title.disabled a {
    color: rgba(34, 34, 34, 0.5); }
.woocommerce-checkout-container .checkout-tabs-content-wrapper {
  position: relative; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tabs-panel {
    display: none; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tabs-panel.is-active {
      display: block; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tabs-content {
    background-color: transparent;
    border: 0.125rem solid #f2f2f2;
    border-radius: 0.25rem;
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
    box-shadow: none; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tabs-content {
      padding: 1.875rem 1.875rem 2.5rem 1.875rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tabs-content {
    padding: 1.5625rem 1.5625rem 2.1875rem 1.5625rem; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper.checkout-quote-wrapper .checkout-tabs-content {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper.checkout-quote-wrapper .checkout-tabs-content {
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 {
  margin: 0 0 1.875rem 0 !important;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  line-height: 1.25;
  color: #222222;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial;
  margin: 1.875rem 0 0.9375rem 0;
  color: #222222; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1:after {
    display: none;
    background-color: #96bb00;
    width: 6.25rem;
    height: 0.1875rem;
    margin-top: 0.9375rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1:after {
    content: '';
    max-width: 100%; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.text-align-left:after {
      margin-left: 0;
      margin-right: auto; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.text-align-center:after {
    margin-left: auto;
    margin-right: auto; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.text-align-right:after {
  margin-left: auto;
  margin-right: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 .a {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1a, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1a:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1.a:focus {
    color: inherit; }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; } }
@media print, screen and (max-width: 63.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 {
    font-size: calc(1.625rem * 0.9);
    letter-spacing: calc(0rem * 0.9);
    margin: calc(1.875rem * 0.9) 0 calc(0.9375rem * 0.9) 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 {
    font-size: calc(1.625rem * 0.85);
    letter-spacing: calc(0rem * 0.85);
    margin: calc(1.875rem * 0.85) 0 calc(0.9375rem * 0.85) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1 {
    font-size: calc(1.625rem * 0.8);
    letter-spacing: calc(0rem * 0.8);
    margin: calc(1.875rem * 0.8) 0 calc(0.9375rem * 0.8) 0; } }
@media print, screen and (max-width: 63.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1:after {
    margin-top: calc(0.9375rem * 0.9); } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1:after {
    margin-top: calc(0.9375rem * 0.85); } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-1:after {
    margin-top: calc(0.9375rem * 0.8); } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .shipping-method-selection.loading {
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 {
  margin: 0 !important;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #222222;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01875rem;
  text-transform: initial;
  margin: 1.5625rem 0 0.75rem 0;
  color: #222222; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2:after {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 .a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2a, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2.a {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2a:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2.a:focus {
      color: inherit; }
    @media print, screen and (max-width: 31.24875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 {
      font-size: calc(1.25rem * 0.95);
      letter-spacing: calc(0.01875rem * 0.95);
      margin: calc(1.5625rem * 0.95) 0 calc(0.75rem * 0.95) 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 {
    font-size: calc(1.25rem * 0.9);
    letter-spacing: calc(0.01875rem * 0.9);
    margin: calc(1.5625rem * 0.9) 0 calc(0.75rem * 0.9) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-2 {
    font-size: calc(1.25rem * 0.85);
    letter-spacing: calc(0.01875rem * 0.85);
    margin: calc(1.5625rem * 0.85) 0 calc(0.75rem * 0.85) 0; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 {
  margin: 0 !important;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.44;
  color: #222222;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01875rem;
  text-transform: initial;
  margin: 1.25rem 0 0.625rem 0;
  color: #222222; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3:after {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 .a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3a, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3.a {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3a:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3.a:focus {
      color: inherit; }
    @media print, screen and (max-width: 31.24875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 {
      font-size: calc(1rem * 1);
      letter-spacing: calc(0.01875rem * 1);
      margin: calc(1.25rem * 1) 0 calc(0.625rem * 1) 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 {
    font-size: calc(1rem * 0.95);
    letter-spacing: calc(0.01875rem * 0.95);
    margin: calc(1.25rem * 0.95) 0 calc(0.625rem * 0.95) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-title-3 {
    font-size: calc(1rem * 0.9);
    letter-spacing: calc(0.01875rem * 0.9);
    margin: calc(1.25rem * 0.9) 0 calc(0.625rem * 0.9) 0; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-small-text {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #222222;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0rem;
  text-transform: initial; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-small-text p {
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    line-height: 1.36;
    color: #222222;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0rem;
    text-transform: initial; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal {
  text-decoration: none !important;
  cursor: pointer;
  border-style: solid !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s !important;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  text-shadow: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  background-size: 100%;
  position: relative;
  z-index: 100;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  text-transform: initial;
  color: #222222 !important;
  justify-content: center !important;
  background-color: #c6f04f !important;
  background-image: none !important;
  border-width: 0rem !important;
  border-color: transparent !important;
  border-radius: 1.75rem !important;
  min-width: initial;
  padding-top: 0.875rem;
  padding-bottom: 1.0625rem;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  margin: 0.9375rem 0 0.9375rem 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:before {
    transition: all 0.2s !important; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all 0.2s !important;
    border-radius: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:focus {
    text-decoration: none !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:hover::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:active::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:focus::after {
      opacity: 1; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled {
    opacity: 0.7;
    cursor: default; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:hover::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:active::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:focus::after {
      opacity: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal::after {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:focus {
    color: #ffffff !important;
    border-color: #96bb00 !important;
    background-color: #96bb00 !important; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal.is-active {
    background-color: #96bb00 !important;
    background-image: none !important;
    border-color: #96bb00 !important;
    color: #ffffff !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal:disabled:focus {
      color: #222222 !important;
      background-color: #c6f04f !important;
      background-image: none !important;
      border-color: transparent !important; }
    @media print, screen and (max-width: 63.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal {
        padding-top: calc(0.875rem * 0.9);
        padding-bottom: calc(1.0625rem * 0.9);
        padding-left: calc(2.1875rem * 0.9);
        padding-right: calc(2.1875rem * 0.9); } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-normal {
      min-width: initial;
      padding-top: calc(0.875rem * 0.8);
      padding-bottom: calc(1.0625rem * 0.8);
      padding-left: calc(2.1875rem * 0.8);
      padding-right: calc(2.1875rem * 0.8); } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small {
  text-decoration: none !important;
  cursor: pointer;
  border-style: solid !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s !important;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  text-shadow: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  background-size: 100%;
  position: relative;
  z-index: 100;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  text-transform: initial;
  color: #222222 !important;
  justify-content: center !important;
  background-color: #c6f04f !important;
  background-image: none !important;
  border-width: 0rem !important;
  border-color: #dedede !important;
  border-radius: 3.125rem !important;
  min-width: initial;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin: 0.9375rem 0 0.9375rem 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:before {
    transition: all 0.2s !important; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all 0.2s !important;
    border-radius: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:focus {
    text-decoration: none !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:hover::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:active::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:focus::after {
      opacity: 1; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled {
    opacity: 0.7;
    cursor: default; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:hover::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:active::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:focus::after {
      opacity: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small::after {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:focus {
    color: #ffffff !important;
    border-color: #96bb00 !important;
    background-color: #85a600 !important; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small.is-active {
    background-color: #85a600 !important;
    background-image: none !important;
    border-color: #96bb00 !important;
    color: #ffffff !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small:disabled:focus {
      color: #222222 !important;
      background-color: #c6f04f !important;
      background-image: none !important;
      border-color: #dedede !important; }
    @media print, screen and (max-width: 63.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small {
        padding-top: calc(0.4375rem * 0.9);
        padding-bottom: calc(0.4375rem * 0.9);
        padding-left: calc(0.875rem * 0.9);
        padding-right: calc(0.875rem * 0.9); } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-button-small {
      min-width: initial;
      padding-top: calc(0.4375rem * 0.8);
      padding-bottom: calc(0.4375rem * 0.8);
      padding-left: calc(0.875rem * 0.8);
      padding-right: calc(0.875rem * 0.8); } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box {
  background-color: transparent;
  border: 0.125rem solid #f2f2f2;
  border-radius: 0.25rem;
  margin-bottom: 0.9375rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box:last-child {
    margin-bottom: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper {
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #222222;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.01875rem;
    text-transform: initial;
    margin: 1.5625rem 0 0.75rem 0;
    color: #222222;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    margin: 0 !important;
    border-bottom: 0.0625rem solid #f2f2f2; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper:after {
      display: none; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper .a {
      font-family: inherit;
      font-weight: inherit;
      text-transform: inherit;
      letter-spacing: inherit; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrappera, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper.a {
      font-family: inherit;
      color: inherit;
      font-weight: inherit;
      font-style: inherit;
      letter-spacing: inherit;
      text-transform: inherit; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrappera:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrappera:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrappera:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper.a:focus {
        color: inherit; }
      @media print, screen and (max-width: 31.24875em) {
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          -moz-hyphens: auto;
          hyphens: auto; } }
    @media print, screen and (max-width: 63.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper {
        font-size: calc(1.25rem * 0.95);
        letter-spacing: calc(0.01875rem * 0.95);
        margin: calc(1.5625rem * 0.95) 0 calc(0.75rem * 0.95) 0; } }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper {
      font-size: calc(1.25rem * 0.9);
      letter-spacing: calc(0.01875rem * 0.9);
      margin: calc(1.5625rem * 0.9) 0 calc(0.75rem * 0.9) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-title-wrapper {
    font-size: calc(1.25rem * 0.85);
    letter-spacing: calc(0.01875rem * 0.85);
    margin: calc(1.5625rem * 0.85) 0 calc(0.75rem * 0.85) 0; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-wrapper {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.44;
  color: #222222;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01875rem;
  text-transform: initial;
  margin: 1.25rem 0 0.625rem 0;
  color: #222222;
  margin: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title:after {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title .a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-titlea, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title.a {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-titlea:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-titlea:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-titlea:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title.a:focus {
      color: inherit; }
    @media print, screen and (max-width: 31.24875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title {
      font-size: calc(1rem * 1);
      letter-spacing: calc(0.01875rem * 1);
      margin: calc(1.25rem * 1) 0 calc(0.625rem * 1) 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title {
    font-size: calc(1rem * 0.95);
    letter-spacing: calc(0.01875rem * 0.95);
    margin: calc(1.25rem * 0.95) 0 calc(0.625rem * 0.95) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-title {
    font-size: calc(1rem * 0.9);
    letter-spacing: calc(0.01875rem * 0.9);
    margin: calc(1.25rem * 0.9) 0 calc(0.625rem * 0.9) 0; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-section {
  margin: 0.625rem 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-section:first-child {
    margin-top: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-box .checkout-box-content-section:last-child {
    margin-bottom: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper {
  display: table;
  width: 100%; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper {
    display: block; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container {
  display: table-row-group; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container {
    display: block; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper {
  display: table-row; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper {
    display: none; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper .checkout-product-list-header {
  display: table-cell;
  border-bottom: 0.0625rem solid #f2f2f2;
  padding: 0 1.5625rem 0.9375rem 1.5625rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper .checkout-product-list-header:first-child {
    padding-left: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper .checkout-product-list-header:last-child {
    text-align: right;
    padding-right: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper .checkout-product-list-header.align-center {
    text-align: center; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-headers-wrapper + .checkout-product-list-row .checkout-product-list-cell {
      padding-top: 0 !important; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row {
  display: table-row; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row {
    display: block;
    border-bottom: 0.0625rem solid #f2f2f2; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #f2f2f2;
  padding: 0.9375rem 1.5625rem; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell {
    display: block;
    border-bottom: none;
    padding: 0 0 1.25rem 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell:first-child {
      padding-top: 1.25rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell:first-child {
  padding-left: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell:last-child {
  text-align: right;
  padding-right: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell.main-cell {
  width: 100%; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row:first-child .checkout-product-list-cell {
  padding-top: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row:last-child .checkout-product-list-cell {
  border-bottom: none;
  padding-bottom: 0; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row {
    padding-bottom: 1.25rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .checkout-product-list-cell {
      padding-bottom: 0 !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .product-quote-quantity-cell {
      padding-top: 1.25rem !important; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper.checkout-quote-product-list-wrapper .checkout-product-list-container .checkout-product-list-row .product-remove-cell .product-remove-wrapper {
        bottom: 0 !important; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper {
  display: flex;
  align-items: center; }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper {
    display: block; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image {
  margin-right: 1.25rem; }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image {
    margin-right: 0;
    margin-bottom: 0.625rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail {
  position: relative;
  width: 6.875rem;
  height: 6.875rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail:before {
    font-size: 1.875rem;
    position: absolute;
    width: 6.875rem;
    height: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: #f5f5f5; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail a {
    width: 100%;
    height: 100%;
    display: block; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail .product-thumbnail-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    position: relative;
    z-index: 11;
    background-color: #ffffff;
    background-repeat: no-repeat; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail .product-thumbnail-image.cropped {
      background-size: cover; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-image .product-thumbnail .product-thumbnail-image.not-cropped {
      background-size: contain; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info {
  display: table-cell;
  vertical-align: middle; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .product-name {
    margin: 0 0 0.1875rem 0 !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .product-name a {
      text-decoration: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .variation .single-variation-wrapper {
    line-height: 1; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .variation .single-variation-wrapper .variation-label {
      display: inline; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .variation .single-variation-wrapper .variation-value {
      display: inline; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .variation .single-variation-wrapper .variation-value p {
        display: inline; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .stock {
    margin: 0.9375rem 0 0 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .stock:before {
      content: '';
      display: inline-block;
      width: 0.9375rem;
      height: 0.9375rem;
      border-radius: 50%;
      margin-right: 0.5rem;
      position: relative;
      top: 0.125rem; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .stock.in-stock::before {
        background-color: #96bb00; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .stock.available-on-backorder::before {
      background-color: #ffae00; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-image-info-wrapper .product-info .stock.out-of-stock::before {
    background-color: #cc342e; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quantity-wrapper input {
  margin: 0;
  min-width: 5rem; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quantity-wrapper input {
    max-width: 5rem;
    min-width: initial; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quantity-cell {
    display: inline-block !important; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-text-wrapper {
  display: inline-block;
  margin-right: 0.9375rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-wrapper {
  display: inline-block; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-wrapper input {
    margin: 0;
    width: 5rem !important; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-wrapper input {
      max-width: 5rem;
      min-width: initial; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-unit-wrapper {
  display: inline-block;
  margin-left: 0.625rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-cell {
  white-space: nowrap; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-quote-quantity-cell {
    display: inline-block !important; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-price-wrapper {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-price-wrapper:before {
    font-family: 'hoyryicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e984"; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-price-wrapper:before {
    position: absolute;
    font-size: 0.5rem;
    left: -1.5625rem;
    margin-top: 0.0625rem; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-price-cell {
    display: inline-block !important;
    margin-left: 2.1875rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-price-cell .product-price-wrapper:before {
      left: -1.25rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell {
  position: relative; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .tax_label {
    display: block; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product {
    position: absolute;
    bottom: 0.9375rem;
    right: 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a:after {
        font-family: 'hoyryicon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e98a"; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a::after {
        font-size: 1.25rem;
        margin-left: 0.5rem;
        margin-top: 0.0625rem; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product a:focus {
        text-decoration: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices {
    display: inline-block; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price {
      font-family: 'Barlow', Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 1.36;
      color: #222222;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0rem;
      text-transform: initial;
      margin: 0rem 0 0.9375rem 0;
      margin: 0;
      text-decoration: line-through; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-pricea, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price.a {
        font-family: inherit;
        color: inherit;
        font-weight: inherit;
        font-style: inherit;
        letter-spacing: inherit;
        text-transform: inherit; }
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-pricea:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-pricea:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-pricea:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price.a:focus {
          color: inherit; }
        @media print, screen and (max-width: 31.24875em) {
          .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price {
            overflow-wrap: break-word;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto; } }
      @media print, screen and (max-width: 63.99875em) {
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price {
          font-size: calc(1.125rem * 1);
          letter-spacing: calc(0rem * 1);
          margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price {
        font-size: calc(1.125rem * 1);
        letter-spacing: calc(0rem * 1);
        margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices .sub-price {
      font-size: calc(1.125rem * 0.95);
      letter-spacing: calc(0rem * 0.95);
      margin: calc(0rem * 0.95) 0 calc(0.9375rem * 0.95) 0; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .prices-without-tax {
    display: none; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .total-title {
      text-align: left; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-total-cell .product-total-wrapper .remove-product {
      bottom: 1.25rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell {
  white-space: nowrap;
  position: relative; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a {
    text-decoration: none;
    display: flex;
    align-items: center; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a:after {
      font-family: 'hoyryicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e98a"; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a::after {
      font-size: 1.25rem;
      margin-left: 0.5rem;
      margin-top: 0.0625rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper a:focus {
      text-decoration: none; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell {
      padding: 0 !important; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper {
        position: absolute;
        right: 0;
        bottom: 1.25rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell {
    height: 2.1875rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .product-remove-cell .product-remove-wrapper {
      position: absolute;
      right: 0;
      bottom: 1.25rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell {
  white-space: nowrap; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices {
    display: inline-block; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price {
      font-family: 'Barlow', Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 1.36;
      color: #222222;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0rem;
      text-transform: initial;
      margin: 0rem 0 0.9375rem 0;
      margin: 0;
      text-decoration: line-through; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-pricea, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price.a {
        font-family: inherit;
        color: inherit;
        font-weight: inherit;
        font-style: inherit;
        letter-spacing: inherit;
        text-transform: inherit; }
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-pricea:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price.a:hover, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-pricea:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price.a:active, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-pricea:focus, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price.a:focus {
          color: inherit; }
        @media print, screen and (max-width: 31.24875em) {
          .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price {
            overflow-wrap: break-word;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto; } }
      @media print, screen and (max-width: 63.99875em) {
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price {
          font-size: calc(1.125rem * 1);
          letter-spacing: calc(0rem * 1);
          margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price {
        font-size: calc(1.125rem * 1);
        letter-spacing: calc(0rem * 1);
        margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices .sub-price {
      font-size: calc(1.125rem * 0.95);
      letter-spacing: calc(0rem * 0.95);
      margin: calc(0rem * 0.95) 0 calc(0.9375rem * 0.95) 0; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell .prices-without-tax {
    display: none; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .summary-product-total-cell {
      text-align: left !important; } }
@media print, screen and (min-width: 48em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .additional-wrapper {
    margin-left: 8.125rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .upload-now, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .color-now {
  display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .color-now input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="reset"]):not([type="hidden"]):not([type="file"]):not(.cur-year):not([type="text"]) {
    width: 40px;
    padding: 0.25rem;
    border-width: 0 !important;
    cursor: pointer;
    margin-bottom: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .huebee, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .huebee__cursor {
  z-index: 200 !important; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .huebee.is-hidden, .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-wrapper .additional-information .huebee__cursor.is-hidden {
    display: block !important; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper {
  margin-top: 1.875rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper {
    white-space: nowrap; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .checkout-product-list-coupon-title {
      margin-bottom: 0.625rem !important; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .coupon-code-input {
      max-width: 18.75rem;
      display: inline-block;
      margin: 0 0.1875rem 0 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .coupon-code-submit {
      display: inline-block;
      margin: 0;
      width: initial !important; }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper {
        white-space: normal; }
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .checkout-product-list-coupon-title {
          text-align: center; }
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .coupon-code-input {
          width: 100%;
          max-width: initial;
          margin: 0 0 0.625rem 0; }
        .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-wrapper .coupon-code-submit {
          display: block;
          margin: 0 auto 0.625rem auto;
          width: 100% !important; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-list-wrapper {
    margin-top: 0.625rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-list-wrapper .woocommerce-Price-amount {
      display: none; }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-list-wrapper .coupon-row {
        text-align: center; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-list-wrapper .coupon-row .coupon-remove:before {
    font-family: 'hoyryicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e98a"; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-coupon-list-wrapper .coupon-row .coupon-remove::before {
    font-size: 1.25rem;
    position: relative;
    left: 0.4375rem;
    vertical-align: middle;
    top: -0.125rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper {
    padding-right: 0.3125rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-title-mobile {
      display: none; }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-title-mobile {
        display: block;
        margin-bottom: 0.625rem;
        text-align: center; } }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-discount-wrapper {
      border-bottom: 0.0625rem solid #f2f2f2;
      padding-bottom: 0.3125rem;
      margin-bottom: 0.3125rem;
      display: table;
      margin-left: auto; }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-discount-wrapper {
        margin-right: auto; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-discount-wrapper .checkout-total-sub-total .tax_label {
    display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-discount-wrapper .checkout-total-discount {
    font-size: 0.875rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .checkout-total-discount-wrapper .checkout-total-discount .woocommerce-remove-coupon {
      display: none; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper * {
    text-align: right;
    margin: 0; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper * {
      text-align: center; } }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .tax_label {
    display: block;
    text-align: right; }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-product-list-summary-wrapper .checkout-product-list-total-wrapper .tax_label {
      text-align: center; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper {
  padding: 3.125rem 0; }
@media print, screen and (max-width: 63.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper {
    padding: 1.875rem 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper {
    padding: 0.9375rem 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper {
    padding: 0; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper .checkout-box {
  max-width: 22.5rem;
  margin: 0 auto; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper .woocommerce-checkout-contact-info-login .woocommerce-form-login__rememberme {
    margin-top: 0.9375rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper .woocommerce-checkout-contact-info-login .woocommerce-form-login__lostpassword {
    margin-top: 1.875rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper .checkout-box-content-wrapper .checkout-button-normal {
  margin: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-login-wrapper .checkout-register-link {
  text-align: center;
  margin-top: 0.9375rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-register .checkout-login-link {
  text-align: center;
  margin-top: 0.9375rem; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-continue {
    margin-top: 0.9375rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .checkout-tab-3-a .woocommerce-checkout-contact-info-continue {
    margin-top: 0.3125rem; } }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b abbr.required {
  display: none !important; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .customer-details-shipping {
  margin-top: 1.25rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b #order_comments_field {
  margin-top: 2.1875rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b #order_comments_field #order_comments {
    margin-bottom: 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-account-fields {
  margin-top: 2.5rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-account-fields .create-account {
    margin-top: 0.9375rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-account-fields .create-account input[type="password"] {
      max-width: 18.75rem;
      margin: 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-account-fields .create-account .woocommerce-password-strength {
      margin-top: 0.3125rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-terms-and-conditions-wrapper {
  margin-top: 2.1875rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-terms-and-conditions-wrapper label {
    margin: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-tab-3-b .woocommerce-terms-and-conditions-wrapper #terms-error {
    display: none !important; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-shipping-tab ul#shipping_method {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-shipping-tab ul#shipping_method li {
    margin-bottom: 0.9375rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-shipping-tab ul#shipping_method li:last-child {
      margin-bottom: 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-shipping-tab ul#shipping_method li .shipping_method_content p {
      margin: 0.3125rem 0 0 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li {
    margin-bottom: 1.5625rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li:last-child {
      margin-bottom: 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li .payment_box p {
      margin: 0.3125rem 0 0 0; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li .about_paypal {
      margin-left: 0.5rem; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li .provider-group {
      flex-wrap: wrap;
      align-content: center;
      display: flex;
      justify-content: space-between; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li .provider-group .provider-list, .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li .provider-group .provider-group-title {
        width: auto; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .provider-group.selected {
      background-color: #96bb00 !important; }
    @media print, screen and (min-width: 48em) {
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item {
        width: 20%; } }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item .styled-radio {
      display: none; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:hover .op-payment-service-woocommerce-payment-fields--list-item--wrapper, .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:active .op-payment-service-woocommerce-payment-fields--list-item--wrapper, .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:focus .op-payment-service-woocommerce-payment-fields--list-item--wrapper {
      border: 0;
      position: relative; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:hover .op-payment-service-woocommerce-payment-fields--list-item--wrapper::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:active .op-payment-service-woocommerce-payment-fields--list-item--wrapper::after, .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item:focus .op-payment-service-woocommerce-payment-fields--list-item--wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
        border: 0.125rem solid transparent; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item .op-payment-service-woocommerce-payment-fields--list-item--input:checked ~ .op-payment-service-woocommerce-payment-fields--list-item--wrapper {
      border: 0;
      position: relative; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-payment-tab .wc_payment_methods li.payment_method_checkout_finland .op-payment-service-woocommerce-payment-fields--list-item .op-payment-service-woocommerce-payment-fields--list-item--input:checked ~ .op-payment-service-woocommerce-payment-fields--list-item--wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
        border: 0.125rem solid #96bb00; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-produxt-list-title {
  border-bottom: 0.0625rem solid #f2f2f2;
  padding: 0 0 0.9375rem 0; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-breakdown-wrapper {
  border-bottom: 0.0625rem solid #f2f2f2;
  padding: 1.875rem 0;
  display: table;
  width: 100%; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-breakdown-wrapper .checkout-summary-total-breakdown-row {
    display: table-row; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-breakdown-wrapper .checkout-summary-total-breakdown-row .checkout-summary-total-breakdown-cell {
      vertical-align: top;
      display: table-cell;
      padding: 0.125rem 0.9375rem; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-breakdown-wrapper .checkout-summary-total-breakdown-row .checkout-summary-total-breakdown-cell:first-child {
        padding-left: 0; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-breakdown-wrapper .checkout-summary-total-breakdown-row .checkout-summary-total-breakdown-cell:last-child {
        padding-right: 0;
        text-align: right; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-summary-wrapper {
  padding: 1.875rem 0;
  display: table;
  width: 100%; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-summary-wrapper .checkout-summary-total-summary-title {
    display: table-cell;
    vertical-align: top; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-total-summary-wrapper .checkout-summary-total-summary-sum {
    display: table-cell;
    text-align: right;
    vertical-align: top; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab .checkout-summary-additional-info-wrapper .checkout-summary-info-comments {
  margin-top: 0.625rem; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper form.checkout .checkout-review-tab #place_order {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper {
  display: table;
  width: 100%; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper {
    display: table-cell; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button {
      display: inline-block;
      margin: 0;
      position: relative; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button:before, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button:before {
        position: absolute;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 1rem; }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button {
    display: none;
    padding-right: 2.1875rem;
    padding-left: calc(2.1875rem + 1rem); }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button:before {
      font-family: 'hoyryicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e946"; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button:before {
      left: 0;
      padding-left: calc(2.1875rem - 0.5rem); }
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper {
    text-align: right; }
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button {
      padding-left: 2.1875rem;
      padding-right: calc(2.1875rem + 1rem); }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button:before {
        font-family: 'hoyryicon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e947"; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button:before {
        right: 0;
        padding-right: calc(2.1875rem - 0.5rem); }
  @media print, screen and (max-width: 47.99875em) {
    .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button {
      font-size: 0;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
      .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button:before, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button:before {
        position: relative;
        padding: 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .prev-button-wrapper button, .woocommerce-checkout-container .checkout-tabs-content-wrapper .nav-wrapper .next-button-wrapper button {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; } }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-empty-cart-wrapper {
  text-align: center; }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-section-wrapper {
  margin-bottom: 3.125rem; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-section-wrapper {
    margin-bottom: 2.5rem; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-section-wrapper {
    margin-bottom: 1.875rem; } }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-section-wrapper:last-child {
  margin-bottom: 0; }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-orderer-information-wrapper {
  margin-bottom: calc(1.5625rem * -1); }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-delivery-information-wrapper {
  margin-top: 1.875rem;
  margin-bottom: calc(1.5625rem * -1);
  display: none; }
.woocommerce-checkout-container .checkout-quote-wrapper #order_comments {
  margin: 0; }
.woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-privacy-policy-link {
  display: table;
  margin-top: 1.5625rem; }
  .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-privacy-policy-link a {
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: #222222;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0rem;
    text-transform: initial;
    text-decoration: underline;
    transition: color 0.3s;
    outline: none;
    cursor: pointer; }
    .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-privacy-policy-link a:hover, .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-privacy-policy-link a:active, .woocommerce-checkout-container .checkout-quote-wrapper .checkout-quote-privacy-policy-link a:focus {
      color: #96bb00;
      text-decoration: underline; }
.woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem; }
  .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-link {
    margin-top: 0; }
  .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox {
    display: table;
    margin-bottom: 0.3125rem; }
    .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label {
      font-family: 'Barlow', Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      line-height: 1.36;
      color: #222222;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0rem;
      text-transform: initial;
      margin: 0rem 0 0.9375rem 0;
      vertical-align: middle;
      display: block !important;
      margin: 0 !important; }
      .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox labela, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label.a {
        font-family: inherit;
        color: inherit;
        font-weight: inherit;
        font-style: inherit;
        letter-spacing: inherit;
        text-transform: inherit; }
        .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox labela:hover, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label.a:hover, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox labela:active, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label.a:active, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox labela:focus, .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label.a:focus {
          color: inherit; }
        @media print, screen and (max-width: 31.24875em) {
          .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label {
            overflow-wrap: break-word;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto; } }
      @media print, screen and (max-width: 63.99875em) {
        .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label {
          font-size: calc(1.125rem * 1);
          letter-spacing: calc(0rem * 1);
          margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
    @media print, screen and (max-width: 47.99875em) {
      .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label {
        font-size: calc(1.125rem * 1);
        letter-spacing: calc(0rem * 1);
        margin: calc(0rem * 1) 0 calc(0.9375rem * 1) 0; } }
  @media print, screen and (max-width: 31.24875em) {
    .woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top .checkout-quote-privacy-policy-wrapper .checkout-quote-privacy-policy-checkbox label {
      font-size: calc(1.125rem * 0.95);
      letter-spacing: calc(0rem * 0.95);
      margin: calc(0rem * 0.95) 0 calc(0.9375rem * 0.95) 0; } }
.woocommerce-checkout-container .checkout-quote-wrapper.privacy-policy-top button[type=submit] {
  margin-top: 0 !important; }
.woocommerce-checkout-container .checkout-quote-wrapper.submit-button-width-full button[type=submit] {
  width: 100%; }
.woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-left button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-left .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-left .checkout-quote-privacy-policy-checkbox {
  margin-left: 0 !important;
  margin-right: auto !important; }
.woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-center button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-center .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-center .checkout-quote-privacy-policy-checkbox {
  margin-left: auto !important;
  margin-right: auto !important; }
.woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-right button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-right .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-right .checkout-quote-privacy-policy-checkbox {
  margin-left: auto !important;
  margin-right: 0 !important; }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .checkout-quote-wrapper button[type=submit] {
    width: initial !important; }
    .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-width-mobile-full button[type=submit] {
      width: 100% !important; }
  .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-left button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-left .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-left .checkout-quote-privacy-policy-checkbox {
    margin-left: 0 !important;
    margin-right: auto !important; }
  .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-center button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-center .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-center .checkout-quote-privacy-policy-checkbox {
    margin-left: auto !important;
    margin-right: auto !important; }
  .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-right button[type=submit], .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-right .checkout-quote-privacy-policy-link, .woocommerce-checkout-container .checkout-quote-wrapper.submit-button-align-mobile-right .checkout-quote-privacy-policy-checkbox {
    margin-left: auto !important;
    margin-right: 0 !important; } }
.woocommerce-checkout-container .checkout-quote-loader-container {
  display: none;
  opacity: 0;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  pointer-events: none; }
.woocommerce-checkout-container p.form-row {
  margin-bottom: 0; }
.woocommerce-checkout-container .blockUI.blockOverlay {
  background: #f5f5f5 !important; }
.woocommerce-checkout-container .blockUI.blockMsg {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  position: relative;
  animation: hoyrymoottori-loader-uq8tc18tv 0.8s ease alternate infinite;
  animation-delay: 0.32s;
  left: 1.5625rem;
  top: -0.9375rem;
  display: block !important; }
  .woocommerce-checkout-container .blockUI.blockMsg::after, .woocommerce-checkout-container .blockUI.blockMsg::before {
    content: '';
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    animation: hoyrymoottori-loader-uq8tc18tv 0.8s ease alternate infinite; }
  .woocommerce-checkout-container .blockUI.blockMsg::before {
    left: -1.5625rem;
    animation-delay: 0.16s; }
  .woocommerce-checkout-container .blockUI.blockMsg::after {
    right: -1.5625rem;
    animation-delay: 0.48s; }

@keyframes hoyrymoottori-loader-uq8tc18tv {
  0% {
    box-shadow: 0 0.9375rem 0 -0.9375rem #96bb00; }
  100% {
    box-shadow: 0 0.9375rem 0 #96bb00; } }
.woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #222222;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01875rem;
  text-transform: initial;
  margin: 1.5625rem 0 0.75rem 0; }
  .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading:after {
    display: none; }
  .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading a:not(.button):not(.button-alt):not(.button-large):not(.button-large-alt):not(.button-small):not(.button-small-alt), .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading .a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit; }
  .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-headinga, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading.a {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
    .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-headinga:hover, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading.a:hover, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-headinga:active, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading.a:active, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-headinga:focus, .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading.a:focus {
      color: inherit; }
    @media print, screen and (max-width: 31.24875em) {
      .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading {
      font-size: calc(1.25rem * 0.95);
      letter-spacing: calc(0.01875rem * 0.95);
      margin: calc(1.5625rem * 0.95) 0 calc(0.75rem * 0.95) 0; } }
@media print, screen and (max-width: 47.99875em) {
  .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading {
    font-size: calc(1.25rem * 0.9);
    letter-spacing: calc(0.01875rem * 0.9);
    margin: calc(1.5625rem * 0.9) 0 calc(0.75rem * 0.9) 0; } }
@media print, screen and (max-width: 31.24875em) {
  .woocommerce-checkout-container .carrier-agents-postcode-search #carrier-agent-heading {
    font-size: calc(1.25rem * 0.85);
    letter-spacing: calc(0.01875rem * 0.85);
    margin: calc(1.5625rem * 0.85) 0 calc(0.75rem * 0.85) 0; } }
.woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem; }
  .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper input {
    float: initial !important;
    margin: 0 !important; }
  .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a {
    float: initial !important;
    margin: 0 0 0 0.625rem !important;
    text-decoration: none !important;
    cursor: pointer;
    border-style: solid !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s !important;
    vertical-align: middle;
    box-sizing: border-box;
    outline: 0;
    text-shadow: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    background-size: 100%;
    position: relative;
    z-index: 100;
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0rem;
    text-transform: initial;
    color: #222222 !important;
    justify-content: center !important;
    background-color: #c6f04f !important;
    background-image: none !important;
    border-width: 0rem !important;
    border-color: #dedede !important;
    border-radius: 3.125rem !important;
    min-width: initial;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    margin: 0.9375rem 0 0.9375rem 0; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:before {
      transition: all 0.2s !important; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a::after {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      width: 100%;
      z-index: -100;
      transition: all 0.2s !important;
      border-radius: inherit; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:hover, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:active, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:focus {
      text-decoration: none !important; }
      .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:hover::after, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:active::after, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:focus::after {
        opacity: 1; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled {
      opacity: 0.7;
      cursor: default; }
      .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:hover::after, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:active::after, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:focus::after {
        opacity: 0; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a::after {
      display: none; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:hover, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:active, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:focus {
      color: #ffffff !important;
      border-color: #96bb00 !important;
      background-color: #85a600 !important; }
    .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a.is-active {
      background-color: #85a600 !important;
      background-image: none !important;
      border-color: #96bb00 !important;
      color: #ffffff !important; }
      .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:hover, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:active, .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a:disabled:focus {
        color: #222222 !important;
        background-color: #c6f04f !important;
        background-image: none !important;
        border-color: #dedede !important; }
      @media print, screen and (max-width: 63.99875em) {
        .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a {
          padding-top: calc(0.4375rem * 0.9);
          padding-bottom: calc(0.4375rem * 0.9);
          padding-left: calc(0.875rem * 0.9);
          padding-right: calc(0.875rem * 0.9); } }
    @media print, screen and (max-width: 31.24875em) {
      .woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper a {
        min-width: initial;
        padding-top: calc(0.4375rem * 0.8);
        padding-bottom: calc(0.4375rem * 0.8);
        padding-left: calc(0.875rem * 0.8);
        padding-right: calc(0.875rem * 0.8); } }
.woocommerce-checkout-container .carrier-agents-postcode-search .woo-carrier-agents-error-msg {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  .woocommerce-checkout-container .carrier-agents-postcode-search #woo-carrier-agents input[type="radio"] {
    display: none; }
  .woocommerce-checkout-container .carrier-agents-postcode-search #woo-carrier-agents .woo-carrier-agent {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    .woocommerce-checkout-container .carrier-agents-postcode-search #woo-carrier-agents .woo-carrier-agent.active {
      background-color: #e3e3e3; }

@media print {
  .product-image, .remove, .nav-wrapper {
    display: none !important; }
  .woocommerce-checkout-container .checkout-tabs {
    display: none !important; } }
