a, a:hover, a:active, a:focus {
   outline: 0;
}
.pe_step2_item, .pe_step2_item ul li {
    position: relative;
}
.pe_step2_item > a.vaahcart {
    position: absolute;
    width: 22px;
    padding: 8px 12px 6px 12px;
    top: -1px;
    right: -1px;
    border: 1px solid #fff;
}
.pe_step2_item > a.vaahcart svg {
    filter: invert(24%) sepia(0%) saturate(56%) hue-rotate(166deg) brightness(94%) contrast(80%);
}
.pe_step2_item > a.vaahcart:hover svg {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(325deg) brightness(104%) contrast(101%); /*white*/
}
.pe_step2_item ul li a.vaahcart {
    position: absolute;
    width: 20px;
    padding: 9px 12px 6px 12px;
    top: 0;
    right: 0;
    border: 2px solid #6d321c;
}
.pe_step2_item ul li a.vaahcart:hover {
    border: 2px solid #CC9965;
}
.pe_step2_item ul li a.vaahcart svg {
    filter: invert(19%) sepia(20%) saturate(3201%) hue-rotate(342deg) brightness(99%) contrast(88%);
}
.pe_step2_item ul li a.vaahcart:hover svg {
    filter: invert(65%) sepia(38%) saturate(470%) hue-rotate(349deg) brightness(92%) contrast(87%);
}
.vaahcart .qcount {
    position: absolute;
    top: 3px;
    right: 4px;
    background: #ea5d3f;
    display: none;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    border-radius: 30px;
}
.vaahcart.incart .qcount {
	display: block;
}
.js-toggle-cart .qcount {
    position: absolute;
    top: -1px;
    right: -5px;
    background: #ea5d3f;
    /* display: none; */
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
}
/* ================ */
button.changequantity {
    width: 30px;
}
input.quantitybox {
    width: 50px;
    text-align: center;
    margin: auto 3px;
}
.content > .js-toggle-cart {
  position: fixed;
  right: 20px;
  bottom: 50px;
  border: 2px solid #ea5d41;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.content > .js-toggle-cart svg { /* https://codepen.io/sosuke/pen/Pjoqqp */
	filter: invert(53%) sepia(92%) saturate(3461%) hue-rotate(337deg) brightness(98%) contrast(87%);
}

.vaahwrap .paths {
  position: absolute;
  top: 68px;
  left: 40px;
}

.vaahwrap .checkout__form {
  position: relative;
  padding: 40px 40px;
  width: 80%;
}

.vaahwrap .checkout__summary {
  position: relative;
  padding: 160px 40px;
  width: 40%;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
}

.vaahstyle .btn {
  position: relative;
  border: 0;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 14px;
  background-color: #6C311B;
  cursor: pointer;
  transition: all 0.15s;
}
.vaahstyle .btn:hover {
  color: #6C311B;
  background-color: #fff;
}
.vaahstyle .btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6C311B, inset 0 0 0 2px #ffffff;
}
.vaahstyle .btn:active {
  transform: scale(0.95);
}
.vaahstyle .btn.is-loading .btn__loader {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}
.vaahstyle .btn.is-loading .btn__label {
  opacity: 0;
  transform: scale(0.75);
}
.vaahstyle .btn.is-loading .btn__icon {
  opacity: 0;
  transform: scale(0.75);
}

.vaahstyle .btn--small {
  padding: 10px 16px;
}

.vaahstyle .btn + .btn {
  margin-left: 8px;
}

.vaahstyle .btn--primary {
  color: #fff;
  background-color: #ea5d41;
}
.vaahstyle .btn--primary:hover {
  background-color: #FF5722;
  color: #fff;
}
.vaahstyle .btn--primary:focus {
  box-shadow: 0 0 0 2px #ea5d41, inset 0 0 0 2px #ffffff;
}
.vaahstyle .btn--primary .btn__icon {
  fill: #fff;
}

.vaahstyle .btn--transparent {
  padding: 0;
  color: #6C311B;
  background-color: transparent;
}
.vaahstyle .btn--transparent:hover {
  background-color: transparent;
}
.vaahstyle .btn--transparent:focus {
  box-shadow: none;
  text-decoration: underline;
}
.vaahstyle .btn--transparent .btn__loader .path {
  stroke: #6C311B;
}

.vaahstyle .btn--full {
  width: 100%;
}

