html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a img {
  border: 0;
  text-decoration: none;
}
:focus {
  outline: 0;
}
button,
input,
select {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.outer-wrapper {
  width: 100%;
  display: flex;
}
.inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 5%;
}
.flex-base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.vert-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.vert-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.vert-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.noWrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header-padding {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
}
@media screen and (min-width: 860px) {
  .header-padding {
    padding-top: 0.6125rem;
    padding-bottom: 0.6125rem;
  }
}
.default-padding-vert {
  padding-top: 0.8125rem;
  padding-bottom: 1.4125rem;
}
@media screen and (min-width: 860px) {
  .default-padding-vert {
    padding-top: 0.8125rem;
    padding-bottom: 1.4125rem;
  }
}
.pay-content {
  width: 100%;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}
.pay-content .pay-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
    padding: 0 3%;
    max-width: 1200px;
  }
}
.pay-content .pay-wrap .pay-main,
.pay-content .pay-wrap .pay-sidebar {
  padding: 1.5rem 0;
}
.pay-content .pay-wrap .pay-main {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-main {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 55%;
    padding-right: 6%;
    float: left;
  }
}
.pay-content .pay-wrap .pay-sidebar {
  position: relative;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 0 0;
}
@media screen and (min-width: 750px) {
  .pay-content .pay-wrap .pay-sidebar {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 38%;
    padding-left: 4%;
  }
}
.pay-content .pay-wrap .pay-sidebar:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
  -webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
  box-shadow: 0 -1px 0 #e1e1e1 inset;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar:after {
    left: 0;
    background-position: left top;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
  }
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
  display: block;
}
@media screen and (min-width: 750px) {
  .pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
    display: none;
  }
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: middle;
  -ms-align-items: middle;
  align-items: middle;
  text-decoration: none;
  cursor: pointer;
  color: #30302f;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  padding: 1.5rem 0;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .toggle-text {
  display: inline-block;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .toggle-text svg {
  margin-left: 0.2125rem;
  display: inline-block;
  top: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  fill: #30302f;
  opacity: 80%;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .order-summary {
  font-weight: bold;
}
.pay-breadcrumb {
  padding-bottom: 0.4125rem;
}
.pay-breadcrumb ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .pay-breadcrumb ol {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.pay-breadcrumb ol li {
  font-size: 14px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pay-breadcrumb ol li a {
  color: #212122;
  text-decoration: none;
}
.pay-breadcrumb ol li span {
  color: #30302f;
}
.pay-breadcrumb ol li svg {
  color: #30302f;
  fill: #30302f;
  margin: 0 0.4125rem;
  height: 10px;
  width: 10px;
  display: inline-block;
}
.pay-breadcrumb ol li.breadcrumb-current {
  font-weight: bold;
}
#paymentError {
  display: none;
  background: #ca452e;
  color: #ffffff;
  font-family: #30302f;
  padding: 0.8125rem;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0.6125rem 0;
}
.pay-review-section {
  padding-top: 0.8125rem;
  padding-bottom: 1.4125rem;
}
@media screen and (min-width: 860px) {
  .pay-review-section {
    padding-top: 0.8125rem;
    padding-bottom: 1.4125rem;
  }
}
.pay-review-section .review-box {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pay-review-section .review-box .review-table {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0.6125rem;
  padding-bottom: 0.6125rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
.pay-review-section .review-box .review-table .review-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pay-review-section .review-box .review-table .review-block:nth-child(n+2) {
  margin-top: 0.85714286em;
  padding-top: 0.85714286em;
  border-top: 1px solid #e6e6e6;
}
.pay-review-section .review-box .review-table .review-block .review-block-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
@media (max-width: 749px) {
  .pay-review-section .review-box .review-table .review-block .review-block-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pay-review-section .review-box .review-table .review-block .review-block-inner .row-title {
  color: rgba(48, 48, 47, 0.8);
  -webkit-flex: 0 1 5rem;
  -ms-flex: 0 1 5rem;
  flex: 0 1 5rem;
  padding-right: 0.6125rem;
}
.pay-review-section .review-box .review-table .review-block .review-block-inner .row-content {
  color: #232322;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
@media (max-width: 749px) {
  .pay-review-section .review-box .review-table .review-block .review-block-inner .row-content {
    width: 100%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.pay-review-section .review-box .review-table .review-block .review-block-inner .row-content address {
  font-style: normal;
}
.pay-payment-method h2 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #212122;
  font-size: 18px;
}
.pay-payment-method p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 16px;
  line-height: 1.4;
}
.credit-card-block {
  padding-top: 0.8125rem;
  padding-bottom: 1.4125rem;
}
@media screen and (min-width: 860px) {
  .credit-card-block {
    padding-top: 0.8125rem;
    padding-bottom: 1.4125rem;
  }
}
.credit-card-block .credit-card-inner .credit-card-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.credit-card-block .credit-card-inner .credit-card-header h3 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #212122;
  font-size: 18px;
}
.credit-card-block .credit-card-inner .credit-card-header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
}
.credit-card-block .credit-card-inner .credit-card-header ul li {
  width: 2rem;
  margin-right: 0.4125rem;
}
.credit-card-block .credit-card-inner .credit-card-header ul li svg {
  width: 100%;
  fill: #212122;
}
#paymentForm {
  width: 100%;
}
#paymentForm .field-grouping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.6125rem;
}
#paymentForm .field-grouping .field {
  width: 100%;
  margin-bottom: 0.6125rem;
}
#paymentForm .field-grouping .field label {
  color: rgba(48, 48, 47, 0.9);
  font-size: 16px;
}
#paymentForm .field-grouping .field input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 93%;
  color: rgba(48, 48, 47, 0.9);
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
}
#paymentForm .field-grouping .field input:focus {
  border-color: #1F355E;
}
#paymentForm .field-grouping .field select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 96%;
  color: #30302f;
  border-color: #d9d9d9;
  border-width: 1px;
  font-size: 16px;
}
#paymentForm .field-grouping .field select:focus {
  border-color: #1F355E;
}
#paymentForm .field-grouping .field-half {
  width: 50%;
}
#paymentForm .field-grouping .split-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#paymentForm .field-grouping .split-section .w-50 {
  width: 50%;
}
#paymentForm .paymentButton,
#frmStripePay .paymentButton {
  background: #212122;
  border: 1px solid #212122;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.8125rem 1.1125rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  #paymentForm .paymentButton,
  #frmStripePay .paymentButton {
    margin-right: 0.4125rem;
  }
}
#paymentForm .paymentButton:hover,
#frmStripePay .paymentButton:hover {
  background: #ffffff;
  border: 1px solid #212122;
  color: #212122;
}
#paymentForm .paymentButton .dot-container,
#frmStripePay .paymentButton .dot-container {
  display: none;
}
#paymentForm .paymentButton .dot-container .dot,
#frmStripePay .paymentButton .dot-container .dot {
  width: 12px;
  height: 12px;
  border: 2.4px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 6px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
}
#paymentForm .paymentButton .dot-container .dot:nth-child(2),
#frmStripePay .paymentButton .dot-container .dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}
#paymentForm .paymentButton .dot-container .dot:nth-child(3),
#frmStripePay .paymentButton .dot-container .dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}
@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#paymentForm .paymentButton span,
#frmStripePay .paymentButton span {
  display: block;
}
#paymentForm .inverse,
#frmStripePay .inverse {
  text-decoration: none;
  background: transparent;
  color: #212122;
  line-height: 1;
}
#paymentForm .submitting,
#frmStripePay .submitting {
  width: 140px;
  padding: 0.8125rem 0 0.8125rem;
}
#paymentForm .submitting span,
#frmStripePay .submitting span {
  display: none;
}
#paymentForm .submitting .spinner,
#frmStripePay .submitting .spinner {
  display: inline-block;
}
#paymentForm .submitting .dot-container,
#frmStripePay .submitting .dot-container {
  display: inline-block;
}
#paymentForm .submitting:hover,
#frmStripePay .submitting:hover {
  background: #212122;
  border: 1px solid #212122;
  cursor: default;
}
.submitting,
.submitting-back {
  pointer-events: none;
}
.form-floating {
  position: relative;
}
.form-floating .form-conteol {
  background: #ffffff;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: add(3.5rem, 1px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  color: #30302f;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.8125rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
  padding: 1rem 0.8125rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.75;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.75;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.StripeElement {
  margin-top: 0.6165rem;
  margin-bottom: 1.2125rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.8125rem 1rem;
  border: 1px solid #d9d9d9;
}
.additional-fields {
  padding-bottom: 1rem;
}
.additional-fields .additional-fields-inner .checkbox-wrapper {
  padding: 0.8125rem 0;
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.additional-fields .additional-fields-inner .checkbox-wrapper .checkbox-input {
  display: table-cell;
  padding-right: 0.6125rem;
  white-space: nowrap;
  width: 18px;
  height: 18px;
}
.additional-fields .additional-fields-inner .checkbox-wrapper .checkbox-input input {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
}
.additional-fields .additional-fields-inner .checkbox-wrapper .checkbox-input input:checked {
  border-width: 9px;
  border-color: #212122;
}
.additional-fields .additional-fields-inner .checkbox-wrapper label {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 14px;
}
.pay-sidebar .pay-checkout-summary {
  display: none;
  padding: 1.5rem 0;
}
@media screen and (min-width: 750px) {
  .pay-sidebar .pay-checkout-summary {
    display: block !important;
    padding: 0 0;
  }
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: top;
  -ms-align-items: top;
  align-items: top;
  margin-bottom: 1.5rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-quantity {
  margin-right: 0.8125rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-quantity .square {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 0.2125rem 0.5125rem;
  background: #aeaeae;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content {
  margin-right: auto;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content .item-title {
  font-weight: bold;
  font-size: 16px;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content .item-option {
  font-size: 14px;
  margin-bottom: 0.2125rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-price {
  font-size: 14px;
  margin-left: 0.6125rem;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area {
  font-size: 14px;
  line-height: 1.4;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin: 0.8125rem 0;
  padding: 0.8125rem 0;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-sub-total,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-shipping,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-tax {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.2125rem;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-sub-total span,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-shipping span,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-tax span {
  color: rgba(48, 48, 47, 0.8);
}
.pay-sidebar .pay-checkout-summary .pay-pricing-final .pricing-final-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-final .pricing-final-total span {
  font-size: 16px;
  font-weight: normal;
  color: rgba(48, 48, 47, 0.8);
}
a {
  text-decoration: none;
}
.form-control {
  background: white;
}
.pay-content {
  width: 100%;
  display: flex;
  background: url(https://s3.amazonaws.com/nmcli/pic/dq2dn79c-backgroundSteak48.png) center center;
  background-size: cover;
}
.stk-checkoutHeader-outer {
  width: 100%;
  display: flex;
}
.stk-checkoutHeader-outer .stk-checkoutHeader-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 5%;
  padding-top: 22px;
  padding-bottom: 22px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.stk-checkoutHeader-outer .stk-checkoutHeader-inner .stk-checkoutHeader-logo img {
  width: 100%;
  max-width: 140px;
  height: 100%;
}
.stk-footer-outer {
  width: 100%;
  display: flex;
  border-top: 0.1rem solid #eee;
}
.stk-footer-outer .stk-footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  padding: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.stk-footer-outer .stk-footer-inner .stk-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  font-size: 14px;
}
.stk-footer-outer .stk-footer-inner .stk-footer-nav a {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  color: #8c8989;
  transition: 0.2s ease-in-out all;
}
.stk-footer-outer .stk-footer-inner .stk-footer-nav a:hover {
  color: #c9a155;
}
@media screen and (max-width: 768px) {
  .stk-footer-outer .stk-footer-inner {
    flex-wrap: wrap;
  }
  .stk-footer-outer .stk-footer-inner .stk-footer-copy {
    order: 3;
    width: 100%;
    text-align: center;
  }
  .stk-footer-outer .stk-footer-inner .stk-footer-nav {
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .stk-footer-outer .stk-footer-inner .stk-footer-nav a {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}
/*# sourceMappingURL=main.css.map */
