﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "Frutiger LT W01_45 Ligh1475730", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 16px;
  min-height: 100vh;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 1px solid #949494;
  margin-bottom: 20px;
  margin-top: 20px;
}

a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}

button.btn-ghost {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

button:not(.btn-ghost) {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}
button:not(.btn-ghost):focus, button:not(.btn-ghost):active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:not(.btn-ghost):hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button:not(.btn-ghost).disabled, button:not(.btn-ghost)[disabled], fieldset[disabled] button:not(.btn-ghost) {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button:not(.btn-ghost)::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.action.primary,
button.action.action-update {
  background: #4face3;
  border-radius: 5px;
  border: 2px solid #4face3;
  font-family: inherit;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
button.action.primary span,
button.action.action-update span {
  font-family: inherit;
  font-size: inherit;
  white-space: nowrap;
}

button:not(.primary) {
  box-shadow: none;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type*=date],
input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type*=date]:disabled,
input[type=email]:disabled {
  opacity: 0.5;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type*=date]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #575757;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type*=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #575757;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type*=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #575757;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

select {
  background: #fff url("../images/select-bg.svg") no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}

input[type=checkbox] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type=checkbox]:disabled {
  opacity: 0.5;
}
input[type=radio] {
  margin: 2px 5px 0 0;
}
input[type=radio]:disabled {
  opacity: 0.5;
}
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[aria-invalid=true] {
  border-color: #ed8380 !important;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: #ed8380 !important;
}

div.control-error-msg {
  color: #53555a;
  font-size: 12px;
  display: none;
}
div.control-error-msg[data-control-invalid=true] {
  color: #e02b27;
}

input[aria-invalid=true] + div.control-error-msg,
select[aria-invalid=true] + div.control-error-msg,
textarea[aria-invalid=true] + div.control-error-msg {
  display: block;
}

input:not([disabled], [type=radio]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline: 0;
  box-shadow: 0 0 3px 1px #00699d;
}

body,
html,
ul,
li,
ol,
span,
div,
h1,
h2,
h3,
h4,
em,
b,
i,
img,
a {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}

h1 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 600;
}

@media screen and (min-width: 768px) and (min-width: 769px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 24px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  a,
  span {
    font-size: 1.4rem;
    line-height: 21px;
  }
}
.table-wrapper {
  margin-bottom: 20px;
}

.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

button,
a.action.primary {
  border-radius: 3px;
}

a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
  text-decoration: none;
}

.action.primary, .action-primary {
  background: #4face3;
  border-radius: 5px;
  border: 2px solid #4face3;
  font-family: inherit;
  line-height: 23px;
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:hover, .action.primary:active, .action.primary:focus, .action-primary:hover, .action-primary:active, .action-primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled, .action.primary[disabled], .action-primary.disabled, .action-primary[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:hover, .action-primary:hover {
  background: #fff;
  border: 2px solid #4face3;
  color: #4face3;
}

fieldset[disabled] .action.primary, fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .action.primary:hover {
    background: #fff;
    border: 2px solid #4face3;
    color: #4face3;
  }
  .action.primary:hover span {
    color: inherit;
  }
  .action-primary:hover {
    background: #fff;
    border: 2px solid #4face3;
    color: #4face3;
  }
  .action-primary:hover span {
    color: inherit;
  }
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}

/*pop up model start*/
.modal-overlay {
  z-index: 899;
}

.modal-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block !important;
}

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}

.modal-popup {
  pointer-events: none;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}

.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 30px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
  background-image: none;
  background: none;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 20px;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  button.action.action-select-shipping-item, button.action.action-apply, button.action.primary, button.action.action-update, button.action-primary,
  a.action.action-select-shipping-item,
  a.action.action-apply,
  a.action.primary,
  a.action.action-update,
  a.action-primary {
    font-size: 1.6rem;
    line-height: 23px;
  }
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}

.modal-popup .action-close {
  padding: 20px;
}

