html,
body {
  border: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: white;
}
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,
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;
}
/*@reviewBoxBackground: fade(white, 5%);
@paymentFieldsBackground: fade(white, 5%);
@bodyColor: #191919;
@sidebarBackground: darken(#191919, 5%);
@sidebarBorder: lighten(#191919, 1%);
@paymentBackground: #191919;
@sideNavCopyColor: #dadada;
@cartCopyColor: #c6c6c6;
@cartHeadingColor: #c6c6c6;
@cartLinkColor: #c6c6c6;
@cartButtonBackground: #958761;
@cartButtonOutline: #958761;
@cartButtonOutlineHover: #958761;
@cartButtonTextHover: #958761;*/
.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;
  }
}
.outer-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.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;
}
.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;
  background: transparent;
}
.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;
  z-index: 2;
  position: relative;
}
@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: "Segoe UI", 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: #30302f;
  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: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  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: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 18px;
}
.pay-payment-method p {
  font-family: "Segoe UI", 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: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  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: #30302f;
}
#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: #1e2e4d;
  border: 1px solid #1e2e4d;
  font-family: "Segoe UI", 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 #1e2e4d;
  color: #30302f;
}
#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: #30302f;
  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: #1e2e4d;
  border: 1px solid #1e2e4d;
  cursor: default;
}
.submitting,
.submitting-back {
  pointer-events: none;
}
.form-floating {
  position: relative;
}
.form-floating .form-control {
  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;
  background: #ffffff;
}
.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: #1e2e4d;
}
.additional-fields .additional-fields-inner .checkbox-wrapper label {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 14px;
}
.pay-sidebar .pay-checkout-summary {
  display: none;
  padding: 1.5rem 0;
  z-index: 2;
  position: relative;
}
@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;
  color: #30302f;
}
.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;
  color: #30302f;
}
.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;
  color: #30302f;
}
.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;
  color: #30302f;
}
.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);
}
.bar-checkoutHeader-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #1e2e4d;
  position: relative;
  z-index: 9999;
}
.bar-checkoutHeader-outer .bar-checkoutHeader-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px 30px;
}
.bar-checkoutHeader-outer .bar-checkoutHeader-inner .bar-checkoutHeader-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bar-checkoutHeader-outer .bar-checkoutHeader-inner .bar-checkoutHeader-logo img {
  width: 100%;
  max-width: 93px;
  height: 100%;
}
.bar-footNav-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #1e2e4d;
  border-bottom: 1px solid #fff;
}
.bar-footNav-outer .bar-footNav-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 30px;
}
.bar-footNav-outer .bar-footNav-inner a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 0 10px;
}
.bar-footNav-outer .bar-footNav-inner a:hover,
.bar-footNav-outer .bar-footNav-inner a:active,
.bar-footNav-outer .bar-footNav-inner a:focus {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bar-footNav-outer .bar-footNav-inner {
    padding: 0;
  }
  .bar-footNav-outer .bar-footNav-inner a {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #fff;
  }
  .bar-footNav-outer .bar-footNav-inner a:first-child {
    border-top: none;
  }
}
.bar-footer-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #1e2e4d;
}
.bar-footer-outer .bar-footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: none;
  padding: 61px 40px 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
}
.bar-footer-outer .bar-footer-inner .footer-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-logo {
  width: 100%;
  max-width: 83px;
  margin: 10px 0 15px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-team-btn {
  background: #fff;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1e2e4d;
  transition: all 0.2s ease-in-out;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-team-btn:hover,
.bar-footer-outer .bar-footer-inner .footer-column .column-team-btn:active,
.bar-footer-outer .bar-footer-inner .footer-column .column-team-btn:focus {
  background: #f7f7f7;
  color: #1e2e4d;
  text-decoration: underline;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-hours {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-hours .hours-title {
  width: 100%;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.79);
  line-height: 32px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-hours .hours-item {
  width: 100%;
  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;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-hours .hours-item .item-dates {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-hours .hours-item .item-times {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-brands {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-brands a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-brands a:hover,
.bar-footer-outer .bar-footer-inner .footer-column .column-brands a:active,
.bar-footer-outer .bar-footer-inner .footer-column .column-brands a:focus {
  color: #fff;
  text-decoration: none;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 22px 0 0;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 25px 0 0;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item span {
  font-size: 21px;
  color: #fff;
}
.bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item:hover,
.bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item:active,
.bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item:focus {
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .bar-footer-outer .bar-footer-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .bar-footer-outer .bar-footer-inner .footer-column {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.contact {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.address {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.hours {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.family {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-text {
    text-align: center;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-logo {
    margin: 30px 0 40px;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-hours {
    max-width: 220px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-hours .hours-title {
    text-align: center;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-brands {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-social .social-item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .bar-footer-outer .bar-footer-inner {
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    grid-row-gap: 30px;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.contact {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.address {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.hours {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .bar-footer-outer .bar-footer-inner .footer-column.family {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .bar-footer-outer .bar-footer-inner .footer-column .column-logo {
    margin: 15px 0;
  }
}