.vaahstyle .btn__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #6C311B;
  transition: all 0.5s;
}

.vaahstyle .btn__label {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.vaahstyle .btn__label + .btn__icon {
  margin-left: 8px;
  margin-right: 0;
}

.vaahwrap .btn__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  width: 24px;
  height: 24px;
  transform: scale(1.25) translate(-50%, -50%);
  animation: loader 2s linear infinite;
}
.vaahwrap .btn__loader .path {
  stroke: #fff;
  stroke-width: 4px;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stroke 1.5s ease-in-out infinite;
}

@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.vaahwrap #billing {
  display: none;
}
.vaahwrap #billing.is-open {
  display: block;
}

.vaahwrap .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.45s;
  visibility: hidden;
}
.vaahwrap .modal.is-open {
  visibility: visible;
}
.vaahwrap .modal.is-open .modal__background {
  opacity: 1;
}
.vaahwrap .modal.is-open .modal__content {
  transform: scale(1);
  opacity: 1;
}

.vaahwrap .modal__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(94, 107, 115, 0.51);
  transition: all 0.45s;
}

.vaahwrap .modal__content {
  position: relative;
  background-color: #fff;
  min-width: 400px;
  max-width: 600px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.45s;
  transform: translate(0, 20px);
  opacity: 0;
}

.vaahwrap .modal__header {
  flex: 0 0 auto;
  padding: 30px;
  border-bottom: 1px solid #d7dbde;
}

.vaahwrap .modal__heading {
  color: #405461;
  font-size: 24px;
  font-weight: 600;
}

.vaahwrap .modal__body {
  flex: 1 1 auto;
  padding: 30px;
}

.vaahwrap .modal__footer {
  flex: 0 0 auto;
  padding: 30px;
  border-top: 1px solid #eceff1;
  text-align: right;
  background-color: #f3f5f7;
  display: flex;
  justify-content: flex-end;
}

.vaahwrap .dropdown {
  position: relative;
  cursor: pointer;
}
.vaahwrap .dropdown.is-open .dropdown__label {
  border-radius: 3px 3px 0 0;
}
.vaahwrap .dropdown.is-open .dropdown__label::after {
  transform: rotate(180deg) translate(0, 50%);
}
.vaahwrap .dropdown.is-open .dropdown__options {
  opacity: 1;
  visibility: visible;
  border-radius: 0 0 3px 3px;
  transform: scaleY(1);
}

.vaahwrap .dropdown__label {
  position: relative;
  padding: 14px 24px;
  border: 1px solid #d7dbde;
  border-radius: 3px;
  transition: all 0.1s ease;
}
.vaahwrap .dropdown__label:hover {
  color: #ea5d41;
}
.vaahwrap .dropdown__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: grey;
  transition: all 0.1s ease;
}

.vaahwrap .dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #d7dbde;
  border-top-width: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: all 0.2s ease;
}

.vaahwrap .dropdown__option {
  padding: 14px 24px;
  border-top: 1px solid #d7dbde;
  background-color: #fff;
  transition: all 0.1s ease;
}
.vaahwrap .dropdown__option:first-child {
  border-top-width: 0;
}
.vaahwrap .dropdown__option:hover {
  color: #ea5d41;
  background-color: #f6f6f9;
}

.vaahwrap .radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vaahwrap .radio.is-selected .radio__box {
  border-color: #ea5d41;
  box-shadow: inset 0 0 0 5px #fff;
}

.vaahwrap .radio__box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  border: 1px solid #d7dbde;
  background-color: #ea5d41;
  box-shadow: inset 0 0 0 10px #fff;
  transition: all 0.1s ease;
}

.vaahwrap .radio__label {
  flex: 1 1 auto;
  padding: 10px;
  transition: all 0.1s ease;
}
.vaahwrap .radio__label:hover {
  color: #ea5d41;
}

.vaahwrap .grid {
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
}

.vaahwrap .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #eceff1;
}

.vaahwrap .is-pressable {
  transition: transform 0.1s, box-shadow 0.1s;
}
.vaahwrap .is-pressable:focus, .vaahwrap .is-pressable:active {
  transform: translateY(1px);
}