/*pop up model end*/
.loader-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-overlay .loading-mask {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-overlay .loading-mask .loader img {
  width: 100%;
  height: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*order summary start*/
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
    max-width: 276px;
  }
  .opc-summary-wrapper {
    position: sticky;
    top: 81px;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
}
.fixed {
  position: fixed;
  right: 0;
  top: 40px;
}

.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary {
    display: none;
  }
}
.opc-block-summary > .title {
  display: block;
  padding-bottom: 10px;
  color: #333;
  font-weight: 400;
  font-size: 26px;
}
.opc-block-summary .items-in-cart {
  margin-bottom: 0;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title > .dropdown-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s;
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ": ";
}
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
@media only screen and (max-width: 768px) {
  .minicart-wrapper::before, .minicart-wrapper::after {
    content: "";
    display: table;
  }
  .minicart-wrapper::after {
    clear: both;
  }
}

.minicart-wrapper::before,
.minicart-wrapper::after {
  content: "";
  display: table;
}

.minicart-wrapper::after {
  clear: both;
}

.opc-cart-navigate-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .opc-cart-navigate-wrapper {
    display: none;
  }
}
.opc-cart-navigate-wrapper a {
  font-weight: 600;
}

.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding: 18px 15px;
  list-style: none;
  text-decoration: none;
  color: #53555a;
}
.opc-estimated-wrapper::before, .opc-estimated-wrapper::after {
  content: "";
  display: table;
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.opc-estimated-wrapper .estimated-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.opc-estimated-wrapper .estimated-block .estimated-label,
.opc-estimated-wrapper .estimated-block .estimated-price {
  font: inherit;
  font-weight: 600;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}

.opc-wrapper .step-title,
.opc-wrapper .opc-block-shipping-information .shipping-information-title,
.opc-wrapper .opc-block-summary > .title,
.opc-wrapper .checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 400;
  font-size: 2.6rem;
}

.column.main .block:last-child {
  margin-bottom: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .subtitle {
  display: none;
}

.product-image-container {
  display: inline-block;
  max-width: 100%;
}

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: inherit;
}

.minimal-price-link {
  display: block;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 1.6rem;
    font-family: inherit;
  }
}
minicart-items .details-qty .label:after {
  content: ": ";
}

/*order summary end*/
footer {
  background-color: #000000;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .footer-wrapper small {
  order: 1;
}
footer .footer-wrapper .footer-links-wrapper {
  order: 2;
}
footer .footer-wrapper .footer-links-wrapper .footer-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
footer .footer-wrapper .footer-links-wrapper .footer-links li {
  background: transparent;
  border: none;
  font-size: 14px;
  margin: 0;
  border-right: 1px solid #53555a;
  padding: 0 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-wrapper .footer-links-wrapper .footer-links li {
    border-right: none;
  }
}
footer .footer-wrapper .footer-links-wrapper .footer-links li:last-child {
  border-right: none;
  margin-right: 0;
}
footer .footer-wrapper .footer-links-wrapper .footer-links li a {
  text-decoration: none;
  color: #cccccc;
  padding: 10px 0;
}

.copyright {
  color: #ffffff !important;
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .copyright {
    padding: 5px;
  }
  footer .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-wrapper small {
    order: initial;
    margin-top: 5px;
  }
  footer .footer-wrapper .footer-links-wrapper {
    order: initial;
    margin-top: 10px;
  }
  footer .footer-wrapper .footer-links-wrapper .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  footer .footer-wrapper {
    display: block;
  }
  footer .footer-wrapper .footer-links-wrapper {
    text-align: center;
  }
  footer .footer-wrapper .footer-links-wrapper .footer-links {
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 10px;
  }
}
.mainNav {
  background-color: #53555a;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.mainNav .logo-wrapper {
  display: flex;
  align-items: center;
}
.mainNav span.logo-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  white-space: nowrap;
}
.mainNav .logo {
  float: left;
  max-width: 50%;
  width: 220px;
  position: relative;
  z-index: 5;
  border-right: 1px solid #fff;
  margin-right: 20px;
  padding-right: 20px;
}
.mainNav .logo img {
  padding-right: 20px;
}
.mainNav .continue {
  margin-left: auto;
}
@media screen and (max-width: 449.98px) {
  .mainNav .continue {
    grid-column: 1/-1;
    order: 3;
  }
}
@media screen and (max-width: 991.98px) {
  .mainNav .continue {
    margin-left: 0;
    margin-right: auto;
  }
}
.mainNav .languageSelector {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.mainNav .languageSelector #topnav-current-language {
  color: #ffffff;
  margin: 0 10px;
}

.navbar-toggler {
  background-color: #ffffff;
}

.dropdown-menu a {
  cursor: pointer;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/mainnav/arrow.svg) no-repeat transparent;
  background-size: auto;
  background-position: center;
  transform: rotate(270deg);
  border: 0;
}

#language-selector-icon {
  opacity: 0.7;
}

#language-selector-icon {
  position: relative;
  top: -1px;
  right: 12px;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 449.98px) {
  .navbar-nav {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr max-content;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar-nav {
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-right: 1.5rem;
  }
}
.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 576px) {
  .mainNav .languageSelector {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.topNav {
  background-color: #17181a;
  color: #ffffff;
  padding: 10px;
}
.topNav .topNav-panel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.topNav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.topNav a:hover {
  text-decoration: underline;
}

.navbar > .container {
  gap: 1rem;
}

@media only screen and (max-width: 479px) {
  .topNav .topNav-panel-wrapper {
    align-items: center;
  }
  .topNav .topNav-panel-wrapper a {
    font-size: 14px;
  }
  .topNav .topNav-panel-wrapper span {
    font-size: 14px;
  }
  .topNav .topNav-panel-wrapper .contactWrapper {
    text-align: right;
  }
  .topNav .topNav-panel-wrapper .contactWrapper .label {
    display: block;
  }
}
/*Minicart Start*/
.header-content-right-wrapper {
  display: flex;
  align-items: center;
}

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper:before, .minicart-wrapper:after {
  content: "";
  display: table;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  /*&:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 22px;
            line-height: 28px;
            color: #757575;
            content: '\e611';
            font-family: 'luma-icons';
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center;
        }

        &.active:before,
        &:hover:before,
        &:active:before,
        &.active:hover:before,
        &.active:active:before,
        &:before {
            font-family: 'iconfont';
            content: '\e655';
            color: #fff;
        }*/
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #50ace4;
  color: #fff;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -17px;
  right: -13px;
}
.minicart-wrapper .action.showcart .counter.qty span {
  color: inherit;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 25px 20px;
  list-style: none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}

@media screen and (min-width: 768px) and (min-width: 769px) {
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
}
.customer-review,
.product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}

.block .block-title {
  margin-bottom: 10px;
}
.block .block-title strong {
  font-size: 2.2rem;
  font-family: inherit;
}

.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.minicart-wrapper .block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.minicart-wrapper .block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.minicart-wrapper .block-minicart .subtotal .label:after {
  content: ": ";
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin-top: 15px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
  display: block;
  width: 100%;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -52px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}

.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: inherit;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item .product-item-name {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-family: inherit;
}
.minicart-items .product-item .product-item-name > a {
  color: #333;
  text-decoration: none;
}
.minicart-items .product-item .action {
  text-decoration: none;
  background: none;
  border: none;
}
.minicart-items .product-item .action span {
  display: none;
}
.minicart-items .product-item .item-qty {
  text-align: center;
  width: 60px;
  height: 38px;
}
.minicart-items .product-item .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .product-item .product > .product-item-photo,
.minicart-items .product-item .product > .product-image-container {
  float: left;
}

.product-image-container {
  display: inline-block;
  max-width: 100%;
}

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-wrapper.block-giftregistry-shared-items, .product-image-wrapper.products-list, .product-image-wrapper.cart.table-wrapper, .product-image-wrapper.minicart-items {
  height: auto !important;
  padding: 0 !important;
}
.product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}

.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  select,
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=datetime],
  input[type=email] {
    border: 1px solid #949494;
    height: 40px;
    font-size: 1.6rem;
  }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 1.6rem;
    font-family: inherit;
  }
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}

.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}