.vaahwrap .input {
  position: relative;
  background-color: #fff;
  transition: all 0.2s;
}
.vaahwrap .input.is-active .input__label, .vaahwrap .input.has-value .input__label, .vaahwrap .input--select .input__label {
  font-size: 0.8em;
  transform: translate(0, -140%);
}
.vaahwrap .input.is-active .input__input {
  outline: none;
  box-shadow: 0 0 0 2px #6C311B;
}
.vaahwrap .input.has-errors {
  margin-bottom: 30px;
}
.vaahwrap .input.has-errors .input__input {
  box-shadow: 0 0 0 2px #ea5d41;
}
.vaahwrap .input.has-errors .input__error {
  opacity: 1;
  visibility: visible;
}

.vaahwrap .input--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  border: 6px solid transparent;
  border-top-color: #666;
  margin-top: 4px;
  transform: translate(0, -50%);
  pointer-events: none;
}

.vaahwrap .input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  fill: #9da3af;
  transform: translate(0, -50%);
}

.vaahwrap .input__label {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
  transform: translate(0, -50%);
  transition: all 0.2s;
}

.vaahwrap .input__input {
  position: relative;
  padding: 20px 12px 8px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  color: #6C311B;
  background-color: transparent;
  width: 100%;
  transition: all 0.2s;
  -webkit-appearance: none;
}
.vaahwrap .input__input:focus {
  outline: none;
}

.vaahwrap .input__error {
  position: absolute;
  top: 100%;
  padding: 8px 12px;
  color: #ea5d41;
  font-size: 14px;
  line-height: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.vaahwrap .required {
  color: #ea5d41;
  font-size: 0.8em;
}

.vaahwrap .optional {
  color: #6C311B;
  font-size: 0.8em;
}

.vaahwrap .f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vaahwrap .f > * {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.vaahwrap .f--no-margin > *:first-child {
  margin-bottom: 0;
}
.vaahwrap .f--no-margin > *:not(:first-child) {
  margin-top: 0;
  margin-bottom: 0;
}

.vaahwrap .f90 {
  width: calc(90% - 8px);
}

.vaahwrap .f80 {
  width: calc(80% - 8px);
}

.vaahwrap .f70 {
  width: calc(70% - 8px);
}

.vaahwrap .f60 {
  width: calc(60% - 8px);
}

.vaahwrap .f50 {
  width: calc(50% - 8px);
}

.vaahwrap .f40 {
  width: calc(40% - 8px);
}

.vaahwrap .f35 {
  width: calc(35% - 8px);
}

.vaahwrap .f30 {
  width: calc(30% - 8px);
}

.vaahwrap .f20 {
  width: calc(20% - 8px);
}

.vaahwrap .f10 {
  width: calc(10% - 8px);
}

.vaahwrap .fauto {
  width: auto;
}

.vaahwrap .form {
  position: relative;
}

.vaahwrap .form__footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 24px;
}

.vaahwrap .microcopy {
  display: block;
  color: #9da3af;
  font-size: 14px;
  margin-top: 4px;
}

a {
  color: #ea5d41;
}

.vaahwrap .checkbox,
.vaahwrap .radio {
  position: relative;
}

.vaahwrap .checkbox__input,
.vaahwrap .radio__input {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.2s;
}
.vaahwrap .checkbox__input::after,
.vaahwrap .radio__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.vaahwrap .checkbox__input:focus,
.vaahwrap .radio__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6C311B;
}
.vaahwrap .checkbox__input:checked,
.vaahwrap .radio__input:checked {
  box-shadow: 0 0 0 1px #ea5d41, inset 0 0 0 8px #ea5d41;
}
.vaahwrap .checkbox__input:checked::after,
.vaahwrap .radio__input:checked::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

label {
  cursor: pointer;
}

.vaahwrap .pricing td {
  padding: 8px 0;
}
.vaahwrap .pricing tbody tr:first-child td {
  padding-top: 24px;
}
.vaahwrap .pricing tbody tr:last-child td {
  padding-bottom: 24px;
}

.vaahwrap .pricing__price {
  text-align: right;
}

.vaahwrap .pricing__label {
  color: #9da3af;
}

.vaahwrap .pricing__total {
  font-size: 18px;
}
.vaahwrap .pricing__total td {
  color: #6C311B;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.vaahwrap .pricing__total .pricing__price {
  font-size: 24px;
}

.vaahwrap .pricing__total-localized {
  color: #9da3af;
}
.vaahwrap .pricing__total-localized .pricing__price {
  color: #6C311B;
}

.vaahwrap .currency {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #aaa;
}