/*.abs-toggling-title:after, .abs-cart-block > .title:after, .minicart-items .product .toggle:after, .abs-discount-block .block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}*/
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ": ";
}

.fa-cart-shopping {
  font-size: 22px;
  line-height: 28px;
  color: white;
}

i.fa-solid.fa-xmark {
  font-size: 20px;
}

/*Minicart End*/
.fixed-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 22;
}

.mainNav {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.checkout-cart-index {
  display: flex;
  flex-direction: column;
}
.checkout-cart-index > .container {
  flex: 1;
}
.checkout-cart-index > .container .cart-container {
  max-width: 100% !important;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: 50px 0;
}

.page-title-wrapper {
  margin: 50px 0;
}

.page-main > .page-title-wrapper .page-title span {
  font-size: inherit;
  color: #53555a;
}

@media (min-width: 769px) {
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-cart-index .page-title-wrapper {
    margin: 30px 0;
  }
}
@media (max-width: 1200px) {
  .checkout-cart-index .page-main {
    padding: 0 8px;
  }
}
@media (min-width: 769px), print {
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: left;
}
.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
  font-size: 16px;
  color: #53555a;
}
.cart.table-wrapper .cart thead tr th.col span {
  font-family: inherit;
  font-size: inherit;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .item .product-info {
  min-height: 50px;
}
.cart.table-wrapper .item .col.item {
  display: block;
  padding: 15px 15px 10px 11px;
  position: relative;
}
@media (min-width: 769px), print {
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: static;
  top: 15px;
  width: 100%;
}
@media (min-width: 769px), print {
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
}
@media (min-width: 769px), print {
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
}
.cart.table-wrapper .product-item-name {
  font-size: 16px;
  display: block;
  margin: 0;
}
.cart.table-wrapper .product-item-name a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.cart.table-wrapper .product-item-name a:hover {
  text-decoration: underline;
}
.cart.table-wrapper .item-options {
  margin: 0;
}
.cart.table-wrapper .item-options + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 18px;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.cart.table-wrapper .col.qty div.qty {
  max-width: 120px;
}
.cart.table-wrapper .col.qty div.qty .qtyBox {
  display: flex;
  border: 1px solid #949494;
  justify-content: space-between;
  padding: 0 10px;
}
.cart.table-wrapper .col.qty div.qty .qtyBox .control {
  font-size: 26px;
  cursor: pointer;
  width: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.cart.table-wrapper .col.qty div.qty .input-text {
  height: 36px;
  border: none;
  text-align: center;
  max-width: 50px;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: right;
}
.cart.table-wrapper .action span {
  display: none;
}

.product-image-container {
  display: inline-block;
  max-width: 100%;
}

.product-image-container-4690 {
  width: 110px;
}
.product-image-container-4690 span.product-image-wrapper {
  padding-bottom: 50%;
}

.product-image-wrapper {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.product-image-wrapper .product-image-photo {
  position: static;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  right: 0;
  top: 0;
}

.cart-summary {
  background-color: #f5f5f5;
  position: sticky;
  top: 20px;
  padding: 1px 20px 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 600;
  margin: 12px 0;
}
@media (min-width: 769px), print {
  .cart-summary > .title {
    display: block;
  }
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  /*  span:before {
            font-family: 'iconfont';
            content: '\e654';
            font-size: 1.8rem;
            margin-right: 10px;
        }*/
}

.cart-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .cart-totals {
    border-top: 0;
  }
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
}
.cart-totals tbody .total-title {
  border: 0;
  font-weight: 600;
  padding: 6px 0;
  text-align: left;
}
.cart-totals tbody .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .grand th,
.cart-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand .total-title {
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.cart-totals .grand .amount {
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.cart-totals .grand strong,
.cart-totals .grand strong span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 3px 0 0;
}

.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.qty {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
}
@media only screen and (max-width: 479px) {
  .cart.table-wrapper td.col {
    padding: 10px !important;
  }
}
/*july 10*/
.cart.table-wrapper .col.qty .qtyBox .control::before, .cart.table-wrapper .col.qty .qtyBox .control::after {
  content: "";
  background: #54555b;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
}
.cart.table-wrapper .col.qty .qtyBox .control.increase::after {
  transform: rotate(90deg);
}
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price, .cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .item-options::before {
  content: "";
  display: table;
}
.cart.table-wrapper .item-options::after {
  content: "";
  display: table;
  clear: both;
}
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt::after {
  content: ": ";
}
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-word; /* "break-all" can be aggressive; consider break-word */
}

/* Mobile layout overrides */
@media (max-width: 767px) {
  .cart.table-wrapper table,
  .cart.table-wrapper thead,
  .cart.table-wrapper tbody,
  .cart.table-wrapper tr,
  .cart.table-wrapper td,
  .cart.table-wrapper th {
    width: 100%;
  }
  .cart.table-wrapper thead {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 16px;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) and (max-width: 639px) {
  .cart .table.items .col.qty {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) and (max-width: 639px) {
  .cart .item-actions .actions-toolbar {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 479px) {
  .cart.table-wrapper td.col {
    padding: 10px !important;
  }
}
button.action.action-delete {
  background: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .shipping-checkout-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.required-error {
  border: 2px solid #e02b27 !important;
  background-color: #fff0f0;
}

.required-msg {
  color: #e02b27;
  font-size: 0.95rem;
  margin-top: 2px;
  display: none;
}

.input-with-tooltip {
  display: flex;
  align-items: center;
}

.tooltip-question {
  margin-left: 6px;
  color: #b7b7b7;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.form-label {
  font-weight: bold !important;
}

.shipping-methods-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 32px 0 16px 0;
}

.shipping-methods-tabs {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.shipping-methods-tabs .tab-btn {
  background: #73a6ea;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 16px;
  min-width: 200px;
  position: relative;
  outline: none;
  flex: 1 1 200px;
  text-align: center;
}
.shipping-methods-tabs .tab-btn.active {
  background: #4face3;
  color: #fff;
  position: relative;
  z-index: 2;
}
.shipping-methods-tabs .tab-btn.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #73a6ea;
}
.shipping-methods-tabs .tab-btn:not(.active) {
  background: #4face3;
  color: #fff;
  opacity: 0.9;
}

.shipping-methods-info {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #444;
  font-size: 1rem;
}

textarea#ShippingNotes {
  min-height: 100px;
  resize: vertical;
}

.btn-payment {
  background: #73a6ea;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
}

.btn-payment:hover {
  background: #5493db;
}

.opc-progress-bar {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  width: 66.66666667%;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-progress-bar {
    margin: 30px 0;
    display: flex;
    font-size: 0;
  }
  .opc-progress-bar > a:hover {
    text-decoration: none;
    background: #00ace3;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-progress-bar-item {
    flex: 1;
    position: relative;
    padding: 12px 30px 12px 40px;
    background: #b4b4b4;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
  }
  .opc-progress-bar-item._first-item {
    padding: 12px 30px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 50%);
  }
}
.opc-progress-bar > li {
  margin: 0;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-progress-bar-item span {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .opc-progress-bar-item span > i {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-progress-bar-item._active {
    background: #f28b1f;
  }
  .opc-progress-bar-item._completed {
    background: #56565b;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .shipping-methods-title {
    font-size: 1.5rem;
  }
  .shipping-methods-tabs .tab-btn {
    min-width: 140px;
    font-size: 0.95rem;
    padding: 7px 12px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 98% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .shipping-methods-title {
    font-size: 1.2rem;
    margin: 24px 0 12px 0;
  }
  .shipping-methods-tabs {
    flex-direction: column;
  }
  .shipping-methods-tabs .tab-btn {
    min-width: 100px;
    width: 100%;
    font-size: 0.9rem;
    padding: 6px 8px;
  }
  .input-with-tooltip {
    flex-direction: row;
  }
  .form-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100% !important;
  }
  .shipping-methods-title {
    font-size: 1.05rem;
  }
  .shipping-methods-info {
    font-size: 0.9rem;
  }
  textarea#ShippingNotes {
    min-height: 60px;
  }
  .btn-payment {
    width: 100%;
  }
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .columns {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .column.main {
    min-height: 300px;
  }
}
.columns .column.main {
  padding-bottom: 40px;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
}
.checkout-container {
  margin: 0 0 20px;
}

.opc-wrapper {
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 30px;
  }
}
.opc-wrapper .opc {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.opc-wrapper .opc > li {
  margin: 0;
}

.opc-wrapper .step-title {
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-between;
  color: #53555a;
  font-size: 3.2rem;
}

.opc-wrapper .step-title span.title {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  font-weight: 600;
}

.opc-wrapper .step-title span:last-child {
  color: #e98b00;
  font-size: 1.6rem;
  font-weight: 600;
}

.opc-wrapper .step-content {
  margin: 0 0 40px;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}

.fieldset:last-child {
  margin-bottom: 20px;
}

.fieldset > * {
  letter-spacing: normal;
}

.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
  font-weight: 600;
}

form .fieldset > .field > .label,
form .fieldset > .field > .label span {
  font-family: inherit;
  font-size: 1.6rem;
}

.opc-wrapper .form-login .fieldset .field .label span,
.opc-wrapper .form-shipping-address .fieldset .field .label span {
  font-family: inherit;
  font-size: 1.6rem;
}

.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.fieldset > .field.required > .label:after {
  color: #e98b00;
}

@media only screen and (min-width: 768px) {
  .fieldset > .field.required > .label:after {
    color: #e98b00;
  }
}
.opc-wrapper .form-login .fieldset .field .label:after,
.opc-wrapper .form-shipping-address .fieldset .field .label:after {
  color: #e98b00;
  font-size: 1.6rem;
}

.field .control._with-tooltip {
  position: relative;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type*=date],
input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

select,
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  border: 1px solid #949494;
  height: 40px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  select,
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=datetime],
  input[type=email] {
    border: 1px solid #949494;
    height: 40px;
    font-size: 1.6rem;
  }
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}

.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:hover > i {
  color: #333;
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 11px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}

.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
}

.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
}
i.fa-regular.fa-circle-question {
  font-size: 21px;
  color: #bbb;
  text-align: center;
}

.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}

.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
}
.field-tooltip-content.show {
  display: block;
}

.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}

/*main form start*/
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .form-shipping-address #shipping-new-address-form {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .form-shipping-address #shipping-new-address-form > .field {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .form-shipping-address #shipping-new-address-form > .field[name="shippingAddress.Company"],
  .form-shipping-address #shipping-new-address-form > .field[name="shippingAddress.Address1"] {
    width: 100%;
  }
}
/*shipping method start*/
.checkout-shipping-method {
  position: relative;
}

.checkout-shipping-method .step-title {
  margin-bottom: 0;
  font-weight: 600;
}

.shipping-tabs {
  background: #4face3;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  padding: 10px 20px;
}

.shipping-tabs span {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-family: inherit;
  margin-right: 60px;
  cursor: pointer;
}

.shipping-tabs span.active:after {
  position: absolute;
  display: block;
  content: "";
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -16px;
}

.shipping-method-content {
  margin-top: 40px;
}
.shipping-method-content .tabs .shipping-carriers-group {
  margin: 15px 0;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.shipping-method-content .title {
  font-size: 1.8rem;
  margin: 40px 0 30px;
}

.table-checkout-shipping-method {
  width: 100%;
}

.table-checkout-shipping-method tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

.table-checkout-shipping-method tbody td {
  padding: 10px;
}

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}