.vaahwrap .control__input {
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.2s;
}
.vaahwrap .control__input[type=radio] {
  border-radius: 16px;
}
.vaahwrap .control__input[type=radio]::after {
  border-radius: 50px;
}
.vaahwrap .control__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s;
  transition-delay: 0.1s;
}
.vaahwrap .control__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #6C311B;
}
.vaahwrap .control__input:checked {
  box-shadow: 0 0 0 1px #ea5d41, inset 0 0 0 8px #ea5d41;
}
.vaahwrap .control__input:checked:focus {
  box-shadow: 0 0 0 2px #6C311B, inset 0 0 0 8px #6C311B;
}
.vaahwrap .control__input:checked::after {
  opacity: 1;
}

.vaahwrap .bar {
  padding: 20px;
}

.vaahwrap .control {
  display: flex;
}

.vaahwrap .control__input {
  flex: 0 0 auto;
  margin-right: 8px;
}

.vaahwrap .control__label {
  flex: 1 1 auto;
}

.vaahwrap .control__extra {
  align-self: center;
  flex: 0 0 auto;
  font-weight: bold;
}

.vaahwrap .control__icon {
  width: 32px;
  height: 32px;
  fill: #6C311B;
}

.vaahwrap .block {
  padding: 20px;
  border: 1px solid #ccc;
}
.vaahwrap .block + .block--collapse {
  display: none;
}
.vaahwrap .block.is-selected {
  background-color: #f7f7f7;
}
.vaahwrap .block.is-selected + .block--collapse {
  display: block;
}
.vaahwrap .block:not(:first-child) {
  border-top-width: 0;
}
.vaahwrap .block:first-child {
  border-radius: 3px 3px 0 0;
}
.vaahwrap .block:last-child {
  border-radius: 0 0 3px 3px;
}

.vaahwrap .block--collapse {
  display: none;
}

.vaahwrap .colors {
  display: flex;
}

.vaahwrap .color {
  flex: 1 1 auto;
  height: 48px;
  margin: 4px;
  background-color: red;
}
.vaahwrap .color.primary {
  background-color: #ea5d41;
}
.vaahwrap .color.secondary {
  background-color: #6C311B;
}
.vaahwrap .color.error {
  background-color: #ea5d41;
}
.vaahwrap .color.valid {
  background-color: #41d894;
}
.vaahwrap .color.warning {
  background-color: #f7cc7e;
}
.vaahwrap .color.tip {
  background-color: #9bdaed;
}

.vaahwrap .primary {
  color: #ea5d41;
}

.vaahwrap .secondary {
  color: #6C311B;
}

.vaahwrap .pages {
  display: flex;
  width: 100%;
}

.vaahwrap .page {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 0 2px;
}
.vaahwrap .page.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.vaahwrap .page--2 {
  transform: translate(-100%, 0);
}

.vaahwrap .page--3 {
  transform: translate(-200%, 0);
}

.vaahwrap .page--4 {
  transform: translate(-300%, 0);
}