.table-checkout-shipping-method tbody td input[type=radio] {
  margin: 4px 5px 0 0;
}

.table-checkout-shipping-method tbody td.col-carrier {
  width: 50%;
}

.form-notes {
  margin-top: 20px;
}

.form-notes .notice {
  margin-bottom: 40px;
}

.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .actions-toolbar {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
}
.table-checkout-shipping-method thead th {
  display: none;
}

.table-checkout-shipping-method tbody td:first-child {
  width: 20px;
  padding-left: 20px;
  max-width: 7%;
}

.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice > *:first-child {
  color: #53555a;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning > *:first-child > i.fa-exclamation-triangle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}

.field .message.warning {
  margin-top: 10px;
}

.opc-wrapper .form-discount {
  max-width: 500px;
}
.opc-wrapper .form-discount .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 769px) {
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
}
.legend > span {
  margin-right: 5px;
}

.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}

.checkout-payment-method .payments .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method.stripe-payments .checkout-agreements-block {
  margin-bottom: 10px;
}
.checkout-payment-method .payment-method.stripe-payments .checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-payment-method .payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
}
.checkout-payment-method .payment-method .actions-toolbar .primary button.action.primary.checkout i.fa-lock {
  margin-right: 8px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.checkout-payment-method .field-select-billing {
  max-width: 768px;
}
.checkout-payment-method .field-select-billing > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .billing-address-form {
  max-width: 786px;
}
.checkout-payment-method .billing-address-form fieldset.address {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-payment-method .billing-address-form fieldset.address > div.field {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (min-width: 1025px) {
  .checkout-payment-method .billing-address-form fieldset.address > div.field {
    width: 47%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1025px) {
  .checkout-payment-method .billing-address-form fieldset.address > div.field[name="billingAddress.Company"], .checkout-payment-method .billing-address-form fieldset.address > div.field[name="billingAddress.Address1"] {
    width: 100%;
  }
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #4face3;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #949494;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action span {
  color: #53555a;
  font-size: 1.6rem;
  font-weight: 600;
}
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .checkout-payment-method .payment-option-content .form-discount {
    display: grid;
    gap: 10px;
  }
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  margin: 0 0 0 -2px;
  white-space: nowrap;
  background: none;
  border: 1px solid #4face3;
  color: #4face3;
  border-radius: 0 5px 5px 0;
  width: 190px;
  height: 39px;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-radius: 5px;
  }
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
@media only screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
}
.checkout-payment-method .payment-option-content .payment-option-inner .field input {
  height: 39px;
  border-right: none;
  width: 100%;
  background: none;
}
@media only screen and (max-width: 480px) {
  .checkout-payment-method .payment-option-content .payment-option-inner .field input {
    border-right: 1px solid #949494;
    border-radius: 5px;
  }
}
.checkout-payment-method .payment-option-inner .field {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.checkout-payment-method .payment-option-inner .control {
  width: 100%;
}

.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-payment-method .checkout-payment-method .payment-option-inner .field {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.stripe-permanent-error {
  text-align: center;
  padding: 0 2em 2em 2em;
  font-size: large;
}

.checkout-agreement {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .checkout-agreement {
    margin-top: 20px !important;
  }
}
.checkout-agreement label span {
  font-family: inherit !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .checkout-agreement label span {
    font-family: inherit !important;
  }
}
.checkout-agreement label a {
  color: #e98b00;
}
@media screen and (min-width: 768px) {
  .checkout-agreement label a {
    color: #e98b00;
  }
}
.checkout-agreement label::after {
  content: "";
  display: none;
}

.checkout-agreements-block .checkout-agreement.field {
  display: flex;
  align-items: flex-start;
}
.checkout-agreements-block .checkout-agreement.field input {
  margin-top: 6px;
}

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (min-width: 769px) {
  .actions-toolbar::before, .actions-toolbar::after {
    content: "";
    display: table;
  }
  .actions-toolbar::after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
}
.checkout-payment-method .payment-method .actions-toolbar .primary {
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-payment-method .payment-method .actions-toolbar .primary {
    float: none;
  }
}

.checkout-payment-method .checkout-billing-address .action-cancel {
  line-height: 23px;
  padding: 7px 15px;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
  margin-right: 5px;
  margin-top: 3px;
}
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus) {
  box-shadow: none;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  div.actions-toolbar > .primary {
    text-align: left;
  }
}
@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .checkout-billing-address .action-update {
    float: right;
  }
}
.shipping-summary-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.opc-block-summary .table-totals tbody .mark {
  color: #333333;
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.opc-block-summary .table-totals tbody .mark .value {
  display: block;
}
.opc-block-summary .table-totals tbody .amount {
  color: #333333;
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.opc-block-summary .table-totals .grand strong {
  font-size: 1.6rem;
}
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}

@media only screen and (max-width: 768px) {
  .opc-block-shipping-information {
    display: none;
  }
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 2.6rem;
  border-bottom: 1px solid #949494;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  color: #53555a;
  font-size: 1.2rem;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .opc-block-shipping-information .shipping-information-title .action::before {
    content: "\f304";
    font-size: 1.5rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
  }
}
.opc-block-shipping-information .shipping-information-title .action span {
  display: none;
}
.opc-block-shipping-information .shipping-information-content {
  font-size: 1.6rem;
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content a {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-content a:hover {
  color: #006bb4;
}

.class-participant-container {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.class-participant-container .step-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1rem;
  min-width: max-content;
  display: flex;
  align-items: center;
}
.class-participant-container .step-title::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: #e98b00;
  border-radius: 50%;
  margin-left: 10px;
}
.class-participant-container .step-title span.title {
  color: #53555a;
  font: inherit;
}
.class-participant-container .product-item-name a {
  font-size: 16px;
  font-weight: 600;
  color: #53555a;
}
.class-participant-container .form-class-participant {
  margin-top: 1.5rem;
}
.class-participant-container .form-class-participant .class-participant-group {
  border: 1px solid #cccccc;
  padding: 0.5rem 1.5rem;
  padding-bottom: 2rem;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .class-participant-container .form-class-participant .class-participant-group {
    margin-bottom: 15px;
  }
}
.class-participant-container .form-class-participant .class-participant-group .class-participant-group-title {
  float: unset;
  width: unset;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #53555a;
}
.class-participant-container .form-class-participant .class-participant-group .fieldset {
  display: flex;
  gap: 1.5rem;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 639px) {
  .class-participant-container .form-class-participant .class-participant-group .fieldset {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 5px;
  }
}
.class-participant-container .form-class-participant .class-participant-group .fieldset .field {
  flex: 1;
  margin-bottom: 0;
}
.class-participant-container .form-class-participant .class-participant-group .fieldset .field .label {
  color: #53555a;
  margin-bottom: 4px;
}
.class-participant-container .form-class-participant .class-participant-group .fieldset .field .label span {
  font-size: 1.4rem;
  font-weight: 600;
}

.confirmation-messages {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 991px) {
  .confirmation-messages {
    flex-direction: column;
    align-items: flex-start;
  }
}
.confirmation-messages .order-confirmation-details {
  flex: 1;
}
.confirmation-messages .order-confirmation-details a {
  color: #4face3;
}

.cart-container,
.order-info-container {
  margin-top: 40px;
}
.cart-container .step-title,
.order-info-container .step-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-between;
  color: #53555a;
  font-size: 2.5rem;
}
@media only screen and (max-width: 639px) {
  .cart-container .step-title,
  .order-info-container .step-title {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.cart-container .step-title span.title,
.order-info-container .step-title span.title {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  font-weight: 600;
}

.order-info-container {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 639px) {
  .order-info-container {
    padding-bottom: 40px;
  }
}
.order-info-container .order-info-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-top: 32px;
}
@media only screen and (max-width: 639px) {
  .order-info-container .order-info-wrapper {
    row-gap: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .order-info-container .order-info-wrapper {
    flex-direction: column;
  }
}
.order-info-container .order-info-wrapper .order-info-items {
  flex: 1;
}
.order-info-container .order-info-wrapper .order-info-items .order-info-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  min-width: max-content;
}
@media only screen and (max-width: 639px) {
  .order-info-container .order-info-wrapper .order-info-items .order-info-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .order-info-container .order-info-wrapper .order-info-items .order-info-title {
    margin-bottom: 10px;
  }
}
.order-info-container .order-info-wrapper .order-info-items .order-info-title span.title {
  color: #53555a;
  font: inherit;
}

.print-confirmation-btn {
  font-weight: 700 !important;
  background: none !important;
  border: none !important;
  color: #4face3 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}
.print-confirmation-btn:hover {
  text-decoration: underline !important;
}