.vaahwrap .summary {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.vaahwrap .summary__title {
  flex: 0 0 auto;
  padding-right: 20px;
  font-weight: bold;
}

.vaahwrap .summary__content {
  flex: 1 1 auto;
  padding: 0 20px;
  color: #aaa;
}

.vaahwrap .summary__extra {
  flex: 0 0 auto;
  padding-left: 20px;
}

.vaahwrap .logo {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 200px;
  height: 60px;
  border: 1px solid #eee;
}
.vaahwrap .logo::after {
  content: "logo";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ddd;
  transform: translate(-50%, -50%);
}

.vaahwrap .collapser.is-open .collapser__label {
  display: none;
}
.vaahwrap .collapser.is-open .collapser__content {
  display: block;
}

.vaahwrap .collapser__content {
  display: none;
}

.vaahwrap .collapser__label {
  position: relative;
}

.vaahwrap .steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.vaahwrap .step {
  width: 60px;
  height: 60px;
  border-radius: 200px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.vaahwrap .step.is-complete {
  background-color: #ea5d41;
  border-color: transparent;
}

.vaahwrap .step__label {
  position: relative;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 80px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
.vaahwrap .step__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  color: #fff;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.vaahwrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0 8px;
}

.vaahwrap .message {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  background-color: #f7f7f7;
}
.vaahwrap .message.is-hidden {
  display: none;
}
.vaahwrap .message.is-visible {
  display: block;
}

.vaahwrap .message--info {
  border-color: #95b4d0;
  color: #4688c5;
  background-color: #eff5fb;
}

.vaahwrap .tooltip {
  position: absolute;
  top: 0;
  left: 0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.vaahwrap .align-center {
  text-align: center;
}

.vaahwrap .align-right {
  text-align: right;
}

.vaahwrap .align-left {
  text-align: left;
}

.vaahwrap .light {
  color: #9da3af;
}

small {
  font-size: 14px;
  color: #9da3af;
}

.vaahwrap .foo {
  display: flex;
  justify-content: flex-end;
}

.vaahwrap .foo2 {
  padding-left: 4px;
}

.vaahwrap .primary {
  font-weight: normal;
}

.vaahwrap .secondary {
  color: #6C311B;
}

.vaahwrap .tertiary {
  color: #9da3af;
}
.vaahwrap .tertiary.error {
    color: #fd5e3a;
}

.vaahwrap .page {
  display: flex;
}

.vaahwrap {
  position: relative;
  overflow: hidden;
}

.vaahwrap .content {
  padding: 50vh 50vw;
}

.vaahwrap .cart.is-hidden .cart__overlay {
  opacity: 0;
  visibility: hidden;
}
.vaahwrap .cart.is-hidden .cart__contents {
  transform: translate(0, 0);
}

.vaahwrap {
  color: #405461;
}

.vaahwrap .cart__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in;
  background-color: rgba(0, 0, 0, 0.5);
}

.vaahwrap .cart__contents {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 320px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  transform: translate(-100%, 0);
}

.vaahstyle .cart__products {
  padding: 0px 18px 18px 18px;
}
.vaahstyle .cart__totals {
  padding: 28px 18px 10px 18px;
  background-color: #f7f7f7;
  text-align: center;
}

.vaahstyle .font-normal {
  font-weight: normal;
}

small {
  font-size: 75%;
}

.vaahstyle .products {
  margin: 14px 0 0;
}
.vaahstyle .product.otheritems {
  opacity: .5;
}
.vaahstyle .product {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.vaahstyle .product.checkout {
  border-bottom: 0px solid #ccc;
}
.vaahstyle .product:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}

.vaahstyle .product__thumbnail {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

.vaahstyle .product__details {
  padding-left: 0px;
  flex-grow: 1;
}

.vaahstyle .product__name {
  font-weight: bold;
}

.vaahstyle .product__stuff {
  margin-top: 8px;
  font-size: 14px;
}

.vaahstyle .product__options {
  margin-top: 8px;
  font-size: 14px;
}

td, th {
  padding-bottom: 12px;
}

tfoot td, tfoot th {
  padding-top: 12px;
}

.vaahstyle .first {
  order: 1;
}

label + .input {
  margin-left: 8px;
}

.vaahstyle .product {
  display: flex;
  flex-direction: column;
}

.vaahstyle .product__1 {
  display: flex;
}

.vaahstyle .product__2 {
  display: flex;
  align-items: center;
  padding-top: 6px;
}
.vaahstyle .product__2 div {
  flex: 1 1 auto;
}

.vaahstyle .product__details {
  display: flex;
  flex-direction: column;
}

.vaahstyle .product__price {
  text-align: right;
}

.vaahstyle .input {
  display: flex;
}

.vaahstyle .input--small .input__input {
  padding: 8px;
}
.vaahstyle .input--small .input__label {
  top: -24px;
  left: 4px;
  transform: none;
}
.vaahstyle .input--small .input__error {
  padding: 8px;
}
.vaahstyle .input--small.is-active .input__label, .vaahwrap .input--small.has-errors .input__label, .vaahwrap .input--small.has-value .input__label {
  font-size: initial;
  transform: none;
}

.vaahstyle .input--select {
  display: inline-block;
}
.vaahstyle .input--select::after {
  right: 8px;
}
.vaahstyle .input--select .input__input {
  width: auto;
}
.vaahstyle .input--select .input__label {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-right: 4px;
  font-size: initial;
  transform: none;
}
.already_ordered {
    color: #394e59;
    border: 1px solid #e95e46;
    padding: 15px;
    border-radius: 8px;
}
.vaahwrap_inner .pe3f_submit {
    color: #fff;
    background-color: #ea5d41;
    width: 156px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 22px;
}
.set_preentry_print.finishit {
  float:none;
  margin: 20px auto 10px;
}